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 ea507fd59..bd0da2cc2 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 @@ -7854,6 +7854,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -7864,7 +7867,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -29677,6 +29681,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -29687,7 +29694,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -106863,6 +106871,10 @@ "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` is set to `selected`." }, + "sha-pinning-required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." + }, "actions-organization-permissions": { "type": "object", "properties": { @@ -106878,6 +106890,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -116762,6 +116777,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -277677,7 +277695,8 @@ "value": { "enabled_repositories": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions", + "sha_pinning_required": true } }, "actions-fork-pr-contributor-approval": { @@ -284918,7 +284937,8 @@ "value": { "enabled": true, "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions", + "sha_pinning_required": true } }, "actions-workflow-access-to-repository": { 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 4bb2ed57c..d31d52d3b 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 @@ -5671,6 +5671,8 @@ paths: "$ref": "#/components/schemas/enabled-repositories" allowed_actions: "$ref": "#/components/schemas/allowed-actions" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_repositories examples: @@ -5678,6 +5680,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21598,6 +21601,8 @@ paths: "$ref": "#/components/schemas/actions-enabled" allowed_actions: "$ref": "#/components/schemas/allowed-actions" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled examples: @@ -21605,6 +21610,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -78015,6 +78021,9 @@ components: 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` is set to `selected`. + sha-pinning-required: + type: boolean + description: Whether actions must be pinned to a full-length commit SHA. actions-organization-permissions: type: object properties: @@ -78029,6 +78038,8 @@ components: "$ref": "#/components/schemas/allowed-actions" selected_actions_url: "$ref": "#/components/schemas/selected-actions-url" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_repositories actions-artifact-and-log-retention-response: @@ -85893,6 +85904,8 @@ components: "$ref": "#/components/schemas/allowed-actions" selected_actions_url: "$ref": "#/components/schemas/selected-actions-url" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled actions-workflow-access-to-repository: @@ -208250,6 +208263,7 @@ components: enabled_repositories: all allowed_actions: selected selected_actions_url: https://api.github.com/organizations/42/actions/permissions/selected-actions + sha_pinning_required: true actions-fork-pr-contributor-approval: value: approval_policy: first_time_contributors @@ -214409,6 +214423,7 @@ components: enabled: true allowed_actions: selected selected_actions_url: https://api.github.com/repositories/42/actions/permissions/selected-actions + sha_pinning_required: true actions-workflow-access-to-repository: value: access_level: organization diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index ea507fd59..bd0da2cc2 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -7854,6 +7854,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -7864,7 +7867,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -29677,6 +29681,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -29687,7 +29694,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -106863,6 +106871,10 @@ "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` is set to `selected`." }, + "sha-pinning-required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." + }, "actions-organization-permissions": { "type": "object", "properties": { @@ -106878,6 +106890,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -116762,6 +116777,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -277677,7 +277695,8 @@ "value": { "enabled_repositories": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions", + "sha_pinning_required": true } }, "actions-fork-pr-contributor-approval": { @@ -284918,7 +284937,8 @@ "value": { "enabled": true, "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions", + "sha_pinning_required": true } }, "actions-workflow-access-to-repository": { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 4bb2ed57c..d31d52d3b 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -5671,6 +5671,8 @@ paths: "$ref": "#/components/schemas/enabled-repositories" allowed_actions: "$ref": "#/components/schemas/allowed-actions" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_repositories examples: @@ -5678,6 +5680,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21598,6 +21601,8 @@ paths: "$ref": "#/components/schemas/actions-enabled" allowed_actions: "$ref": "#/components/schemas/allowed-actions" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled examples: @@ -21605,6 +21610,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -78015,6 +78021,9 @@ components: 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` is set to `selected`. + sha-pinning-required: + type: boolean + description: Whether actions must be pinned to a full-length commit SHA. actions-organization-permissions: type: object properties: @@ -78029,6 +78038,8 @@ components: "$ref": "#/components/schemas/allowed-actions" selected_actions_url: "$ref": "#/components/schemas/selected-actions-url" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_repositories actions-artifact-and-log-retention-response: @@ -85893,6 +85904,8 @@ components: "$ref": "#/components/schemas/allowed-actions" selected_actions_url: "$ref": "#/components/schemas/selected-actions-url" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled actions-workflow-access-to-repository: @@ -208250,6 +208263,7 @@ components: enabled_repositories: all allowed_actions: selected selected_actions_url: https://api.github.com/organizations/42/actions/permissions/selected-actions + sha_pinning_required: true actions-fork-pr-contributor-approval: value: approval_policy: first_time_contributors @@ -214409,6 +214423,7 @@ components: enabled: true allowed_actions: selected selected_actions_url: https://api.github.com/repositories/42/actions/permissions/selected-actions + sha_pinning_required: true actions-workflow-access-to-repository: value: access_level: organization 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 fc30ca0fd..86113568a 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 @@ -55788,6 +55788,10 @@ "selected_actions_url": { "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` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -55799,7 +55803,8 @@ "value": { "enabled_repositories": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions", + "sha_pinning_required": true } } } @@ -55865,6 +55870,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -55875,7 +55884,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -175684,6 +175694,10 @@ "selected_actions_url": { "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` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -175695,7 +175709,8 @@ "value": { "enabled": true, "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions", + "sha_pinning_required": true } } } @@ -175765,6 +175780,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -175775,7 +175794,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": 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 e6e908024..c0d6bdefe 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 @@ -853,7 +853,7 @@ paths: - subscriptions_url - type - url - type: &286 + type: &287 type: string description: The type of credit the user is receiving. enum: @@ -1019,7 +1019,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &614 + - &615 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1575,7 +1575,7 @@ paths: schema: type: integer default: 30 - - &177 + - &178 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1591,7 +1591,7 @@ paths: application/json: schema: type: array - items: &178 + items: &179 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1671,7 +1671,7 @@ paths: - installation_id - repository_id examples: - default: &179 + default: &180 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1799,7 +1799,7 @@ paths: description: Response content: application/json: - schema: &180 + schema: &181 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1913,7 +1913,7 @@ paths: - request - response examples: - default: &181 + default: &182 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2843,7 +2843,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &242 + properties: &243 id: description: Unique identifier of the repository example: 42 @@ -3281,7 +3281,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &243 + required: &244 - archive_url - assignees_url - blobs_url @@ -7392,7 +7392,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &148 + code_scanning_options: &149 type: object description: Security Configuration feature options for code scanning nullable: true @@ -7586,7 +7586,7 @@ paths: description: Response content: application/json: - schema: &150 + schema: &151 type: array description: A list of default code security configurations items: @@ -7602,7 +7602,7 @@ paths: default configuration: *43 examples: - default: &151 + default: &152 value: - default_for_new_repos: public configuration: @@ -7933,7 +7933,7 @@ paths: - *42 - *45 responses: - '204': &152 + '204': &153 description: A header with no content is returned. '400': *14 '403': *29 @@ -8060,7 +8060,7 @@ paths: default: value: default_for_new_repos: all - configuration: &149 + configuration: &150 value: id: 1325 target_type: organization @@ -8145,7 +8145,7 @@ paths: application/json: schema: type: array - items: &153 + items: &154 type: object description: Repositories associated with a code security configuration and attachment status @@ -8446,7 +8446,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &154 + repository: &155 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8540,7 +8540,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *42 - - &159 + - &160 name: state in: query description: |- @@ -8549,7 +8549,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &160 + - &161 name: severity in: query description: |- @@ -8558,7 +8558,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &161 + - &162 name: ecosystem in: query description: |- @@ -8567,14 +8567,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &162 + - &163 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &163 + - &164 name: epss_percentage in: query description: |- @@ -8586,7 +8586,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &164 + - &165 name: has in: query description: |- @@ -8600,7 +8600,7 @@ paths: type: string enum: - patch - - &165 + - &166 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8610,7 +8610,7 @@ paths: enum: - development - runtime - - &166 + - &167 name: sort in: query description: |- @@ -8628,7 +8628,7 @@ paths: - *48 - *40 - *41 - - &167 + - &168 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8641,7 +8641,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &168 + - &169 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8661,7 +8661,7 @@ paths: application/json: schema: type: array - items: &169 + items: &170 type: object description: A Dependabot alert. properties: @@ -8727,7 +8727,7 @@ paths: - unknown - direct - transitive - security_advisory: &464 + security_advisory: &465 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8946,13 +8946,13 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &142 + updated_at: &143 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &144 + dismissed_at: &145 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8982,14 +8982,14 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &143 + fixed_at: &144 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - auto_dismissed_at: &465 + auto_dismissed_at: &466 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9015,7 +9015,7 @@ paths: - repository additionalProperties: false examples: - default: &170 + default: &171 value: - number: 2 state: dismissed @@ -9362,7 +9362,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *42 - - &274 + - &275 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9373,7 +9373,7 @@ paths: enum: - open - resolved - - &275 + - &276 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9383,7 +9383,7 @@ paths: required: false schema: type: string - - &276 + - &277 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9392,7 +9392,7 @@ paths: required: false schema: type: string - - &277 + - &278 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. @@ -9408,7 +9408,7 @@ paths: - *17 - *40 - *41 - - &278 + - &279 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9417,7 +9417,7 @@ paths: required: false schema: type: string - - &279 + - &280 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9426,7 +9426,7 @@ paths: schema: type: boolean default: false - - &280 + - &281 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9435,7 +9435,7 @@ paths: schema: type: boolean default: false - - &281 + - &282 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -9451,7 +9451,7 @@ paths: application/json: schema: type: array - items: &282 + items: &283 type: object properties: number: *54 @@ -9470,14 +9470,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &592 + state: &593 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: &593 + resolution: &594 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9584,8 +9584,8 @@ paths: pull request. ' - oneOf: &594 - - &596 + oneOf: &595 + - &597 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -9637,7 +9637,7 @@ paths: - blob_url - commit_sha - commit_url - - &597 + - &598 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -9692,7 +9692,7 @@ paths: - page_url - commit_sha - commit_url - - &598 + - &599 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -9706,7 +9706,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &599 + - &600 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -9720,7 +9720,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &600 + - &601 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -9734,7 +9734,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &601 + - &602 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -9748,7 +9748,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &602 + - &603 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -9762,7 +9762,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &603 + - &604 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -9776,7 +9776,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &604 + - &605 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -9790,7 +9790,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &605 + - &606 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -9804,7 +9804,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &606 + - &607 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -9818,7 +9818,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &607 + - &608 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -9832,7 +9832,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &608 + - &609 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -9852,7 +9852,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &283 + default: &284 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10204,7 +10204,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &513 + properties: &514 id: type: integer format: int64 @@ -10316,7 +10316,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &449 + properties: &450 url: type: string format: uri @@ -10386,7 +10386,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &450 + required: &451 - closed_issues - creator - description @@ -10465,7 +10465,7 @@ paths: timeline_url: type: string format: uri - type: &199 + type: &200 title: Issue Type description: The type of issue. type: object @@ -10576,7 +10576,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &626 + sub_issues_summary: &627 title: Sub-issues Summary type: object properties: @@ -10590,7 +10590,7 @@ paths: - total - completed - percent_completed - issue_dependencies_summary: &627 + issue_dependencies_summary: &628 title: Issue Dependencies Summary type: object properties: @@ -10609,7 +10609,7 @@ paths: - total_blocking issue_field_values: type: array - items: &628 + items: &629 title: Issue Field Value description: A value assigned to an issue field type: object @@ -10669,7 +10669,7 @@ paths: - node_id - data_type - value - required: &514 + required: &515 - assignee - closed_at - comments @@ -10691,7 +10691,7 @@ paths: - author_association - created_at - updated_at - comment: &511 + comment: &512 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11258,7 +11258,7 @@ paths: url: type: string format: uri - user: &640 + user: &641 title: Public User description: Public User type: object @@ -13128,7 +13128,7 @@ paths: - closed - all default: open - - &202 + - &203 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -13179,7 +13179,7 @@ paths: type: array items: *77 examples: - default: &203 + default: &204 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14564,14 +14564,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &309 + - &310 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &310 + - &311 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14642,7 +14642,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &321 + '301': &322 description: Moved permanently content: application/json: @@ -14664,7 +14664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &543 + - &544 name: all description: If `true`, show notifications marked as read. in: query @@ -14672,7 +14672,7 @@ paths: schema: type: boolean default: false - - &544 + - &545 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14682,7 +14682,7 @@ paths: type: boolean default: false - *67 - - &545 + - &546 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: @@ -14714,11 +14714,11 @@ paths: properties: id: type: string - repository: &125 + repository: &126 title: Minimal Repository description: Minimal Repository type: object - properties: &172 + properties: &173 id: type: integer format: int64 @@ -14994,7 +14994,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &244 + security_and_analysis: &245 nullable: true type: object properties: @@ -15068,7 +15068,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &173 + required: &174 - archive_url - assignees_url - blobs_url @@ -15156,7 +15156,7 @@ paths: - url - subscription_url examples: - default: &546 + default: &547 value: - id: '1' repository: @@ -15698,11 +15698,11 @@ paths: application/json: schema: type: array - items: &209 + items: &210 title: Organization Simple description: A GitHub organization. type: object - properties: &156 + properties: &157 login: type: string example: github @@ -15743,7 +15743,7 @@ paths: type: string example: A great organization nullable: true - required: &157 + required: &158 - login - url - id @@ -15757,7 +15757,7 @@ paths: - avatar_url - description examples: - default: &657 + default: &658 value: - login: github id: 1 @@ -16068,7 +16068,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *96 - - &683 + - &684 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -16077,7 +16077,7 @@ paths: required: false schema: type: integer - - &684 + - &685 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -16086,7 +16086,7 @@ paths: required: false schema: type: integer - - &685 + - &686 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -16095,7 +16095,7 @@ paths: required: false schema: type: integer - - &686 + - &687 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or @@ -16970,7 +16970,7 @@ paths: type: integer repository_cache_usages: type: array - items: &326 + items: &327 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17184,7 +17184,7 @@ paths: - public_ip_enabled - platform examples: - default: &124 + default: &125 value: total_count: 2 runners: @@ -17777,7 +17777,7 @@ paths: description: Empty response content: application/json: - schema: &134 + schema: &135 title: Empty Object description: An object without any properties. type: object @@ -17837,11 +17837,15 @@ paths: - all - local_only - selected - selected_actions_url: &332 + selected_actions_url: &333 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` is set to `selected`. + sha_pinning_required: &112 + type: boolean + description: Whether actions must be pinned to a full-length commit + SHA. required: - enabled_repositories examples: @@ -17850,6 +17854,7 @@ paths: enabled_repositories: all allowed_actions: selected selected_actions_url: https://api.github.com/organizations/42/actions/permissions/selected-actions + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17881,6 +17886,7 @@ paths: properties: enabled_repositories: *110 allowed_actions: *111 + sha_pinning_required: *112 required: - enabled_repositories examples: @@ -17888,6 +17894,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17913,7 +17920,7 @@ paths: description: Response content: application/json: - schema: &336 + schema: &337 type: object properties: days: @@ -17955,7 +17962,7 @@ paths: required: true content: application/json: - schema: &337 + schema: &338 type: object properties: days: @@ -17998,7 +18005,7 @@ paths: description: Response content: application/json: - schema: &112 + schema: &113 type: object properties: approval_policy: @@ -18012,7 +18019,7 @@ paths: required: - approval_policy examples: - default: &338 + default: &339 value: approval_policy: first_time_contributors '404': *6 @@ -18043,7 +18050,7 @@ paths: required: true content: application/json: - schema: *112 + schema: *113 examples: default: summary: Set approval policy to first time contributors @@ -18071,7 +18078,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 type: object required: - run_workflows_from_fork_pull_requests @@ -18097,7 +18104,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &113 + default: &114 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -18125,7 +18132,7 @@ paths: required: true content: application/json: - schema: &340 + schema: &341 type: object required: - run_workflows_from_fork_pull_requests @@ -18148,7 +18155,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *113 + default: *114 responses: '204': description: Empty response for successful settings update @@ -18198,7 +18205,7 @@ paths: type: array items: *60 examples: - default: &117 + default: &118 value: total_count: 1 repositories: @@ -18383,7 +18390,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *96 - - &114 + - &115 name: repository_id description: The unique identifier of the repository. in: path @@ -18412,7 +18419,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *96 - - *114 + - *115 responses: '204': description: Response @@ -18441,7 +18448,7 @@ paths: description: Response content: application/json: - schema: &115 + schema: &116 type: object properties: github_owned_allowed: @@ -18463,7 +18470,7 @@ paths: items: type: string examples: - default: &116 + default: &117 value: github_owned_allowed: true verified_allowed: false @@ -18496,9 +18503,9 @@ paths: required: false content: application/json: - schema: *115 + schema: *116 examples: - selected_actions: *116 + selected_actions: *117 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18630,7 +18637,7 @@ paths: type: array items: *60 examples: - default: *117 + default: *118 '403': *29 '404': *6 x-github: @@ -18699,7 +18706,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *96 - - *114 + - *115 responses: '204': description: No content @@ -18726,7 +18733,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *96 - - *114 + - *115 responses: '204': description: No content @@ -18760,17 +18767,17 @@ paths: description: Response content: application/json: - schema: &341 + schema: &342 type: object properties: - default_workflow_permissions: &118 + default_workflow_permissions: &119 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &119 + can_approve_pull_request_reviews: &120 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -18778,7 +18785,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &120 + default: &121 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -18811,13 +18818,13 @@ paths: required: false content: application/json: - schema: &342 + schema: &343 type: object properties: - default_workflow_permissions: *118 - can_approve_pull_request_reviews: *119 + default_workflow_permissions: *119 + can_approve_pull_request_reviews: *120 examples: - default: *120 + default: *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18862,7 +18869,7 @@ paths: type: number runner_groups: type: array - items: &121 + items: &122 type: object properties: id: @@ -19050,9 +19057,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &123 + default: &124 value: id: 2 name: octo-runner-group @@ -19088,7 +19095,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - *96 - - &122 + - &123 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -19100,7 +19107,7 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: default: value: @@ -19137,7 +19144,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - *96 - - *122 + - *123 requestBody: required: true content: @@ -19191,9 +19198,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *123 + default: *124 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -19213,7 +19220,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - *96 - - *122 + - *123 responses: '204': description: Response @@ -19237,7 +19244,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - *96 - - *122 + - *123 - *17 - *19 responses: @@ -19257,7 +19264,7 @@ paths: type: array items: *102 examples: - default: *124 + default: *125 headers: Link: *58 x-github: @@ -19280,7 +19287,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - *96 - - *122 + - *123 - *19 - *17 responses: @@ -19298,9 +19305,9 @@ paths: type: number repositories: type: array - items: *125 + items: *126 examples: - default: &643 + default: &644 value: total_count: 1 repositories: @@ -19553,7 +19560,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - *96 - - *122 + - *123 requestBody: required: true content: @@ -19598,8 +19605,8 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - *96 - - *122 - - *114 + - *123 + - *115 responses: '204': description: Response @@ -19622,8 +19629,8 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - *96 - - *122 - - *114 + - *123 + - *115 responses: '204': description: Response @@ -19647,7 +19654,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - *96 - - *122 + - *123 - *17 - *19 responses: @@ -19665,7 +19672,7 @@ paths: type: number runners: type: array - items: &127 + items: &128 title: Self hosted runners description: A self hosted runner type: object @@ -19694,7 +19701,7 @@ paths: type: boolean labels: type: array - items: &130 + items: &131 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -19724,7 +19731,7 @@ paths: - busy - labels examples: - default: &128 + default: &129 value: total_count: 2 runners: @@ -19784,7 +19791,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - *96 - - *122 + - *123 requestBody: required: true content: @@ -19829,8 +19836,8 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - *96 - - *122 - - &126 + - *123 + - &127 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -19859,8 +19866,8 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - *96 - - *122 - - *126 + - *123 + - *127 responses: '204': description: Response @@ -19908,9 +19915,9 @@ paths: type: integer runners: type: array - items: *127 + items: *128 examples: - default: *128 + default: *129 headers: Link: *58 x-github: @@ -19942,7 +19949,7 @@ paths: application/json: schema: type: array - items: &343 + items: &344 title: Runner Application description: Runner Application type: object @@ -19967,7 +19974,7 @@ paths: - download_url - filename examples: - default: &344 + default: &345 value: - os: osx architecture: x64 @@ -20053,7 +20060,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &345 + '201': &346 description: Response content: application/json: @@ -20063,7 +20070,7 @@ paths: - runner - encoded_jit_config properties: - runner: *127 + runner: *128 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -20126,7 +20133,7 @@ paths: description: Response content: application/json: - schema: &129 + schema: &130 title: Authentication Token description: Authentication Token type: object @@ -20164,7 +20171,7 @@ paths: - token - expires_at examples: - default: &346 + default: &347 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -20201,9 +20208,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: &347 + default: &348 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -20229,15 +20236,15 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 + - *127 responses: '200': description: Response content: application/json: - schema: *127 + schema: *128 examples: - default: &348 + default: &349 value: id: 23 name: MBP @@ -20279,7 +20286,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - *96 - - *126 + - *127 responses: '204': description: Response @@ -20306,9 +20313,9 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 + - *127 responses: - '200': &131 + '200': &132 description: Response content: application/json: @@ -20322,7 +20329,7 @@ paths: type: integer labels: type: array - items: *130 + items: *131 examples: default: value: @@ -20362,7 +20369,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 + - *127 requestBody: required: true content: @@ -20386,7 +20393,7 @@ paths: - gpu - accelerated responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -20411,7 +20418,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 + - *127 requestBody: required: true content: @@ -20436,7 +20443,7 @@ paths: - gpu - accelerated responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -20461,9 +20468,9 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 + - *127 responses: - '200': &349 + '200': &350 description: Response content: application/json: @@ -20477,7 +20484,7 @@ paths: type: integer labels: type: array - items: *130 + items: *131 examples: default: value: @@ -20519,8 +20526,8 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 - - &350 + - *127 + - &351 name: name description: The name of a self-hosted runner's custom label. in: path @@ -20528,7 +20535,7 @@ paths: schema: type: string responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -20571,7 +20578,7 @@ paths: type: integer secrets: type: array - items: &132 + items: &133 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -20650,7 +20657,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20679,7 +20686,7 @@ paths: - key_id - key examples: - default: &363 + default: &364 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20705,7 +20712,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - *96 - - &133 + - &134 name: secret_name description: The name of the secret. in: path @@ -20717,7 +20724,7 @@ paths: description: Response content: application/json: - schema: *132 + schema: *133 examples: default: value: @@ -20748,7 +20755,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -20805,7 +20812,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -20832,7 +20839,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - *96 - - *133 + - *134 responses: '204': description: Response @@ -20859,7 +20866,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 - *19 - *17 responses: @@ -20877,9 +20884,9 @@ paths: type: integer repositories: type: array - items: *125 + items: *126 examples: - default: &137 + default: &138 value: total_count: 1 repositories: @@ -20972,7 +20979,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -21025,7 +21032,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -21059,7 +21066,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -21092,7 +21099,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *96 - - &331 + - &332 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)." @@ -21116,7 +21123,7 @@ paths: type: integer variables: type: array - items: &135 + items: &136 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -21249,7 +21256,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -21275,7 +21282,7 @@ paths: url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - *96 - - &136 + - &137 name: name description: The name of the variable. in: path @@ -21287,7 +21294,7 @@ paths: description: Response content: application/json: - schema: *135 + schema: *136 examples: default: value: @@ -21318,7 +21325,7 @@ paths: url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - *96 - - *136 + - *137 requestBody: required: true content: @@ -21381,7 +21388,7 @@ paths: url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - *96 - - *136 + - *137 responses: '204': description: Response @@ -21408,7 +21415,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *96 - - *136 + - *137 - *19 - *17 responses: @@ -21426,9 +21433,9 @@ paths: type: integer repositories: type: array - items: *125 + items: *126 examples: - default: *137 + default: *138 '409': description: Response when the visibility of the variable is not set to `selected` @@ -21455,7 +21462,7 @@ paths: url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *96 - - *136 + - *137 requestBody: required: true content: @@ -21505,7 +21512,7 @@ paths: url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *96 - - *136 + - *137 - name: repository_id in: path required: true @@ -21540,7 +21547,7 @@ paths: url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *96 - - *136 + - *137 - name: repository_id in: path required: true @@ -21599,12 +21606,12 @@ paths: required: - subject_digests examples: - default: &672 + default: &673 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &673 + withPredicateType: &674 value: subject_digests: - sha256:abc123 @@ -21662,7 +21669,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &674 + default: &675 value: attestations_subject_digests: - sha256:abc: @@ -21956,7 +21963,7 @@ paths: bundle_url: type: string examples: - default: &376 + default: &377 value: attestations: - bundle: @@ -22075,7 +22082,7 @@ paths: type: array items: *4 examples: - default: &204 + default: &205 value: - login: octocat id: 1 @@ -22114,7 +22121,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - *96 - - &138 + - &139 name: username description: The handle for the GitHub user account. in: path @@ -22146,7 +22153,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -22167,7 +22174,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -22200,7 +22207,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &139 + schema: &140 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -22226,7 +22233,7 @@ paths: application/json: schema: type: array - items: &140 + items: &141 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -22257,7 +22264,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &158 + items: &159 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -22316,7 +22323,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &217 + properties: &218 id: description: Unique identifier of the team type: integer @@ -22372,7 +22379,7 @@ paths: to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &218 + required: &219 - id - node_id - url @@ -22413,7 +22420,7 @@ paths: type: string format: date-time nullable: true - state: *139 + state: *140 contact_link: description: The contact link of the campaign. type: string @@ -22628,9 +22635,9 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: &141 + default: &142 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -22713,9 +22720,9 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: *141 + default: *142 '404': *6 '422': description: Unprocessable Entity @@ -22792,7 +22799,7 @@ paths: type: string format: uri nullable: true - state: *139 + state: *140 examples: default: value: @@ -22802,9 +22809,9 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: *141 + default: *142 '400': description: Bad Request content: @@ -22871,17 +22878,17 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *96 - - &402 + - &403 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`, but not both. in: query required: false - schema: &145 + schema: &146 type: string description: The name of the tool used to generate the code scanning analysis. - - &403 + - &404 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 @@ -22889,7 +22896,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &146 + schema: &147 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, @@ -22904,7 +22911,7 @@ paths: be returned. in: query required: false - schema: &405 + schema: &406 type: string description: State of a code scanning alert. enum: @@ -22927,7 +22934,7 @@ paths: be returned. in: query required: false - schema: &406 + schema: &407 type: string description: Severity of a code scanning alert. enum: @@ -22950,16 +22957,16 @@ paths: properties: number: *54 created_at: *55 - updated_at: *142 + updated_at: *143 url: *56 html_url: *57 - instances_url: &407 + instances_url: &408 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &147 + state: &148 type: string description: State of a code scanning alert. nullable: true @@ -22967,7 +22974,7 @@ paths: - open - dismissed - fixed - fixed_at: *143 + fixed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -22975,8 +22982,8 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 - dismissed_reason: &408 + dismissed_at: *145 + dismissed_reason: &409 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -22985,13 +22992,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &409 + dismissed_comment: &410 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &410 + rule: &411 type: object properties: id: @@ -23044,25 +23051,25 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &411 + tool: &412 type: object properties: - name: *145 + name: *146 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *146 - most_recent_instance: &412 + guid: *147 + most_recent_instance: &413 type: object properties: - ref: &404 + ref: &405 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &422 + analysis_key: &423 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -23073,13 +23080,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &423 + category: &424 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *147 + state: *148 commit_sha: type: string message: @@ -23583,7 +23590,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *148 + code_scanning_options: *149 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -23726,7 +23733,7 @@ paths: application/json: schema: *43 examples: - default: *149 + default: *150 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23754,9 +23761,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *151 + default: *152 '304': *37 '403': *29 '404': *6 @@ -23808,7 +23815,7 @@ paths: - 32 - 91 responses: - '204': *152 + '204': *153 '400': *14 '403': *29 '404': *6 @@ -23843,7 +23850,7 @@ paths: application/json: schema: *43 examples: - default: *149 + default: *150 '304': *37 '403': *29 '404': *6 @@ -24127,7 +24134,7 @@ paths: - *96 - *45 responses: - '204': *152 + '204': *153 '400': *14 '403': *29 '404': *6 @@ -24265,7 +24272,7 @@ paths: default: value: default_for_new_repos: all - configuration: *149 + configuration: *150 '403': *29 '404': *6 x-github: @@ -24318,13 +24325,13 @@ paths: application/json: schema: type: array - items: *153 + items: *154 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *154 + repository: *155 '403': *29 '404': *6 x-github: @@ -24364,7 +24371,7 @@ paths: type: integer codespaces: type: array - items: &205 + items: &206 type: object title: Codespace description: A codespace. @@ -24389,12 +24396,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *125 + repository: *126 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &435 + properties: &436 name: type: string description: The name of the machine. @@ -24436,7 +24443,7 @@ paths: - ready - in_progress nullable: true - required: &436 + required: &437 - name - display_name - operating_system @@ -24641,7 +24648,7 @@ paths: - pulls_url - recent_folders examples: - default: &206 + default: &207 value: total_count: 3 codespaces: @@ -25265,7 +25272,7 @@ paths: type: integer secrets: type: array - items: &155 + items: &156 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -25304,7 +25311,7 @@ paths: - updated_at - visibility examples: - default: &437 + default: &438 value: total_count: 2 secrets: @@ -25342,7 +25349,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &439 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -25371,7 +25378,7 @@ paths: - key_id - key examples: - default: &439 + default: &440 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25395,15 +25402,15 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *96 - - *133 + - *134 responses: '200': description: Response content: application/json: - schema: *155 + schema: *156 examples: - default: &441 + default: &442 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -25431,7 +25438,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -25486,7 +25493,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -25513,7 +25520,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *96 - - *133 + - *134 responses: '204': description: Response @@ -25539,7 +25546,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 - *19 - *17 responses: @@ -25557,9 +25564,9 @@ paths: type: integer repositories: type: array - items: *125 + items: *126 examples: - default: *137 + default: *138 '404': *6 x-github: githubCloudOnly: false @@ -25582,7 +25589,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -25633,7 +25640,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -25667,7 +25674,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -25870,7 +25877,7 @@ paths: currently being billed. seats: type: array - items: &208 + items: &209 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -25887,14 +25894,14 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *156 - required: *157 + properties: *157 + required: *158 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *158 + - *159 - title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -26451,7 +26458,7 @@ paths: application/json: schema: type: array - items: &291 + items: &292 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -26758,7 +26765,7 @@ paths: - date additionalProperties: true examples: - default: &292 + default: &293 value: - date: '2024-06-24' total_active_users: 24 @@ -26860,7 +26867,7 @@ paths: '500': *97 '403': *29 '404': *6 - '422': &293 + '422': &294 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -26888,11 +26895,11 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *96 - - *159 - *160 - *161 - *162 - *163 + - *164 - name: package_registry_url in: query description: A comma-separated list of package registry URLs. If specified, @@ -26908,14 +26915,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string - - *164 - *165 - *166 + - *167 - *48 - *40 - *41 - - *167 - *168 + - *169 - *17 responses: '200': @@ -26924,9 +26931,9 @@ paths: application/json: schema: type: array - items: *169 + items: *170 examples: - default: *170 + default: *171 '304': *37 '400': *14 '403': *29 @@ -26970,7 +26977,7 @@ paths: type: integer secrets: type: array - items: &171 + items: &172 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -27047,7 +27054,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -27064,7 +27071,7 @@ paths: - key_id - key examples: - default: &469 + default: &470 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27088,13 +27095,13 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - *96 - - *133 + - *134 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: default: value: @@ -27123,7 +27130,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -27178,7 +27185,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -27203,7 +27210,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - *96 - - *133 + - *134 responses: '204': description: Response @@ -27228,7 +27235,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 - *19 - *17 responses: @@ -27246,9 +27253,9 @@ paths: type: integer repositories: type: array - items: *125 + items: *126 examples: - default: *137 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27270,7 +27277,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -27321,7 +27328,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -27353,7 +27360,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -27391,7 +27398,7 @@ paths: application/json: schema: type: array - items: &220 + items: &221 title: Package description: A software package type: object @@ -27441,8 +27448,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *172 - required: *173 + properties: *173 + required: *174 nullable: true created_at: type: string @@ -27461,7 +27468,7 @@ paths: - created_at - updated_at examples: - default: &221 + default: &222 value: - id: 197 name: hello_docker @@ -27628,7 +27635,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Organization Invitation description: Organization Invitation type: object @@ -27675,7 +27682,7 @@ paths: - invitation_teams_url - node_id examples: - default: &197 + default: &198 value: - id: 1 login: monalisa @@ -27742,7 +27749,7 @@ paths: application/json: schema: type: array - items: &174 + items: &175 title: Org Hook description: Org Hook type: object @@ -27913,9 +27920,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: &175 + default: &176 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -27963,7 +27970,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *96 - - &176 + - &177 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -27976,9 +27983,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 '404': *6 x-github: githubCloudOnly: false @@ -28006,7 +28013,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *96 - - *176 + - *177 requestBody: required: false content: @@ -28051,7 +28058,7 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: value: @@ -28093,7 +28100,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *96 - - *176 + - *177 responses: '204': description: Response @@ -28121,7 +28128,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *96 - - *176 + - *177 responses: '200': description: Response @@ -28152,7 +28159,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *96 - - *176 + - *177 requestBody: required: false content: @@ -28203,9 +28210,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *96 - - *176 - - *17 - *177 + - *17 + - *178 responses: '200': description: Response @@ -28213,9 +28220,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *179 + default: *180 '400': *14 '422': *15 x-github: @@ -28241,16 +28248,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *96 - - *176 + - *177 - *16 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 '400': *14 '422': *15 x-github: @@ -28276,7 +28283,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *96 - - *176 + - *177 - *16 responses: '202': *39 @@ -28306,7 +28313,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *96 - - *176 + - *177 responses: '204': description: Response @@ -28329,7 +28336,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *96 - - &186 + - &187 name: actor_type in: path description: The type of the actor @@ -28342,14 +28349,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &187 + - &188 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &182 + - &183 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -28357,7 +28364,7 @@ paths: required: true schema: type: string - - &183 + - &184 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -28451,12 +28458,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *96 - - *182 - *183 + - *184 - *19 - *17 - *48 - - &192 + - &193 name: sort description: The property to sort the results by. in: query @@ -28535,14 +28542,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *96 - - *182 - *183 + - *184 responses: '200': description: Response content: application/json: - schema: &184 + schema: &185 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -28558,7 +28565,7 @@ paths: type: integer format: int64 examples: - default: &185 + default: &186 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -28579,23 +28586,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *96 - - &188 + - &189 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *182 - *183 + - *184 responses: '200': description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 x-github: enabledForGitHubApps: true category: orgs @@ -28614,18 +28621,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *96 - - *182 - *183 - - *186 + - *184 - *187 + - *188 responses: '200': description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 x-github: enabledForGitHubApps: true category: orgs @@ -28643,9 +28650,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *96 - - *182 - *183 - - &189 + - *184 + - &190 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -28658,7 +28665,7 @@ paths: description: Response content: application/json: - schema: &190 + schema: &191 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -28674,7 +28681,7 @@ paths: type: integer format: int64 examples: - default: &191 + default: &192 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -28711,18 +28718,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *96 - - *188 - - *182 - - *183 - *189 + - *183 + - *184 + - *190 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *191 + default: *192 x-github: enabledForGitHubApps: true category: orgs @@ -28740,19 +28747,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *96 - - *186 - *187 - - *182 + - *188 - *183 - - *189 + - *184 + - *190 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *191 + default: *192 x-github: enabledForGitHubApps: true category: orgs @@ -28770,13 +28777,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *96 - - *188 - - *182 + - *189 - *183 + - *184 - *19 - *17 - *48 - - *192 + - *193 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -28857,7 +28864,7 @@ paths: application/json: schema: *22 examples: - default: &507 + default: &508 value: id: 1 account: @@ -29023,12 +29030,12 @@ paths: application/json: schema: anyOf: - - &194 + - &195 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &193 + limit: &194 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -29053,7 +29060,7 @@ paths: properties: {} additionalProperties: false examples: - default: &195 + default: &196 value: limit: collaborators_only origin: organization @@ -29082,13 +29089,13 @@ paths: required: true content: application/json: - schema: &508 + schema: &509 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *193 + limit: *194 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -29112,9 +29119,9 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: - default: *195 + default: *196 '422': *15 x-github: githubCloudOnly: false @@ -29190,9 +29197,9 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -29269,7 +29276,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -29324,7 +29331,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *96 - - &198 + - &199 name: invitation_id description: The unique identifier of the invitation. in: path @@ -29355,7 +29362,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *96 - - *198 + - *199 - *17 - *19 responses: @@ -29365,9 +29372,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: &219 + default: &220 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -29410,7 +29417,7 @@ paths: application/json: schema: type: array - items: *199 + items: *200 examples: default: value: @@ -29495,9 +29502,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: &200 + default: &201 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -29530,7 +29537,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *96 - - &201 + - &202 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -29583,9 +29590,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 + default: *201 '404': *6 '422': *7 x-github: @@ -29610,7 +29617,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *96 - - *201 + - *202 responses: '204': description: Response @@ -29673,7 +29680,7 @@ paths: - closed - all default: open - - *202 + - *203 - name: type description: Can be the name of an issue type. in: query @@ -29704,7 +29711,7 @@ paths: type: array items: *77 examples: - default: *203 + default: *204 headers: Link: *58 '404': *6 @@ -29764,7 +29771,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '422': *15 @@ -29785,7 +29792,7 @@ paths: url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response if requester is an organization member and user is @@ -29820,7 +29827,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -29847,7 +29854,7 @@ paths: - *17 - *19 - *96 - - *138 + - *139 responses: '200': description: Response @@ -29863,9 +29870,9 @@ paths: type: integer codespaces: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '304': *37 '500': *97 '401': *25 @@ -29891,8 +29898,8 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - *96 - - *138 - - &207 + - *139 + - &208 name: codespace_name in: path required: true @@ -29926,16 +29933,16 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - *96 - - *138 - - *207 + - *139 + - *208 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: &434 + default: &435 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -30109,13 +30116,13 @@ paths: url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - *96 - - *138 + - *139 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -30185,13 +30192,13 @@ paths: url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - *96 - - *138 + - *139 responses: '200': description: Response content: application/json: - schema: &210 + schema: &211 title: Org Membership description: Org Membership type: object @@ -30235,7 +30242,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *209 + organization: *210 user: title: Simple User description: A GitHub user. @@ -30258,7 +30265,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &211 + response-if-user-has-an-active-admin-membership-with-organization: &212 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -30327,7 +30334,7 @@ paths: url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - *96 - - *138 + - *139 requestBody: required: false content: @@ -30355,9 +30362,9 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: - response-if-user-already-had-membership-with-organization: *211 + response-if-user-already-had-membership-with-organization: *212 '422': *15 '403': *29 x-github: @@ -30382,7 +30389,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -30428,7 +30435,7 @@ paths: application/json: schema: type: array - items: &212 + items: &213 title: Migration description: A migration. type: object @@ -30757,7 +30764,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -30936,7 +30943,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *96 - - &213 + - &214 name: migration_id description: The unique identifier of the migration. in: path @@ -30963,7 +30970,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -31133,7 +31140,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *96 - - *213 + - *214 responses: '302': description: Response @@ -31155,7 +31162,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *96 - - *213 + - *214 responses: '204': description: Response @@ -31179,8 +31186,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *96 - - *213 - - &656 + - *214 + - &657 name: repo_name description: repo_name parameter in: path @@ -31208,7 +31215,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *96 - - *213 + - *214 - *17 - *19 responses: @@ -31218,9 +31225,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: &226 + default: &227 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -31373,7 +31380,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &216 + items: &217 title: Organization Role description: Organization roles type: object @@ -31521,7 +31528,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *96 - - &214 + - &215 name: team_slug description: The slug of the team name. in: path @@ -31553,8 +31560,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *96 - - *214 - - &215 + - *215 + - &216 name: role_id description: The unique identifier of the role. in: path @@ -31590,8 +31597,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *96 - - *214 - *215 + - *216 responses: '204': description: Response @@ -31617,7 +31624,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -31643,8 +31650,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - *96 - - *138 - - *215 + - *139 + - *216 responses: '204': description: Response @@ -31675,8 +31682,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - *96 - - *138 - - *215 + - *139 + - *216 responses: '204': description: Response @@ -31705,13 +31712,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *96 - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *216 + schema: *217 examples: default: value: @@ -31762,7 +31769,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *96 - - *215 + - *216 - *17 - *19 responses: @@ -31840,8 +31847,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *217 - required: *218 + properties: *218 + required: *219 nullable: true required: - id @@ -31856,7 +31863,7 @@ paths: - slug - parent examples: - default: *219 + default: *220 headers: Link: *58 '404': @@ -31886,7 +31893,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *96 - - *215 + - *216 - *17 - *19 responses: @@ -31914,13 +31921,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &287 + items: &288 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *217 - required: *218 + properties: *218 + required: *219 name: nullable: true type: string @@ -32015,7 +32022,7 @@ paths: - type - url examples: - default: *204 + default: *205 headers: Link: *58 '404': @@ -32066,7 +32073,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -32092,7 +32099,7 @@ paths: url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - *96 - - *138 + - *139 requestBody: required: false content: @@ -32150,7 +32157,7 @@ paths: url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -32208,7 +32215,7 @@ paths: - nuget - container - *96 - - &658 + - &659 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -32244,12 +32251,12 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *221 + default: *222 '403': *29 '401': *25 - '400': &660 + '400': &661 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -32271,7 +32278,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &222 + - &223 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -32289,7 +32296,7 @@ paths: - docker - nuget - container - - &223 + - &224 name: package_name description: The name of the package. in: path @@ -32302,7 +32309,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -32354,8 +32361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *222 - *223 + - *224 - *96 responses: '204': @@ -32388,8 +32395,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *222 - *223 + - *224 - *96 - name: token description: package token @@ -32422,8 +32429,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *222 - *223 + - *224 - *96 - *19 - *17 @@ -32444,7 +32451,7 @@ paths: application/json: schema: type: array - items: &224 + items: &225 title: Package Version description: A version of a software package type: object @@ -32569,10 +32576,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *222 - *223 + - *224 - *96 - - &225 + - &226 name: package_version_id description: Unique identifier of the package version. in: path @@ -32584,7 +32591,7 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: default: value: @@ -32620,10 +32627,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *222 - *223 + - *224 - *96 - - *225 + - *226 responses: '204': description: Response @@ -32655,10 +32662,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *222 - *223 + - *224 - *96 - - *225 + - *226 responses: '204': description: Response @@ -32688,7 +32695,7 @@ paths: - *96 - *17 - *19 - - &227 + - &228 name: sort description: The property by which to sort the results. in: query @@ -32699,7 +32706,7 @@ paths: - created_at default: created_at - *48 - - &228 + - &229 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -32710,7 +32717,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &229 + - &230 name: repository description: The name of the repository to use to filter the results. in: query @@ -32718,7 +32725,7 @@ paths: schema: type: string example: Hello-World - - &230 + - &231 name: permission description: The permission to use to filter the results. in: query @@ -32726,7 +32733,7 @@ paths: schema: type: string example: issues_read - - &231 + - &232 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -32736,7 +32743,7 @@ paths: schema: type: string format: date-time - - &232 + - &233 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -32746,7 +32753,7 @@ paths: schema: type: string format: date-time - - &233 + - &234 name: token_id description: The ID of the token in: query @@ -33016,7 +33023,7 @@ paths: '422': *15 '404': *6 '403': *29 - '204': *152 + '204': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33057,9 +33064,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -33085,14 +33092,14 @@ paths: - *96 - *17 - *19 - - *227 - - *48 - *228 + - *48 - *229 - *230 - *231 - *232 - *233 + - *234 responses: '500': *97 '422': *15 @@ -33331,7 +33338,7 @@ paths: responses: '500': *97 '404': *6 - '204': *152 + '204': *153 '403': *29 '422': *15 x-github: @@ -33372,9 +33379,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -33416,7 +33423,7 @@ paths: type: integer configurations: type: array - items: &234 + items: &235 title: Organization private registry description: Private registry configuration for an organization type: object @@ -33669,7 +33676,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &235 + org-private-registry-with-selected-visibility: &236 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -33759,15 +33766,15 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *96 - - *133 + - *134 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *234 + schema: *235 examples: - default: *235 + default: *236 '404': *6 x-github: githubCloudOnly: false @@ -33789,7 +33796,7 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -33885,7 +33892,7 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *96 - - *133 + - *134 responses: '204': description: Response @@ -33931,7 +33938,7 @@ paths: application/json: schema: type: array - items: &236 + items: &237 title: Project description: Projects are a way to organize columns and cards of work. @@ -34104,7 +34111,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -34142,7 +34149,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &318 + '410': &319 description: Gone content: application/json: @@ -34177,7 +34184,7 @@ paths: application/json: schema: type: array - items: &237 + items: &238 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -34243,7 +34250,7 @@ paths: - property_name - value_type examples: - default: &238 + default: &239 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -34302,7 +34309,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *237 + items: *238 minItems: 1 maxItems: 100 required: @@ -34332,9 +34339,9 @@ paths: application/json: schema: type: array - items: *237 + items: *238 examples: - default: *238 + default: *239 '403': *29 '404': *6 x-github: @@ -34356,7 +34363,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *96 - - &239 + - &240 name: custom_property_name description: The custom property name in: path @@ -34368,9 +34375,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: &240 + default: &241 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -34405,7 +34412,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *96 - - *239 + - *240 requestBody: required: true content: @@ -34474,9 +34481,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *240 + default: *241 '403': *29 '404': *6 x-github: @@ -34500,9 +34507,9 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *96 - - *239 + - *240 responses: - '204': *152 + '204': *153 '403': *29 '404': *6 x-github: @@ -34561,7 +34568,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &241 + items: &242 title: Custom Property Value description: Custom property name and associated value type: object @@ -34648,7 +34655,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *241 + items: *242 required: - repository_names - properties @@ -34701,7 +34708,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -34721,7 +34728,7 @@ paths: url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response if user is a public member @@ -34746,7 +34753,7 @@ paths: url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -34768,7 +34775,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -34838,9 +34845,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -35042,7 +35049,7 @@ paths: description: Response content: application/json: - schema: &320 + schema: &321 title: Full Repository description: Full Repository type: object @@ -35319,8 +35326,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *242 - required: *243 + properties: *243 + required: *244 nullable: true temp_clone_token: type: string @@ -35435,7 +35442,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &456 + properties: &457 url: type: string format: uri @@ -35451,12 +35458,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &457 + required: &458 - url - key - name - html_url - security_and_analysis: *244 + security_and_analysis: *245 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -35540,7 +35547,7 @@ paths: - network_count - subscribers_count examples: - default: &322 + default: &323 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -36061,7 +36068,7 @@ paths: - *96 - *17 - *19 - - &576 + - &577 name: targets description: | A comma-separated list of rule targets to filter by. @@ -36079,7 +36086,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -36114,7 +36121,7 @@ paths: source: type: string description: The name of the source - enforcement: &247 + enforcement: &248 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -36127,7 +36134,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &248 + items: &249 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -36193,7 +36200,7 @@ paths: conditions: nullable: true anyOf: - - &245 + - &246 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -36217,7 +36224,7 @@ paths: match. items: type: string - - &249 + - &250 title: Organization ruleset conditions type: object description: |- @@ -36231,7 +36238,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *245 + - *246 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -36265,7 +36272,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *245 + - *246 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -36287,7 +36294,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *245 + - *246 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -36300,7 +36307,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &246 + items: &247 title: Repository ruleset property targeting definition type: object @@ -36333,17 +36340,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *246 + items: *247 required: - repository_property rules: type: array - items: &577 + items: &578 title: Repository Rule type: object description: A repository rule. oneOf: - - &250 + - &251 title: creation description: Only allow users with bypass permission to create matching refs. @@ -36355,7 +36362,7 @@ paths: type: string enum: - creation - - &251 + - &252 title: update description: Only allow users with bypass permission to update matching refs. @@ -36376,7 +36383,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &252 + - &253 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -36388,7 +36395,7 @@ paths: type: string enum: - deletion - - &253 + - &254 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -36400,7 +36407,7 @@ paths: type: string enum: - required_linear_history - - &575 + - &576 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -36478,7 +36485,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &254 + - &255 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -36502,7 +36509,7 @@ paths: type: string required: - required_deployment_environments - - &255 + - &256 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -36514,7 +36521,7 @@ paths: type: string enum: - required_signatures - - &256 + - &257 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -36576,7 +36583,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &257 + - &258 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -36624,7 +36631,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &258 + - &259 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -36636,7 +36643,7 @@ paths: type: string enum: - non_fast_forward - - &259 + - &260 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -36672,7 +36679,7 @@ paths: required: - operator - pattern - - &260 + - &261 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -36708,7 +36715,7 @@ paths: required: - operator - pattern - - &261 + - &262 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -36744,7 +36751,7 @@ paths: required: - operator - pattern - - &262 + - &263 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -36780,7 +36787,7 @@ paths: required: - operator - pattern - - &263 + - &264 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -36816,7 +36823,7 @@ paths: required: - operator - pattern - - &264 + - &265 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -36841,7 +36848,7 @@ paths: type: string required: - restricted_file_paths - - &265 + - &266 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -36865,7 +36872,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &266 + - &267 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -36888,7 +36895,7 @@ paths: type: string required: - restricted_file_extensions - - &267 + - &268 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -36913,7 +36920,7 @@ paths: maximum: 100 required: - max_file_size - - &268 + - &269 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -36963,7 +36970,7 @@ paths: - repository_id required: - workflows - - &269 + - &270 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -37097,21 +37104,20 @@ paths: - push - repository default: branch - enforcement: *247 + enforcement: *248 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *248 - conditions: *249 + items: *249 + conditions: *250 rules: type: array description: An array of rules within the ruleset. - items: &272 + items: &273 title: Repository Rule type: object description: A repository rule. oneOf: - - *250 - *251 - *252 - *253 @@ -37131,6 +37137,7 @@ paths: - *267 - *268 - *269 + - *270 required: - name - enforcement @@ -37168,9 +37175,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &271 + default: &272 value: id: 21 name: super cool ruleset @@ -37225,7 +37232,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *96 - - &578 + - &579 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 @@ -37240,7 +37247,7 @@ paths: in: query schema: type: string - - &579 + - &580 name: time_period description: |- The time period to filter by. @@ -37256,14 +37263,14 @@ paths: - week - month default: day - - &580 + - &581 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 - - &581 + - &582 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -37283,7 +37290,7 @@ paths: description: Response content: application/json: - schema: &582 + schema: &583 title: Rule Suites description: Response type: array @@ -37338,7 +37345,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &583 + default: &584 value: - id: 21 actor_id: 12 @@ -37382,7 +37389,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *96 - - &584 + - &585 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -37398,7 +37405,7 @@ paths: description: Response content: application/json: - schema: &585 + schema: &586 title: Rule Suite description: Response type: object @@ -37497,7 +37504,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &586 + default: &587 value: id: 21 actor_id: 12 @@ -37570,9 +37577,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *6 '500': *97 put: @@ -37616,16 +37623,16 @@ paths: - tag - push - repository - enforcement: *247 + enforcement: *248 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *248 - conditions: *249 + items: *249 + conditions: *250 rules: description: An array of rules within the ruleset. type: array - items: *272 + items: *273 examples: default: value: @@ -37660,9 +37667,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *6 '500': *97 delete: @@ -37719,7 +37726,7 @@ paths: application/json: schema: type: array - items: &273 + items: &274 title: Ruleset version type: object description: The historical version of a ruleset @@ -37743,7 +37750,7 @@ paths: type: string format: date-time examples: - default: &588 + default: &589 value: - version_id: 3 actor: @@ -37796,9 +37803,9 @@ paths: description: Response content: application/json: - schema: &589 + schema: &590 allOf: - - *273 + - *274 - type: object required: - state @@ -37868,14 +37875,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *96 - - *274 - *275 - *276 - *277 + - *278 - *48 - *19 - *17 - - &590 + - &591 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 @@ -37885,7 +37892,7 @@ paths: required: false schema: type: string - - &591 + - &592 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 @@ -37895,10 +37902,10 @@ paths: required: false schema: type: string - - *278 - *279 - *280 - *281 + - *282 responses: '200': description: Response @@ -37906,9 +37913,9 @@ paths: application/json: schema: type: array - items: *282 + items: *283 examples: - default: *283 + default: *284 headers: Link: *58 '404': *6 @@ -37949,7 +37956,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &285 + pattern_config_version: &286 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -37958,7 +37965,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &284 + items: &285 type: object properties: token_type: @@ -38024,7 +38031,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *284 + items: *285 examples: default: value: @@ -38081,7 +38088,7 @@ paths: schema: type: object properties: - pattern_config_version: *285 + pattern_config_version: *286 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -38107,7 +38114,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *285 + custom_pattern_version: *286 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -38205,7 +38212,7 @@ paths: application/json: schema: type: array - items: &612 + items: &613 description: A repository security advisory. type: object properties: @@ -38425,7 +38432,7 @@ paths: login: type: string description: The username of the user credited. - type: *286 + type: *287 credits_detailed: type: array nullable: true @@ -38435,7 +38442,7 @@ paths: type: object properties: user: *4 - type: *286 + type: *287 state: type: string description: The state of the user's acceptance of the @@ -38459,7 +38466,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *158 + items: *159 private_fork: readOnly: true nullable: true @@ -38496,7 +38503,7 @@ paths: - private_fork additionalProperties: false examples: - default: &613 + default: &614 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -38883,9 +38890,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *219 + default: *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38909,7 +38916,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *96 - - *214 + - *215 responses: '204': description: Response @@ -38935,7 +38942,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *96 - - *214 + - *215 responses: '204': description: Response @@ -38970,7 +38977,7 @@ paths: description: Response content: application/json: - schema: &677 + schema: &678 type: object properties: total_minutes_used: @@ -39040,7 +39047,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &678 + default: &679 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -39076,7 +39083,7 @@ paths: description: Response content: application/json: - schema: &679 + schema: &680 type: object properties: total_gigabytes_bandwidth_used: @@ -39094,7 +39101,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &680 + default: &681 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -39126,7 +39133,7 @@ paths: description: Response content: application/json: - schema: &681 + schema: &682 type: object properties: days_left_in_billing_cycle: @@ -39144,7 +39151,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &682 + default: &683 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -39186,7 +39193,7 @@ paths: type: integer network_configurations: type: array - items: &288 + items: &289 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -39306,9 +39313,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: &289 + default: &290 value: id: 123456789ABCDEF name: My network configuration @@ -39337,7 +39344,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *96 - - &290 + - &291 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -39349,9 +39356,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *289 + default: *290 headers: Link: *58 x-github: @@ -39373,7 +39380,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *96 - - *290 + - *291 requestBody: required: true content: @@ -39412,9 +39419,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39434,7 +39441,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *96 - - *290 + - *291 responses: '204': description: Response @@ -39542,7 +39549,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *96 - - *214 + - *215 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -39574,13 +39581,13 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: - default: *292 + default: *293 '500': *97 '403': *29 '404': *6 - '422': *293 + '422': *294 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39608,9 +39615,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 headers: Link: *58 '403': *29 @@ -39704,7 +39711,7 @@ paths: description: Response content: application/json: - schema: &294 + schema: &295 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -39767,8 +39774,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *217 - required: *218 + properties: *218 + required: *219 nullable: true members_count: type: integer @@ -40014,7 +40021,7 @@ paths: - repos_count - organization examples: - default: &295 + default: &296 value: id: 1 node_id: MDQ6VGVhbTE= @@ -40085,15 +40092,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *96 - - *214 + - *215 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '404': *6 x-github: githubCloudOnly: false @@ -40115,7 +40122,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *96 - - *214 + - *215 requestBody: required: false content: @@ -40177,16 +40184,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '404': *6 '422': *15 '403': *29 @@ -40212,7 +40219,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *96 - - *214 + - *215 responses: '204': description: Response @@ -40239,7 +40246,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *96 - - *214 + - *215 - *48 - *17 - *19 @@ -40256,7 +40263,7 @@ paths: application/json: schema: type: array - items: &296 + items: &297 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -40355,7 +40362,7 @@ paths: - updated_at - url examples: - default: &630 + default: &631 value: - author: login: octocat @@ -40430,7 +40437,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *96 - - *214 + - *215 requestBody: required: true content: @@ -40464,9 +40471,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: &297 + default: &298 value: author: login: octocat @@ -40539,8 +40546,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *96 - - *214 - - &298 + - *215 + - &299 name: discussion_number description: The number that identifies the discussion. in: path @@ -40552,9 +40559,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40577,8 +40584,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *96 - - *214 - - *298 + - *215 + - *299 requestBody: required: false content: @@ -40601,9 +40608,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: &631 + default: &632 value: author: login: octocat @@ -40674,8 +40681,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *96 - - *214 - - *298 + - *215 + - *299 responses: '204': description: Response @@ -40702,8 +40709,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *96 - - *214 - - *298 + - *215 + - *299 - *48 - *17 - *19 @@ -40714,7 +40721,7 @@ paths: application/json: schema: type: array - items: &299 + items: &300 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -40786,7 +40793,7 @@ paths: - updated_at - url examples: - default: &632 + default: &633 value: - author: login: octocat @@ -40855,8 +40862,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *96 - - *214 - - *298 + - *215 + - *299 requestBody: required: true content: @@ -40878,9 +40885,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: &300 + default: &301 value: author: login: octocat @@ -40947,9 +40954,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *96 - - *214 - - *298 - - &301 + - *215 + - *299 + - &302 name: comment_number description: The number that identifies the comment. in: path @@ -40961,9 +40968,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40986,9 +40993,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *96 - - *214 - - *298 - - *301 + - *215 + - *299 + - *302 requestBody: required: true content: @@ -41010,9 +41017,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: &633 + default: &634 value: author: login: octocat @@ -41077,9 +41084,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *96 - - *214 - - *298 - - *301 + - *215 + - *299 + - *302 responses: '204': description: Response @@ -41106,9 +41113,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *96 - - *214 - - *298 - - *301 + - *215 + - *299 + - *302 - 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. @@ -41134,7 +41141,7 @@ paths: application/json: schema: type: array - items: &302 + items: &303 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -41177,7 +41184,7 @@ paths: - content - created_at examples: - default: &304 + default: &305 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -41228,9 +41235,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *96 - - *214 - - *298 - - *301 + - *215 + - *299 + - *302 requestBody: required: true content: @@ -41263,9 +41270,9 @@ paths: team discussion comment content: application/json: - schema: *302 + schema: *303 examples: - default: &303 + default: &304 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -41294,9 +41301,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41320,10 +41327,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *96 - - *214 - - *298 - - *301 - - &305 + - *215 + - *299 + - *302 + - &306 name: reaction_id description: The unique identifier of the reaction. in: path @@ -41356,8 +41363,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *96 - - *214 - - *298 + - *215 + - *299 - 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. @@ -41383,9 +41390,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 x-github: @@ -41412,8 +41419,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *96 - - *214 - - *298 + - *215 + - *299 requestBody: required: true content: @@ -41445,16 +41452,16 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -41478,9 +41485,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *96 - - *214 - - *298 - - *305 + - *215 + - *299 + - *306 responses: '204': description: Response @@ -41505,7 +41512,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *96 - - *214 + - *215 - *17 - *19 responses: @@ -41515,9 +41522,9 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -41540,7 +41547,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *96 - - *214 + - *215 - name: role description: Filters members returned by their role in the team. in: query @@ -41563,7 +41570,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -41594,14 +41601,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *96 - - *214 - - *138 + - *215 + - *139 responses: '200': description: Response content: application/json: - schema: &306 + schema: &307 title: Team Membership description: Team Membership type: object @@ -41628,7 +41635,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &634 + response-if-user-is-a-team-maintainer: &635 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -41665,8 +41672,8 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *96 - - *214 - - *138 + - *215 + - *139 requestBody: required: false content: @@ -41691,9 +41698,9 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: - response-if-users-membership-with-team-is-now-pending: &635 + response-if-users-membership-with-team-is-now-pending: &636 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -41729,8 +41736,8 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *96 - - *214 - - *138 + - *215 + - *139 responses: '204': description: Response @@ -41756,7 +41763,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *96 - - *214 + - *215 - *17 - *19 responses: @@ -41766,7 +41773,7 @@ paths: application/json: schema: type: array - items: &307 + items: &308 title: Team Project description: A team's access to a project. type: object @@ -41834,7 +41841,7 @@ paths: - updated_at - permissions examples: - default: &636 + default: &637 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41898,8 +41905,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *96 - - *214 - - &308 + - *215 + - &309 name: project_id description: The unique identifier of the project. in: path @@ -41911,9 +41918,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &637 + default: &638 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41976,8 +41983,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *96 - - *214 - - *308 + - *215 + - *309 requestBody: required: false content: @@ -42044,8 +42051,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *96 - - *214 - - *308 + - *215 + - *309 responses: '204': description: Response @@ -42073,7 +42080,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *96 - - *214 + - *215 - *17 - *19 responses: @@ -42083,9 +42090,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -42115,15 +42122,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *96 - - *214 - - *309 + - *215 - *310 + - *311 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &638 + schema: &639 title: Team Repository description: A team's access to a repository. type: object @@ -42693,9 +42700,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *96 - - *214 - - *309 + - *215 - *310 + - *311 requestBody: required: false content: @@ -42741,9 +42748,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *96 - - *214 - - *309 + - *215 - *310 + - *311 responses: '204': description: Response @@ -42768,7 +42775,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *96 - - *214 + - *215 - *17 - *19 responses: @@ -42778,9 +42785,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - response-if-child-teams-exist: &639 + response-if-child-teams-exist: &640 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -42907,7 +42914,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#get-a-project-card parameters: - - &311 + - &312 name: card_id description: The unique identifier of the card. in: path @@ -42919,7 +42926,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &313 title: Project Card description: Project cards represent a scope of work. type: object @@ -42986,7 +42993,7 @@ paths: - created_at - updated_at examples: - default: &313 + default: &314 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -43042,7 +43049,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card parameters: - - *311 + - *312 requestBody: required: false content: @@ -43069,9 +43076,9 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *313 + default: *314 '304': *37 '403': *29 '401': *25 @@ -43098,7 +43105,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#delete-a-project-card parameters: - - *311 + - *312 responses: '204': description: Response @@ -43142,7 +43149,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#move-a-project-card parameters: - - *311 + - *312 requestBody: required: true content: @@ -43253,7 +43260,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#get-a-project-column parameters: - - &314 + - &315 name: column_id description: The unique identifier of the column. in: path @@ -43265,7 +43272,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &316 title: Project Column description: Project columns contain cards of work. type: object @@ -43311,7 +43318,7 @@ paths: - created_at - updated_at examples: - default: &316 + default: &317 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -43346,7 +43353,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column parameters: - - *314 + - *315 requestBody: required: true content: @@ -43370,9 +43377,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 '304': *37 '403': *29 '401': *25 @@ -43397,7 +43404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#delete-a-project-column parameters: - - *314 + - *315 responses: '204': description: Response @@ -43426,7 +43433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#list-project-cards parameters: - - *314 + - *315 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -43447,7 +43454,7 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: default: value: @@ -43506,7 +43513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#create-a-project-card parameters: - - *314 + - *315 requestBody: required: true content: @@ -43546,9 +43553,9 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *313 + default: *314 '304': *37 '403': *29 '401': *25 @@ -43604,7 +43611,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#move-a-project-column parameters: - - *314 + - *315 requestBody: required: true content: @@ -43664,15 +43671,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#get-a-project parameters: - - *308 + - *309 responses: '200': description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: &317 + default: &318 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -43729,7 +43736,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#update-a-project parameters: - - *308 + - *309 requestBody: required: false content: @@ -43775,9 +43782,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *317 + default: *318 '404': description: Not Found if the authenticated user does not have access to the project @@ -43798,7 +43805,7 @@ paths: items: type: string '401': *25 - '410': *318 + '410': *319 '422': *7 x-github: githubCloudOnly: false @@ -43821,7 +43828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#delete-a-project parameters: - - *308 + - *309 responses: '204': description: Delete Success @@ -43842,7 +43849,7 @@ paths: items: type: string '401': *25 - '410': *318 + '410': *319 '404': *6 x-github: githubCloudOnly: false @@ -43866,7 +43873,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators parameters: - - *308 + - *309 - 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 @@ -43893,7 +43900,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '404': *6 @@ -43923,8 +43930,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator parameters: - - *308 - - *138 + - *309 + - *139 requestBody: required: false content: @@ -43976,8 +43983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *308 - - *138 + - *309 + - *139 responses: '204': description: Response @@ -44008,8 +44015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *308 - - *138 + - *309 + - *139 responses: '200': description: Response @@ -44082,7 +44089,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#list-project-columns parameters: - - *308 + - *309 - *17 - *19 responses: @@ -44092,7 +44099,7 @@ paths: application/json: schema: type: array - items: *315 + items: *316 examples: default: value: @@ -44130,7 +44137,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column parameters: - - *308 + - *309 requestBody: required: true content: @@ -44153,7 +44160,7 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: default: value: @@ -44218,7 +44225,7 @@ paths: resources: type: object properties: - core: &319 + core: &320 title: Rate Limit type: object properties: @@ -44235,21 +44242,21 @@ paths: - remaining - reset - used - graphql: *319 - search: *319 - code_search: *319 - source_import: *319 - integration_manifest: *319 - code_scanning_upload: *319 - actions_runner_registration: *319 - scim: *319 - dependency_snapshots: *319 - dependency_sbom: *319 - code_scanning_autofix: *319 + graphql: *320 + search: *320 + code_search: *320 + source_import: *320 + integration_manifest: *320 + code_scanning_upload: *320 + actions_runner_registration: *320 + scim: *320 + dependency_snapshots: *320 + dependency_sbom: *320 + code_scanning_autofix: *320 required: - core - search - rate: *319 + rate: *320 required: - rate - resources @@ -44353,14 +44360,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: default-response: summary: Default response @@ -44861,7 +44868,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *321 + '301': *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44879,8 +44886,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -45127,10 +45134,10 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *322 - '307': &323 + default: *323 + '307': &324 description: Temporary Redirect content: application/json: @@ -45159,8 +45166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -45182,7 +45189,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *323 + '307': *324 '404': *6 '409': *47 x-github: @@ -45206,11 +45213,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *309 - *310 + - *311 - *17 - *19 - - &354 + - &355 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -45233,7 +45240,7 @@ paths: type: integer artifacts: type: array - items: &324 + items: &325 title: Artifact description: An artifact type: object @@ -45311,7 +45318,7 @@ paths: - expires_at - updated_at examples: - default: &355 + default: &356 value: total_count: 2 artifacts: @@ -45372,9 +45379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *309 - *310 - - &325 + - *311 + - &326 name: artifact_id description: The unique identifier of the artifact. in: path @@ -45386,7 +45393,7 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: default: value: @@ -45424,9 +45431,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *309 - *310 - - *325 + - *311 + - *326 responses: '204': description: Response @@ -45450,9 +45457,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *309 - *310 - - *325 + - *311 + - *326 - name: archive_format in: path required: true @@ -45466,7 +45473,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': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45489,14 +45496,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -45522,11 +45529,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *309 - *310 + - *311 - *17 - *19 - - &327 + - &328 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 @@ -45560,7 +45567,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 title: Repository actions caches description: Repository actions caches type: object @@ -45602,7 +45609,7 @@ paths: - total_count - actions_caches examples: - default: &329 + default: &330 value: total_count: 1 actions_caches: @@ -45634,23 +45641,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: - - *309 - *310 + - *311 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *327 + - *328 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45670,8 +45677,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: - - *309 - *310 + - *311 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -45702,9 +45709,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *309 - *310 - - &330 + - *311 + - &331 name: job_id description: The unique identifier of the job. in: path @@ -45716,7 +45723,7 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 title: Job description: Information of a job execution in a workflow run type: object @@ -46023,9 +46030,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *309 - *310 - - *330 + - *311 + - *331 responses: '302': description: Response @@ -46053,9 +46060,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *309 - *310 - - *330 + - *311 + - *331 requestBody: required: false content: @@ -46076,7 +46083,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -46100,8 +46107,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: - - *309 - *310 + - *311 responses: '200': description: Status response @@ -46151,8 +46158,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: - - *309 - *310 + - *311 requestBody: required: true content: @@ -46186,7 +46193,7 @@ paths: description: Empty response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -46215,8 +46222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -46234,7 +46241,7 @@ paths: type: integer secrets: type: array - items: &360 + items: &361 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -46254,7 +46261,7 @@ paths: - created_at - updated_at examples: - default: &361 + default: &362 value: total_count: 2 secrets: @@ -46287,9 +46294,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *309 - *310 - - *331 + - *311 + - *332 - *19 responses: '200': @@ -46306,7 +46313,7 @@ paths: type: integer variables: type: array - items: &364 + items: &365 title: Actions Variable type: object properties: @@ -46336,7 +46343,7 @@ paths: - created_at - updated_at examples: - default: &365 + default: &366 value: total_count: 2 variables: @@ -46369,8 +46376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -46379,11 +46386,12 @@ paths: schema: type: object properties: - enabled: &333 + enabled: &334 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *111 - selected_actions_url: *332 + selected_actions_url: *333 + sha_pinning_required: *112 required: - enabled examples: @@ -46392,6 +46400,7 @@ paths: enabled: true allowed_actions: selected selected_actions_url: https://api.github.com/repositories/42/actions/permissions/selected-actions + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -46410,8 +46419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -46422,8 +46431,9 @@ paths: schema: type: object properties: - enabled: *333 + enabled: *334 allowed_actions: *111 + sha_pinning_required: *112 required: - enabled examples: @@ -46431,6 +46441,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -46452,14 +46463,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: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: &334 + schema: &335 type: object properties: access_level: @@ -46476,7 +46487,7 @@ paths: required: - access_level examples: - default: &335 + default: &336 value: access_level: organization x-github: @@ -46500,15 +46511,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: - - *309 - *310 + - *311 requestBody: required: true content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 responses: '204': description: Response @@ -46532,14 +46543,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -46563,8 +46574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Empty response for successful settings update @@ -46574,7 +46585,7 @@ paths: required: true content: application/json: - schema: *337 + schema: *338 examples: default: summary: Set retention days @@ -46598,16 +46609,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *112 + schema: *113 examples: - default: *338 + default: *339 '404': *6 x-github: enabledForGitHubApps: true @@ -46626,8 +46637,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -46637,7 +46648,7 @@ paths: required: true content: application/json: - schema: *112 + schema: *113 examples: default: summary: Set approval policy to first time contributors @@ -46661,16 +46672,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *113 + default: *114 '403': *29 '404': *6 x-github: @@ -46690,15 +46701,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: application/json: - schema: *340 + schema: *341 examples: - default: *113 + default: *114 responses: '204': description: Empty response for successful settings update @@ -46722,16 +46733,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *115 + schema: *116 examples: - default: *116 + default: *117 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -46750,8 +46761,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -46759,9 +46770,9 @@ paths: required: false content: application/json: - schema: *115 + schema: *116 examples: - selected_actions: *116 + selected_actions: *117 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -46783,16 +46794,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *120 + default: *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46813,8 +46824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Success response @@ -46825,9 +46836,9 @@ paths: required: true content: application/json: - schema: *342 + schema: *343 examples: - default: *120 + default: *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46854,8 +46865,8 @@ paths: in: query schema: type: string - - *309 - *310 + - *311 - *17 - *19 responses: @@ -46873,9 +46884,9 @@ paths: type: integer runners: type: array - items: *127 + items: *128 examples: - default: *128 + default: *129 headers: Link: *58 x-github: @@ -46899,8 +46910,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -46908,9 +46919,9 @@ paths: application/json: schema: type: array - items: *343 + items: *344 examples: - default: *344 + default: *345 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46932,8 +46943,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: - - *309 - *310 + - *311 requestBody: required: true content: @@ -46976,7 +46987,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *345 + '201': *346 '404': *6 '422': *7 '409': *47 @@ -47007,16 +47018,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *309 - *310 + - *311 responses: '201': description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47044,16 +47055,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *309 - *310 + - *311 responses: '201': description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47075,17 +47086,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *309 - *310 - - *126 + - *311 + - *127 responses: '200': description: Response content: application/json: - schema: *127 + schema: *128 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47106,9 +47117,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *309 - *310 - - *126 + - *311 + - *127 responses: '204': description: Response @@ -47134,11 +47145,11 @@ 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: - - *309 - *310 - - *126 + - *311 + - *127 responses: - '200': *131 + '200': *132 '404': *6 x-github: githubCloudOnly: false @@ -47160,9 +47171,9 @@ 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: - - *309 - *310 - - *126 + - *311 + - *127 requestBody: required: true content: @@ -47186,7 +47197,7 @@ paths: - gpu - accelerated responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -47210,9 +47221,9 @@ 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: - - *309 - *310 - - *126 + - *311 + - *127 requestBody: required: true content: @@ -47237,7 +47248,7 @@ paths: - gpu - accelerated responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -47261,11 +47272,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: - - *309 - *310 - - *126 + - *311 + - *127 responses: - '200': *349 + '200': *350 '404': *6 x-github: githubCloudOnly: false @@ -47292,12 +47303,12 @@ 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: - - *309 - *310 - - *126 - - *350 + - *311 + - *127 + - *351 responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -47323,9 +47334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *309 - *310 - - &368 + - *311 + - &369 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. @@ -47333,7 +47344,7 @@ paths: required: false schema: type: string - - &369 + - &370 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -47341,7 +47352,7 @@ paths: required: false schema: type: string - - &370 + - &371 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -47350,7 +47361,7 @@ paths: required: false schema: type: string - - &371 + - &372 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 @@ -47377,7 +47388,7 @@ paths: - pending - *17 - *19 - - &372 + - &373 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)." @@ -47386,7 +47397,7 @@ paths: schema: type: string format: date-time - - &351 + - &352 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -47395,13 +47406,13 @@ paths: schema: type: boolean default: false - - &373 + - &374 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &374 + - &375 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -47424,7 +47435,7 @@ paths: type: integer workflow_runs: type: array - items: &352 + items: &353 title: Workflow Run description: An invocation of a workflow type: object @@ -47519,7 +47530,7 @@ paths: that triggered the run. type: array nullable: true - items: &393 + items: &394 title: Pull Request Minimal type: object properties: @@ -47638,7 +47649,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &397 + properties: &398 id: type: string description: SHA for the commit @@ -47689,7 +47700,7 @@ paths: - name - email nullable: true - required: &398 + required: &399 - id - tree_id - message @@ -47697,8 +47708,8 @@ paths: - author - committer nullable: true - repository: *125 - head_repository: *125 + repository: *126 + head_repository: *126 head_repository_id: type: integer example: 5 @@ -47736,7 +47747,7 @@ paths: - workflow_url - pull_requests examples: - default: &375 + default: &376 value: total_count: 1 workflow_runs: @@ -47972,24 +47983,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *309 - *310 - - &353 + - *311 + - &354 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *351 + - *352 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: &356 + default: &357 value: id: 30433642 name: Build @@ -48230,9 +48241,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '204': description: Response @@ -48255,9 +48266,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '200': description: Response @@ -48376,15 +48387,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '201': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -48411,12 +48422,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *309 - *310 - - *353 + - *311 + - *354 - *17 - *19 - - *354 + - *355 responses: '200': description: Response @@ -48432,9 +48443,9 @@ paths: type: integer artifacts: type: array - items: *324 + items: *325 examples: - default: *355 + default: *356 headers: Link: *58 x-github: @@ -48458,25 +48469,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *309 - *310 - - *353 - - &357 + - *311 + - *354 + - &358 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *351 + - *352 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *356 + default: *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48499,10 +48510,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *309 - *310 - - *353 - - *357 + - *311 + - *354 + - *358 - *17 - *19 responses: @@ -48520,9 +48531,9 @@ paths: type: integer jobs: type: array - items: *358 + items: *359 examples: - default: &359 + default: &360 value: total_count: 1 jobs: @@ -48635,10 +48646,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *309 - *310 - - *353 - - *357 + - *311 + - *354 + - *358 responses: '302': description: Response @@ -48666,15 +48677,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '202': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -48701,9 +48712,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: - - *309 - *310 - - *353 + - *311 + - *354 requestBody: required: true content: @@ -48770,15 +48781,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '202': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -48805,9 +48816,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 - 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 @@ -48837,9 +48848,9 @@ paths: type: integer jobs: type: array - items: *358 + items: *359 examples: - default: *359 + default: *360 headers: Link: *58 x-github: @@ -48864,9 +48875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '302': description: Response @@ -48893,9 +48904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '204': description: Response @@ -48922,9 +48933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '200': description: Response @@ -48984,7 +48995,7 @@ paths: items: type: object properties: - type: &477 + type: &478 type: string description: The type of reviewer. enum: @@ -48994,7 +49005,7 @@ paths: reviewer: anyOf: - *4 - - *158 + - *159 required: - environment - wait_timer @@ -49069,9 +49080,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 requestBody: required: true content: @@ -49118,7 +49129,7 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -49224,7 +49235,7 @@ paths: - created_at - updated_at examples: - default: &473 + default: &474 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -49280,9 +49291,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *309 - *310 - - *353 + - *311 + - *354 requestBody: required: false content: @@ -49303,7 +49314,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -49326,9 +49337,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 requestBody: required: false content: @@ -49349,7 +49360,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -49381,9 +49392,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '200': description: Response @@ -49520,8 +49531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -49539,9 +49550,9 @@ paths: type: integer secrets: type: array - items: *360 + items: *361 examples: - default: *361 + default: *362 headers: Link: *58 x-github: @@ -49566,16 +49577,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49597,17 +49608,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &490 + default: &491 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -49633,9 +49644,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 requestBody: required: true content: @@ -49666,7 +49677,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -49692,9 +49703,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '204': description: Response @@ -49719,9 +49730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *309 - *310 - - *331 + - *311 + - *332 - *19 responses: '200': @@ -49738,9 +49749,9 @@ paths: type: integer variables: type: array - items: *364 + items: *365 examples: - default: *365 + default: *366 headers: Link: *58 x-github: @@ -49763,8 +49774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -49791,7 +49802,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -49816,17 +49827,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *309 - *310 - - *136 + - *311 + - *137 responses: '200': description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: &491 + default: &492 value: name: USERNAME value: octocat @@ -49852,9 +49863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *309 - *310 - - *136 + - *311 + - *137 requestBody: required: true content: @@ -49896,9 +49907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *309 - *310 - - *136 + - *311 + - *137 responses: '204': description: Response @@ -49923,8 +49934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -49942,7 +49953,7 @@ paths: type: integer workflows: type: array - items: &366 + items: &367 title: Workflow description: A GitHub Actions workflow type: object @@ -50049,9 +50060,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *309 - *310 - - &367 + - *311 + - &368 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -50066,7 +50077,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -50099,9 +50110,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *309 - *310 - - *367 + - *311 + - *368 responses: '204': description: Response @@ -50126,9 +50137,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *309 - *310 - - *367 + - *311 + - *368 responses: '204': description: Response @@ -50179,9 +50190,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *309 - *310 - - *367 + - *311 + - *368 responses: '204': description: Response @@ -50208,19 +50219,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *309 - *310 - - *367 + - *311 - *368 - *369 - *370 - *371 + - *372 - *17 - *19 - - *372 - - *351 - *373 + - *352 - *374 + - *375 responses: '200': description: Response @@ -50236,9 +50247,9 @@ paths: type: integer workflow_runs: type: array - items: *352 + items: *353 examples: - default: *375 + default: *376 headers: Link: *58 x-github: @@ -50270,9 +50281,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *309 - *310 - - *367 + - *311 + - *368 responses: '200': description: Response @@ -50333,8 +50344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *309 - *310 + - *311 - *48 - *17 - *40 @@ -50498,8 +50509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -50511,7 +50522,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '404': *6 @@ -50536,8 +50547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *309 - *310 + - *311 - name: assignee in: path required: true @@ -50573,8 +50584,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -50686,8 +50697,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *309 - *310 + - *311 - *17 - *40 - *41 @@ -50741,7 +50752,7 @@ paths: bundle_url: type: string examples: - default: *376 + default: *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50761,8 +50772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -50770,7 +50781,7 @@ paths: application/json: schema: type: array - items: &377 + items: &378 title: Autolink reference description: An autolink reference. type: object @@ -50820,8 +50831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -50860,9 +50871,9 @@ paths: description: response content: application/json: - schema: *377 + schema: *378 examples: - default: &378 + default: &379 value: id: 1 key_prefix: TICKET- @@ -50893,9 +50904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *309 - *310 - - &379 + - *311 + - &380 name: autolink_id description: The unique identifier of the autolink. in: path @@ -50907,9 +50918,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 '404': *6 x-github: githubCloudOnly: false @@ -50929,9 +50940,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *309 - *310 - - *379 + - *311 + - *380 responses: '204': description: Response @@ -50955,8 +50966,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: - - *309 - *310 + - *311 responses: '200': description: Response if Dependabot is enabled @@ -51004,8 +51015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -51026,8 +51037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -51047,8 +51058,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *309 - *310 + - *311 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -51086,7 +51097,7 @@ paths: - url protected: type: boolean - protection: &381 + protection: &382 title: Branch Protection description: Branch Protection type: object @@ -51128,7 +51139,7 @@ paths: required: - contexts - checks - enforce_admins: &384 + enforce_admins: &385 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -51143,7 +51154,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &386 + required_pull_request_reviews: &387 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -51164,7 +51175,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *158 + items: *159 apps: description: The list of apps with review dismissal access. @@ -51193,7 +51204,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *158 + items: *159 apps: description: The list of apps allowed to bypass pull request requirements. @@ -51219,7 +51230,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &383 + restrictions: &384 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -51526,9 +51537,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *309 - *310 - - &382 + - *311 + - &383 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). @@ -51542,14 +51553,14 @@ paths: description: Response content: application/json: - schema: &392 + schema: &393 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &445 + commit: &446 title: Commit description: Commit type: object @@ -51583,7 +51594,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &380 + properties: &381 name: type: string example: '"Chris Wanstrath"' @@ -51598,7 +51609,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *380 + properties: *381 nullable: true message: type: string @@ -51619,7 +51630,7 @@ paths: required: - sha - url - verification: &497 + verification: &498 title: Verification type: object properties: @@ -51653,12 +51664,12 @@ paths: nullable: true oneOf: - *4 - - *134 + - *135 committer: nullable: true oneOf: - *4 - - *134 + - *135 parents: type: array items: @@ -51689,7 +51700,7 @@ paths: type: integer files: type: array - items: &460 + items: &461 title: Diff Entry description: Diff Entry type: object @@ -51772,7 +51783,7 @@ paths: - self protected: type: boolean - protection: *381 + protection: *382 protection_url: type: string format: uri @@ -51879,7 +51890,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *321 + '301': *322 '404': *6 x-github: githubCloudOnly: false @@ -51901,15 +51912,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -52103,9 +52114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -52360,7 +52371,7 @@ paths: url: type: string format: uri - required_status_checks: &389 + required_status_checks: &390 title: Status Check Policy description: Status Check Policy type: object @@ -52436,7 +52447,7 @@ paths: items: *4 teams: type: array - items: *158 + items: *159 apps: type: array items: *5 @@ -52454,7 +52465,7 @@ paths: items: *4 teams: type: array - items: *158 + items: *159 apps: type: array items: *5 @@ -52512,7 +52523,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *383 + restrictions: *384 required_conversation_resolution: type: object properties: @@ -52624,9 +52635,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -52651,17 +52662,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: &385 + default: &386 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -52683,17 +52694,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *385 + default: *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52712,9 +52723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -52739,17 +52750,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: &387 + default: &388 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -52845,9 +52856,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -52945,9 +52956,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *387 + default: *388 '422': *15 x-github: githubCloudOnly: false @@ -52968,9 +52979,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -52997,17 +53008,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: &388 + default: &389 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -53030,17 +53041,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *388 + default: *389 '404': *6 x-github: githubCloudOnly: false @@ -53060,9 +53071,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -53087,17 +53098,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *389 + schema: *390 examples: - default: &390 + default: &391 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -53123,9 +53134,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -53177,9 +53188,9 @@ paths: description: Response content: application/json: - schema: *389 + schema: *390 examples: - default: *390 + default: *391 '404': *6 '422': *15 x-github: @@ -53201,9 +53212,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -53227,9 +53238,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response @@ -53263,9 +53274,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -53332,9 +53343,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -53398,9 +53409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: content: application/json: @@ -53466,15 +53477,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: default: value: @@ -53565,9 +53576,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -53590,9 +53601,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response @@ -53602,7 +53613,7 @@ paths: type: array items: *5 examples: - default: &391 + default: &392 value: - id: 1 slug: octoapp @@ -53659,9 +53670,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -53695,7 +53706,7 @@ paths: type: array items: *5 examples: - default: *391 + default: *392 '422': *15 x-github: githubCloudOnly: false @@ -53716,9 +53727,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -53752,7 +53763,7 @@ paths: type: array items: *5 examples: - default: *391 + default: *392 '422': *15 x-github: githubCloudOnly: false @@ -53773,9 +53784,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -53809,7 +53820,7 @@ paths: type: array items: *5 examples: - default: *391 + default: *392 '422': *15 x-github: githubCloudOnly: false @@ -53831,9 +53842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response @@ -53841,9 +53852,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 '404': *6 x-github: githubCloudOnly: false @@ -53863,9 +53874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -53901,9 +53912,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 '422': *15 x-github: githubCloudOnly: false @@ -53924,9 +53935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -53962,9 +53973,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 '422': *15 x-github: githubCloudOnly: false @@ -53985,9 +53996,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: content: application/json: @@ -54022,9 +54033,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 '422': *15 x-github: githubCloudOnly: false @@ -54046,9 +54057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response @@ -54058,7 +54069,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 '404': *6 x-github: githubCloudOnly: false @@ -54082,9 +54093,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -54117,7 +54128,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -54142,9 +54153,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -54177,7 +54188,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -54202,9 +54213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -54237,7 +54248,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -54264,9 +54275,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -54288,7 +54299,7 @@ paths: description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -54404,8 +54415,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -54684,7 +54695,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &395 title: CheckRun description: A check performed on the code of a given code change type: object @@ -54803,8 +54814,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *393 - deployment: &695 + items: *394 + deployment: &696 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -55084,9 +55095,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *309 - *310 - - &395 + - *311 + - &396 name: check_run_id description: The unique identifier of the check run. in: path @@ -55098,9 +55109,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: &396 + default: &397 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -55200,9 +55211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *309 - *310 - - *395 + - *311 + - *396 requestBody: required: true content: @@ -55442,9 +55453,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *396 + default: *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55464,9 +55475,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *309 - *310 - - *395 + - *311 + - *396 - *17 - *19 responses: @@ -55561,15 +55572,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *309 - *310 - - *395 + - *311 + - *396 responses: '201': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -55607,8 +55618,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -55630,7 +55641,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &399 + schema: &400 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -55694,7 +55705,7 @@ paths: nullable: true pull_requests: type: array - items: *393 + items: *394 nullable: true app: title: GitHub app @@ -55707,7 +55718,7 @@ paths: nullable: true properties: *61 required: *62 - repository: *125 + repository: *126 created_at: type: string format: date-time @@ -55716,12 +55727,12 @@ paths: type: string format: date-time nullable: true - head_commit: &721 + head_commit: &722 title: Simple Commit description: A commit. type: object - properties: *397 - required: *398 + properties: *398 + required: *399 latest_check_runs_count: type: integer check_runs_url: @@ -55749,7 +55760,7 @@ paths: - check_runs_url - pull_requests examples: - default: &400 + default: &401 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -56040,9 +56051,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56061,8 +56072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -56123,7 +56134,7 @@ paths: required: - app_id - setting - repository: *125 + repository: *126 examples: default: value: @@ -56371,9 +56382,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *309 - *310 - - &401 + - *311 + - &402 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -56385,9 +56396,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56410,17 +56421,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *309 - *310 - - *401 - - &453 + - *311 + - *402 + - &454 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &454 + - &455 name: status description: Returns check runs with the specified `status`. in: query @@ -56459,9 +56470,9 @@ paths: type: integer check_runs: type: array - items: *394 + items: *395 examples: - default: &455 + default: &456 value: total_count: 1 check_runs: @@ -56563,15 +56574,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *309 - *310 - - *401 + - *311 + - *402 responses: '201': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -56598,21 +56609,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *309 - *310 - - *402 + - *311 - *403 + - *404 - *19 - *17 - - &420 + - &421 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: *404 - - &421 + schema: *405 + - &422 name: pr description: The number of the pull request for the results you want to list. in: query @@ -56637,13 +56648,13 @@ paths: be returned. in: query required: false - schema: *405 + schema: *406 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *406 + schema: *407 responses: '200': description: Response @@ -56656,12 +56667,12 @@ paths: properties: number: *54 created_at: *55 - updated_at: *142 + updated_at: *143 url: *56 html_url: *57 - instances_url: *407 - state: *147 - fixed_at: *143 + instances_url: *408 + state: *148 + fixed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -56669,12 +56680,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 - dismissed_reason: *408 - dismissed_comment: *409 - rule: *410 - tool: *411 - most_recent_instance: *412 + dismissed_at: *145 + dismissed_reason: *409 + dismissed_comment: *410 + rule: *411 + tool: *412 + most_recent_instance: *413 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -56797,7 +56808,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &413 + '403': &414 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -56824,9 +56835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *309 - *310 - - &414 + - *311 + - &415 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -56840,17 +56851,17 @@ paths: description: Response content: application/json: - schema: &415 + schema: &416 type: object properties: number: *54 created_at: *55 - updated_at: *142 + updated_at: *143 url: *56 html_url: *57 - instances_url: *407 - state: *147 - fixed_at: *143 + instances_url: *408 + state: *148 + fixed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -56858,9 +56869,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 - dismissed_reason: *408 - dismissed_comment: *409 + dismissed_at: *145 + dismissed_reason: *409 + dismissed_comment: *410 rule: type: object properties: @@ -56914,8 +56925,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *411 - most_recent_instance: *412 + tool: *412 + most_recent_instance: *413 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -57011,7 +57022,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -57031,9 +57042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *309 - *310 - - *414 + - *311 + - *415 requestBody: required: true content: @@ -57048,8 +57059,8 @@ paths: enum: - open - dismissed - dismissed_reason: *408 - dismissed_comment: *409 + dismissed_reason: *409 + dismissed_comment: *410 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -57068,7 +57079,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -57144,7 +57155,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &419 + '403': &420 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -57171,15 +57182,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: - - *309 - *310 - - *414 + - *311 + - *415 responses: '200': description: Response content: application/json: - schema: &416 + schema: &417 type: object properties: status: @@ -57205,13 +57216,13 @@ paths: - description - started_at examples: - default: &417 + default: &418 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &418 + '400': &419 description: Bad Request content: application/json: @@ -57222,7 +57233,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': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -57247,29 +57258,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: - - *309 - *310 - - *414 + - *311 + - *415 responses: '200': description: OK content: application/json: - schema: *416 + schema: *417 examples: - default: *417 + default: *418 '202': description: Accepted content: application/json: - schema: *416 + schema: *417 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *418 + '400': *419 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -57301,9 +57312,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: - - *309 - *310 - - *414 + - *311 + - *415 requestBody: required: false content: @@ -57348,8 +57359,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *418 - '403': *419 + '400': *419 + '403': *420 '404': *6 '422': description: Unprocessable Entity @@ -57373,13 +57384,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *309 - *310 - - *414 + - *311 + - *415 - *19 - *17 - - *420 - *421 + - *422 responses: '200': description: Response @@ -57387,7 +57398,7 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: default: value: @@ -57426,7 +57437,7 @@ paths: end_column: 50 classifications: - source - '403': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -57460,25 +57471,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *309 - *310 - - *402 + - *311 - *403 + - *404 - *19 - *17 - - *421 + - *422 - 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: *404 + schema: *405 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &424 + schema: &425 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -57499,23 +57510,23 @@ paths: application/json: schema: type: array - items: &425 + items: &426 type: object properties: - ref: *404 - commit_sha: &433 + ref: *405 + commit_sha: &434 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: *422 + analysis_key: *423 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *423 + category: *424 error: type: string example: error reading field xyz @@ -57539,8 +57550,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *424 - tool: *411 + sarif_id: *425 + tool: *412 deletable: type: boolean warning: @@ -57601,7 +57612,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -57637,8 +57648,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: - - *309 - *310 + - *311 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57651,7 +57662,7 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: response: summary: application/json response @@ -57705,7 +57716,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *413 + '403': *414 '404': *6 '422': description: Response if analysis could not be processed @@ -57792,8 +57803,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: - - *309 - *310 + - *311 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57846,7 +57857,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': *419 + '403': *420 '404': *6 '503': *65 x-github: @@ -57868,8 +57879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -57877,7 +57888,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 title: CodeQL Database description: A CodeQL database. type: object @@ -57988,7 +57999,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': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -58017,8 +58028,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *309 - *310 + - *311 - name: language in: path description: The language of the CodeQL database. @@ -58030,7 +58041,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -58062,9 +58073,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': &462 + '302': &463 description: Found - '403': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -58086,8 +58097,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *309 - *310 + - *311 - name: language in: path description: The language of the CodeQL database. @@ -58097,7 +58108,7 @@ paths: responses: '204': description: Response - '403': *419 + '403': *420 '404': *6 '503': *65 x-github: @@ -58125,8 +58136,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -58135,7 +58146,7 @@ paths: type: object additionalProperties: false properties: - language: &427 + language: &428 type: string description: The language targeted by the CodeQL query enum: @@ -58214,7 +58225,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &431 + schema: &432 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -58224,7 +58235,7 @@ paths: description: The ID of the variant analysis. controller_repo: *53 actor: *4 - query_language: *427 + query_language: *428 query_pack_url: type: string description: The download url for the query pack. @@ -58271,7 +58282,7 @@ paths: items: type: object properties: - repository: &428 + repository: &429 title: Repository Identifier description: Repository Identifier type: object @@ -58307,7 +58318,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &432 + analysis_status: &433 type: string description: The new status of the CodeQL variant analysis repository task. @@ -58339,7 +58350,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &429 + access_mismatch_repos: &430 type: object properties: repository_count: @@ -58353,7 +58364,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: *428 + items: *429 required: - repository_count - repositories @@ -58375,8 +58386,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *429 - over_limit_repos: *429 + no_codeql_db_repos: *430 + over_limit_repos: *430 required: - access_mismatch_repos - not_found_repos @@ -58392,7 +58403,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &430 + value: &431 summary: Default response value: id: 1 @@ -58544,10 +58555,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *430 + value: *431 repository_lists: summary: Response for a successful variant analysis submission - value: *430 + value: *431 '404': *6 '422': description: Unable to process variant analysis submission @@ -58575,8 +58586,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: - - *309 - *310 + - *311 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -58588,9 +58599,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *430 + default: *431 '404': *6 '503': *65 x-github: @@ -58613,7 +58624,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: - - *309 + - *310 - name: repo in: path description: The name of the controller repository. @@ -58648,7 +58659,7 @@ paths: type: object properties: repository: *53 - analysis_status: *432 + analysis_status: *433 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -58773,8 +58784,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -58859,7 +58870,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -58880,8 +58891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -58948,7 +58959,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -58973,7 +58984,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *419 + '403': *420 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -59044,8 +59055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -59053,7 +59064,7 @@ paths: schema: type: object properties: - commit_sha: *433 + commit_sha: *434 ref: type: string description: |- @@ -59111,7 +59122,7 @@ paths: schema: type: object properties: - id: *424 + id: *425 url: type: string description: The REST API URL for checking the status of the upload. @@ -59125,7 +59136,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': *419 + '403': *420 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -59148,8 +59159,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *309 - *310 + - *311 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -59195,7 +59206,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': *413 + '403': *414 '404': description: Not Found if the sarif id does not match any upload '503': *65 @@ -59220,8 +59231,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: - - *309 - *310 + - *311 responses: '200': description: Response @@ -59277,7 +59288,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *152 + '204': *153 '304': *37 '403': *29 '404': *6 @@ -59302,8 +59313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *309 - *310 + - *311 - 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 @@ -59423,8 +59434,8 @@ paths: parameters: - *17 - *19 - - *309 - *310 + - *311 responses: '200': description: Response @@ -59440,7 +59451,7 @@ paths: type: integer codespaces: type: array - items: *205 + items: *206 examples: default: value: @@ -59738,8 +59749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -59802,17 +59813,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '400': *14 '401': *25 '403': *29 @@ -59841,8 +59852,8 @@ paths: parameters: - *17 - *19 - - *309 - *310 + - *311 responses: '200': description: Response @@ -59906,8 +59917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *309 - *310 + - *311 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -59942,14 +59953,14 @@ paths: type: integer machines: type: array - items: &646 + items: &647 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *435 - required: *436 + properties: *436 + required: *437 examples: - default: &647 + default: &648 value: total_count: 2 machines: @@ -59989,8 +60000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *309 - *310 + - *311 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -60074,8 +60085,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: - - *309 - *310 + - *311 - 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 @@ -60141,8 +60152,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -60160,7 +60171,7 @@ paths: type: integer secrets: type: array - items: &440 + items: &441 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -60180,7 +60191,7 @@ paths: - created_at - updated_at examples: - default: *437 + default: *438 headers: Link: *58 x-github: @@ -60203,16 +60214,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -60232,17 +60243,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60262,9 +60273,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 requestBody: required: true content: @@ -60292,7 +60303,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -60316,9 +60327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '204': description: Response @@ -60346,8 +60357,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *309 - *310 + - *311 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -60389,7 +60400,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &442 + properties: &443 login: type: string example: octocat @@ -60482,7 +60493,7 @@ paths: user_view_type: type: string example: public - required: &443 + required: &444 - avatar_url - events_url - followers_url @@ -60556,9 +60567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *309 - *310 - - *138 + - *311 + - *139 responses: '204': description: Response if user is a collaborator @@ -60604,9 +60615,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *309 - *310 - - *138 + - *311 + - *139 requestBody: required: false content: @@ -60632,7 +60643,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &510 + schema: &511 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -60643,7 +60654,7 @@ paths: example: 42 type: integer format: int64 - repository: *125 + repository: *126 invitee: title: Simple User description: A GitHub user. @@ -60861,9 +60872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *309 - *310 - - *138 + - *311 + - *139 responses: '204': description: No Content when collaborator was removed from the repository. @@ -60894,9 +60905,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *309 - *310 - - *138 + - *311 + - *139 responses: '200': description: if user has admin permissions @@ -60916,8 +60927,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *442 - required: *443 + properties: *443 + required: *444 nullable: true required: - permission @@ -60972,8 +60983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -60983,7 +60994,7 @@ paths: application/json: schema: type: array - items: &444 + items: &445 title: Commit Comment description: Commit Comment type: object @@ -61041,7 +61052,7 @@ paths: - created_at - updated_at examples: - default: &447 + default: &448 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61100,17 +61111,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *309 - *310 + - *311 - *76 responses: '200': description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &448 + default: &449 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61167,8 +61178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -61191,7 +61202,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: default: value: @@ -61242,8 +61253,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *309 - *310 + - *311 - *76 responses: '204': @@ -61265,8 +61276,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *309 - *310 + - *311 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -61293,9 +61304,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 '404': *6 @@ -61316,8 +61327,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -61350,16 +61361,16 @@ paths: description: Reaction exists content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Reaction created content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '422': *15 x-github: githubCloudOnly: false @@ -61381,10 +61392,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *309 - *310 + - *311 - *76 - - *305 + - *306 responses: '204': description: Response @@ -61433,8 +61444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *309 - *310 + - *311 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -61490,9 +61501,9 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: &561 + default: &562 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -61586,9 +61597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *309 - *310 - - &446 + - *311 + - &447 name: commit_sha description: The SHA of the commit. in: path @@ -61660,9 +61671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *309 - *310 - - *446 + - *311 + - *447 - *17 - *19 responses: @@ -61672,9 +61683,9 @@ paths: application/json: schema: type: array - items: *444 + items: *445 examples: - default: *447 + default: *448 headers: Link: *58 x-github: @@ -61702,9 +61713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *309 - *310 - - *446 + - *311 + - *447 requestBody: required: true content: @@ -61739,9 +61750,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *448 + default: *449 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61769,9 +61780,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *309 - *310 - - *446 + - *311 + - *447 - *17 - *19 responses: @@ -61781,7 +61792,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Pull Request Simple description: Pull Request Simple type: object @@ -61887,8 +61898,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *449 - required: *450 + properties: *450 + required: *451 nullable: true active_lock_reason: type: string @@ -61933,7 +61944,7 @@ paths: nullable: true requested_teams: type: array - items: *158 + items: *159 nullable: true head: type: object @@ -61984,7 +61995,7 @@ paths: _links: type: object properties: - comments: &451 + comments: &452 title: Link description: Hypermedia Link type: object @@ -61993,13 +62004,13 @@ paths: type: string required: - href - commits: *451 - statuses: *451 - html: *451 - issue: *451 - review_comments: *451 - review_comment: *451 - self: *451 + commits: *452 + statuses: *452 + html: *452 + issue: *452 + review_comments: *452 + review_comment: *452 + self: *452 required: - comments - commits @@ -62010,7 +62021,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: &554 + auto_merge: &555 title: Auto merge description: The status of auto merging a pull request. type: object @@ -62073,7 +62084,7 @@ paths: - author_association - auto_merge examples: - default: &553 + default: &554 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -62610,11 +62621,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *309 - *310 + - *311 - *19 - *17 - - &452 + - &453 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)" @@ -62629,9 +62640,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: &539 + default: &540 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -62744,11 +62755,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *309 - *310 - - *452 + - *311 - *453 - *454 + - *455 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -62782,9 +62793,9 @@ paths: type: integer check_runs: type: array - items: *394 + items: *395 examples: - default: *455 + default: *456 headers: Link: *58 x-github: @@ -62809,9 +62820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *309 - *310 - - *452 + - *311 + - *453 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -62819,7 +62830,7 @@ paths: schema: type: integer example: 1 - - *453 + - *454 - *17 - *19 responses: @@ -62837,7 +62848,7 @@ paths: type: integer check_suites: type: array - items: *399 + items: *400 examples: default: value: @@ -63037,9 +63048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *309 - *310 - - *452 + - *311 + - *453 - *17 - *19 responses: @@ -63106,7 +63117,7 @@ paths: type: string total_count: type: integer - repository: *125 + repository: *126 commit_url: type: string format: uri @@ -63237,9 +63248,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *309 - *310 - - *452 + - *311 + - *453 - *17 - *19 responses: @@ -63249,7 +63260,7 @@ paths: application/json: schema: type: array - items: &617 + items: &618 title: Status description: The status of a commit. type: object @@ -63330,7 +63341,7 @@ paths: site_admin: false headers: Link: *58 - '301': *321 + '301': *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63358,8 +63369,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -63388,20 +63399,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *456 - required: *457 + properties: *457 + required: *458 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &458 + properties: &459 url: type: string format: uri html_url: type: string format: uri - required: &459 + required: &460 - url - html_url nullable: true @@ -63415,26 +63426,26 @@ paths: contributing: title: Community Health File type: object - properties: *458 - required: *459 + properties: *459 + required: *460 nullable: true readme: title: Community Health File type: object - properties: *458 - required: *459 + properties: *459 + required: *460 nullable: true issue_template: title: Community Health File type: object - properties: *458 - required: *459 + properties: *459 + required: *460 nullable: true pull_request_template: title: Community Health File type: object - properties: *458 - required: *459 + properties: *459 + required: *460 nullable: true required: - code_of_conduct @@ -63561,8 +63572,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *309 - *310 + - *311 - *19 - *17 - name: basehead @@ -63605,8 +63616,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *445 - merge_base_commit: *445 + base_commit: *446 + merge_base_commit: *446 status: type: string enum: @@ -63626,10 +63637,10 @@ paths: example: 6 commits: type: array - items: *445 + items: *446 files: type: array - items: *460 + items: *461 required: - url - html_url @@ -63915,8 +63926,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *309 - *310 + - *311 - name: path description: path parameter in: path @@ -64059,7 +64070,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &461 + response-if-content-is-a-file: &462 summary: Response if content is a file value: type: file @@ -64191,7 +64202,7 @@ paths: - size - type - url - - &566 + - &567 title: Content File description: Content File type: object @@ -64392,7 +64403,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *461 + response-if-content-is-a-file: *462 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -64461,7 +64472,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *462 + '302': *463 '304': *37 x-github: githubCloudOnly: false @@ -64484,8 +64495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *309 - *310 + - *311 - name: path description: path parameter in: path @@ -64578,7 +64589,7 @@ paths: description: Response content: application/json: - schema: &463 + schema: &464 title: File Commit description: File Commit type: object @@ -64730,7 +64741,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: example-for-creating-a-file: value: @@ -64784,7 +64795,7 @@ paths: schema: oneOf: - *3 - - &492 + - &493 description: Repository rule violation was detected type: object properties: @@ -64805,7 +64816,7 @@ paths: items: type: object properties: - placeholder_id: &609 + placeholder_id: &610 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -64837,8 +64848,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *309 - *310 + - *311 - name: path description: path parameter in: path @@ -64899,7 +64910,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -64954,8 +64965,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *309 - *310 + - *311 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -65078,22 +65089,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *309 - *310 - - *159 + - *311 - *160 - *161 - *162 + - *163 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *163 - *164 - *165 - *166 + - *167 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -65113,8 +65124,8 @@ paths: default: 30 - *40 - *41 - - *167 - *168 + - *169 responses: '200': description: Response @@ -65122,7 +65133,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 type: object description: A Dependabot alert. properties: @@ -65168,13 +65179,13 @@ paths: - unknown - direct - transitive - security_advisory: *464 + security_advisory: *465 security_vulnerability: *52 url: *56 html_url: *57 created_at: *55 - updated_at: *142 - dismissed_at: *144 + updated_at: *143 + dismissed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -65198,8 +65209,8 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *143 - auto_dismissed_at: *465 + fixed_at: *144 + auto_dismissed_at: *466 required: - number - state @@ -65429,9 +65440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *309 - *310 - - &467 + - *311 + - &468 name: alert_number in: path description: |- @@ -65446,7 +65457,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -65559,9 +65570,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *309 - *310 - - *467 + - *311 + - *468 requestBody: required: true content: @@ -65606,7 +65617,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -65735,8 +65746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -65754,7 +65765,7 @@ paths: type: integer secrets: type: array - items: &470 + items: &471 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -65807,16 +65818,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65836,15 +65847,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -65870,9 +65881,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 requestBody: required: true content: @@ -65900,7 +65911,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -65924,9 +65935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '204': description: Response @@ -65948,8 +65959,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: - - *309 - *310 + - *311 - 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 @@ -66109,8 +66120,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: - - *309 - *310 + - *311 responses: '200': description: Response @@ -66349,8 +66360,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: - - *309 - *310 + - *311 requestBody: required: true content: @@ -66425,7 +66436,7 @@ paths: - version - url additionalProperties: false - metadata: &471 + metadata: &472 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -66458,7 +66469,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *471 + metadata: *472 resolved: type: object description: A collection of resolved package dependencies. @@ -66471,7 +66482,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *471 + metadata: *472 relationship: type: string description: A notation of whether a dependency is requested @@ -66600,8 +66611,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *309 - *310 + - *311 - name: sha description: The SHA recorded at creation time. in: query @@ -66641,9 +66652,9 @@ paths: application/json: schema: type: array - items: *472 + items: *473 examples: - default: *473 + default: *474 headers: Link: *58 x-github: @@ -66709,8 +66720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -66791,7 +66802,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: simple-example: summary: Simple example @@ -66864,9 +66875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *309 - *310 - - &474 + - *311 + - &475 name: deployment_id description: deployment_id parameter in: path @@ -66878,7 +66889,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -66943,9 +66954,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *309 - *310 - - *474 + - *311 + - *475 responses: '204': description: Response @@ -66967,9 +66978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *309 - *310 - - *474 + - *311 + - *475 - *17 - *19 responses: @@ -66979,7 +66990,7 @@ paths: application/json: schema: type: array - items: &475 + items: &476 title: Deployment Status description: The status of a deployment. type: object @@ -67140,9 +67151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *309 - *310 - - *474 + - *311 + - *475 requestBody: required: true content: @@ -67217,9 +67228,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: &476 + default: &477 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -67275,9 +67286,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *309 - *310 - - *474 + - *311 + - *475 - name: status_id in: path required: true @@ -67288,9 +67299,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '404': *6 x-github: githubCloudOnly: false @@ -67315,8 +67326,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -67373,8 +67384,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -67391,7 +67402,7 @@ paths: type: integer environments: type: array - items: &478 + items: &479 title: Environment description: Details of a deployment environment type: object @@ -67443,7 +67454,7 @@ paths: type: type: string example: wait_timer - wait_timer: &480 + wait_timer: &481 type: integer example: 30 description: The amount of time to delay a job after @@ -67480,11 +67491,11 @@ paths: items: type: object properties: - type: *477 + type: *478 reviewer: anyOf: - *4 - - *158 + - *159 required: - id - node_id @@ -67504,7 +67515,7 @@ paths: - id - node_id - type - deployment_branch_policy: &481 + deployment_branch_policy: &482 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -67620,9 +67631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *309 - *310 - - &479 + - *311 + - &480 name: environment_name in: path required: true @@ -67635,9 +67646,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: &482 + default: &483 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -67721,9 +67732,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *309 - *310 - - *479 + - *311 + - *480 requestBody: required: false content: @@ -67732,7 +67743,7 @@ paths: type: object nullable: true properties: - wait_timer: *480 + wait_timer: *481 prevent_self_review: type: boolean example: false @@ -67749,13 +67760,13 @@ paths: items: type: object properties: - type: *477 + type: *478 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *481 + deployment_branch_policy: *482 additionalProperties: false examples: default: @@ -67775,9 +67786,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *482 + default: *483 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -67801,9 +67812,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *309 - *310 - - *479 + - *311 + - *480 responses: '204': description: Default response @@ -67828,9 +67839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *309 - *310 - - *479 + - *311 + - *480 - *17 - *19 responses: @@ -67848,7 +67859,7 @@ paths: example: 2 branch_policies: type: array - items: &483 + items: &484 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -67905,9 +67916,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *309 - *310 - - *479 + - *311 + - *480 requestBody: required: true content: @@ -67953,9 +67964,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - example-wildcard: &484 + example-wildcard: &485 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -67997,10 +68008,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *309 - *310 - - *479 - - &485 + - *311 + - *480 + - &486 name: branch_policy_id in: path required: true @@ -68012,9 +68023,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68033,10 +68044,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *309 - *310 - - *479 - - *485 + - *311 + - *480 + - *486 requestBody: required: true content: @@ -68064,9 +68075,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68085,10 +68096,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *309 - *310 - - *479 - - *485 + - *311 + - *480 + - *486 responses: '204': description: Response @@ -68113,9 +68124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *479 + - *480 + - *311 - *310 - - *309 responses: '200': description: List of deployment protection rules @@ -68131,7 +68142,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &486 + items: &487 title: Deployment protection rule description: Deployment protection rule type: object @@ -68150,7 +68161,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &487 + app: &488 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -68249,9 +68260,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: - - *479 + - *480 + - *311 - *310 - - *309 requestBody: content: application/json: @@ -68272,9 +68283,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *486 + schema: *487 examples: - default: &488 + default: &489 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -68309,9 +68320,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: - - *479 + - *480 + - *311 - *310 - - *309 - *19 - *17 responses: @@ -68330,7 +68341,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *487 + items: *488 examples: default: value: @@ -68365,10 +68376,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *309 - *310 - - *479 - - &489 + - *311 + - *480 + - &490 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -68380,9 +68391,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68403,10 +68414,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *479 + - *480 + - *311 - *310 - - *309 - - *489 + - *490 responses: '204': description: Response @@ -68432,9 +68443,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *309 - *310 - - *479 + - *311 + - *480 - *17 - *19 responses: @@ -68452,9 +68463,9 @@ paths: type: integer secrets: type: array - items: *360 + items: *361 examples: - default: *361 + default: *362 headers: Link: *58 x-github: @@ -68479,17 +68490,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *309 - *310 - - *479 + - *311 + - *480 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68511,18 +68522,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *309 - *310 - - *479 - - *133 + - *311 + - *480 + - *134 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *490 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68544,10 +68555,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *309 - *310 - - *479 - - *133 + - *311 + - *480 + - *134 requestBody: required: true content: @@ -68578,7 +68589,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -68604,10 +68615,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *309 - *310 - - *479 - - *133 + - *311 + - *480 + - *134 responses: '204': description: Default response @@ -68632,10 +68643,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *309 - *310 - - *479 - - *331 + - *311 + - *480 + - *332 - *19 responses: '200': @@ -68652,9 +68663,9 @@ paths: type: integer variables: type: array - items: *364 + items: *365 examples: - default: *365 + default: *366 headers: Link: *58 x-github: @@ -68677,9 +68688,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *309 - *310 - - *479 + - *311 + - *480 requestBody: required: true content: @@ -68706,7 +68717,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -68731,18 +68742,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *309 - *310 - - *479 - - *136 + - *311 + - *480 + - *137 responses: '200': description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *491 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68763,10 +68774,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *309 - *310 - - *136 - - *479 + - *311 + - *137 + - *480 requestBody: required: true content: @@ -68808,10 +68819,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *309 - *310 - - *136 - - *479 + - *311 + - *137 + - *480 responses: '204': description: Response @@ -68833,8 +68844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -68911,8 +68922,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *309 - *310 + - *311 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -68934,7 +68945,7 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: default: value: @@ -69071,8 +69082,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -69104,9 +69115,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *322 + default: *323 '400': *14 '422': *15 '403': *29 @@ -69127,8 +69138,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -69188,7 +69199,7 @@ paths: schema: oneOf: - *100 - - *492 + - *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69213,8 +69224,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *309 - *310 + - *311 - name: file_sha in: path required: true @@ -69313,8 +69324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -69423,7 +69434,7 @@ paths: description: Response content: application/json: - schema: &493 + schema: &494 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -69637,15 +69648,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *309 - *310 - - *446 + - *311 + - *447 responses: '200': description: Response content: application/json: - schema: *493 + schema: *494 examples: default: value: @@ -69701,9 +69712,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *309 - *310 - - &494 + - *311 + - &495 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. @@ -69720,7 +69731,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 title: Git Reference description: Git references within a repository type: object @@ -69795,17 +69806,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *309 - *310 - - *494 + - *311 + - *495 responses: '200': description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: &496 + default: &497 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -69834,8 +69845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -69864,9 +69875,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -69892,9 +69903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *309 - *310 - - *494 + - *311 + - *495 requestBody: required: true content: @@ -69923,9 +69934,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 '422': *15 '409': *47 x-github: @@ -69943,9 +69954,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *309 - *310 - - *494 + - *311 + - *495 responses: '204': description: Response @@ -70000,8 +70011,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -70068,7 +70079,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 title: Git Tag description: Metadata for a Git tag type: object @@ -70119,7 +70130,7 @@ paths: - sha - type - url - verification: *497 + verification: *498 required: - sha - url @@ -70129,7 +70140,7 @@ paths: - tag - message examples: - default: &499 + default: &500 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -70202,8 +70213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *309 - *310 + - *311 - name: tag_sha in: path required: true @@ -70214,9 +70225,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 '404': *6 '409': *47 x-github: @@ -70240,8 +70251,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -70314,7 +70325,7 @@ paths: description: Response content: application/json: - schema: &500 + schema: &501 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -70410,8 +70421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *309 - *310 + - *311 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -70434,7 +70445,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default-response: summary: Default response @@ -70493,8 +70504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -70504,7 +70515,7 @@ paths: application/json: schema: type: array - items: &501 + items: &502 title: Webhook description: Webhooks for repositories. type: object @@ -70558,7 +70569,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &729 + last_response: &730 title: Hook Response type: object properties: @@ -70632,8 +70643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -70685,9 +70696,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: &502 + default: &503 value: type: Repository id: 12345678 @@ -70735,17 +70746,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 responses: '200': description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 x-github: githubCloudOnly: false @@ -70765,9 +70776,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 requestBody: required: true content: @@ -70812,9 +70823,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '422': *15 '404': *6 x-github: @@ -70835,9 +70846,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 responses: '204': description: Response @@ -70861,9 +70872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *309 - *310 - - *176 + - *311 + - *177 responses: '200': description: Response @@ -70890,9 +70901,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *309 - *310 - - *176 + - *311 + - *177 requestBody: required: false content: @@ -70936,11 +70947,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *309 - *310 - - *176 - - *17 + - *311 - *177 + - *17 + - *178 responses: '200': description: Response @@ -70948,9 +70959,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *179 + default: *180 '400': *14 '422': *15 x-github: @@ -70969,18 +70980,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 - *16 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 '400': *14 '422': *15 x-github: @@ -70999,9 +71010,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 - *16 responses: '202': *39 @@ -71024,9 +71035,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 responses: '204': description: Response @@ -71051,9 +71062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 responses: '204': description: Response @@ -71111,14 +71122,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: &503 + schema: &504 title: Import description: A repository import from an external source. type: object @@ -71217,7 +71228,7 @@ paths: - html_url - authors_url examples: - default: &506 + default: &507 value: vcs: subversion use_lfs: true @@ -71233,7 +71244,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': &504 + '503': &505 description: Unavailable due to service under maintenance. content: application/json: @@ -71262,8 +71273,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -71311,7 +71322,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: default: value: @@ -71336,7 +71347,7 @@ paths: type: string '422': *15 '404': *6 - '503': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71364,8 +71375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -71414,7 +71425,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: example-1: summary: Example 1 @@ -71462,7 +71473,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': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71485,12 +71496,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *309 - *310 + - *311 responses: '204': description: Response - '503': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71516,9 +71527,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *309 - *310 - - &669 + - *311 + - &670 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -71532,7 +71543,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Porter Author description: Porter Author type: object @@ -71586,7 +71597,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': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71611,8 +71622,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *309 - *310 + - *311 - name: author_id in: path required: true @@ -71642,7 +71653,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -71655,7 +71666,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71679,8 +71690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -71721,7 +71732,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71749,8 +71760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -71777,11 +71788,11 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *506 + default: *507 '422': *15 - '503': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71804,8 +71815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -71813,8 +71824,8 @@ paths: application/json: schema: *22 examples: - default: *507 - '301': *321 + default: *508 + '301': *322 '404': *6 x-github: githubCloudOnly: false @@ -71834,8 +71845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -71843,12 +71854,12 @@ paths: application/json: schema: anyOf: - - *194 + - *195 - type: object properties: {} additionalProperties: false examples: - default: &509 + default: &510 value: limit: collaborators_only origin: repository @@ -71873,13 +71884,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: application/json: - schema: *508 + schema: *509 examples: default: summary: Example request body @@ -71891,9 +71902,9 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: - default: *509 + default: *510 '409': description: Response x-github: @@ -71915,8 +71926,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -71939,8 +71950,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -71950,9 +71961,9 @@ paths: application/json: schema: type: array - items: *510 + items: *511 examples: - default: &662 + default: &663 value: - id: 1 repository: @@ -72083,9 +72094,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *309 - *310 - - *198 + - *311 + - *199 requestBody: required: false content: @@ -72114,7 +72125,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -72245,9 +72256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *309 - *310 - - *198 + - *311 + - *199 responses: '204': description: Response @@ -72278,8 +72289,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *309 - *310 + - *311 - 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 @@ -72327,7 +72338,7 @@ paths: required: false schema: type: string - - *202 + - *203 - name: sort description: What to sort results by. in: query @@ -72352,7 +72363,7 @@ paths: type: array items: *77 examples: - default: &519 + default: &520 value: - id: 1 node_id: MDU6SXNzdWUx @@ -72500,7 +72511,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *321 + '301': *322 '422': *15 '404': *6 x-github: @@ -72529,8 +72540,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -72614,7 +72625,7 @@ paths: application/json: schema: *77 examples: - default: &516 + default: &517 value: id: 1 node_id: MDU6SXNzdWUx @@ -72770,7 +72781,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *318 + '410': *319 x-github: triggersNotification: true githubCloudOnly: false @@ -72798,8 +72809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *309 - *310 + - *311 - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -72820,9 +72831,9 @@ paths: application/json: schema: type: array - items: *511 + items: *512 examples: - default: &518 + default: &519 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72880,17 +72891,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *309 - *310 + - *311 - *76 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &512 + default: &513 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72944,8 +72955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -72968,9 +72979,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '422': *15 x-github: githubCloudOnly: false @@ -72988,8 +72999,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *309 - *310 + - *311 - *76 responses: '204': @@ -73010,8 +73021,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *309 - *310 + - *311 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -73038,9 +73049,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 '404': *6 @@ -73061,8 +73072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -73095,16 +73106,16 @@ paths: description: Reaction exists content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Reaction created content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '422': *15 x-github: githubCloudOnly: false @@ -73126,10 +73137,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *309 - *310 + - *311 - *76 - - *305 + - *306 responses: '204': description: Response @@ -73149,8 +73160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -73160,7 +73171,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 title: Issue Event description: Issue Event type: object @@ -73203,8 +73214,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *513 - required: *514 + properties: *514 + required: *515 nullable: true label: title: Issue Event Label @@ -73248,7 +73259,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *158 + requested_team: *159 dismissed_review: title: Issue Event Dismissed Review type: object @@ -73511,8 +73522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *309 - *310 + - *311 - name: event_id in: path required: true @@ -73523,7 +73534,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -73716,7 +73727,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *318 + '410': *319 '403': *29 x-github: githubCloudOnly: false @@ -73750,9 +73761,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *309 - *310 - - &517 + - *311 + - &518 name: issue_number description: The number that identifies the issue. in: path @@ -73766,10 +73777,10 @@ paths: application/json: schema: *77 examples: - default: *516 - '301': *321 + default: *517 + '301': *322 '404': *6 - '410': *318 + '410': *319 '304': *37 x-github: githubCloudOnly: false @@ -73794,9 +73805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: false content: @@ -73909,13 +73920,13 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 '422': *15 '503': *65 '403': *29 - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73933,9 +73944,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: false content: @@ -73963,7 +73974,7 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73979,9 +73990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: content: application/json: @@ -74008,7 +74019,7 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74030,9 +74041,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: - - *309 - *310 - - *517 + - *311 + - *518 - name: assignee in: path required: true @@ -74072,9 +74083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *67 - *17 - *19 @@ -74085,13 +74096,13 @@ paths: application/json: schema: type: array - items: *511 + items: *512 examples: - default: *518 + default: *519 headers: Link: *58 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74120,9 +74131,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -74144,16 +74155,16 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *318 + '410': *319 '422': *15 '404': *6 x-github: @@ -74181,9 +74192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -74195,12 +74206,12 @@ paths: type: array items: *77 examples: - default: *519 + default: *520 headers: Link: *58 - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74228,9 +74239,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -74254,15 +74265,15 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *321 + '301': *322 '403': *29 - '410': *318 + '410': *319 '422': *15 '404': *6 x-github: @@ -74293,9 +74304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *309 - *310 - - *517 + - *311 + - *518 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -74309,13 +74320,13 @@ paths: application/json: schema: *77 examples: - default: *516 - '301': *321 + default: *517 + '301': *322 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *318 + '410': *319 x-github: triggersNotification: true githubCloudOnly: false @@ -74341,9 +74352,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -74355,12 +74366,12 @@ paths: type: array items: *77 examples: - default: *519 + default: *520 headers: Link: *58 - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74377,9 +74388,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -74393,7 +74404,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &522 + - &523 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -74447,7 +74458,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &523 + - &524 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -74583,7 +74594,7 @@ paths: - performed_via_github_app - assignee - assigner - - &524 + - &525 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -74634,7 +74645,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &525 + - &526 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -74685,7 +74696,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &526 + - &527 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -74739,7 +74750,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &527 + - &528 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -74773,7 +74784,7 @@ paths: properties: *61 required: *62 review_requester: *4 - requested_team: *158 + requested_team: *159 requested_reviewer: *4 required: - review_requester @@ -74786,7 +74797,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &528 + - &529 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -74820,7 +74831,7 @@ paths: properties: *61 required: *62 review_requester: *4 - requested_team: *158 + requested_team: *159 requested_reviewer: *4 required: - review_requester @@ -74833,7 +74844,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &529 + - &530 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -74893,7 +74904,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &530 + - &531 title: Locked Issue Event description: Locked Issue Event type: object @@ -74941,7 +74952,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &531 + - &532 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -75007,7 +75018,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &533 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -75073,7 +75084,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &533 + - &534 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -75139,7 +75150,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &535 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -75230,7 +75241,7 @@ paths: color: red headers: Link: *58 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75247,9 +75258,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -75259,7 +75270,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -75306,7 +75317,7 @@ paths: - color - default examples: - default: &521 + default: &522 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -75324,9 +75335,9 @@ paths: default: false headers: Link: *58 - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75343,9 +75354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: false content: @@ -75404,12 +75415,12 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *521 - '301': *321 + default: *522 + '301': *322 '404': *6 - '410': *318 + '410': *319 '422': *15 x-github: githubCloudOnly: false @@ -75426,9 +75437,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: false content: @@ -75488,12 +75499,12 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *521 - '301': *321 + default: *522 + '301': *322 '404': *6 - '410': *318 + '410': *319 '422': *15 x-github: githubCloudOnly: false @@ -75510,15 +75521,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 responses: '204': description: Response - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75537,9 +75548,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 - name: name in: path required: true @@ -75552,7 +75563,7 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: default: value: @@ -75563,9 +75574,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75585,9 +75596,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: false content: @@ -75615,7 +75626,7 @@ paths: '204': description: Response '403': *29 - '410': *318 + '410': *319 '404': *6 '422': *15 x-github: @@ -75633,9 +75644,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 responses: '204': description: Response @@ -75657,9 +75668,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 - 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. @@ -75685,13 +75696,13 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75709,9 +75720,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -75743,16 +75754,16 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '422': *15 x-github: githubCloudOnly: false @@ -75774,10 +75785,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *309 - *310 - - *517 - - *305 + - *311 + - *518 + - *306 responses: '204': description: Response @@ -75806,9 +75817,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -75832,7 +75843,7 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -75865,9 +75876,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -75879,11 +75890,11 @@ paths: type: array items: *77 examples: - default: *519 + default: *520 headers: Link: *58 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75911,9 +75922,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -75942,14 +75953,14 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *318 + '410': *319 '422': *15 '404': *6 x-github: @@ -75969,9 +75980,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -76004,7 +76015,7 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 '403': *29 '404': *6 '422': *7 @@ -76026,9 +76037,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -76043,7 +76054,6 @@ paths: description: Timeline Event type: object anyOf: - - *522 - *523 - *524 - *525 @@ -76056,6 +76066,7 @@ paths: - *532 - *533 - *534 + - *535 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -76364,7 +76375,7 @@ paths: type: string comments: type: array - items: &555 + items: &556 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -76573,7 +76584,7 @@ paths: type: string comments: type: array - items: *444 + items: *445 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -76862,7 +76873,7 @@ paths: headers: Link: *58 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76879,8 +76890,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -76890,7 +76901,7 @@ paths: application/json: schema: type: array - items: &535 + items: &536 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -76956,8 +76967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -76993,9 +77004,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: &536 + default: &537 value: id: 1 key: ssh-rsa AAA... @@ -77029,9 +77040,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *309 - *310 - - &537 + - *311 + - &538 name: key_id description: The unique identifier of the key. in: path @@ -77043,9 +77054,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 '404': *6 x-github: githubCloudOnly: false @@ -77063,9 +77074,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *309 - *310 - - *537 + - *311 + - *538 responses: '204': description: Response @@ -77085,8 +77096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -77096,9 +77107,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *521 + default: *522 headers: Link: *58 '404': *6 @@ -77119,8 +77130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -77156,9 +77167,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &538 + default: &539 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -77190,8 +77201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *309 - *310 + - *311 - name: name in: path required: true @@ -77202,9 +77213,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *538 + default: *539 '404': *6 x-github: githubCloudOnly: false @@ -77221,8 +77232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *309 - *310 + - *311 - name: name in: path required: true @@ -77261,7 +77272,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -77287,8 +77298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *309 - *310 + - *311 - name: name in: path required: true @@ -77314,8 +77325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -77354,9 +77365,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *309 - *310 - - *420 + - *311 + - *421 responses: '200': description: Response @@ -77501,8 +77512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -77567,8 +77578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -77602,9 +77613,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *445 + schema: *446 examples: - default: *539 + default: *540 '204': description: Response when already merged '404': @@ -77629,8 +77640,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *309 - *310 + - *311 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -77671,12 +77682,12 @@ paths: application/json: schema: type: array - items: &540 + items: &541 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *449 - required: *450 + properties: *450 + required: *451 examples: default: value: @@ -77732,8 +77743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -77773,9 +77784,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: &541 + default: &542 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -77834,9 +77845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *309 - *310 - - &542 + - *311 + - &543 name: milestone_number description: The number that identifies the milestone. in: path @@ -77848,9 +77859,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 '404': *6 x-github: githubCloudOnly: false @@ -77867,9 +77878,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *309 - *310 - - *542 + - *311 + - *543 requestBody: required: false content: @@ -77907,9 +77918,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77925,9 +77936,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *309 - *310 - - *542 + - *311 + - *543 responses: '204': description: Response @@ -77948,9 +77959,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *309 - *310 - - *542 + - *311 + - *543 - *17 - *19 responses: @@ -77960,9 +77971,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *521 + default: *522 headers: Link: *58 x-github: @@ -77981,12 +77992,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *309 - *310 - - *543 + - *311 - *544 - - *67 - *545 + - *67 + - *546 - *17 - *19 responses: @@ -77998,7 +78009,7 @@ paths: type: array items: *90 examples: - default: *546 + default: *547 headers: Link: *58 x-github: @@ -78022,8 +78033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -78081,14 +78092,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: &547 + schema: &548 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -78213,7 +78224,7 @@ paths: - custom_404 - public examples: - default: &548 + default: &549 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -78254,8 +78265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -78309,9 +78320,9 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *548 + default: *549 '422': *15 '409': *47 x-github: @@ -78334,8 +78345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -78434,8 +78445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -78461,8 +78472,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -78472,7 +78483,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: Page Build description: Page Build type: object @@ -78566,8 +78577,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *309 - *310 + - *311 responses: '201': description: Response @@ -78612,16 +78623,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &550 + default: &551 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -78669,8 +78680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *309 - *310 + - *311 - name: build_id in: path required: true @@ -78681,9 +78692,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78703,8 +78714,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -78809,9 +78820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *309 - *310 - - &551 + - *311 + - &552 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -78869,11 +78880,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *309 - *310 - - *551 + - *311 + - *552 responses: - '204': *152 + '204': *153 '404': *6 x-github: githubCloudOnly: false @@ -78898,8 +78909,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -79130,7 +79141,7 @@ paths: description: Empty response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -79157,8 +79168,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: - - *309 - *310 + - *311 responses: '200': description: Private vulnerability reporting status @@ -79195,10 +79206,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *309 - *310 + - *311 responses: - '204': *152 + '204': *153 '422': *14 x-github: githubCloudOnly: false @@ -79217,10 +79228,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *309 - *310 + - *311 responses: - '204': *152 + '204': *153 '422': *14 x-github: githubCloudOnly: false @@ -79241,8 +79252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#list-repository-projects parameters: - - *309 - *310 + - *311 - name: state description: Indicates the state of the projects to return. in: query @@ -79263,7 +79274,7 @@ paths: application/json: schema: type: array - items: *236 + items: *237 examples: default: value: @@ -79303,7 +79314,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *318 + '410': *319 '422': *7 x-github: githubCloudOnly: false @@ -79326,8 +79337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#create-a-repository-project parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -79353,13 +79364,13 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *317 + default: *318 '401': *25 '403': *29 '404': *6 - '410': *318 + '410': *319 '422': *7 x-github: githubCloudOnly: false @@ -79382,8 +79393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -79391,7 +79402,7 @@ paths: application/json: schema: type: array - items: *241 + items: *242 examples: default: value: @@ -79422,8 +79433,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: - - *309 - *310 + - *311 requestBody: required: true content: @@ -79435,7 +79446,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *241 + items: *242 required: - properties examples: @@ -79485,8 +79496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *309 - *310 + - *311 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -79546,9 +79557,9 @@ paths: application/json: schema: type: array - items: *552 + items: *553 examples: - default: *553 + default: *554 headers: Link: *58 '304': *37 @@ -79580,8 +79591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -79646,7 +79657,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &558 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -79757,8 +79768,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *449 - required: *450 + properties: *450 + required: *451 nullable: true active_lock_reason: type: string @@ -79803,7 +79814,7 @@ paths: nullable: true requested_teams: type: array - items: *287 + items: *288 nullable: true head: type: object @@ -79842,14 +79853,14 @@ paths: _links: type: object properties: - comments: *451 - commits: *451 - statuses: *451 - html: *451 - issue: *451 - review_comments: *451 - review_comment: *451 - self: *451 + comments: *452 + commits: *452 + statuses: *452 + html: *452 + issue: *452 + review_comments: *452 + review_comment: *452 + self: *452 required: - comments - commits @@ -79860,7 +79871,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: *554 + auto_merge: *555 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -79952,7 +79963,7 @@ paths: - merged_by - review_comments examples: - default: &558 + default: &559 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -80479,8 +80490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *309 - *310 + - *311 - name: sort in: query required: false @@ -80509,9 +80520,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: &560 + default: &561 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -80588,17 +80599,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *309 - *310 + - *311 - *76 responses: '200': description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: &556 + default: &557 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -80673,8 +80684,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -80697,9 +80708,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80715,8 +80726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *309 - *310 + - *311 - *76 responses: '204': @@ -80738,8 +80749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *309 - *310 + - *311 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -80766,9 +80777,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 '404': *6 @@ -80789,8 +80800,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -80823,16 +80834,16 @@ paths: description: Reaction exists content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Reaction created content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '422': *15 x-github: githubCloudOnly: false @@ -80854,10 +80865,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *309 - *310 + - *311 - *76 - - *305 + - *306 responses: '204': description: Response @@ -80900,9 +80911,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *309 - *310 - - &559 + - *311 + - &560 name: pull_number description: The number that identifies the pull request. in: path @@ -80915,9 +80926,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '304': *37 '404': *6 '406': @@ -80952,9 +80963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: false content: @@ -80996,9 +81007,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '422': *15 '403': *29 x-github: @@ -81020,9 +81031,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: true content: @@ -81082,17 +81093,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '401': *25 '403': *29 '404': *6 @@ -81122,9 +81133,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -81145,9 +81156,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *560 + default: *561 headers: Link: *58 x-github: @@ -81180,9 +81191,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: true content: @@ -81287,7 +81298,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: example-for-a-multi-line-comment: value: @@ -81375,9 +81386,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *309 - *310 - - *559 + - *311 + - *560 - *76 requestBody: required: true @@ -81400,7 +81411,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -81486,9 +81497,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 - *17 - *19 responses: @@ -81498,9 +81509,9 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: *561 + default: *562 headers: Link: *58 x-github: @@ -81530,9 +81541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *309 - *310 - - *559 + - *311 + - *560 - *17 - *19 responses: @@ -81542,7 +81553,7 @@ paths: application/json: schema: type: array - items: *460 + items: *461 examples: default: value: @@ -81580,9 +81591,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *309 - *310 - - *559 + - *311 + - *560 responses: '204': description: Response if pull request has been merged @@ -81605,9 +81616,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: false content: @@ -81718,9 +81729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 responses: '200': description: Response @@ -81736,7 +81747,7 @@ paths: items: *4 teams: type: array - items: *158 + items: *159 required: - users - teams @@ -81795,9 +81806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: false content: @@ -81834,7 +81845,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -82370,9 +82381,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: true content: @@ -82406,7 +82417,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -82911,9 +82922,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 - *17 - *19 responses: @@ -82923,7 +82934,7 @@ paths: application/json: schema: type: array - items: &562 + items: &563 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -83074,9 +83085,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: false content: @@ -83162,9 +83173,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: &564 + default: &565 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -83227,10 +83238,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *309 - *310 - - *559 - - &563 + - *311 + - *560 + - &564 name: review_id description: The unique identifier of the review. in: path @@ -83242,9 +83253,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: &565 + default: &566 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -83303,10 +83314,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *309 - *310 - - *559 - - *563 + - *311 + - *560 + - *564 requestBody: required: true content: @@ -83329,7 +83340,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -83391,18 +83402,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *309 - *310 - - *559 - - *563 + - *311 + - *560 + - *564 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *564 + default: *565 '422': *7 '404': *6 x-github: @@ -83429,10 +83440,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *309 - *310 - - *559 - - *563 + - *311 + - *560 + - *564 - *17 - *19 responses: @@ -83515,9 +83526,9 @@ paths: _links: type: object properties: - self: *451 - html: *451 - pull_request: *451 + self: *452 + html: *452 + pull_request: *452 required: - self - html @@ -83667,10 +83678,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *309 - *310 - - *559 - - *563 + - *311 + - *560 + - *564 requestBody: required: true content: @@ -83698,7 +83709,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -83761,10 +83772,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *309 - *310 - - *559 - - *563 + - *311 + - *560 + - *564 requestBody: required: true content: @@ -83799,9 +83810,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *565 + default: *566 '404': *6 '422': *7 '403': *29 @@ -83823,9 +83834,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: false content: @@ -83888,8 +83899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *309 - *310 + - *311 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -83902,9 +83913,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: &567 + default: &568 value: type: file encoding: base64 @@ -83946,8 +83957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *309 - *310 + - *311 - name: dir description: The alternate path to look for a README file in: path @@ -83967,9 +83978,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '404': *6 '422': *15 x-github: @@ -83991,8 +84002,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -84002,7 +84013,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Release description: A release. type: object @@ -84073,7 +84084,7 @@ paths: author: *4 assets: type: array - items: &569 + items: &570 title: Release Asset description: Data related to a release. type: object @@ -84260,8 +84271,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -84337,9 +84348,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: &572 + default: &573 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -84444,9 +84455,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *309 - *310 - - &570 + - *311 + - &571 name: asset_id description: The unique identifier of the asset. in: path @@ -84458,9 +84469,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &571 + default: &572 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 @@ -84495,7 +84506,7 @@ paths: type: User site_admin: false '404': *6 - '302': *462 + '302': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84511,9 +84522,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *309 - *310 - - *570 + - *311 + - *571 requestBody: required: false content: @@ -84541,9 +84552,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *571 + default: *572 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84559,9 +84570,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *309 - *310 - - *570 + - *311 + - *571 responses: '204': description: Response @@ -84585,8 +84596,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -84671,16 +84682,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84697,8 +84708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *309 - *310 + - *311 - name: tag description: tag parameter in: path @@ -84711,9 +84722,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *572 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -84735,9 +84746,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *309 - *310 - - &573 + - *311 + - &574 name: release_id description: The unique identifier of the release. in: path @@ -84751,9 +84762,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: *568 + schema: *569 examples: - default: *572 + default: *573 '401': description: Unauthorized x-github: @@ -84771,9 +84782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *309 - *310 - - *573 + - *311 + - *574 requestBody: required: false content: @@ -84837,9 +84848,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *572 + default: *573 '404': description: Not Found if the discussion category name is invalid content: @@ -84860,9 +84871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *309 - *310 - - *573 + - *311 + - *574 responses: '204': description: Response @@ -84882,9 +84893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *309 - *310 - - *573 + - *311 + - *574 - *17 - *19 responses: @@ -84894,7 +84905,7 @@ paths: application/json: schema: type: array - items: *569 + items: *570 examples: default: value: @@ -84975,9 +84986,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: - - *309 - *310 - - *573 + - *311 + - *574 - name: name in: query required: true @@ -85003,7 +85014,7 @@ paths: description: Response for successful upload content: application/json: - schema: *569 + schema: *570 examples: response-for-successful-upload: value: @@ -85058,9 +85069,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *309 - *310 - - *573 + - *311 + - *574 - 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. @@ -85084,9 +85095,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 '404': *6 @@ -85107,9 +85118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *309 - *310 - - *573 + - *311 + - *574 requestBody: required: true content: @@ -85139,16 +85150,16 @@ paths: description: Reaction exists content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Reaction created content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '422': *15 x-github: githubCloudOnly: false @@ -85170,10 +85181,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *309 - *310 - - *573 - - *305 + - *311 + - *574 + - *306 responses: '204': description: Response @@ -85197,9 +85208,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *309 - *310 - - *382 + - *311 + - *383 - *17 - *19 responses: @@ -85215,8 +85226,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *250 - - &574 + - *251 + - &575 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -85235,66 +85246,66 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *251 - - *574 - allOf: - *252 - - *574 + - *575 - allOf: - *253 - - *574 - - allOf: - *575 - - *574 - allOf: - *254 - - *574 + - *575 + - allOf: + - *576 + - *575 - allOf: - *255 - - *574 + - *575 - allOf: - *256 - - *574 + - *575 - allOf: - *257 - - *574 + - *575 - allOf: - *258 - - *574 + - *575 - allOf: - *259 - - *574 + - *575 - allOf: - *260 - - *574 + - *575 - allOf: - *261 - - *574 + - *575 - allOf: - *262 - - *574 + - *575 - allOf: - *263 - - *574 + - *575 - allOf: - *264 - - *574 + - *575 - allOf: - *265 - - *574 + - *575 - allOf: - *266 - - *574 + - *575 - allOf: - *267 - - *574 + - *575 - allOf: - *268 - - *574 + - *575 - allOf: - *269 - - *574 + - *575 + - allOf: + - *270 + - *575 examples: default: value: @@ -85333,8 +85344,8 @@ paths: category: repos subcategory: rules parameters: - - *309 - *310 + - *311 - *17 - *19 - name: includes_parents @@ -85345,7 +85356,7 @@ paths: schema: type: boolean default: true - - *576 + - *577 responses: '200': description: Response @@ -85353,7 +85364,7 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: default: value: @@ -85400,8 +85411,8 @@ paths: category: repos subcategory: rules parameters: - - *309 - *310 + - *311 requestBody: description: Request body required: true @@ -85421,16 +85432,16 @@ paths: - tag - push default: branch - enforcement: *247 + enforcement: *248 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *248 - conditions: *245 + items: *249 + conditions: *246 rules: type: array description: An array of rules within the ruleset. - items: *577 + items: *578 required: - name - enforcement @@ -85461,9 +85472,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &587 + default: &588 value: id: 42 name: super cool ruleset @@ -85510,12 +85521,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *309 - *310 - - *578 + - *311 - *579 - *580 - *581 + - *582 - *17 - *19 responses: @@ -85523,9 +85534,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '404': *6 '500': *97 x-github: @@ -85546,17 +85557,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *309 - *310 - - *584 + - *311 + - *585 responses: '200': description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: *586 + default: *587 '404': *6 '500': *97 x-github: @@ -85584,8 +85595,8 @@ paths: category: repos subcategory: rules parameters: - - *309 - *310 + - *311 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85605,9 +85616,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *587 + default: *588 '404': *6 '500': *97 put: @@ -85625,8 +85636,8 @@ paths: category: repos subcategory: rules parameters: - - *309 - *310 + - *311 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85651,16 +85662,16 @@ paths: - branch - tag - push - enforcement: *247 + enforcement: *248 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *248 - conditions: *245 + items: *249 + conditions: *246 rules: description: An array of rules within the ruleset. type: array - items: *577 + items: *578 examples: default: value: @@ -85688,9 +85699,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *587 + default: *588 '404': *6 '500': *97 delete: @@ -85708,8 +85719,8 @@ paths: category: repos subcategory: rules parameters: - - *309 - *310 + - *311 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85732,8 +85743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *309 - *310 + - *311 - *17 - *19 - name: ruleset_id @@ -85749,9 +85760,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *588 + default: *589 '404': *6 '500': *97 x-github: @@ -85770,8 +85781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *309 - *310 + - *311 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85789,7 +85800,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -85844,21 +85855,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *309 - *310 - - *274 + - *311 - *275 - *276 - *277 + - *278 - *48 - *19 - *17 - - *590 - *591 - - *278 + - *592 - *279 - *280 - *281 + - *282 responses: '200': description: Response @@ -85866,7 +85877,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 type: object properties: number: *54 @@ -85885,8 +85896,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *592 - resolution: *593 + state: *593 + resolution: *594 resolved_at: type: string format: date-time @@ -85982,7 +85993,7 @@ paths: pull request. ' - oneOf: *594 + oneOf: *595 nullable: true has_more_locations: type: boolean @@ -86132,16 +86143,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *309 - *310 - - *414 - - *281 + - *311 + - *415 + - *282 responses: '200': description: Response content: application/json: - schema: *595 + schema: *596 examples: default: value: @@ -86193,9 +86204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *309 - *310 - - *414 + - *311 + - *415 requestBody: required: true content: @@ -86203,8 +86214,8 @@ paths: schema: type: object properties: - state: *592 - resolution: *593 + state: *593 + resolution: *594 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -86222,7 +86233,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: default: value: @@ -86297,9 +86308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *309 - *310 - - *414 + - *311 + - *415 - *19 - *17 responses: @@ -86310,7 +86321,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &752 + items: &753 type: object properties: type: @@ -86336,7 +86347,6 @@ paths: example: commit details: oneOf: - - *596 - *597 - *598 - *599 @@ -86349,6 +86359,7 @@ paths: - *606 - *607 - *608 + - *609 examples: default: value: @@ -86434,8 +86445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -86443,14 +86454,14 @@ paths: schema: type: object properties: - reason: &610 + reason: &611 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *609 + placeholder_id: *610 required: - reason - placeholder_id @@ -86467,7 +86478,7 @@ paths: schema: type: object properties: - reason: *610 + reason: *611 expire_at: type: string format: date-time @@ -86510,8 +86521,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: - - *309 - *310 + - *311 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -86526,7 +86537,7 @@ paths: properties: incremental_scans: type: array - items: &611 + items: &612 description: Information on a single scan performed by secret scanning on the repository type: object @@ -86552,15 +86563,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *611 + items: *612 backfill_scans: type: array - items: *611 + items: *612 custom_pattern_backfill_scans: type: array items: allOf: - - *611 + - *612 - type: object properties: pattern_name: @@ -86630,8 +86641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *309 - *310 + - *311 - *48 - name: sort description: The property to sort the results by. @@ -86675,9 +86686,9 @@ paths: application/json: schema: type: array - items: *612 + items: *613 examples: - default: *613 + default: *614 '400': *14 '404': *6 x-github: @@ -86700,8 +86711,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -86774,7 +86785,7 @@ paths: login: type: string description: The username of the user credited. - type: *286 + type: *287 required: - login - type @@ -86861,9 +86872,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: &615 + default: &616 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -87096,8 +87107,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -87201,7 +87212,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -87348,17 +87359,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *309 - *310 - - *614 + - *311 + - *615 responses: '200': description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *615 + default: *616 '403': *29 '404': *6 x-github: @@ -87382,9 +87393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *309 - *310 - - *614 + - *311 + - *615 requestBody: required: true content: @@ -87457,7 +87468,7 @@ paths: login: type: string description: The username of the user credited. - type: *286 + type: *287 required: - login - type @@ -87543,10 +87554,10 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *615 - add_credit: *615 + default: *616 + add_credit: *616 '403': *29 '404': *6 '422': @@ -87584,9 +87595,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: - - *309 - *310 - - *614 + - *311 + - *615 responses: '202': *39 '400': *14 @@ -87613,17 +87624,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *309 - *310 - - *614 + - *311 + - *615 responses: '202': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *322 + default: *323 '400': *14 '422': *15 '403': *29 @@ -87649,8 +87660,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -87749,8 +87760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *309 - *310 + - *311 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -87759,7 +87770,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -87772,7 +87783,7 @@ paths: - 1124 - -435 '202': *39 - '204': *152 + '204': *153 '422': description: Repository contains more than 10,000 commits x-github: @@ -87792,8 +87803,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -87842,7 +87853,7 @@ paths: total: 89 week: 1336280400 '202': *39 - '204': *152 + '204': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87869,8 +87880,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -87944,7 +87955,7 @@ paths: d: 77 c: 10 '202': *39 - '204': *152 + '204': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87966,8 +87977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *309 - *310 + - *311 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -88121,8 +88132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *309 - *310 + - *311 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -88132,7 +88143,7 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: default: value: @@ -88145,7 +88156,7 @@ paths: - - 0 - 2 - 21 - '204': *152 + '204': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88165,8 +88176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *309 - *310 + - *311 - name: sha in: path required: true @@ -88220,7 +88231,7 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: default: value: @@ -88274,8 +88285,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -88287,7 +88298,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -88307,14 +88318,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *309 - *310 + - *311 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &618 + schema: &619 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -88382,8 +88393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -88409,7 +88420,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -88436,8 +88447,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -88457,8 +88468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -88537,8 +88548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -88546,7 +88557,7 @@ paths: application/json: schema: type: array - items: &619 + items: &620 title: Tag protection description: Tag protection type: object @@ -88598,8 +88609,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: - - *309 - *310 + - *311 requestBody: required: true content: @@ -88622,7 +88633,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: default: value: @@ -88653,8 +88664,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: - - *309 - *310 + - *311 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -88691,8 +88702,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *309 - *310 + - *311 - name: ref in: path required: true @@ -88728,8 +88739,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -88739,9 +88750,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 headers: Link: *58 '404': *6 @@ -88761,8 +88772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *309 - *310 + - *311 - *19 - *17 responses: @@ -88770,7 +88781,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &621 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -88782,7 +88793,7 @@ paths: required: - names examples: - default: &621 + default: &622 value: names: - octocat @@ -88805,8 +88816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -88837,9 +88848,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 '404': *6 '422': *7 x-github: @@ -88860,9 +88871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *309 - *310 - - &622 + - *311 + - &623 name: per description: The time frame to display results for. in: query @@ -88891,7 +88902,7 @@ paths: example: 128 clones: type: array - items: &623 + items: &624 title: Traffic type: object properties: @@ -88978,8 +88989,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -89069,8 +89080,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -89130,9 +89141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *309 - *310 - - *622 + - *311 + - *623 responses: '200': description: Response @@ -89151,7 +89162,7 @@ paths: example: 3782 views: type: array - items: *623 + items: *624 required: - uniques - count @@ -89228,8 +89239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -89265,7 +89276,7 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: default: value: @@ -89503,8 +89514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -89527,8 +89538,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -89550,8 +89561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -89577,8 +89588,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *309 - *310 + - *311 - name: ref in: path required: true @@ -89670,9 +89681,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *322 + default: *323 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -89713,7 +89724,7 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: default: value: @@ -89902,7 +89913,7 @@ paths: html_url: type: string format: uri - repository: *125 + repository: *126 score: type: number file_size: @@ -89920,7 +89931,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &624 + text_matches: &625 title: Search Result Text Matches type: array items: @@ -90082,7 +90093,7 @@ paths: enum: - author-date - committer-date - - &625 + - &626 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 @@ -90153,7 +90164,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *380 + properties: *381 nullable: true comment_count: type: integer @@ -90173,7 +90184,7 @@ paths: url: type: string format: uri - verification: *497 + verification: *498 required: - author - committer @@ -90192,7 +90203,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *380 + properties: *381 nullable: true parents: type: array @@ -90205,12 +90216,12 @@ paths: type: string sha: type: string - repository: *125 + repository: *126 score: type: number node_id: type: string - text_matches: *624 + text_matches: *625 required: - sha - node_id @@ -90392,7 +90403,7 @@ paths: - interactions - created - updated - - *625 + - *626 - *17 - *19 - name: advanced_search @@ -90489,11 +90500,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: type: string state_reason: @@ -90510,8 +90521,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *449 - required: *450 + properties: *450 + required: *451 nullable: true comments: type: integer @@ -90525,7 +90536,7 @@ paths: type: string format: date-time nullable: true - text_matches: *624 + text_matches: *625 pull_request: type: object properties: @@ -90569,7 +90580,7 @@ paths: timeline_url: type: string format: uri - type: *199 + type: *200 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -90753,7 +90764,7 @@ paths: enum: - created - updated - - *625 + - *626 - *17 - *19 responses: @@ -90797,7 +90808,7 @@ paths: nullable: true score: type: number - text_matches: *624 + text_matches: *625 required: - id - node_id @@ -90882,7 +90893,7 @@ paths: - forks - help-wanted-issues - updated - - *625 + - *626 - *17 - *19 responses: @@ -91121,7 +91132,7 @@ paths: - admin - pull - push - text_matches: *624 + text_matches: *625 temp_clone_token: type: string allow_merge_commit: @@ -91421,7 +91432,7 @@ paths: type: string format: uri nullable: true - text_matches: *624 + text_matches: *625 related: type: array nullable: true @@ -91612,7 +91623,7 @@ paths: - followers - repositories - joined - - *625 + - *626 - *17 - *19 responses: @@ -91716,7 +91727,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *624 + text_matches: *625 blog: type: string nullable: true @@ -91795,7 +91806,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &629 + - &630 name: team_id description: The unique identifier of the team. in: path @@ -91807,9 +91818,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '404': *6 x-github: githubCloudOnly: false @@ -91836,7 +91847,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *629 + - *630 requestBody: required: true content: @@ -91899,16 +91910,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '404': *6 '422': *15 '403': *29 @@ -91936,7 +91947,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *629 + - *630 responses: '204': description: Response @@ -91967,7 +91978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *629 + - *630 - *48 - *17 - *19 @@ -91978,9 +91989,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *630 + default: *631 headers: Link: *58 x-github: @@ -92009,7 +92020,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *629 + - *630 requestBody: required: true content: @@ -92043,9 +92054,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 x-github: triggersNotification: true githubCloudOnly: false @@ -92072,16 +92083,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *629 - - *298 + - *630 + - *299 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92106,8 +92117,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *629 - - *298 + - *630 + - *299 requestBody: required: false content: @@ -92130,9 +92141,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *631 + default: *632 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92157,8 +92168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *629 - - *298 + - *630 + - *299 responses: '204': description: Response @@ -92187,8 +92198,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *629 - - *298 + - *630 + - *299 - *48 - *17 - *19 @@ -92199,9 +92210,9 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: - default: *632 + default: *633 headers: Link: *58 x-github: @@ -92230,8 +92241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *629 - - *298 + - *630 + - *299 requestBody: required: true content: @@ -92253,9 +92264,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 x-github: triggersNotification: true githubCloudOnly: false @@ -92282,17 +92293,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *629 - - *298 - - *301 + - *630 + - *299 + - *302 responses: '200': description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92317,9 +92328,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *629 - - *298 - - *301 + - *630 + - *299 + - *302 requestBody: required: true content: @@ -92341,9 +92352,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *633 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92368,9 +92379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *629 - - *298 - - *301 + - *630 + - *299 + - *302 responses: '204': description: Response @@ -92399,9 +92410,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *629 - - *298 - - *301 + - *630 + - *299 + - *302 - 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. @@ -92427,9 +92438,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 x-github: @@ -92458,9 +92469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *629 - - *298 - - *301 + - *630 + - *299 + - *302 requestBody: required: true content: @@ -92492,9 +92503,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92520,8 +92531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *629 - - *298 + - *630 + - *299 - 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. @@ -92547,9 +92558,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 x-github: @@ -92578,8 +92589,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *629 - - *298 + - *630 + - *299 requestBody: required: true content: @@ -92611,9 +92622,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92637,7 +92648,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *629 + - *630 - *17 - *19 responses: @@ -92647,9 +92658,9 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -92675,7 +92686,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *629 + - *630 - name: role description: Filters members returned by their role in the team. in: query @@ -92698,7 +92709,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '404': *6 @@ -92726,8 +92737,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *629 - - *138 + - *630 + - *139 responses: '204': description: if user is a member @@ -92763,8 +92774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *629 - - *138 + - *630 + - *139 responses: '204': description: Response @@ -92803,8 +92814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *629 - - *138 + - *630 + - *139 responses: '204': description: Response @@ -92840,16 +92851,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *629 - - *138 + - *630 + - *139 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - response-if-user-is-a-team-maintainer: *634 + response-if-user-is-a-team-maintainer: *635 '404': *6 x-github: githubCloudOnly: false @@ -92882,8 +92893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *629 - - *138 + - *630 + - *139 requestBody: required: false content: @@ -92908,9 +92919,9 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: - response-if-users-membership-with-team-is-now-pending: *635 + response-if-users-membership-with-team-is-now-pending: *636 '403': description: Forbidden if team synchronization is set up '422': @@ -92944,8 +92955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *629 - - *138 + - *630 + - *139 responses: '204': description: Response @@ -92973,7 +92984,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *629 + - *630 - *17 - *19 responses: @@ -92983,9 +92994,9 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: - default: *636 + default: *637 headers: Link: *58 '404': *6 @@ -93011,16 +93022,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *629 - - *308 + - *630 + - *309 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *637 + default: *638 '404': description: Not Found if project is not managed by this team x-github: @@ -93044,8 +93055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *629 - - *308 + - *630 + - *309 requestBody: required: false content: @@ -93112,8 +93123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *629 - - *308 + - *630 + - *309 responses: '204': description: Response @@ -93140,7 +93151,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *629 + - *630 - *17 - *19 responses: @@ -93150,9 +93161,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 '404': *6 @@ -93182,15 +93193,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *629 - - *309 + - *630 - *310 + - *311 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *638 + schema: *639 examples: alternative-response-with-extra-repository-information: value: @@ -93341,9 +93352,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *629 - - *309 + - *630 - *310 + - *311 requestBody: required: false content: @@ -93393,9 +93404,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *629 - - *309 + - *630 - *310 + - *311 responses: '204': description: Response @@ -93420,7 +93431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *629 + - *630 - *17 - *19 responses: @@ -93430,9 +93441,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - response-if-child-teams-exist: *639 + response-if-child-teams-exist: *640 headers: Link: *58 '404': *6 @@ -93465,7 +93476,7 @@ paths: application/json: schema: oneOf: - - &641 + - &642 title: Private User description: Private User type: object @@ -93668,7 +93679,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *640 + - *641 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -93821,7 +93832,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -93900,7 +93911,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 '304': *37 '404': *6 '403': *29 @@ -93923,7 +93934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *138 + - *139 responses: '204': description: If the user is blocked @@ -93951,7 +93962,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *138 + - *139 responses: '204': description: Response @@ -93975,7 +93986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *138 + - *139 responses: '204': description: Response @@ -94024,9 +94035,9 @@ paths: type: integer codespaces: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '304': *37 '500': *97 '401': *25 @@ -94165,17 +94176,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '401': *25 '403': *29 '404': *6 @@ -94219,7 +94230,7 @@ paths: type: integer secrets: type: array - items: &642 + items: &643 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94259,7 +94270,7 @@ paths: - visibility - selected_repositories_url examples: - default: *437 + default: *438 headers: Link: *58 x-github: @@ -94329,13 +94340,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *133 + - *134 responses: '200': description: Response content: application/json: - schema: *642 + schema: *643 examples: default: value: @@ -94365,7 +94376,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *133 + - *134 requestBody: required: true content: @@ -94410,7 +94421,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -94438,7 +94449,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *133 + - *134 responses: '204': description: Response @@ -94463,7 +94474,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *133 + - *134 responses: '200': description: Response @@ -94479,9 +94490,9 @@ paths: type: integer repositories: type: array - items: *125 + items: *126 examples: - default: *643 + default: *644 '401': *25 '403': *29 '404': *6 @@ -94506,7 +94517,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *133 + - *134 requestBody: required: true content: @@ -94560,7 +94571,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *133 + - *134 - name: repository_id in: path required: true @@ -94593,7 +94604,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *133 + - *134 - name: repository_id in: path required: true @@ -94625,15 +94636,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '304': *37 '500': *97 '401': *25 @@ -94659,7 +94670,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 requestBody: required: false content: @@ -94689,9 +94700,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '401': *25 '403': *29 '404': *6 @@ -94713,7 +94724,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 responses: '202': *39 '304': *37 @@ -94742,13 +94753,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 responses: '202': description: Response content: application/json: - schema: &644 + schema: &645 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -94789,7 +94800,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &645 + default: &646 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -94821,7 +94832,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *207 + - *208 - name: export_id in: path required: true @@ -94834,9 +94845,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *645 + default: *646 '404': *6 x-github: githubCloudOnly: false @@ -94857,7 +94868,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *207 + - *208 responses: '200': description: Response @@ -94873,9 +94884,9 @@ paths: type: integer machines: type: array - items: *646 + items: *647 examples: - default: *647 + default: *648 '304': *37 '500': *97 '401': *25 @@ -94904,7 +94915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *207 + - *208 requestBody: required: true content: @@ -94954,13 +94965,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *320 + repository: *321 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *435 - required: *436 + properties: *436 + required: *437 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -95734,15 +95745,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '304': *37 '500': *97 '400': *14 @@ -95774,15 +95785,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '500': *97 '401': *25 '403': *29 @@ -95812,9 +95823,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: &659 + default: &660 value: - id: 197 name: hello_docker @@ -95915,7 +95926,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 title: Email description: Email type: object @@ -95980,9 +95991,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: &661 + default: &662 value: - email: octocat@github.com verified: true @@ -96057,7 +96068,7 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: default: value: @@ -96167,7 +96178,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '304': *37 @@ -96200,7 +96211,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '304': *37 @@ -96222,7 +96233,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *138 + - *139 responses: '204': description: if the person is followed by the authenticated user @@ -96252,7 +96263,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *138 + - *139 responses: '204': description: Response @@ -96277,7 +96288,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *138 + - *139 responses: '204': description: Response @@ -96313,7 +96324,7 @@ paths: application/json: schema: type: array - items: &649 + items: &650 title: GPG Key description: A unique encryption key type: object @@ -96444,7 +96455,7 @@ paths: - subkeys - revoked examples: - default: &675 + default: &676 value: - id: 3 name: Octocat's GPG Key @@ -96529,9 +96540,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: &650 + default: &651 value: id: 3 name: Octocat's GPG Key @@ -96588,7 +96599,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &651 + - &652 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -96600,9 +96611,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *650 + default: *651 '404': *6 '304': *37 '403': *29 @@ -96625,7 +96636,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *651 + - *652 responses: '204': description: Response @@ -96816,7 +96827,7 @@ paths: type: array items: *60 examples: - default: *117 + default: *118 headers: Link: *58 '404': *6 @@ -96841,7 +96852,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *114 + - *115 responses: '204': description: Response @@ -96867,7 +96878,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *114 + - *115 responses: '204': description: Response @@ -96901,12 +96912,12 @@ paths: application/json: schema: anyOf: - - *194 + - *195 - type: object properties: {} additionalProperties: false examples: - default: *195 + default: *196 '204': description: Response when there are no restrictions x-github: @@ -96930,7 +96941,7 @@ paths: required: true content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -96941,7 +96952,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -97022,7 +97033,7 @@ paths: - closed - all default: open - - *202 + - *203 - name: sort description: What to sort results by. in: query @@ -97047,7 +97058,7 @@ paths: type: array items: *77 examples: - default: *203 + default: *204 headers: Link: *58 '404': *6 @@ -97080,7 +97091,7 @@ paths: application/json: schema: type: array - items: &652 + items: &653 title: Key description: Key type: object @@ -97181,9 +97192,9 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: &653 + default: &654 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97216,15 +97227,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *537 + - *538 responses: '200': description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: *653 + default: *654 '404': *6 '304': *37 '403': *29 @@ -97247,7 +97258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *537 + - *538 responses: '204': description: Response @@ -97280,7 +97291,7 @@ paths: application/json: schema: type: array - items: &654 + items: &655 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97348,7 +97359,7 @@ paths: - account - plan examples: - default: &655 + default: &656 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97410,9 +97421,9 @@ paths: application/json: schema: type: array - items: *654 + items: *655 examples: - default: *655 + default: *656 headers: Link: *58 '304': *37 @@ -97452,7 +97463,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -97560,7 +97571,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -97643,7 +97654,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -97711,7 +97722,7 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: default: value: @@ -97964,7 +97975,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -98144,7 +98155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *213 + - *214 - name: exclude in: query required: false @@ -98157,7 +98168,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -98351,7 +98362,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *213 + - *214 responses: '302': description: Response @@ -98377,7 +98388,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *213 + - *214 responses: '204': description: Response @@ -98406,8 +98417,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *213 - - *656 + - *214 + - *657 responses: '204': description: Response @@ -98431,7 +98442,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *213 + - *214 - *17 - *19 responses: @@ -98441,9 +98452,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 '404': *6 @@ -98478,9 +98489,9 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: - default: *657 + default: *658 headers: Link: *58 '304': *37 @@ -98522,7 +98533,7 @@ paths: - docker - nuget - container - - *658 + - *659 - *19 - *17 responses: @@ -98532,10 +98543,10 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *659 - '400': *660 + default: *660 + '400': *661 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98555,16 +98566,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *222 - *223 + - *224 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: &676 + default: &677 value: id: 40201 name: octo-name @@ -98677,8 +98688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *222 - *223 + - *224 responses: '204': description: Response @@ -98708,8 +98719,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *222 - *223 + - *224 - name: token description: package token schema: @@ -98741,8 +98752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *222 - *223 + - *224 - *19 - *17 - name: state @@ -98762,7 +98773,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -98811,15 +98822,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *222 - *223 - - *225 + - *224 + - *226 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: default: value: @@ -98855,9 +98866,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *222 - *223 - - *225 + - *224 + - *226 responses: '204': description: Response @@ -98887,9 +98898,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *222 - *223 - - *225 + - *224 + - *226 responses: '204': description: Response @@ -98945,7 +98956,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -99017,9 +99028,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *661 + default: *662 headers: Link: *58 '304': *37 @@ -99132,7 +99143,7 @@ paths: type: array items: *60 examples: - default: &668 + default: &669 summary: Default response value: - id: 1296269 @@ -99436,9 +99447,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *322 + default: *323 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -99476,9 +99487,9 @@ paths: application/json: schema: type: array - items: *510 + items: *511 examples: - default: *662 + default: *663 headers: Link: *58 '304': *37 @@ -99501,7 +99512,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *198 + - *199 responses: '204': description: Response @@ -99524,7 +99535,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *198 + - *199 responses: '204': description: Response @@ -99557,7 +99568,7 @@ paths: application/json: schema: type: array - items: &663 + items: &664 title: Social account description: Social media account type: object @@ -99572,7 +99583,7 @@ paths: - provider - url examples: - default: &664 + default: &665 value: - provider: twitter url: https://twitter.com/github @@ -99634,9 +99645,9 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: - default: *664 + default: *665 '422': *15 '304': *37 '404': *6 @@ -99723,7 +99734,7 @@ paths: application/json: schema: type: array - items: &665 + items: &666 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -99743,7 +99754,7 @@ paths: - title - created_at examples: - default: &687 + default: &688 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99809,9 +99820,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: &666 + default: &667 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99842,7 +99853,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: - - &667 + - &668 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -99854,9 +99865,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *666 + default: *667 '404': *6 '304': *37 '403': *29 @@ -99879,7 +99890,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: - - *667 + - *668 responses: '204': description: Response @@ -99908,7 +99919,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &688 + - &689 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 @@ -99933,11 +99944,11 @@ paths: type: array items: *60 examples: - default-response: *668 + default-response: *669 application/vnd.github.v3.star+json: schema: type: array - items: &689 + items: &690 title: Starred Repository description: Starred Repository type: object @@ -100093,8 +100104,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: - - *309 - *310 + - *311 responses: '204': description: Response if this repository is starred by you @@ -100122,8 +100133,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -100147,8 +100158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -100181,9 +100192,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 '304': *37 @@ -100220,7 +100231,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: value: @@ -100306,10 +100317,10 @@ paths: application/json: schema: oneOf: + - *642 - *641 - - *640 examples: - default-response: &670 + default-response: &671 summary: Default response value: login: octocat @@ -100344,7 +100355,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &671 + response-with-git-hub-plan-information: &672 summary: Response with GitHub plan information value: login: octocat @@ -100404,7 +100415,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *669 + - *670 - *17 responses: '200': @@ -100415,7 +100426,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: example: ; rel="next" @@ -100445,7 +100456,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *138 + - *139 responses: '200': description: Response @@ -100453,11 +100464,11 @@ paths: application/json: schema: oneOf: + - *642 - *641 - - *640 examples: - default-response: *670 - response-with-git-hub-plan-information: *671 + default-response: *671 + response-with-git-hub-plan-information: *672 '404': *6 x-github: githubCloudOnly: false @@ -100483,7 +100494,7 @@ paths: - *17 - *40 - *41 - - *138 + - *139 requestBody: required: true content: @@ -100506,8 +100517,8 @@ paths: required: - subject_digests examples: - default: *672 - withPredicateType: *673 + default: *673 + withPredicateType: *674 responses: '200': description: Response @@ -100560,7 +100571,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *674 + default: *675 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100578,7 +100589,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *138 + - *139 requestBody: required: true content: @@ -100643,7 +100654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *138 + - *139 - name: subject_digest description: Subject Digest in: path @@ -100674,7 +100685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *138 + - *139 - name: attestation_id description: Attestation ID in: path @@ -100712,7 +100723,7 @@ paths: - *17 - *40 - *41 - - *138 + - *139 - name: subject_digest description: Subject Digest in: path @@ -100762,12 +100773,12 @@ paths: bundle_url: type: string examples: - default: *376 + default: *377 '201': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -100793,7 +100804,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *138 + - *139 responses: '200': description: Response @@ -100801,9 +100812,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *659 + default: *660 '403': *29 '401': *25 x-github: @@ -100826,7 +100837,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -100907,7 +100918,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *138 + - *139 - *96 - *17 - *19 @@ -100997,7 +101008,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101074,7 +101085,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101086,7 +101097,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -101105,7 +101116,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101117,7 +101128,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -101136,7 +101147,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *138 + - *139 - name: target_user in: path required: true @@ -101163,7 +101174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *138 + - *139 - *67 - *17 - *19 @@ -101197,7 +101208,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101207,9 +101218,9 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: - default: *675 + default: *676 headers: Link: *58 x-github: @@ -101233,7 +101244,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *138 + - *139 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -101305,7 +101316,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *138 + - *139 responses: '200': description: Response @@ -101313,7 +101324,7 @@ paths: application/json: schema: *22 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101331,7 +101342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101386,7 +101397,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101396,9 +101407,9 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: - default: *657 + default: *658 headers: Link: *58 x-github: @@ -101437,8 +101448,8 @@ paths: - docker - nuget - container - - *658 - - *138 + - *659 + - *139 - *19 - *17 responses: @@ -101448,12 +101459,12 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *659 + default: *660 '403': *29 '401': *25 - '400': *660 + '400': *661 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101473,17 +101484,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *222 - *223 - - *138 + - *224 + - *139 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *676 + default: *677 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101504,9 +101515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *222 - *223 - - *138 + - *224 + - *139 responses: '204': description: Response @@ -101538,9 +101549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *222 - *223 - - *138 + - *224 + - *139 - name: token description: package token schema: @@ -101572,9 +101583,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *222 - *223 - - *138 + - *224 + - *139 responses: '200': description: Response @@ -101582,7 +101593,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -101640,16 +101651,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *222 - *223 - - *225 - - *138 + - *224 + - *226 + - *139 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: default: value: @@ -101684,10 +101695,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *222 - *223 - - *138 - - *225 + - *224 + - *139 + - *226 responses: '204': description: Response @@ -101719,10 +101730,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *222 - *223 - - *138 - - *225 + - *224 + - *139 + - *226 responses: '204': description: Response @@ -101748,7 +101759,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#list-user-projects parameters: - - *138 + - *139 - name: state description: Indicates the state of the projects to return. in: query @@ -101769,7 +101780,7 @@ paths: application/json: schema: type: array - items: *236 + items: *237 examples: default: value: @@ -101831,7 +101842,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101920,7 +101931,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -102007,7 +102018,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *138 + - *139 - name: type description: Limit results to repositories of the specified type. in: query @@ -102050,9 +102061,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -102076,15 +102087,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *138 + - *139 responses: '200': description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102106,15 +102117,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *138 + - *139 responses: '200': description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: *680 + default: *681 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102136,15 +102147,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *138 + - *139 responses: '200': description: Response content: application/json: - schema: *681 + schema: *682 examples: - default: *682 + default: *683 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102164,11 +102175,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - - *138 - - *683 + - *139 - *684 - *685 - *686 + - *687 responses: '200': description: Response when getting a billing usage report @@ -102257,7 +102268,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -102267,9 +102278,9 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: - default: *664 + default: *665 headers: Link: *58 x-github: @@ -102289,7 +102300,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -102299,9 +102310,9 @@ paths: application/json: schema: type: array - items: *665 + items: *666 examples: - default: *687 + default: *688 headers: Link: *58 x-github: @@ -102325,8 +102336,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *138 - - *688 + - *139 + - *689 - *48 - *17 - *19 @@ -102338,11 +102349,11 @@ paths: schema: anyOf: - type: array - items: *689 + items: *690 - type: array items: *60 examples: - default-response: *668 + default-response: *669 headers: Link: *58 x-github: @@ -102361,7 +102372,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -102371,9 +102382,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -102501,7 +102512,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &690 + enterprise: &691 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -102559,7 +102570,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &691 + installation: &692 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -102578,7 +102589,7 @@ x-webhooks: required: - id - node_id - organization: &692 + organization: &693 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -102638,13 +102649,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &693 + repository: &694 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: &723 + properties: &724 id: description: Unique identifier of the repository example: 42 @@ -103327,7 +103338,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &724 + required: &725 - archive_url - assignees_url - blobs_url @@ -103478,10 +103489,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -103557,11 +103568,11 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - rule: &694 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + rule: &695 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) @@ -103784,11 +103795,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - rule: *694 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + rule: *695 sender: *4 required: - action @@ -103971,11 +103982,11 @@ x-webhooks: - everyone required: - from - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - rule: *694 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + rule: *695 sender: *4 required: - action @@ -104059,7 +104070,7 @@ x-webhooks: type: string enum: - completed - check_run: &696 + check_run: &697 title: CheckRun description: A check performed on the code of a given code change type: object @@ -104112,8 +104123,8 @@ x-webhooks: type: string pull_requests: type: array - items: *393 - repository: *125 + items: *394 + repository: *126 status: example: completed type: string @@ -104150,7 +104161,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *695 + deployment: *696 details_url: example: https://example.com type: string @@ -104200,7 +104211,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *393 + items: *394 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -104235,9 +104246,9 @@ x-webhooks: - output - app - pull_requests - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - check_run @@ -104630,10 +104641,10 @@ x-webhooks: type: string enum: - created - check_run: *696 - installation: *691 - organization: *692 - repository: *693 + check_run: *697 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - check_run @@ -105029,10 +105040,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *696 - installation: *691 - organization: *692 - repository: *693 + check_run: *697 + installation: *692 + organization: *693 + repository: *694 requested_action: description: The action requested by the user. type: object @@ -105437,10 +105448,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *696 - installation: *691 - organization: *692 - repository: *693 + check_run: *697 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - check_run @@ -106417,10 +106428,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -107090,10 +107101,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -107757,10 +107768,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -107923,7 +107934,7 @@ x-webhooks: required: - login - id - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -108068,20 +108079,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &697 + commit_oid: &698 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: *690 - installation: *691 - organization: *692 - ref: &698 + enterprise: *691 + installation: *692 + organization: *693 + ref: &699 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: *693 + repository: *694 sender: *4 required: - action @@ -108243,7 +108254,7 @@ x-webhooks: required: - login - id - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -108473,12 +108484,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *697 - enterprise: *690 - installation: *691 - organization: *692 - ref: *698 - repository: *693 + commit_oid: *698 + enterprise: *691 + installation: *692 + organization: *693 + ref: *699 + repository: *694 sender: *4 required: - action @@ -108573,7 +108584,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108741,12 +108752,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *697 - enterprise: *690 - installation: *691 - organization: *692 - ref: *698 - repository: *693 + commit_oid: *698 + enterprise: *691 + installation: *692 + organization: *693 + ref: *699 + repository: *694 sender: *4 required: - action @@ -108909,7 +108920,7 @@ x-webhooks: required: - login - id - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -109075,12 +109086,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *697 - enterprise: *690 - installation: *691 - organization: *692 - ref: *698 - repository: *693 + commit_oid: *698 + enterprise: *691 + installation: *692 + organization: *693 + ref: *699 + repository: *694 sender: *4 required: - action @@ -109177,7 +109188,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109345,16 +109356,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 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: *693 + repository: *694 sender: *4 required: - action @@ -109448,7 +109459,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109588,12 +109599,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *697 - enterprise: *690 - installation: *691 - organization: *692 - ref: *698 - repository: *693 + commit_oid: *698 + enterprise: *691 + installation: *692 + organization: *693 + ref: *699 + repository: *694 sender: *4 required: - action @@ -109850,10 +109861,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -109933,18 +109944,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *692 - pusher_type: &699 + organization: *693 + pusher_type: &700 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &700 + ref: &701 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -109954,7 +109965,7 @@ x-webhooks: enum: - tag - branch - repository: *693 + repository: *694 sender: *4 required: - ref @@ -110036,10 +110047,10 @@ x-webhooks: type: string enum: - created - definition: *237 - enterprise: *690 - installation: *691 - organization: *692 + definition: *238 + enterprise: *691 + installation: *692 + organization: *693 sender: *4 required: - action @@ -110124,9 +110135,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 sender: *4 required: - action @@ -110203,10 +110214,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *237 - enterprise: *690 - installation: *691 - organization: *692 + definition: *238 + enterprise: *691 + installation: *692 + organization: *693 sender: *4 required: - action @@ -110283,10 +110294,10 @@ x-webhooks: type: string enum: - updated - definition: *237 - enterprise: *690 - installation: *691 - organization: *692 + definition: *238 + enterprise: *691 + installation: *692 + organization: *693 sender: *4 required: - action @@ -110363,19 +110374,19 @@ x-webhooks: type: string enum: - updated - enterprise: *690 - installation: *691 - repository: *693 - organization: *692 + enterprise: *691 + installation: *692 + repository: *694 + organization: *693 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *241 + items: *242 old_property_values: type: array description: The old custom property values for the repository. - items: *241 + items: *242 required: - action - repository @@ -110451,18 +110462,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *690 - installation: *691 - organization: *692 - pusher_type: *699 - ref: *700 + enterprise: *691 + installation: *692 + organization: *693 + pusher_type: *700 + ref: *701 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *693 + repository: *694 sender: *4 required: - ref @@ -110546,11 +110557,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -110634,11 +110645,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -110722,11 +110733,11 @@ x-webhooks: type: string enum: - created - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -110808,11 +110819,11 @@ x-webhooks: type: string enum: - dismissed - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -110894,11 +110905,11 @@ x-webhooks: type: string enum: - fixed - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -110981,11 +110992,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -111067,11 +111078,11 @@ x-webhooks: type: string enum: - reopened - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -111148,9 +111159,9 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - key: &701 + enterprise: *691 + installation: *692 + key: &702 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -111186,8 +111197,8 @@ x-webhooks: - verified - created_at - read_only - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -111264,11 +111275,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - key: *701 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + key: *702 + organization: *693 + repository: *694 sender: *4 required: - action @@ -111829,12 +111840,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - workflow: &705 + workflow: &706 title: Workflow type: object nullable: true @@ -112560,13 +112571,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *472 + deployment: *473 pull_requests: type: array - items: *557 - repository: *693 - organization: *692 - installation: *691 + items: *558 + repository: *694 + organization: *693 + installation: *692 sender: *4 responses: '200': @@ -112637,7 +112648,7 @@ x-webhooks: type: string enum: - approved - approver: &702 + approver: &703 type: object properties: avatar_url: @@ -112680,11 +112691,11 @@ x-webhooks: type: string comment: type: string - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - reviewers: &703 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + reviewers: &704 type: array items: type: object @@ -112763,7 +112774,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &704 + workflow_job_run: &705 type: object properties: conclusion: @@ -113494,18 +113505,18 @@ x-webhooks: type: string enum: - rejected - approver: *702 + approver: *703 comment: type: string - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - reviewers: *703 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + reviewers: *704 sender: *4 since: type: string - workflow_job_run: *704 + workflow_job_run: *705 workflow_job_runs: type: array items: @@ -114209,13 +114220,13 @@ x-webhooks: type: string enum: - requested - enterprise: *690 + enterprise: *691 environment: type: string - installation: *691 - organization: *692 - repository: *693 - requestor: &710 + installation: *692 + organization: *693 + repository: *694 + requestor: &711 title: User type: object nullable: true @@ -116114,12 +116125,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - workflow: *705 + workflow: *706 workflow_run: title: Deployment Workflow Run type: object @@ -116799,7 +116810,7 @@ x-webhooks: type: string enum: - answered - answer: &708 + answer: &709 type: object properties: author_association: @@ -116956,7 +116967,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &706 + discussion: &707 title: Discussion description: A Discussion in a repository. type: object @@ -117242,7 +117253,7 @@ x-webhooks: - id labels: type: array - items: *520 + items: *521 required: - repository_url - category @@ -117264,10 +117275,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -117394,11 +117405,11 @@ x-webhooks: - from required: - category - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -117481,11 +117492,11 @@ x-webhooks: type: string enum: - closed - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -117567,7 +117578,7 @@ x-webhooks: type: string enum: - created - comment: &707 + comment: &708 type: object properties: author_association: @@ -117724,11 +117735,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -117811,12 +117822,12 @@ x-webhooks: type: string enum: - deleted - comment: *707 - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + comment: *708 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -117911,12 +117922,12 @@ x-webhooks: - from required: - body - comment: *707 - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + comment: *708 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118000,11 +118011,11 @@ x-webhooks: type: string enum: - created - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118086,11 +118097,11 @@ x-webhooks: type: string enum: - deleted - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118190,11 +118201,11 @@ x-webhooks: type: string required: - from - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118276,10 +118287,10 @@ x-webhooks: type: string enum: - labeled - discussion: *706 - enterprise: *690 - installation: *691 - label: &709 + discussion: *707 + enterprise: *691 + installation: *692 + label: &710 title: Label type: object properties: @@ -118311,8 +118322,8 @@ x-webhooks: - color - default - description - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118395,11 +118406,11 @@ x-webhooks: type: string enum: - locked - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118481,11 +118492,11 @@ x-webhooks: type: string enum: - pinned - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118567,11 +118578,11 @@ x-webhooks: type: string enum: - reopened - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118656,16 +118667,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *706 - new_repository: *693 + new_discussion: *707 + new_repository: *694 required: - new_discussion - new_repository - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118748,10 +118759,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *706 - old_answer: *708 - organization: *692 - repository: *693 + discussion: *707 + old_answer: *709 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118833,12 +118844,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *706 - enterprise: *690 - installation: *691 - label: *709 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118921,11 +118932,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -119007,11 +119018,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -119084,7 +119095,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *690 + enterprise: *691 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -119744,9 +119755,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - forkee @@ -119892,9 +119903,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pages: description: The pages that were updated. type: array @@ -119931,7 +119942,7 @@ x-webhooks: - action - sha - html_url - repository: *693 + repository: *694 sender: *4 required: - pages @@ -120007,10 +120018,10 @@ x-webhooks: type: string enum: - created - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories: &711 + organization: *693 + repositories: &712 description: An array of repository objects that the installation can access. type: array @@ -120036,8 +120047,8 @@ x-webhooks: - name - full_name - private - repository: *693 - requester: *710 + repository: *694 + requester: *711 sender: *4 required: - action @@ -120112,11 +120123,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories: *711 - repository: *693 + organization: *693 + repositories: *712 + repository: *694 requester: nullable: true sender: *4 @@ -120192,11 +120203,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories: *711 - repository: *693 + organization: *693 + repositories: *712 + repository: *694 requester: nullable: true sender: *4 @@ -120272,10 +120283,10 @@ x-webhooks: type: string enum: - added - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories_added: &712 + organization: *693 + repositories_added: &713 description: An array of repository objects, which were added to the installation. type: array @@ -120321,15 +120332,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *693 - repository_selection: &713 + repository: *694 + repository_selection: &714 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *710 + requester: *711 sender: *4 required: - action @@ -120408,10 +120419,10 @@ x-webhooks: type: string enum: - removed - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories_added: *712 + organization: *693 + repositories_added: *713 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -120438,9 +120449,9 @@ x-webhooks: - name - full_name - private - repository: *693 - repository_selection: *713 - requester: *710 + repository: *694 + repository_selection: *714 + requester: *711 sender: *4 required: - action @@ -120519,11 +120530,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories: *711 - repository: *693 + organization: *693 + repositories: *712 + repository: *694 requester: nullable: true sender: *4 @@ -120701,10 +120712,10 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 target_type: type: string @@ -120783,11 +120794,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories: *711 - repository: *693 + organization: *693 + repositories: *712 + repository: *694 requester: nullable: true sender: *4 @@ -121039,8 +121050,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121834,8 +121845,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121851,7 +121862,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -122184,8 +122195,8 @@ x-webhooks: - state - locked - assignee - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -122265,7 +122276,7 @@ x-webhooks: type: string enum: - deleted - comment: &714 + comment: &715 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -122430,8 +122441,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123221,8 +123232,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123238,7 +123249,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -123573,8 +123584,8 @@ x-webhooks: - state - locked - assignee - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -123654,7 +123665,7 @@ x-webhooks: type: string enum: - edited - changes: &744 + changes: &745 description: The changes to the comment. type: object properties: @@ -123666,9 +123677,9 @@ x-webhooks: type: string required: - from - comment: *714 - enterprise: *690 - installation: *691 + comment: *715 + enterprise: *691 + installation: *692 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124461,8 +124472,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124478,7 +124489,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -124811,8 +124822,8 @@ x-webhooks: - state - locked - assignee - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -124902,9 +124913,9 @@ x-webhooks: type: number blocking_issue: *77 blocking_issue_repo: *60 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -124998,9 +125009,9 @@ x-webhooks: type: number blocking_issue: *77 blocking_issue_repo: *60 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -125093,9 +125104,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -125189,9 +125200,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -125276,10 +125287,10 @@ x-webhooks: type: string enum: - assigned - assignee: *710 - enterprise: *690 - installation: *691 - issue: &717 + assignee: *711 + enterprise: *691 + installation: *692 + issue: &718 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -126068,11 +126079,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126088,7 +126099,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -126189,8 +126200,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -126270,8 +126281,8 @@ x-webhooks: type: string enum: - closed - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -127065,11 +127076,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127085,7 +127096,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -127321,8 +127332,8 @@ x-webhooks: required: - state - closed_at - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -127401,8 +127412,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128187,11 +128198,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128207,7 +128218,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -128307,8 +128318,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -128387,8 +128398,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129195,11 +129206,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129215,7 +129226,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -129294,7 +129305,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &715 + milestone: &716 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129432,8 +129443,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -129532,8 +129543,8 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130322,11 +130333,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130339,7 +130350,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *199 + type: *200 title: description: Title of the issue type: string @@ -130443,9 +130454,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *709 - organization: *692 - repository: *693 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -130525,8 +130536,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131314,11 +131325,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131331,7 +131342,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *199 + type: *200 title: description: Title of the issue type: string @@ -131435,9 +131446,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *709 - organization: *692 - repository: *693 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -131517,8 +131528,8 @@ x-webhooks: type: string enum: - locked - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132330,11 +132341,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132347,7 +132358,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *199 + type: *200 title: description: Title of the issue type: string @@ -132428,8 +132439,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -132508,8 +132519,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133315,11 +133326,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133335,7 +133346,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -133413,9 +133424,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *715 - organization: *692 - repository: *693 + milestone: *716 + organization: *693 + repository: *694 sender: *4 required: - action @@ -134283,11 +134294,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134380,7 +134391,7 @@ x-webhooks: required: - login - id - type: *199 + type: *200 required: - id - number @@ -134849,8 +134860,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135639,11 +135650,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135659,7 +135670,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -135759,8 +135770,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -135840,9 +135851,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *690 - installation: *691 - issue: &716 + enterprise: *691 + installation: *692 + issue: &717 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -136625,11 +136636,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136645,7 +136656,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -136745,8 +136756,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -136825,8 +136836,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137636,11 +137647,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137734,9 +137745,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *199 - organization: *692 - repository: *693 + type: *200 + organization: *693 + repository: *694 sender: *4 required: - action @@ -138602,11 +138613,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138622,7 +138633,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -139190,11 +139201,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *690 - installation: *691 - issue: *716 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *717 + organization: *693 + repository: *694 sender: *4 required: - action @@ -139274,12 +139285,12 @@ x-webhooks: type: string enum: - typed - enterprise: *690 - installation: *691 - issue: *717 - type: *199 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *718 + type: *200 + organization: *693 + repository: *694 sender: *4 required: - action @@ -139360,7 +139371,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &747 + assignee: &748 title: User type: object nullable: true @@ -139430,11 +139441,11 @@ x-webhooks: required: - login - id - enterprise: *690 - installation: *691 - issue: *717 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *718 + organization: *693 + repository: *694 sender: *4 required: - action @@ -139513,12 +139524,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *690 - installation: *691 - issue: *717 - label: *709 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *718 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -139598,8 +139609,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140409,11 +140420,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140429,7 +140440,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -140507,8 +140518,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -140588,11 +140599,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *690 - installation: *691 - issue: *716 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *717 + organization: *693 + repository: *694 sender: *4 required: - action @@ -140671,12 +140682,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *690 - installation: *691 - issue: *717 - type: *199 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *718 + type: *200 + organization: *693 + repository: *694 sender: *4 required: - action @@ -140756,11 +140767,11 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - label: *709 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -140838,11 +140849,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - label: *709 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -140952,11 +140963,11 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - label: *709 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -141038,9 +141049,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *690 - installation: *691 - marketplace_purchase: &718 + enterprise: *691 + installation: *692 + marketplace_purchase: &719 title: Marketplace Purchase type: object required: @@ -141123,8 +141134,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *692 - previous_marketplace_purchase: &719 + organization: *693 + previous_marketplace_purchase: &720 title: Marketplace Purchase type: object properties: @@ -141204,7 +141215,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *693 + repository: *694 sender: *4 required: - action @@ -141284,10 +141295,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *690 - installation: *691 - marketplace_purchase: *718 - organization: *692 + enterprise: *691 + installation: *692 + marketplace_purchase: *719 + organization: *693 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141370,7 +141381,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *693 + repository: *694 sender: *4 required: - action @@ -141452,10 +141463,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *690 - installation: *691 - marketplace_purchase: *718 - organization: *692 + enterprise: *691 + installation: *692 + marketplace_purchase: *719 + organization: *693 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141537,7 +141548,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *693 + repository: *694 sender: *4 required: - action @@ -141618,8 +141629,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 marketplace_purchase: title: Marketplace Purchase type: object @@ -141701,9 +141712,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *692 - previous_marketplace_purchase: *719 - repository: *693 + organization: *693 + previous_marketplace_purchase: *720 + repository: *694 sender: *4 required: - action @@ -141783,12 +141794,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *690 - installation: *691 - marketplace_purchase: *718 - organization: *692 - previous_marketplace_purchase: *719 - repository: *693 + enterprise: *691 + installation: *692 + marketplace_purchase: *719 + organization: *693 + previous_marketplace_purchase: *720 + repository: *694 sender: *4 required: - action @@ -141890,11 +141901,11 @@ x-webhooks: type: string required: - to - enterprise: *690 - installation: *691 - member: *710 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + member: *711 + organization: *693 + repository: *694 sender: *4 required: - action @@ -141994,11 +142005,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *690 - installation: *691 - member: *710 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + member: *711 + organization: *693 + repository: *694 sender: *4 required: - action @@ -142077,11 +142088,11 @@ x-webhooks: type: string enum: - removed - enterprise: *690 - installation: *691 - member: *710 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + member: *711 + organization: *693 + repository: *694 sender: *4 required: - action @@ -142159,11 +142170,11 @@ x-webhooks: type: string enum: - added - enterprise: *690 - installation: *691 - member: *710 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + member: *711 + organization: *693 + repository: *694 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142239,7 +142250,7 @@ x-webhooks: required: - login - id - team: &720 + team: &721 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142429,11 +142440,11 @@ x-webhooks: type: string enum: - removed - enterprise: *690 - installation: *691 - member: *710 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + member: *711 + organization: *693 + repository: *694 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142510,7 +142521,7 @@ x-webhooks: required: - login - id - team: *720 + team: *721 required: - action - scope @@ -142592,8 +142603,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *691 - merge_group: &722 + installation: *692 + merge_group: &723 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -142612,15 +142623,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *721 + head_commit: *722 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -142706,10 +142717,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *691 - merge_group: *722 - organization: *692 - repository: *693 + installation: *692 + merge_group: *723 + organization: *693 + repository: *694 sender: *4 required: - action @@ -142782,7 +142793,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 + enterprise: *691 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -142891,16 +142902,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *691 - organization: *692 + installation: *692 + organization: *693 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *723 - required: *724 + properties: *724 + required: *725 nullable: true sender: *4 required: @@ -142981,11 +142992,11 @@ x-webhooks: type: string enum: - closed - enterprise: *690 - installation: *691 - milestone: *715 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + milestone: *716 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143064,9 +143075,9 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - milestone: &725 + enterprise: *691 + installation: *692 + milestone: &726 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143203,8 +143214,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143283,11 +143294,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - milestone: *715 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + milestone: *716 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143397,11 +143408,11 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - milestone: *715 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + milestone: *716 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143481,11 +143492,11 @@ x-webhooks: type: string enum: - opened - enterprise: *690 - installation: *691 - milestone: *725 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + milestone: *726 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143564,11 +143575,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *710 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + blocked_user: *711 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143647,11 +143658,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *710 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + blocked_user: *711 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143730,9 +143741,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - membership: &726 + enterprise: *691 + installation: *692 + membership: &727 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -143839,8 +143850,8 @@ x-webhooks: - role - organization_url - user - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143918,11 +143929,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *690 - installation: *691 - membership: *726 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + membership: *727 + organization: *693 + repository: *694 sender: *4 required: - action @@ -144001,8 +144012,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -144118,10 +144129,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 - user: *710 + user: *711 required: - action - invitation @@ -144199,11 +144210,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *690 - installation: *691 - membership: *726 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + membership: *727 + organization: *693 + repository: *694 sender: *4 required: - action @@ -144290,11 +144301,11 @@ x-webhooks: properties: from: type: string - enterprise: *690 - installation: *691 - membership: *726 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + membership: *727 + organization: *693 + repository: *694 sender: *4 required: - action @@ -144370,9 +144381,9 @@ x-webhooks: type: string enum: - published - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 package: description: Information about the package. type: object @@ -144871,7 +144882,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &727 + items: &728 title: Ruby Gems metadata type: object properties: @@ -144966,7 +144977,7 @@ x-webhooks: - owner - package_version - registry - repository: *693 + repository: *694 sender: *4 required: - action @@ -145042,9 +145053,9 @@ x-webhooks: type: string enum: - updated - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 package: description: Information about the package. type: object @@ -145397,7 +145408,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *727 + items: *728 source_url: type: string format: uri @@ -145467,7 +145478,7 @@ x-webhooks: - owner - package_version - registry - repository: *693 + repository: *694 sender: *4 required: - action @@ -145644,12 +145655,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *690 + enterprise: *691 id: type: integer - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - id @@ -145726,7 +145737,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &728 + personal_access_token_request: &729 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -145872,10 +145883,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *690 - organization: *692 + enterprise: *691 + organization: *693 sender: *4 - installation: *691 + installation: *692 required: - action - personal_access_token_request @@ -145952,11 +145963,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *728 - enterprise: *690 - organization: *692 + personal_access_token_request: *729 + enterprise: *691 + organization: *693 sender: *4 - installation: *691 + installation: *692 required: - action - personal_access_token_request @@ -146032,11 +146043,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *728 - enterprise: *690 - organization: *692 + personal_access_token_request: *729 + enterprise: *691 + organization: *693 sender: *4 - installation: *691 + installation: *692 required: - action - personal_access_token_request @@ -146111,11 +146122,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *728 - organization: *692 - enterprise: *690 + personal_access_token_request: *729 + organization: *693 + enterprise: *691 sender: *4 - installation: *691 + installation: *692 required: - action - personal_access_token_request @@ -146220,7 +146231,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *729 + last_response: *730 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -146252,8 +146263,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 zen: description: Random string of GitHub zen. @@ -146498,10 +146509,10 @@ x-webhooks: - from required: - note - enterprise: *690 - installation: *691 - organization: *692 - project_card: &730 + enterprise: *691 + installation: *692 + organization: *693 + project_card: &731 title: Project Card type: object properties: @@ -146620,7 +146631,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *693 + repository: *694 sender: *4 required: - action @@ -146701,11 +146712,11 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - project_card: *730 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project_card: *731 + repository: *694 sender: *4 required: - action @@ -146785,9 +146796,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 project_card: title: Project Card type: object @@ -146915,8 +146926,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: *723 - required: *724 + properties: *724 + required: *725 nullable: true sender: *4 required: @@ -147010,11 +147021,11 @@ x-webhooks: - from required: - note - enterprise: *690 - installation: *691 - organization: *692 - project_card: *730 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project_card: *731 + repository: *694 sender: *4 required: - action @@ -147108,9 +147119,9 @@ x-webhooks: - from required: - column_id - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 project_card: allOf: - title: Project Card @@ -147300,7 +147311,7 @@ x-webhooks: type: string required: - after_id - repository: *693 + repository: *694 sender: *4 required: - action @@ -147380,10 +147391,10 @@ x-webhooks: type: string enum: - closed - enterprise: *690 - installation: *691 - organization: *692 - project: &732 + enterprise: *691 + installation: *692 + organization: *693 + project: &733 title: Project type: object properties: @@ -147507,7 +147518,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *693 + repository: *694 sender: *4 required: - action @@ -147587,10 +147598,10 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - project_column: &731 + enterprise: *691 + installation: *692 + organization: *693 + project_column: &732 title: Project Column type: object properties: @@ -147629,7 +147640,7 @@ x-webhooks: - name - created_at - updated_at - repository: *693 + repository: *694 sender: *4 required: - action @@ -147708,18 +147719,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - project_column: *731 + enterprise: *691 + installation: *692 + organization: *693 + project_column: *732 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: *723 - required: *724 + properties: *724 + required: *725 nullable: true sender: *4 required: @@ -147809,11 +147820,11 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - organization: *692 - project_column: *731 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project_column: *732 + repository: *694 sender: *4 required: - action @@ -147893,11 +147904,11 @@ x-webhooks: type: string enum: - moved - enterprise: *690 - installation: *691 - organization: *692 - project_column: *731 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project_column: *732 + repository: *694 sender: *4 required: - action @@ -147977,11 +147988,11 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - project: *732 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project: *733 + repository: *694 sender: *4 required: - action @@ -148061,18 +148072,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - project: *732 + enterprise: *691 + installation: *692 + organization: *693 + project: *733 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: *723 - required: *724 + properties: *724 + required: *725 nullable: true sender: *4 required: @@ -148174,11 +148185,11 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - organization: *692 - project: *732 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project: *733 + repository: *694 sender: *4 required: - action @@ -148257,11 +148268,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *690 - installation: *691 - organization: *692 - project: *732 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project: *733 + repository: *694 sender: *4 required: - action @@ -148342,9 +148353,9 @@ x-webhooks: type: string enum: - closed - installation: *691 - organization: *692 - projects_v2: &733 + installation: *692 + organization: *693 + projects_v2: &734 title: Projects v2 Project description: A projects v2 project type: object @@ -148401,7 +148412,7 @@ x-webhooks: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &738 + properties: &739 id: type: number node_id: @@ -148439,7 +148450,7 @@ x-webhooks: example: The project is off to a great start! type: string nullable: true - required: &739 + required: &740 - id - node_id - created_at @@ -148543,9 +148554,9 @@ x-webhooks: type: string enum: - created - installation: *691 - organization: *692 - projects_v2: *733 + installation: *692 + organization: *693 + projects_v2: *734 sender: *4 required: - action @@ -148626,9 +148637,9 @@ x-webhooks: type: string enum: - deleted - installation: *691 - organization: *692 - projects_v2: *733 + installation: *692 + organization: *693 + projects_v2: *734 sender: *4 required: - action @@ -148745,9 +148756,9 @@ x-webhooks: type: string to: type: string - installation: *691 - organization: *692 - projects_v2: *733 + installation: *692 + organization: *693 + projects_v2: *734 sender: *4 required: - action @@ -148830,7 +148841,7 @@ x-webhooks: type: string enum: - archived - changes: &737 + changes: &738 type: object properties: archived_at: @@ -148844,9 +148855,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *691 - organization: *692 - projects_v2_item: &734 + installation: *692 + organization: *693 + projects_v2_item: &735 title: Projects v2 Item description: An item belonging to a project type: object @@ -148980,9 +148991,9 @@ x-webhooks: nullable: true to: type: string - installation: *691 - organization: *692 - projects_v2_item: *734 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149064,9 +149075,9 @@ x-webhooks: type: string enum: - created - installation: *691 - organization: *692 - projects_v2_item: *734 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149147,9 +149158,9 @@ x-webhooks: type: string enum: - deleted - installation: *691 - organization: *692 - projects_v2_item: *734 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149255,7 +149266,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &735 + - &736 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -149273,7 +149284,7 @@ x-webhooks: required: - id - name - - &736 + - &737 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149300,8 +149311,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *735 - *736 + - *737 required: - field_value - type: object @@ -149317,9 +149328,9 @@ x-webhooks: nullable: true required: - body - installation: *691 - organization: *692 - projects_v2_item: *734 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149414,9 +149425,9 @@ x-webhooks: to: type: string nullable: true - installation: *691 - organization: *692 - projects_v2_item: *734 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149499,10 +149510,10 @@ x-webhooks: type: string enum: - restored - changes: *737 - installation: *691 - organization: *692 - projects_v2_item: *734 + changes: *738 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149584,9 +149595,9 @@ x-webhooks: type: string enum: - reopened - installation: *691 - organization: *692 - projects_v2: *733 + installation: *692 + organization: *693 + projects_v2: *734 sender: *4 required: - action @@ -149667,14 +149678,14 @@ x-webhooks: type: string enum: - created - installation: *691 - organization: *692 - projects_v2_status_update: &740 + installation: *692 + organization: *693 + projects_v2_status_update: &741 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *738 - required: *739 + properties: *739 + required: *740 sender: *4 required: - action @@ -149755,9 +149766,9 @@ x-webhooks: type: string enum: - deleted - installation: *691 - organization: *692 - projects_v2_status_update: *740 + installation: *692 + organization: *693 + projects_v2_status_update: *741 sender: *4 required: - action @@ -149893,9 +149904,9 @@ x-webhooks: type: string format: date nullable: true - installation: *691 - organization: *692 - projects_v2_status_update: *740 + installation: *692 + organization: *693 + projects_v2_status_update: *741 sender: *4 required: - action @@ -149966,10 +149977,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - repository @@ -150046,13 +150057,13 @@ x-webhooks: type: string enum: - assigned - assignee: *710 - enterprise: *690 - installation: *691 - number: &741 + assignee: *711 + enterprise: *691 + installation: *692 + number: &742 description: The pull request number. type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -152335,7 +152346,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -152417,11 +152428,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -154699,7 +154710,7 @@ x-webhooks: - draft reason: type: string - repository: *693 + repository: *694 sender: *4 required: - action @@ -154781,11 +154792,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -157063,7 +157074,7 @@ x-webhooks: - draft reason: type: string - repository: *693 + repository: *694 sender: *4 required: - action @@ -157145,13 +157156,13 @@ x-webhooks: type: string enum: - closed - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: &742 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: &743 allOf: - - *557 + - *558 - type: object properties: allow_auto_merge: @@ -157213,7 +157224,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *693 + repository: *694 sender: *4 required: - action @@ -157294,12 +157305,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: *742 - repository: *693 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: *743 + repository: *694 sender: *4 required: - action @@ -157379,11 +157390,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *690 - milestone: *540 - number: *741 - organization: *692 - pull_request: &743 + enterprise: *691 + milestone: *541 + number: *742 + organization: *693 + pull_request: &744 title: Pull Request type: object properties: @@ -159646,7 +159657,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -159725,11 +159736,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -162011,7 +162022,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *693 + repository: *694 sender: *4 required: - action @@ -162135,12 +162146,12 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: *742 - repository: *693 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: *743 + repository: *694 sender: *4 required: - action @@ -162220,11 +162231,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -164491,7 +164502,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -164571,11 +164582,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *690 - installation: *691 - label: *709 - number: *741 - organization: *692 + enterprise: *691 + installation: *692 + label: *710 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -166857,7 +166868,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -166938,10 +166949,10 @@ x-webhooks: type: string enum: - locked - enterprise: *690 - installation: *691 - number: *741 - organization: *692 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -169221,7 +169232,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -169301,12 +169312,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *690 - milestone: *540 - number: *741 - organization: *692 - pull_request: *743 - repository: *693 + enterprise: *691 + milestone: *541 + number: *742 + organization: *693 + pull_request: *744 + repository: *694 sender: *4 required: - action @@ -169385,12 +169396,12 @@ x-webhooks: type: string enum: - opened - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: *742 - repository: *693 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: *743 + repository: *694 sender: *4 required: - action @@ -169471,12 +169482,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: *742 - repository: *693 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: *743 + repository: *694 sender: *4 required: - action @@ -169556,12 +169567,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: *742 - repository: *693 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: *743 + repository: *694 sender: *4 required: - action @@ -169927,9 +169938,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: type: object properties: @@ -172099,7 +172110,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *693 + repository: *694 sender: *4 required: - action @@ -172179,7 +172190,7 @@ x-webhooks: type: string enum: - deleted - comment: &745 + comment: &746 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -172464,9 +172475,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: type: object properties: @@ -174624,7 +174635,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *693 + repository: *694 sender: *4 required: - action @@ -174704,11 +174715,11 @@ x-webhooks: type: string enum: - edited - changes: *744 - comment: *745 - enterprise: *690 - installation: *691 - organization: *692 + changes: *745 + comment: *746 + enterprise: *691 + installation: *692 + organization: *693 pull_request: type: object properties: @@ -176869,7 +176880,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *693 + repository: *694 sender: *4 required: - action @@ -176950,9 +176961,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: title: Simple Pull Request type: object @@ -179125,7 +179136,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *693 + repository: *694 review: description: The review that was affected. type: object @@ -179372,9 +179383,9 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: title: Simple Pull Request type: object @@ -181428,8 +181439,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *693 - review: &746 + repository: *694 + review: &747 description: The review that was affected. type: object properties: @@ -181662,12 +181673,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: description: The pull request number. type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -183950,7 +183961,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 requested_reviewer: title: User type: object @@ -184034,12 +184045,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: description: The pull request number. type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -186329,7 +186340,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 requested_team: title: Team description: Groups of organization members that gives permissions @@ -186521,12 +186532,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: description: The pull request number. type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -188811,7 +188822,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 requested_reviewer: title: User type: object @@ -188896,12 +188907,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: description: The pull request number. type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -191177,7 +191188,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 requested_team: title: Team description: Groups of organization members that gives permissions @@ -191358,9 +191369,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: title: Simple Pull Request type: object @@ -193535,8 +193546,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *693 - review: *746 + repository: *694 + review: *747 sender: *4 required: - action @@ -193616,9 +193627,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: title: Simple Pull Request type: object @@ -195688,7 +195699,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *693 + repository: *694 sender: *4 thread: type: object @@ -196075,9 +196086,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: title: Simple Pull Request type: object @@ -198133,7 +198144,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *693 + repository: *694 sender: *4 thread: type: object @@ -198523,10 +198534,10 @@ x-webhooks: type: string before: type: string - enterprise: *690 - installation: *691 - number: *741 - organization: *692 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -200797,7 +200808,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -200879,11 +200890,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *747 - enterprise: *690 - installation: *691 - number: *741 - organization: *692 + assignee: *748 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -203166,7 +203177,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -203245,11 +203256,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *690 - installation: *691 - label: *709 - number: *741 - organization: *692 + enterprise: *691 + installation: *692 + label: *710 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -205522,7 +205533,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -205603,10 +205614,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *690 - installation: *691 - number: *741 - organization: *692 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -207871,7 +207882,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -208071,7 +208082,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *690 + enterprise: *691 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -208163,8 +208174,8 @@ x-webhooks: - url - author - committer - installation: *691 - organization: *692 + installation: *692 + organization: *693 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -208739,9 +208750,9 @@ x-webhooks: type: string enum: - published - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 registry_package: type: object properties: @@ -209187,7 +209198,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *727 + items: *728 summary: type: string tag_name: @@ -209241,7 +209252,7 @@ x-webhooks: - owner - package_version - registry - repository: *693 + repository: *694 sender: *4 required: - action @@ -209319,9 +209330,9 @@ x-webhooks: type: string enum: - updated - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 registry_package: type: object properties: @@ -209629,7 +209640,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *727 + items: *728 summary: type: string tag_name: @@ -209678,7 +209689,7 @@ x-webhooks: - owner - package_version - registry - repository: *693 + repository: *694 sender: *4 required: - action @@ -209755,10 +209766,10 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - release: &748 + enterprise: *691 + installation: *692 + organization: *693 + release: &749 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -210076,7 +210087,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *693 + repository: *694 sender: *4 required: - action @@ -210153,11 +210164,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - release: *748 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + release: *749 + repository: *694 sender: *4 required: - action @@ -210274,11 +210285,11 @@ x-webhooks: type: boolean required: - to - enterprise: *690 - installation: *691 - organization: *692 - release: *748 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + release: *749 + repository: *694 sender: *4 required: - action @@ -210356,9 +210367,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -210680,7 +210691,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *693 + repository: *694 sender: *4 required: - action @@ -210756,10 +210767,10 @@ x-webhooks: type: string enum: - published - enterprise: *690 - installation: *691 - organization: *692 - release: &749 + enterprise: *691 + installation: *692 + organization: *693 + release: &750 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -211078,7 +211089,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *693 + repository: *694 sender: *4 required: - action @@ -211154,11 +211165,11 @@ x-webhooks: type: string enum: - released - enterprise: *690 - installation: *691 - organization: *692 - release: *748 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + release: *749 + repository: *694 sender: *4 required: - action @@ -211234,11 +211245,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *690 - installation: *691 - organization: *692 - release: *749 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + release: *750 + repository: *694 sender: *4 required: - action @@ -211314,11 +211325,11 @@ x-webhooks: type: string enum: - published - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - repository_advisory: *612 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + repository_advisory: *613 sender: *4 required: - action @@ -211394,11 +211405,11 @@ x-webhooks: type: string enum: - reported - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - repository_advisory: *612 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + repository_advisory: *613 sender: *4 required: - action @@ -211474,10 +211485,10 @@ x-webhooks: type: string enum: - archived - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -211554,10 +211565,10 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -211635,10 +211646,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -211722,10 +211733,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -211837,10 +211848,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -211912,10 +211923,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 status: type: string @@ -211996,10 +212007,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -212076,10 +212087,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -212173,10 +212184,10 @@ x-webhooks: - name required: - repository - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -212256,11 +212267,11 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - repository_ruleset: *270 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + repository_ruleset: *271 sender: *4 required: - action @@ -212338,11 +212349,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - repository_ruleset: *270 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + repository_ruleset: *271 sender: *4 required: - action @@ -212420,11 +212431,11 @@ x-webhooks: type: string enum: - edited - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - repository_ruleset: *270 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + repository_ruleset: *271 changes: type: object properties: @@ -212443,16 +212454,16 @@ x-webhooks: properties: added: type: array - items: *245 + items: *246 deleted: type: array - items: *245 + items: *246 updated: type: array items: type: object properties: - condition: *245 + condition: *246 changes: type: object properties: @@ -212485,16 +212496,16 @@ x-webhooks: properties: added: type: array - items: *577 + items: *578 deleted: type: array - items: *577 + items: *578 updated: type: array items: type: object properties: - rule: *577 + rule: *578 changes: type: object properties: @@ -212728,10 +212739,10 @@ x-webhooks: - from required: - owner - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -212809,10 +212820,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -212890,7 +212901,7 @@ x-webhooks: type: string enum: - create - alert: &750 + alert: &751 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -213011,10 +213022,10 @@ x-webhooks: type: string enum: - open - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -213220,10 +213231,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -213301,11 +213312,11 @@ x-webhooks: type: string enum: - reopen - alert: *750 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + alert: *751 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -213504,10 +213515,10 @@ x-webhooks: enum: - fixed - open - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -213585,7 +213596,7 @@ x-webhooks: type: string enum: - created - alert: &751 + alert: &752 type: object properties: number: *54 @@ -213696,10 +213707,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -213780,11 +213791,11 @@ x-webhooks: type: string enum: - created - alert: *751 - installation: *691 - location: *752 - organization: *692 - repository: *693 + alert: *752 + installation: *692 + location: *753 + organization: *693 + repository: *694 sender: *4 required: - location @@ -214022,11 +214033,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *751 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + alert: *752 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -214104,11 +214115,11 @@ x-webhooks: type: string enum: - reopened - alert: *751 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + alert: *752 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -214186,11 +214197,11 @@ x-webhooks: type: string enum: - resolved - alert: *751 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + alert: *752 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -214268,11 +214279,11 @@ x-webhooks: type: string enum: - validated - alert: *751 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + alert: *752 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -214398,10 +214409,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *693 - enterprise: *690 - installation: *691 - organization: *692 + repository: *694 + enterprise: *691 + installation: *692 + organization: *693 sender: *4 required: - action @@ -214479,11 +214490,11 @@ x-webhooks: type: string enum: - published - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - security_advisory: &753 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + security_advisory: &754 description: The details of the security advisory, including summary, description, and severity. type: object @@ -214666,11 +214677,11 @@ x-webhooks: type: string enum: - updated - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - security_advisory: *753 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + security_advisory: *754 sender: *4 required: - action @@ -214743,10 +214754,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -214930,11 +214941,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *244 - enterprise: *690 - installation: *691 - organization: *692 - repository: *320 + security_and_analysis: *245 + enterprise: *691 + installation: *692 + organization: *693 + repository: *321 sender: *4 required: - changes @@ -215012,12 +215023,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: &754 + sponsorship: &755 type: object properties: created_at: @@ -215318,12 +215329,12 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: *754 + sponsorship: *755 required: - action - sponsorship @@ -215411,12 +215422,12 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: *754 + sponsorship: *755 required: - action - changes @@ -215493,17 +215504,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &755 + effective_date: &756 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: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: *754 + sponsorship: *755 required: - action - sponsorship @@ -215577,7 +215588,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &756 + changes: &757 type: object properties: tier: @@ -215621,13 +215632,13 @@ x-webhooks: - from required: - tier - effective_date: *755 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + effective_date: *756 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: *754 + sponsorship: *755 required: - action - changes @@ -215704,13 +215715,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *756 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + changes: *757 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: *754 + sponsorship: *755 required: - action - changes @@ -215784,10 +215795,10 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -215870,10 +215881,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -216293,15 +216304,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *690 + enterprise: *691 id: description: The unique identifier of the status. type: integer - installation: *691 + installation: *692 name: type: string - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 sha: description: The Commit SHA. @@ -216416,9 +216427,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -216508,9 +216519,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -216600,9 +216611,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -216692,9 +216703,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -216771,12 +216782,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - team: &757 + team: &758 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -216966,9 +216977,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 repository: title: Repository description: A git repository @@ -217426,7 +217437,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *757 + team: *758 required: - action - team @@ -217502,9 +217513,9 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 repository: title: Repository description: A git repository @@ -217962,7 +217973,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *757 + team: *758 required: - action - team @@ -218039,9 +218050,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 repository: title: Repository description: A git repository @@ -218499,7 +218510,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *757 + team: *758 required: - action - team @@ -218643,9 +218654,9 @@ x-webhooks: - from required: - permissions - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 repository: title: Repository description: A git repository @@ -219103,7 +219114,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *757 + team: *758 required: - action - changes @@ -219181,9 +219192,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 repository: title: Repository description: A git repository @@ -219641,7 +219652,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *757 + team: *758 required: - action - team @@ -219717,10 +219728,10 @@ x-webhooks: type: string enum: - started - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -219793,16 +219804,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *690 + enterprise: *691 inputs: type: object nullable: true additionalProperties: true - installation: *691 - organization: *692 + installation: *692 + organization: *693 ref: type: string - repository: *693 + repository: *694 sender: *4 workflow: type: string @@ -219884,10 +219895,10 @@ x-webhooks: type: string enum: - completed - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 workflow_job: allOf: @@ -220124,7 +220135,7 @@ x-webhooks: type: string required: - conclusion - deployment: *472 + deployment: *473 required: - action - repository @@ -220203,10 +220214,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 workflow_job: allOf: @@ -220466,7 +220477,7 @@ x-webhooks: required: - status - steps - deployment: *472 + deployment: *473 required: - action - repository @@ -220545,10 +220556,10 @@ x-webhooks: type: string enum: - queued - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 workflow_job: type: object @@ -220683,7 +220694,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *472 + deployment: *473 required: - action - repository @@ -220762,10 +220773,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 workflow_job: type: object @@ -220901,7 +220912,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *472 + deployment: *473 required: - action - repository @@ -220981,12 +220992,12 @@ x-webhooks: type: string enum: - completed - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - workflow: *705 + workflow: *706 workflow_run: title: Workflow Run type: object @@ -221985,12 +221996,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - workflow: *705 + workflow: *706 workflow_run: title: Workflow Run type: object @@ -222974,12 +222985,12 @@ x-webhooks: type: string enum: - requested - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - workflow: *705 + workflow: *706 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 fc30ca0fd..86113568a 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -55788,6 +55788,10 @@ "selected_actions_url": { "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` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -55799,7 +55803,8 @@ "value": { "enabled_repositories": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions", + "sha_pinning_required": true } } } @@ -55865,6 +55870,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -55875,7 +55884,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -175684,6 +175694,10 @@ "selected_actions_url": { "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` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -175695,7 +175709,8 @@ "value": { "enabled": true, "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions", + "sha_pinning_required": true } } } @@ -175765,6 +175780,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -175775,7 +175794,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": 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 e6e908024..c0d6bdefe 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -853,7 +853,7 @@ paths: - subscriptions_url - type - url - type: &286 + type: &287 type: string description: The type of credit the user is receiving. enum: @@ -1019,7 +1019,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &614 + - &615 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1575,7 +1575,7 @@ paths: schema: type: integer default: 30 - - &177 + - &178 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1591,7 +1591,7 @@ paths: application/json: schema: type: array - items: &178 + items: &179 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1671,7 +1671,7 @@ paths: - installation_id - repository_id examples: - default: &179 + default: &180 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1799,7 +1799,7 @@ paths: description: Response content: application/json: - schema: &180 + schema: &181 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1913,7 +1913,7 @@ paths: - request - response examples: - default: &181 + default: &182 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2843,7 +2843,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &242 + properties: &243 id: description: Unique identifier of the repository example: 42 @@ -3281,7 +3281,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &243 + required: &244 - archive_url - assignees_url - blobs_url @@ -7392,7 +7392,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &148 + code_scanning_options: &149 type: object description: Security Configuration feature options for code scanning nullable: true @@ -7586,7 +7586,7 @@ paths: description: Response content: application/json: - schema: &150 + schema: &151 type: array description: A list of default code security configurations items: @@ -7602,7 +7602,7 @@ paths: default configuration: *43 examples: - default: &151 + default: &152 value: - default_for_new_repos: public configuration: @@ -7933,7 +7933,7 @@ paths: - *42 - *45 responses: - '204': &152 + '204': &153 description: A header with no content is returned. '400': *14 '403': *29 @@ -8060,7 +8060,7 @@ paths: default: value: default_for_new_repos: all - configuration: &149 + configuration: &150 value: id: 1325 target_type: organization @@ -8145,7 +8145,7 @@ paths: application/json: schema: type: array - items: &153 + items: &154 type: object description: Repositories associated with a code security configuration and attachment status @@ -8446,7 +8446,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &154 + repository: &155 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8540,7 +8540,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *42 - - &159 + - &160 name: state in: query description: |- @@ -8549,7 +8549,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &160 + - &161 name: severity in: query description: |- @@ -8558,7 +8558,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &161 + - &162 name: ecosystem in: query description: |- @@ -8567,14 +8567,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &162 + - &163 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &163 + - &164 name: epss_percentage in: query description: |- @@ -8586,7 +8586,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &164 + - &165 name: has in: query description: |- @@ -8600,7 +8600,7 @@ paths: type: string enum: - patch - - &165 + - &166 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8610,7 +8610,7 @@ paths: enum: - development - runtime - - &166 + - &167 name: sort in: query description: |- @@ -8628,7 +8628,7 @@ paths: - *48 - *40 - *41 - - &167 + - &168 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8641,7 +8641,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &168 + - &169 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8661,7 +8661,7 @@ paths: application/json: schema: type: array - items: &169 + items: &170 type: object description: A Dependabot alert. properties: @@ -8727,7 +8727,7 @@ paths: - unknown - direct - transitive - security_advisory: &464 + security_advisory: &465 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8946,13 +8946,13 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &142 + updated_at: &143 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &144 + dismissed_at: &145 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8982,14 +8982,14 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &143 + fixed_at: &144 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - auto_dismissed_at: &465 + auto_dismissed_at: &466 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9015,7 +9015,7 @@ paths: - repository additionalProperties: false examples: - default: &170 + default: &171 value: - number: 2 state: dismissed @@ -9362,7 +9362,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *42 - - &274 + - &275 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9373,7 +9373,7 @@ paths: enum: - open - resolved - - &275 + - &276 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9383,7 +9383,7 @@ paths: required: false schema: type: string - - &276 + - &277 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9392,7 +9392,7 @@ paths: required: false schema: type: string - - &277 + - &278 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. @@ -9408,7 +9408,7 @@ paths: - *17 - *40 - *41 - - &278 + - &279 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9417,7 +9417,7 @@ paths: required: false schema: type: string - - &279 + - &280 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9426,7 +9426,7 @@ paths: schema: type: boolean default: false - - &280 + - &281 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9435,7 +9435,7 @@ paths: schema: type: boolean default: false - - &281 + - &282 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -9451,7 +9451,7 @@ paths: application/json: schema: type: array - items: &282 + items: &283 type: object properties: number: *54 @@ -9470,14 +9470,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &592 + state: &593 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: &593 + resolution: &594 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9584,8 +9584,8 @@ paths: pull request. ' - oneOf: &594 - - &596 + oneOf: &595 + - &597 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -9637,7 +9637,7 @@ paths: - blob_url - commit_sha - commit_url - - &597 + - &598 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -9692,7 +9692,7 @@ paths: - page_url - commit_sha - commit_url - - &598 + - &599 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -9706,7 +9706,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &599 + - &600 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -9720,7 +9720,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &600 + - &601 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -9734,7 +9734,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &601 + - &602 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -9748,7 +9748,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &602 + - &603 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -9762,7 +9762,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &603 + - &604 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -9776,7 +9776,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &604 + - &605 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -9790,7 +9790,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &605 + - &606 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -9804,7 +9804,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &606 + - &607 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -9818,7 +9818,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &607 + - &608 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -9832,7 +9832,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &608 + - &609 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -9852,7 +9852,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &283 + default: &284 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10204,7 +10204,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &513 + properties: &514 id: type: integer format: int64 @@ -10316,7 +10316,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &449 + properties: &450 url: type: string format: uri @@ -10386,7 +10386,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &450 + required: &451 - closed_issues - creator - description @@ -10465,7 +10465,7 @@ paths: timeline_url: type: string format: uri - type: &199 + type: &200 title: Issue Type description: The type of issue. type: object @@ -10576,7 +10576,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &626 + sub_issues_summary: &627 title: Sub-issues Summary type: object properties: @@ -10590,7 +10590,7 @@ paths: - total - completed - percent_completed - issue_dependencies_summary: &627 + issue_dependencies_summary: &628 title: Issue Dependencies Summary type: object properties: @@ -10609,7 +10609,7 @@ paths: - total_blocking issue_field_values: type: array - items: &628 + items: &629 title: Issue Field Value description: A value assigned to an issue field type: object @@ -10669,7 +10669,7 @@ paths: - node_id - data_type - value - required: &514 + required: &515 - assignee - closed_at - comments @@ -10691,7 +10691,7 @@ paths: - author_association - created_at - updated_at - comment: &511 + comment: &512 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11258,7 +11258,7 @@ paths: url: type: string format: uri - user: &640 + user: &641 title: Public User description: Public User type: object @@ -13128,7 +13128,7 @@ paths: - closed - all default: open - - &202 + - &203 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -13179,7 +13179,7 @@ paths: type: array items: *77 examples: - default: &203 + default: &204 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14564,14 +14564,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &309 + - &310 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &310 + - &311 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14642,7 +14642,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &321 + '301': &322 description: Moved permanently content: application/json: @@ -14664,7 +14664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &543 + - &544 name: all description: If `true`, show notifications marked as read. in: query @@ -14672,7 +14672,7 @@ paths: schema: type: boolean default: false - - &544 + - &545 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14682,7 +14682,7 @@ paths: type: boolean default: false - *67 - - &545 + - &546 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: @@ -14714,11 +14714,11 @@ paths: properties: id: type: string - repository: &125 + repository: &126 title: Minimal Repository description: Minimal Repository type: object - properties: &172 + properties: &173 id: type: integer format: int64 @@ -14994,7 +14994,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &244 + security_and_analysis: &245 nullable: true type: object properties: @@ -15068,7 +15068,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &173 + required: &174 - archive_url - assignees_url - blobs_url @@ -15156,7 +15156,7 @@ paths: - url - subscription_url examples: - default: &546 + default: &547 value: - id: '1' repository: @@ -15698,11 +15698,11 @@ paths: application/json: schema: type: array - items: &209 + items: &210 title: Organization Simple description: A GitHub organization. type: object - properties: &156 + properties: &157 login: type: string example: github @@ -15743,7 +15743,7 @@ paths: type: string example: A great organization nullable: true - required: &157 + required: &158 - login - url - id @@ -15757,7 +15757,7 @@ paths: - avatar_url - description examples: - default: &657 + default: &658 value: - login: github id: 1 @@ -16068,7 +16068,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *96 - - &683 + - &684 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -16077,7 +16077,7 @@ paths: required: false schema: type: integer - - &684 + - &685 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -16086,7 +16086,7 @@ paths: required: false schema: type: integer - - &685 + - &686 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -16095,7 +16095,7 @@ paths: required: false schema: type: integer - - &686 + - &687 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or @@ -16970,7 +16970,7 @@ paths: type: integer repository_cache_usages: type: array - items: &326 + items: &327 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17184,7 +17184,7 @@ paths: - public_ip_enabled - platform examples: - default: &124 + default: &125 value: total_count: 2 runners: @@ -17777,7 +17777,7 @@ paths: description: Empty response content: application/json: - schema: &134 + schema: &135 title: Empty Object description: An object without any properties. type: object @@ -17837,11 +17837,15 @@ paths: - all - local_only - selected - selected_actions_url: &332 + selected_actions_url: &333 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` is set to `selected`. + sha_pinning_required: &112 + type: boolean + description: Whether actions must be pinned to a full-length commit + SHA. required: - enabled_repositories examples: @@ -17850,6 +17854,7 @@ paths: enabled_repositories: all allowed_actions: selected selected_actions_url: https://api.github.com/organizations/42/actions/permissions/selected-actions + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17881,6 +17886,7 @@ paths: properties: enabled_repositories: *110 allowed_actions: *111 + sha_pinning_required: *112 required: - enabled_repositories examples: @@ -17888,6 +17894,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17913,7 +17920,7 @@ paths: description: Response content: application/json: - schema: &336 + schema: &337 type: object properties: days: @@ -17955,7 +17962,7 @@ paths: required: true content: application/json: - schema: &337 + schema: &338 type: object properties: days: @@ -17998,7 +18005,7 @@ paths: description: Response content: application/json: - schema: &112 + schema: &113 type: object properties: approval_policy: @@ -18012,7 +18019,7 @@ paths: required: - approval_policy examples: - default: &338 + default: &339 value: approval_policy: first_time_contributors '404': *6 @@ -18043,7 +18050,7 @@ paths: required: true content: application/json: - schema: *112 + schema: *113 examples: default: summary: Set approval policy to first time contributors @@ -18071,7 +18078,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 type: object required: - run_workflows_from_fork_pull_requests @@ -18097,7 +18104,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &113 + default: &114 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -18125,7 +18132,7 @@ paths: required: true content: application/json: - schema: &340 + schema: &341 type: object required: - run_workflows_from_fork_pull_requests @@ -18148,7 +18155,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *113 + default: *114 responses: '204': description: Empty response for successful settings update @@ -18198,7 +18205,7 @@ paths: type: array items: *60 examples: - default: &117 + default: &118 value: total_count: 1 repositories: @@ -18383,7 +18390,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *96 - - &114 + - &115 name: repository_id description: The unique identifier of the repository. in: path @@ -18412,7 +18419,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *96 - - *114 + - *115 responses: '204': description: Response @@ -18441,7 +18448,7 @@ paths: description: Response content: application/json: - schema: &115 + schema: &116 type: object properties: github_owned_allowed: @@ -18463,7 +18470,7 @@ paths: items: type: string examples: - default: &116 + default: &117 value: github_owned_allowed: true verified_allowed: false @@ -18496,9 +18503,9 @@ paths: required: false content: application/json: - schema: *115 + schema: *116 examples: - selected_actions: *116 + selected_actions: *117 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18630,7 +18637,7 @@ paths: type: array items: *60 examples: - default: *117 + default: *118 '403': *29 '404': *6 x-github: @@ -18699,7 +18706,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *96 - - *114 + - *115 responses: '204': description: No content @@ -18726,7 +18733,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *96 - - *114 + - *115 responses: '204': description: No content @@ -18760,17 +18767,17 @@ paths: description: Response content: application/json: - schema: &341 + schema: &342 type: object properties: - default_workflow_permissions: &118 + default_workflow_permissions: &119 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &119 + can_approve_pull_request_reviews: &120 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -18778,7 +18785,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &120 + default: &121 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -18811,13 +18818,13 @@ paths: required: false content: application/json: - schema: &342 + schema: &343 type: object properties: - default_workflow_permissions: *118 - can_approve_pull_request_reviews: *119 + default_workflow_permissions: *119 + can_approve_pull_request_reviews: *120 examples: - default: *120 + default: *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18862,7 +18869,7 @@ paths: type: number runner_groups: type: array - items: &121 + items: &122 type: object properties: id: @@ -19050,9 +19057,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &123 + default: &124 value: id: 2 name: octo-runner-group @@ -19088,7 +19095,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - *96 - - &122 + - &123 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -19100,7 +19107,7 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: default: value: @@ -19137,7 +19144,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - *96 - - *122 + - *123 requestBody: required: true content: @@ -19191,9 +19198,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *123 + default: *124 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -19213,7 +19220,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - *96 - - *122 + - *123 responses: '204': description: Response @@ -19237,7 +19244,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - *96 - - *122 + - *123 - *17 - *19 responses: @@ -19257,7 +19264,7 @@ paths: type: array items: *102 examples: - default: *124 + default: *125 headers: Link: *58 x-github: @@ -19280,7 +19287,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - *96 - - *122 + - *123 - *19 - *17 responses: @@ -19298,9 +19305,9 @@ paths: type: number repositories: type: array - items: *125 + items: *126 examples: - default: &643 + default: &644 value: total_count: 1 repositories: @@ -19553,7 +19560,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - *96 - - *122 + - *123 requestBody: required: true content: @@ -19598,8 +19605,8 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - *96 - - *122 - - *114 + - *123 + - *115 responses: '204': description: Response @@ -19622,8 +19629,8 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - *96 - - *122 - - *114 + - *123 + - *115 responses: '204': description: Response @@ -19647,7 +19654,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - *96 - - *122 + - *123 - *17 - *19 responses: @@ -19665,7 +19672,7 @@ paths: type: number runners: type: array - items: &127 + items: &128 title: Self hosted runners description: A self hosted runner type: object @@ -19694,7 +19701,7 @@ paths: type: boolean labels: type: array - items: &130 + items: &131 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -19724,7 +19731,7 @@ paths: - busy - labels examples: - default: &128 + default: &129 value: total_count: 2 runners: @@ -19784,7 +19791,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - *96 - - *122 + - *123 requestBody: required: true content: @@ -19829,8 +19836,8 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - *96 - - *122 - - &126 + - *123 + - &127 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -19859,8 +19866,8 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - *96 - - *122 - - *126 + - *123 + - *127 responses: '204': description: Response @@ -19908,9 +19915,9 @@ paths: type: integer runners: type: array - items: *127 + items: *128 examples: - default: *128 + default: *129 headers: Link: *58 x-github: @@ -19942,7 +19949,7 @@ paths: application/json: schema: type: array - items: &343 + items: &344 title: Runner Application description: Runner Application type: object @@ -19967,7 +19974,7 @@ paths: - download_url - filename examples: - default: &344 + default: &345 value: - os: osx architecture: x64 @@ -20053,7 +20060,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &345 + '201': &346 description: Response content: application/json: @@ -20063,7 +20070,7 @@ paths: - runner - encoded_jit_config properties: - runner: *127 + runner: *128 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -20126,7 +20133,7 @@ paths: description: Response content: application/json: - schema: &129 + schema: &130 title: Authentication Token description: Authentication Token type: object @@ -20164,7 +20171,7 @@ paths: - token - expires_at examples: - default: &346 + default: &347 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -20201,9 +20208,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: &347 + default: &348 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -20229,15 +20236,15 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 + - *127 responses: '200': description: Response content: application/json: - schema: *127 + schema: *128 examples: - default: &348 + default: &349 value: id: 23 name: MBP @@ -20279,7 +20286,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - *96 - - *126 + - *127 responses: '204': description: Response @@ -20306,9 +20313,9 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 + - *127 responses: - '200': &131 + '200': &132 description: Response content: application/json: @@ -20322,7 +20329,7 @@ paths: type: integer labels: type: array - items: *130 + items: *131 examples: default: value: @@ -20362,7 +20369,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 + - *127 requestBody: required: true content: @@ -20386,7 +20393,7 @@ paths: - gpu - accelerated responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -20411,7 +20418,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 + - *127 requestBody: required: true content: @@ -20436,7 +20443,7 @@ paths: - gpu - accelerated responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -20461,9 +20468,9 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 + - *127 responses: - '200': &349 + '200': &350 description: Response content: application/json: @@ -20477,7 +20484,7 @@ paths: type: integer labels: type: array - items: *130 + items: *131 examples: default: value: @@ -20519,8 +20526,8 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - *96 - - *126 - - &350 + - *127 + - &351 name: name description: The name of a self-hosted runner's custom label. in: path @@ -20528,7 +20535,7 @@ paths: schema: type: string responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -20571,7 +20578,7 @@ paths: type: integer secrets: type: array - items: &132 + items: &133 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -20650,7 +20657,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20679,7 +20686,7 @@ paths: - key_id - key examples: - default: &363 + default: &364 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20705,7 +20712,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - *96 - - &133 + - &134 name: secret_name description: The name of the secret. in: path @@ -20717,7 +20724,7 @@ paths: description: Response content: application/json: - schema: *132 + schema: *133 examples: default: value: @@ -20748,7 +20755,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -20805,7 +20812,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -20832,7 +20839,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - *96 - - *133 + - *134 responses: '204': description: Response @@ -20859,7 +20866,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 - *19 - *17 responses: @@ -20877,9 +20884,9 @@ paths: type: integer repositories: type: array - items: *125 + items: *126 examples: - default: &137 + default: &138 value: total_count: 1 repositories: @@ -20972,7 +20979,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -21025,7 +21032,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -21059,7 +21066,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -21092,7 +21099,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *96 - - &331 + - &332 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)." @@ -21116,7 +21123,7 @@ paths: type: integer variables: type: array - items: &135 + items: &136 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -21249,7 +21256,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -21275,7 +21282,7 @@ paths: url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - *96 - - &136 + - &137 name: name description: The name of the variable. in: path @@ -21287,7 +21294,7 @@ paths: description: Response content: application/json: - schema: *135 + schema: *136 examples: default: value: @@ -21318,7 +21325,7 @@ paths: url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - *96 - - *136 + - *137 requestBody: required: true content: @@ -21381,7 +21388,7 @@ paths: url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - *96 - - *136 + - *137 responses: '204': description: Response @@ -21408,7 +21415,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *96 - - *136 + - *137 - *19 - *17 responses: @@ -21426,9 +21433,9 @@ paths: type: integer repositories: type: array - items: *125 + items: *126 examples: - default: *137 + default: *138 '409': description: Response when the visibility of the variable is not set to `selected` @@ -21455,7 +21462,7 @@ paths: url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *96 - - *136 + - *137 requestBody: required: true content: @@ -21505,7 +21512,7 @@ paths: url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *96 - - *136 + - *137 - name: repository_id in: path required: true @@ -21540,7 +21547,7 @@ paths: url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *96 - - *136 + - *137 - name: repository_id in: path required: true @@ -21599,12 +21606,12 @@ paths: required: - subject_digests examples: - default: &672 + default: &673 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &673 + withPredicateType: &674 value: subject_digests: - sha256:abc123 @@ -21662,7 +21669,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &674 + default: &675 value: attestations_subject_digests: - sha256:abc: @@ -21956,7 +21963,7 @@ paths: bundle_url: type: string examples: - default: &376 + default: &377 value: attestations: - bundle: @@ -22075,7 +22082,7 @@ paths: type: array items: *4 examples: - default: &204 + default: &205 value: - login: octocat id: 1 @@ -22114,7 +22121,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - *96 - - &138 + - &139 name: username description: The handle for the GitHub user account. in: path @@ -22146,7 +22153,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -22167,7 +22174,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -22200,7 +22207,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &139 + schema: &140 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -22226,7 +22233,7 @@ paths: application/json: schema: type: array - items: &140 + items: &141 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -22257,7 +22264,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &158 + items: &159 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -22316,7 +22323,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &217 + properties: &218 id: description: Unique identifier of the team type: integer @@ -22372,7 +22379,7 @@ paths: to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &218 + required: &219 - id - node_id - url @@ -22413,7 +22420,7 @@ paths: type: string format: date-time nullable: true - state: *139 + state: *140 contact_link: description: The contact link of the campaign. type: string @@ -22628,9 +22635,9 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: &141 + default: &142 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -22713,9 +22720,9 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: *141 + default: *142 '404': *6 '422': description: Unprocessable Entity @@ -22792,7 +22799,7 @@ paths: type: string format: uri nullable: true - state: *139 + state: *140 examples: default: value: @@ -22802,9 +22809,9 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: *141 + default: *142 '400': description: Bad Request content: @@ -22871,17 +22878,17 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *96 - - &402 + - &403 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`, but not both. in: query required: false - schema: &145 + schema: &146 type: string description: The name of the tool used to generate the code scanning analysis. - - &403 + - &404 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 @@ -22889,7 +22896,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &146 + schema: &147 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, @@ -22904,7 +22911,7 @@ paths: be returned. in: query required: false - schema: &405 + schema: &406 type: string description: State of a code scanning alert. enum: @@ -22927,7 +22934,7 @@ paths: be returned. in: query required: false - schema: &406 + schema: &407 type: string description: Severity of a code scanning alert. enum: @@ -22950,16 +22957,16 @@ paths: properties: number: *54 created_at: *55 - updated_at: *142 + updated_at: *143 url: *56 html_url: *57 - instances_url: &407 + instances_url: &408 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &147 + state: &148 type: string description: State of a code scanning alert. nullable: true @@ -22967,7 +22974,7 @@ paths: - open - dismissed - fixed - fixed_at: *143 + fixed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -22975,8 +22982,8 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 - dismissed_reason: &408 + dismissed_at: *145 + dismissed_reason: &409 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -22985,13 +22992,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &409 + dismissed_comment: &410 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &410 + rule: &411 type: object properties: id: @@ -23044,25 +23051,25 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &411 + tool: &412 type: object properties: - name: *145 + name: *146 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *146 - most_recent_instance: &412 + guid: *147 + most_recent_instance: &413 type: object properties: - ref: &404 + ref: &405 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &422 + analysis_key: &423 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -23073,13 +23080,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &423 + category: &424 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *147 + state: *148 commit_sha: type: string message: @@ -23583,7 +23590,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *148 + code_scanning_options: *149 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -23726,7 +23733,7 @@ paths: application/json: schema: *43 examples: - default: *149 + default: *150 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23754,9 +23761,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *151 + default: *152 '304': *37 '403': *29 '404': *6 @@ -23808,7 +23815,7 @@ paths: - 32 - 91 responses: - '204': *152 + '204': *153 '400': *14 '403': *29 '404': *6 @@ -23843,7 +23850,7 @@ paths: application/json: schema: *43 examples: - default: *149 + default: *150 '304': *37 '403': *29 '404': *6 @@ -24127,7 +24134,7 @@ paths: - *96 - *45 responses: - '204': *152 + '204': *153 '400': *14 '403': *29 '404': *6 @@ -24265,7 +24272,7 @@ paths: default: value: default_for_new_repos: all - configuration: *149 + configuration: *150 '403': *29 '404': *6 x-github: @@ -24318,13 +24325,13 @@ paths: application/json: schema: type: array - items: *153 + items: *154 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *154 + repository: *155 '403': *29 '404': *6 x-github: @@ -24364,7 +24371,7 @@ paths: type: integer codespaces: type: array - items: &205 + items: &206 type: object title: Codespace description: A codespace. @@ -24389,12 +24396,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *125 + repository: *126 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &435 + properties: &436 name: type: string description: The name of the machine. @@ -24436,7 +24443,7 @@ paths: - ready - in_progress nullable: true - required: &436 + required: &437 - name - display_name - operating_system @@ -24641,7 +24648,7 @@ paths: - pulls_url - recent_folders examples: - default: &206 + default: &207 value: total_count: 3 codespaces: @@ -25265,7 +25272,7 @@ paths: type: integer secrets: type: array - items: &155 + items: &156 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -25304,7 +25311,7 @@ paths: - updated_at - visibility examples: - default: &437 + default: &438 value: total_count: 2 secrets: @@ -25342,7 +25349,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &439 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -25371,7 +25378,7 @@ paths: - key_id - key examples: - default: &439 + default: &440 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25395,15 +25402,15 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *96 - - *133 + - *134 responses: '200': description: Response content: application/json: - schema: *155 + schema: *156 examples: - default: &441 + default: &442 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -25431,7 +25438,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -25486,7 +25493,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -25513,7 +25520,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *96 - - *133 + - *134 responses: '204': description: Response @@ -25539,7 +25546,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 - *19 - *17 responses: @@ -25557,9 +25564,9 @@ paths: type: integer repositories: type: array - items: *125 + items: *126 examples: - default: *137 + default: *138 '404': *6 x-github: githubCloudOnly: false @@ -25582,7 +25589,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -25633,7 +25640,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -25667,7 +25674,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -25870,7 +25877,7 @@ paths: currently being billed. seats: type: array - items: &208 + items: &209 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -25887,14 +25894,14 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *156 - required: *157 + properties: *157 + required: *158 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *158 + - *159 - title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -26451,7 +26458,7 @@ paths: application/json: schema: type: array - items: &291 + items: &292 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -26758,7 +26765,7 @@ paths: - date additionalProperties: true examples: - default: &292 + default: &293 value: - date: '2024-06-24' total_active_users: 24 @@ -26860,7 +26867,7 @@ paths: '500': *97 '403': *29 '404': *6 - '422': &293 + '422': &294 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -26888,11 +26895,11 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *96 - - *159 - *160 - *161 - *162 - *163 + - *164 - name: package_registry_url in: query description: A comma-separated list of package registry URLs. If specified, @@ -26908,14 +26915,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string - - *164 - *165 - *166 + - *167 - *48 - *40 - *41 - - *167 - *168 + - *169 - *17 responses: '200': @@ -26924,9 +26931,9 @@ paths: application/json: schema: type: array - items: *169 + items: *170 examples: - default: *170 + default: *171 '304': *37 '400': *14 '403': *29 @@ -26970,7 +26977,7 @@ paths: type: integer secrets: type: array - items: &171 + items: &172 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -27047,7 +27054,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -27064,7 +27071,7 @@ paths: - key_id - key examples: - default: &469 + default: &470 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27088,13 +27095,13 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - *96 - - *133 + - *134 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: default: value: @@ -27123,7 +27130,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -27178,7 +27185,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -27203,7 +27210,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - *96 - - *133 + - *134 responses: '204': description: Response @@ -27228,7 +27235,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 - *19 - *17 responses: @@ -27246,9 +27253,9 @@ paths: type: integer repositories: type: array - items: *125 + items: *126 examples: - default: *137 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27270,7 +27277,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -27321,7 +27328,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -27353,7 +27360,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *96 - - *133 + - *134 - name: repository_id in: path required: true @@ -27391,7 +27398,7 @@ paths: application/json: schema: type: array - items: &220 + items: &221 title: Package description: A software package type: object @@ -27441,8 +27448,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *172 - required: *173 + properties: *173 + required: *174 nullable: true created_at: type: string @@ -27461,7 +27468,7 @@ paths: - created_at - updated_at examples: - default: &221 + default: &222 value: - id: 197 name: hello_docker @@ -27628,7 +27635,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Organization Invitation description: Organization Invitation type: object @@ -27675,7 +27682,7 @@ paths: - invitation_teams_url - node_id examples: - default: &197 + default: &198 value: - id: 1 login: monalisa @@ -27742,7 +27749,7 @@ paths: application/json: schema: type: array - items: &174 + items: &175 title: Org Hook description: Org Hook type: object @@ -27913,9 +27920,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: &175 + default: &176 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -27963,7 +27970,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *96 - - &176 + - &177 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -27976,9 +27983,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 '404': *6 x-github: githubCloudOnly: false @@ -28006,7 +28013,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *96 - - *176 + - *177 requestBody: required: false content: @@ -28051,7 +28058,7 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: value: @@ -28093,7 +28100,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *96 - - *176 + - *177 responses: '204': description: Response @@ -28121,7 +28128,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *96 - - *176 + - *177 responses: '200': description: Response @@ -28152,7 +28159,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *96 - - *176 + - *177 requestBody: required: false content: @@ -28203,9 +28210,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *96 - - *176 - - *17 - *177 + - *17 + - *178 responses: '200': description: Response @@ -28213,9 +28220,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *179 + default: *180 '400': *14 '422': *15 x-github: @@ -28241,16 +28248,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *96 - - *176 + - *177 - *16 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 '400': *14 '422': *15 x-github: @@ -28276,7 +28283,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *96 - - *176 + - *177 - *16 responses: '202': *39 @@ -28306,7 +28313,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *96 - - *176 + - *177 responses: '204': description: Response @@ -28329,7 +28336,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *96 - - &186 + - &187 name: actor_type in: path description: The type of the actor @@ -28342,14 +28349,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &187 + - &188 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &182 + - &183 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -28357,7 +28364,7 @@ paths: required: true schema: type: string - - &183 + - &184 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -28451,12 +28458,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *96 - - *182 - *183 + - *184 - *19 - *17 - *48 - - &192 + - &193 name: sort description: The property to sort the results by. in: query @@ -28535,14 +28542,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *96 - - *182 - *183 + - *184 responses: '200': description: Response content: application/json: - schema: &184 + schema: &185 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -28558,7 +28565,7 @@ paths: type: integer format: int64 examples: - default: &185 + default: &186 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -28579,23 +28586,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *96 - - &188 + - &189 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *182 - *183 + - *184 responses: '200': description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 x-github: enabledForGitHubApps: true category: orgs @@ -28614,18 +28621,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *96 - - *182 - *183 - - *186 + - *184 - *187 + - *188 responses: '200': description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 x-github: enabledForGitHubApps: true category: orgs @@ -28643,9 +28650,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *96 - - *182 - *183 - - &189 + - *184 + - &190 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -28658,7 +28665,7 @@ paths: description: Response content: application/json: - schema: &190 + schema: &191 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -28674,7 +28681,7 @@ paths: type: integer format: int64 examples: - default: &191 + default: &192 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -28711,18 +28718,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *96 - - *188 - - *182 - - *183 - *189 + - *183 + - *184 + - *190 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *191 + default: *192 x-github: enabledForGitHubApps: true category: orgs @@ -28740,19 +28747,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *96 - - *186 - *187 - - *182 + - *188 - *183 - - *189 + - *184 + - *190 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *191 + default: *192 x-github: enabledForGitHubApps: true category: orgs @@ -28770,13 +28777,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *96 - - *188 - - *182 + - *189 - *183 + - *184 - *19 - *17 - *48 - - *192 + - *193 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -28857,7 +28864,7 @@ paths: application/json: schema: *22 examples: - default: &507 + default: &508 value: id: 1 account: @@ -29023,12 +29030,12 @@ paths: application/json: schema: anyOf: - - &194 + - &195 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &193 + limit: &194 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -29053,7 +29060,7 @@ paths: properties: {} additionalProperties: false examples: - default: &195 + default: &196 value: limit: collaborators_only origin: organization @@ -29082,13 +29089,13 @@ paths: required: true content: application/json: - schema: &508 + schema: &509 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *193 + limit: *194 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -29112,9 +29119,9 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: - default: *195 + default: *196 '422': *15 x-github: githubCloudOnly: false @@ -29190,9 +29197,9 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -29269,7 +29276,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -29324,7 +29331,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *96 - - &198 + - &199 name: invitation_id description: The unique identifier of the invitation. in: path @@ -29355,7 +29362,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *96 - - *198 + - *199 - *17 - *19 responses: @@ -29365,9 +29372,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: &219 + default: &220 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -29410,7 +29417,7 @@ paths: application/json: schema: type: array - items: *199 + items: *200 examples: default: value: @@ -29495,9 +29502,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: &200 + default: &201 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -29530,7 +29537,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *96 - - &201 + - &202 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -29583,9 +29590,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 + default: *201 '404': *6 '422': *7 x-github: @@ -29610,7 +29617,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *96 - - *201 + - *202 responses: '204': description: Response @@ -29673,7 +29680,7 @@ paths: - closed - all default: open - - *202 + - *203 - name: type description: Can be the name of an issue type. in: query @@ -29704,7 +29711,7 @@ paths: type: array items: *77 examples: - default: *203 + default: *204 headers: Link: *58 '404': *6 @@ -29764,7 +29771,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '422': *15 @@ -29785,7 +29792,7 @@ paths: url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response if requester is an organization member and user is @@ -29820,7 +29827,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -29847,7 +29854,7 @@ paths: - *17 - *19 - *96 - - *138 + - *139 responses: '200': description: Response @@ -29863,9 +29870,9 @@ paths: type: integer codespaces: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '304': *37 '500': *97 '401': *25 @@ -29891,8 +29898,8 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - *96 - - *138 - - &207 + - *139 + - &208 name: codespace_name in: path required: true @@ -29926,16 +29933,16 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - *96 - - *138 - - *207 + - *139 + - *208 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: &434 + default: &435 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -30109,13 +30116,13 @@ paths: url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - *96 - - *138 + - *139 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -30185,13 +30192,13 @@ paths: url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - *96 - - *138 + - *139 responses: '200': description: Response content: application/json: - schema: &210 + schema: &211 title: Org Membership description: Org Membership type: object @@ -30235,7 +30242,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *209 + organization: *210 user: title: Simple User description: A GitHub user. @@ -30258,7 +30265,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &211 + response-if-user-has-an-active-admin-membership-with-organization: &212 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -30327,7 +30334,7 @@ paths: url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - *96 - - *138 + - *139 requestBody: required: false content: @@ -30355,9 +30362,9 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: - response-if-user-already-had-membership-with-organization: *211 + response-if-user-already-had-membership-with-organization: *212 '422': *15 '403': *29 x-github: @@ -30382,7 +30389,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -30428,7 +30435,7 @@ paths: application/json: schema: type: array - items: &212 + items: &213 title: Migration description: A migration. type: object @@ -30757,7 +30764,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -30936,7 +30943,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *96 - - &213 + - &214 name: migration_id description: The unique identifier of the migration. in: path @@ -30963,7 +30970,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -31133,7 +31140,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *96 - - *213 + - *214 responses: '302': description: Response @@ -31155,7 +31162,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *96 - - *213 + - *214 responses: '204': description: Response @@ -31179,8 +31186,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *96 - - *213 - - &656 + - *214 + - &657 name: repo_name description: repo_name parameter in: path @@ -31208,7 +31215,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *96 - - *213 + - *214 - *17 - *19 responses: @@ -31218,9 +31225,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: &226 + default: &227 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -31373,7 +31380,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &216 + items: &217 title: Organization Role description: Organization roles type: object @@ -31521,7 +31528,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *96 - - &214 + - &215 name: team_slug description: The slug of the team name. in: path @@ -31553,8 +31560,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *96 - - *214 - - &215 + - *215 + - &216 name: role_id description: The unique identifier of the role. in: path @@ -31590,8 +31597,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *96 - - *214 - *215 + - *216 responses: '204': description: Response @@ -31617,7 +31624,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -31643,8 +31650,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - *96 - - *138 - - *215 + - *139 + - *216 responses: '204': description: Response @@ -31675,8 +31682,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - *96 - - *138 - - *215 + - *139 + - *216 responses: '204': description: Response @@ -31705,13 +31712,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *96 - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *216 + schema: *217 examples: default: value: @@ -31762,7 +31769,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *96 - - *215 + - *216 - *17 - *19 responses: @@ -31840,8 +31847,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *217 - required: *218 + properties: *218 + required: *219 nullable: true required: - id @@ -31856,7 +31863,7 @@ paths: - slug - parent examples: - default: *219 + default: *220 headers: Link: *58 '404': @@ -31886,7 +31893,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *96 - - *215 + - *216 - *17 - *19 responses: @@ -31914,13 +31921,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &287 + items: &288 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *217 - required: *218 + properties: *218 + required: *219 name: nullable: true type: string @@ -32015,7 +32022,7 @@ paths: - type - url examples: - default: *204 + default: *205 headers: Link: *58 '404': @@ -32066,7 +32073,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -32092,7 +32099,7 @@ paths: url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - *96 - - *138 + - *139 requestBody: required: false content: @@ -32150,7 +32157,7 @@ paths: url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -32208,7 +32215,7 @@ paths: - nuget - container - *96 - - &658 + - &659 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -32244,12 +32251,12 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *221 + default: *222 '403': *29 '401': *25 - '400': &660 + '400': &661 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -32271,7 +32278,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &222 + - &223 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -32289,7 +32296,7 @@ paths: - docker - nuget - container - - &223 + - &224 name: package_name description: The name of the package. in: path @@ -32302,7 +32309,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -32354,8 +32361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *222 - *223 + - *224 - *96 responses: '204': @@ -32388,8 +32395,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *222 - *223 + - *224 - *96 - name: token description: package token @@ -32422,8 +32429,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *222 - *223 + - *224 - *96 - *19 - *17 @@ -32444,7 +32451,7 @@ paths: application/json: schema: type: array - items: &224 + items: &225 title: Package Version description: A version of a software package type: object @@ -32569,10 +32576,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *222 - *223 + - *224 - *96 - - &225 + - &226 name: package_version_id description: Unique identifier of the package version. in: path @@ -32584,7 +32591,7 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: default: value: @@ -32620,10 +32627,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *222 - *223 + - *224 - *96 - - *225 + - *226 responses: '204': description: Response @@ -32655,10 +32662,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *222 - *223 + - *224 - *96 - - *225 + - *226 responses: '204': description: Response @@ -32688,7 +32695,7 @@ paths: - *96 - *17 - *19 - - &227 + - &228 name: sort description: The property by which to sort the results. in: query @@ -32699,7 +32706,7 @@ paths: - created_at default: created_at - *48 - - &228 + - &229 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -32710,7 +32717,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &229 + - &230 name: repository description: The name of the repository to use to filter the results. in: query @@ -32718,7 +32725,7 @@ paths: schema: type: string example: Hello-World - - &230 + - &231 name: permission description: The permission to use to filter the results. in: query @@ -32726,7 +32733,7 @@ paths: schema: type: string example: issues_read - - &231 + - &232 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -32736,7 +32743,7 @@ paths: schema: type: string format: date-time - - &232 + - &233 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -32746,7 +32753,7 @@ paths: schema: type: string format: date-time - - &233 + - &234 name: token_id description: The ID of the token in: query @@ -33016,7 +33023,7 @@ paths: '422': *15 '404': *6 '403': *29 - '204': *152 + '204': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33057,9 +33064,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -33085,14 +33092,14 @@ paths: - *96 - *17 - *19 - - *227 - - *48 - *228 + - *48 - *229 - *230 - *231 - *232 - *233 + - *234 responses: '500': *97 '422': *15 @@ -33331,7 +33338,7 @@ paths: responses: '500': *97 '404': *6 - '204': *152 + '204': *153 '403': *29 '422': *15 x-github: @@ -33372,9 +33379,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -33416,7 +33423,7 @@ paths: type: integer configurations: type: array - items: &234 + items: &235 title: Organization private registry description: Private registry configuration for an organization type: object @@ -33669,7 +33676,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &235 + org-private-registry-with-selected-visibility: &236 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -33759,15 +33766,15 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *96 - - *133 + - *134 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *234 + schema: *235 examples: - default: *235 + default: *236 '404': *6 x-github: githubCloudOnly: false @@ -33789,7 +33796,7 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *96 - - *133 + - *134 requestBody: required: true content: @@ -33885,7 +33892,7 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *96 - - *133 + - *134 responses: '204': description: Response @@ -33931,7 +33938,7 @@ paths: application/json: schema: type: array - items: &236 + items: &237 title: Project description: Projects are a way to organize columns and cards of work. @@ -34104,7 +34111,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -34142,7 +34149,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &318 + '410': &319 description: Gone content: application/json: @@ -34177,7 +34184,7 @@ paths: application/json: schema: type: array - items: &237 + items: &238 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -34243,7 +34250,7 @@ paths: - property_name - value_type examples: - default: &238 + default: &239 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -34302,7 +34309,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *237 + items: *238 minItems: 1 maxItems: 100 required: @@ -34332,9 +34339,9 @@ paths: application/json: schema: type: array - items: *237 + items: *238 examples: - default: *238 + default: *239 '403': *29 '404': *6 x-github: @@ -34356,7 +34363,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *96 - - &239 + - &240 name: custom_property_name description: The custom property name in: path @@ -34368,9 +34375,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: &240 + default: &241 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -34405,7 +34412,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *96 - - *239 + - *240 requestBody: required: true content: @@ -34474,9 +34481,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *240 + default: *241 '403': *29 '404': *6 x-github: @@ -34500,9 +34507,9 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *96 - - *239 + - *240 responses: - '204': *152 + '204': *153 '403': *29 '404': *6 x-github: @@ -34561,7 +34568,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &241 + items: &242 title: Custom Property Value description: Custom property name and associated value type: object @@ -34648,7 +34655,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *241 + items: *242 required: - repository_names - properties @@ -34701,7 +34708,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -34721,7 +34728,7 @@ paths: url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response if user is a public member @@ -34746,7 +34753,7 @@ paths: url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -34768,7 +34775,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - *96 - - *138 + - *139 responses: '204': description: Response @@ -34838,9 +34845,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -35042,7 +35049,7 @@ paths: description: Response content: application/json: - schema: &320 + schema: &321 title: Full Repository description: Full Repository type: object @@ -35319,8 +35326,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *242 - required: *243 + properties: *243 + required: *244 nullable: true temp_clone_token: type: string @@ -35435,7 +35442,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &456 + properties: &457 url: type: string format: uri @@ -35451,12 +35458,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &457 + required: &458 - url - key - name - html_url - security_and_analysis: *244 + security_and_analysis: *245 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -35540,7 +35547,7 @@ paths: - network_count - subscribers_count examples: - default: &322 + default: &323 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -36061,7 +36068,7 @@ paths: - *96 - *17 - *19 - - &576 + - &577 name: targets description: | A comma-separated list of rule targets to filter by. @@ -36079,7 +36086,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -36114,7 +36121,7 @@ paths: source: type: string description: The name of the source - enforcement: &247 + enforcement: &248 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -36127,7 +36134,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &248 + items: &249 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -36193,7 +36200,7 @@ paths: conditions: nullable: true anyOf: - - &245 + - &246 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -36217,7 +36224,7 @@ paths: match. items: type: string - - &249 + - &250 title: Organization ruleset conditions type: object description: |- @@ -36231,7 +36238,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *245 + - *246 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -36265,7 +36272,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *245 + - *246 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -36287,7 +36294,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *245 + - *246 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -36300,7 +36307,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &246 + items: &247 title: Repository ruleset property targeting definition type: object @@ -36333,17 +36340,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *246 + items: *247 required: - repository_property rules: type: array - items: &577 + items: &578 title: Repository Rule type: object description: A repository rule. oneOf: - - &250 + - &251 title: creation description: Only allow users with bypass permission to create matching refs. @@ -36355,7 +36362,7 @@ paths: type: string enum: - creation - - &251 + - &252 title: update description: Only allow users with bypass permission to update matching refs. @@ -36376,7 +36383,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &252 + - &253 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -36388,7 +36395,7 @@ paths: type: string enum: - deletion - - &253 + - &254 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -36400,7 +36407,7 @@ paths: type: string enum: - required_linear_history - - &575 + - &576 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -36478,7 +36485,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &254 + - &255 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -36502,7 +36509,7 @@ paths: type: string required: - required_deployment_environments - - &255 + - &256 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -36514,7 +36521,7 @@ paths: type: string enum: - required_signatures - - &256 + - &257 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -36576,7 +36583,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &257 + - &258 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -36624,7 +36631,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &258 + - &259 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -36636,7 +36643,7 @@ paths: type: string enum: - non_fast_forward - - &259 + - &260 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -36672,7 +36679,7 @@ paths: required: - operator - pattern - - &260 + - &261 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -36708,7 +36715,7 @@ paths: required: - operator - pattern - - &261 + - &262 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -36744,7 +36751,7 @@ paths: required: - operator - pattern - - &262 + - &263 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -36780,7 +36787,7 @@ paths: required: - operator - pattern - - &263 + - &264 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -36816,7 +36823,7 @@ paths: required: - operator - pattern - - &264 + - &265 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -36841,7 +36848,7 @@ paths: type: string required: - restricted_file_paths - - &265 + - &266 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -36865,7 +36872,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &266 + - &267 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -36888,7 +36895,7 @@ paths: type: string required: - restricted_file_extensions - - &267 + - &268 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -36913,7 +36920,7 @@ paths: maximum: 100 required: - max_file_size - - &268 + - &269 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -36963,7 +36970,7 @@ paths: - repository_id required: - workflows - - &269 + - &270 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -37097,21 +37104,20 @@ paths: - push - repository default: branch - enforcement: *247 + enforcement: *248 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *248 - conditions: *249 + items: *249 + conditions: *250 rules: type: array description: An array of rules within the ruleset. - items: &272 + items: &273 title: Repository Rule type: object description: A repository rule. oneOf: - - *250 - *251 - *252 - *253 @@ -37131,6 +37137,7 @@ paths: - *267 - *268 - *269 + - *270 required: - name - enforcement @@ -37168,9 +37175,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &271 + default: &272 value: id: 21 name: super cool ruleset @@ -37225,7 +37232,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *96 - - &578 + - &579 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 @@ -37240,7 +37247,7 @@ paths: in: query schema: type: string - - &579 + - &580 name: time_period description: |- The time period to filter by. @@ -37256,14 +37263,14 @@ paths: - week - month default: day - - &580 + - &581 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 - - &581 + - &582 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -37283,7 +37290,7 @@ paths: description: Response content: application/json: - schema: &582 + schema: &583 title: Rule Suites description: Response type: array @@ -37338,7 +37345,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &583 + default: &584 value: - id: 21 actor_id: 12 @@ -37382,7 +37389,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *96 - - &584 + - &585 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -37398,7 +37405,7 @@ paths: description: Response content: application/json: - schema: &585 + schema: &586 title: Rule Suite description: Response type: object @@ -37497,7 +37504,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &586 + default: &587 value: id: 21 actor_id: 12 @@ -37570,9 +37577,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *6 '500': *97 put: @@ -37616,16 +37623,16 @@ paths: - tag - push - repository - enforcement: *247 + enforcement: *248 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *248 - conditions: *249 + items: *249 + conditions: *250 rules: description: An array of rules within the ruleset. type: array - items: *272 + items: *273 examples: default: value: @@ -37660,9 +37667,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *6 '500': *97 delete: @@ -37719,7 +37726,7 @@ paths: application/json: schema: type: array - items: &273 + items: &274 title: Ruleset version type: object description: The historical version of a ruleset @@ -37743,7 +37750,7 @@ paths: type: string format: date-time examples: - default: &588 + default: &589 value: - version_id: 3 actor: @@ -37796,9 +37803,9 @@ paths: description: Response content: application/json: - schema: &589 + schema: &590 allOf: - - *273 + - *274 - type: object required: - state @@ -37868,14 +37875,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *96 - - *274 - *275 - *276 - *277 + - *278 - *48 - *19 - *17 - - &590 + - &591 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 @@ -37885,7 +37892,7 @@ paths: required: false schema: type: string - - &591 + - &592 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 @@ -37895,10 +37902,10 @@ paths: required: false schema: type: string - - *278 - *279 - *280 - *281 + - *282 responses: '200': description: Response @@ -37906,9 +37913,9 @@ paths: application/json: schema: type: array - items: *282 + items: *283 examples: - default: *283 + default: *284 headers: Link: *58 '404': *6 @@ -37949,7 +37956,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &285 + pattern_config_version: &286 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -37958,7 +37965,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &284 + items: &285 type: object properties: token_type: @@ -38024,7 +38031,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *284 + items: *285 examples: default: value: @@ -38081,7 +38088,7 @@ paths: schema: type: object properties: - pattern_config_version: *285 + pattern_config_version: *286 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -38107,7 +38114,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *285 + custom_pattern_version: *286 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -38205,7 +38212,7 @@ paths: application/json: schema: type: array - items: &612 + items: &613 description: A repository security advisory. type: object properties: @@ -38425,7 +38432,7 @@ paths: login: type: string description: The username of the user credited. - type: *286 + type: *287 credits_detailed: type: array nullable: true @@ -38435,7 +38442,7 @@ paths: type: object properties: user: *4 - type: *286 + type: *287 state: type: string description: The state of the user's acceptance of the @@ -38459,7 +38466,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *158 + items: *159 private_fork: readOnly: true nullable: true @@ -38496,7 +38503,7 @@ paths: - private_fork additionalProperties: false examples: - default: &613 + default: &614 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -38883,9 +38890,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *219 + default: *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38909,7 +38916,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *96 - - *214 + - *215 responses: '204': description: Response @@ -38935,7 +38942,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *96 - - *214 + - *215 responses: '204': description: Response @@ -38970,7 +38977,7 @@ paths: description: Response content: application/json: - schema: &677 + schema: &678 type: object properties: total_minutes_used: @@ -39040,7 +39047,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &678 + default: &679 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -39076,7 +39083,7 @@ paths: description: Response content: application/json: - schema: &679 + schema: &680 type: object properties: total_gigabytes_bandwidth_used: @@ -39094,7 +39101,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &680 + default: &681 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -39126,7 +39133,7 @@ paths: description: Response content: application/json: - schema: &681 + schema: &682 type: object properties: days_left_in_billing_cycle: @@ -39144,7 +39151,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &682 + default: &683 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -39186,7 +39193,7 @@ paths: type: integer network_configurations: type: array - items: &288 + items: &289 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -39306,9 +39313,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: &289 + default: &290 value: id: 123456789ABCDEF name: My network configuration @@ -39337,7 +39344,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *96 - - &290 + - &291 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -39349,9 +39356,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *289 + default: *290 headers: Link: *58 x-github: @@ -39373,7 +39380,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *96 - - *290 + - *291 requestBody: required: true content: @@ -39412,9 +39419,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39434,7 +39441,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *96 - - *290 + - *291 responses: '204': description: Response @@ -39542,7 +39549,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *96 - - *214 + - *215 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -39574,13 +39581,13 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: - default: *292 + default: *293 '500': *97 '403': *29 '404': *6 - '422': *293 + '422': *294 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39608,9 +39615,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 headers: Link: *58 '403': *29 @@ -39704,7 +39711,7 @@ paths: description: Response content: application/json: - schema: &294 + schema: &295 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -39767,8 +39774,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *217 - required: *218 + properties: *218 + required: *219 nullable: true members_count: type: integer @@ -40014,7 +40021,7 @@ paths: - repos_count - organization examples: - default: &295 + default: &296 value: id: 1 node_id: MDQ6VGVhbTE= @@ -40085,15 +40092,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *96 - - *214 + - *215 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '404': *6 x-github: githubCloudOnly: false @@ -40115,7 +40122,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *96 - - *214 + - *215 requestBody: required: false content: @@ -40177,16 +40184,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '404': *6 '422': *15 '403': *29 @@ -40212,7 +40219,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *96 - - *214 + - *215 responses: '204': description: Response @@ -40239,7 +40246,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *96 - - *214 + - *215 - *48 - *17 - *19 @@ -40256,7 +40263,7 @@ paths: application/json: schema: type: array - items: &296 + items: &297 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -40355,7 +40362,7 @@ paths: - updated_at - url examples: - default: &630 + default: &631 value: - author: login: octocat @@ -40430,7 +40437,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *96 - - *214 + - *215 requestBody: required: true content: @@ -40464,9 +40471,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: &297 + default: &298 value: author: login: octocat @@ -40539,8 +40546,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *96 - - *214 - - &298 + - *215 + - &299 name: discussion_number description: The number that identifies the discussion. in: path @@ -40552,9 +40559,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40577,8 +40584,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *96 - - *214 - - *298 + - *215 + - *299 requestBody: required: false content: @@ -40601,9 +40608,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: &631 + default: &632 value: author: login: octocat @@ -40674,8 +40681,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *96 - - *214 - - *298 + - *215 + - *299 responses: '204': description: Response @@ -40702,8 +40709,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *96 - - *214 - - *298 + - *215 + - *299 - *48 - *17 - *19 @@ -40714,7 +40721,7 @@ paths: application/json: schema: type: array - items: &299 + items: &300 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -40786,7 +40793,7 @@ paths: - updated_at - url examples: - default: &632 + default: &633 value: - author: login: octocat @@ -40855,8 +40862,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *96 - - *214 - - *298 + - *215 + - *299 requestBody: required: true content: @@ -40878,9 +40885,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: &300 + default: &301 value: author: login: octocat @@ -40947,9 +40954,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *96 - - *214 - - *298 - - &301 + - *215 + - *299 + - &302 name: comment_number description: The number that identifies the comment. in: path @@ -40961,9 +40968,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40986,9 +40993,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *96 - - *214 - - *298 - - *301 + - *215 + - *299 + - *302 requestBody: required: true content: @@ -41010,9 +41017,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: &633 + default: &634 value: author: login: octocat @@ -41077,9 +41084,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *96 - - *214 - - *298 - - *301 + - *215 + - *299 + - *302 responses: '204': description: Response @@ -41106,9 +41113,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *96 - - *214 - - *298 - - *301 + - *215 + - *299 + - *302 - 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. @@ -41134,7 +41141,7 @@ paths: application/json: schema: type: array - items: &302 + items: &303 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -41177,7 +41184,7 @@ paths: - content - created_at examples: - default: &304 + default: &305 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -41228,9 +41235,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *96 - - *214 - - *298 - - *301 + - *215 + - *299 + - *302 requestBody: required: true content: @@ -41263,9 +41270,9 @@ paths: team discussion comment content: application/json: - schema: *302 + schema: *303 examples: - default: &303 + default: &304 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -41294,9 +41301,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41320,10 +41327,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *96 - - *214 - - *298 - - *301 - - &305 + - *215 + - *299 + - *302 + - &306 name: reaction_id description: The unique identifier of the reaction. in: path @@ -41356,8 +41363,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *96 - - *214 - - *298 + - *215 + - *299 - 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. @@ -41383,9 +41390,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 x-github: @@ -41412,8 +41419,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *96 - - *214 - - *298 + - *215 + - *299 requestBody: required: true content: @@ -41445,16 +41452,16 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -41478,9 +41485,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *96 - - *214 - - *298 - - *305 + - *215 + - *299 + - *306 responses: '204': description: Response @@ -41505,7 +41512,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *96 - - *214 + - *215 - *17 - *19 responses: @@ -41515,9 +41522,9 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -41540,7 +41547,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *96 - - *214 + - *215 - name: role description: Filters members returned by their role in the team. in: query @@ -41563,7 +41570,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -41594,14 +41601,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *96 - - *214 - - *138 + - *215 + - *139 responses: '200': description: Response content: application/json: - schema: &306 + schema: &307 title: Team Membership description: Team Membership type: object @@ -41628,7 +41635,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &634 + response-if-user-is-a-team-maintainer: &635 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -41665,8 +41672,8 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *96 - - *214 - - *138 + - *215 + - *139 requestBody: required: false content: @@ -41691,9 +41698,9 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: - response-if-users-membership-with-team-is-now-pending: &635 + response-if-users-membership-with-team-is-now-pending: &636 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -41729,8 +41736,8 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *96 - - *214 - - *138 + - *215 + - *139 responses: '204': description: Response @@ -41756,7 +41763,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *96 - - *214 + - *215 - *17 - *19 responses: @@ -41766,7 +41773,7 @@ paths: application/json: schema: type: array - items: &307 + items: &308 title: Team Project description: A team's access to a project. type: object @@ -41834,7 +41841,7 @@ paths: - updated_at - permissions examples: - default: &636 + default: &637 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41898,8 +41905,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *96 - - *214 - - &308 + - *215 + - &309 name: project_id description: The unique identifier of the project. in: path @@ -41911,9 +41918,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &637 + default: &638 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41976,8 +41983,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *96 - - *214 - - *308 + - *215 + - *309 requestBody: required: false content: @@ -42044,8 +42051,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *96 - - *214 - - *308 + - *215 + - *309 responses: '204': description: Response @@ -42073,7 +42080,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *96 - - *214 + - *215 - *17 - *19 responses: @@ -42083,9 +42090,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -42115,15 +42122,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *96 - - *214 - - *309 + - *215 - *310 + - *311 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &638 + schema: &639 title: Team Repository description: A team's access to a repository. type: object @@ -42693,9 +42700,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *96 - - *214 - - *309 + - *215 - *310 + - *311 requestBody: required: false content: @@ -42741,9 +42748,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *96 - - *214 - - *309 + - *215 - *310 + - *311 responses: '204': description: Response @@ -42768,7 +42775,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *96 - - *214 + - *215 - *17 - *19 responses: @@ -42778,9 +42785,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - response-if-child-teams-exist: &639 + response-if-child-teams-exist: &640 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -42907,7 +42914,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#get-a-project-card parameters: - - &311 + - &312 name: card_id description: The unique identifier of the card. in: path @@ -42919,7 +42926,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &313 title: Project Card description: Project cards represent a scope of work. type: object @@ -42986,7 +42993,7 @@ paths: - created_at - updated_at examples: - default: &313 + default: &314 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -43042,7 +43049,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card parameters: - - *311 + - *312 requestBody: required: false content: @@ -43069,9 +43076,9 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *313 + default: *314 '304': *37 '403': *29 '401': *25 @@ -43098,7 +43105,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#delete-a-project-card parameters: - - *311 + - *312 responses: '204': description: Response @@ -43142,7 +43149,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#move-a-project-card parameters: - - *311 + - *312 requestBody: required: true content: @@ -43253,7 +43260,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#get-a-project-column parameters: - - &314 + - &315 name: column_id description: The unique identifier of the column. in: path @@ -43265,7 +43272,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &316 title: Project Column description: Project columns contain cards of work. type: object @@ -43311,7 +43318,7 @@ paths: - created_at - updated_at examples: - default: &316 + default: &317 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -43346,7 +43353,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column parameters: - - *314 + - *315 requestBody: required: true content: @@ -43370,9 +43377,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 '304': *37 '403': *29 '401': *25 @@ -43397,7 +43404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#delete-a-project-column parameters: - - *314 + - *315 responses: '204': description: Response @@ -43426,7 +43433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#list-project-cards parameters: - - *314 + - *315 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -43447,7 +43454,7 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: default: value: @@ -43506,7 +43513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#create-a-project-card parameters: - - *314 + - *315 requestBody: required: true content: @@ -43546,9 +43553,9 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *313 + default: *314 '304': *37 '403': *29 '401': *25 @@ -43604,7 +43611,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#move-a-project-column parameters: - - *314 + - *315 requestBody: required: true content: @@ -43664,15 +43671,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#get-a-project parameters: - - *308 + - *309 responses: '200': description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: &317 + default: &318 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -43729,7 +43736,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#update-a-project parameters: - - *308 + - *309 requestBody: required: false content: @@ -43775,9 +43782,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *317 + default: *318 '404': description: Not Found if the authenticated user does not have access to the project @@ -43798,7 +43805,7 @@ paths: items: type: string '401': *25 - '410': *318 + '410': *319 '422': *7 x-github: githubCloudOnly: false @@ -43821,7 +43828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#delete-a-project parameters: - - *308 + - *309 responses: '204': description: Delete Success @@ -43842,7 +43849,7 @@ paths: items: type: string '401': *25 - '410': *318 + '410': *319 '404': *6 x-github: githubCloudOnly: false @@ -43866,7 +43873,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators parameters: - - *308 + - *309 - 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 @@ -43893,7 +43900,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '404': *6 @@ -43923,8 +43930,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator parameters: - - *308 - - *138 + - *309 + - *139 requestBody: required: false content: @@ -43976,8 +43983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *308 - - *138 + - *309 + - *139 responses: '204': description: Response @@ -44008,8 +44015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *308 - - *138 + - *309 + - *139 responses: '200': description: Response @@ -44082,7 +44089,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#list-project-columns parameters: - - *308 + - *309 - *17 - *19 responses: @@ -44092,7 +44099,7 @@ paths: application/json: schema: type: array - items: *315 + items: *316 examples: default: value: @@ -44130,7 +44137,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column parameters: - - *308 + - *309 requestBody: required: true content: @@ -44153,7 +44160,7 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: default: value: @@ -44218,7 +44225,7 @@ paths: resources: type: object properties: - core: &319 + core: &320 title: Rate Limit type: object properties: @@ -44235,21 +44242,21 @@ paths: - remaining - reset - used - graphql: *319 - search: *319 - code_search: *319 - source_import: *319 - integration_manifest: *319 - code_scanning_upload: *319 - actions_runner_registration: *319 - scim: *319 - dependency_snapshots: *319 - dependency_sbom: *319 - code_scanning_autofix: *319 + graphql: *320 + search: *320 + code_search: *320 + source_import: *320 + integration_manifest: *320 + code_scanning_upload: *320 + actions_runner_registration: *320 + scim: *320 + dependency_snapshots: *320 + dependency_sbom: *320 + code_scanning_autofix: *320 required: - core - search - rate: *319 + rate: *320 required: - rate - resources @@ -44353,14 +44360,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: default-response: summary: Default response @@ -44861,7 +44868,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *321 + '301': *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44879,8 +44886,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -45127,10 +45134,10 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *322 - '307': &323 + default: *323 + '307': &324 description: Temporary Redirect content: application/json: @@ -45159,8 +45166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -45182,7 +45189,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *323 + '307': *324 '404': *6 '409': *47 x-github: @@ -45206,11 +45213,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *309 - *310 + - *311 - *17 - *19 - - &354 + - &355 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -45233,7 +45240,7 @@ paths: type: integer artifacts: type: array - items: &324 + items: &325 title: Artifact description: An artifact type: object @@ -45311,7 +45318,7 @@ paths: - expires_at - updated_at examples: - default: &355 + default: &356 value: total_count: 2 artifacts: @@ -45372,9 +45379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *309 - *310 - - &325 + - *311 + - &326 name: artifact_id description: The unique identifier of the artifact. in: path @@ -45386,7 +45393,7 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: default: value: @@ -45424,9 +45431,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *309 - *310 - - *325 + - *311 + - *326 responses: '204': description: Response @@ -45450,9 +45457,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *309 - *310 - - *325 + - *311 + - *326 - name: archive_format in: path required: true @@ -45466,7 +45473,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': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45489,14 +45496,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -45522,11 +45529,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *309 - *310 + - *311 - *17 - *19 - - &327 + - &328 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 @@ -45560,7 +45567,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 title: Repository actions caches description: Repository actions caches type: object @@ -45602,7 +45609,7 @@ paths: - total_count - actions_caches examples: - default: &329 + default: &330 value: total_count: 1 actions_caches: @@ -45634,23 +45641,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: - - *309 - *310 + - *311 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *327 + - *328 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45670,8 +45677,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: - - *309 - *310 + - *311 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -45702,9 +45709,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *309 - *310 - - &330 + - *311 + - &331 name: job_id description: The unique identifier of the job. in: path @@ -45716,7 +45723,7 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 title: Job description: Information of a job execution in a workflow run type: object @@ -46023,9 +46030,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *309 - *310 - - *330 + - *311 + - *331 responses: '302': description: Response @@ -46053,9 +46060,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *309 - *310 - - *330 + - *311 + - *331 requestBody: required: false content: @@ -46076,7 +46083,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -46100,8 +46107,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: - - *309 - *310 + - *311 responses: '200': description: Status response @@ -46151,8 +46158,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: - - *309 - *310 + - *311 requestBody: required: true content: @@ -46186,7 +46193,7 @@ paths: description: Empty response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -46215,8 +46222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -46234,7 +46241,7 @@ paths: type: integer secrets: type: array - items: &360 + items: &361 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -46254,7 +46261,7 @@ paths: - created_at - updated_at examples: - default: &361 + default: &362 value: total_count: 2 secrets: @@ -46287,9 +46294,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *309 - *310 - - *331 + - *311 + - *332 - *19 responses: '200': @@ -46306,7 +46313,7 @@ paths: type: integer variables: type: array - items: &364 + items: &365 title: Actions Variable type: object properties: @@ -46336,7 +46343,7 @@ paths: - created_at - updated_at examples: - default: &365 + default: &366 value: total_count: 2 variables: @@ -46369,8 +46376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -46379,11 +46386,12 @@ paths: schema: type: object properties: - enabled: &333 + enabled: &334 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *111 - selected_actions_url: *332 + selected_actions_url: *333 + sha_pinning_required: *112 required: - enabled examples: @@ -46392,6 +46400,7 @@ paths: enabled: true allowed_actions: selected selected_actions_url: https://api.github.com/repositories/42/actions/permissions/selected-actions + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -46410,8 +46419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -46422,8 +46431,9 @@ paths: schema: type: object properties: - enabled: *333 + enabled: *334 allowed_actions: *111 + sha_pinning_required: *112 required: - enabled examples: @@ -46431,6 +46441,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -46452,14 +46463,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: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: &334 + schema: &335 type: object properties: access_level: @@ -46476,7 +46487,7 @@ paths: required: - access_level examples: - default: &335 + default: &336 value: access_level: organization x-github: @@ -46500,15 +46511,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: - - *309 - *310 + - *311 requestBody: required: true content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 responses: '204': description: Response @@ -46532,14 +46543,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -46563,8 +46574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Empty response for successful settings update @@ -46574,7 +46585,7 @@ paths: required: true content: application/json: - schema: *337 + schema: *338 examples: default: summary: Set retention days @@ -46598,16 +46609,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *112 + schema: *113 examples: - default: *338 + default: *339 '404': *6 x-github: enabledForGitHubApps: true @@ -46626,8 +46637,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -46637,7 +46648,7 @@ paths: required: true content: application/json: - schema: *112 + schema: *113 examples: default: summary: Set approval policy to first time contributors @@ -46661,16 +46672,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *113 + default: *114 '403': *29 '404': *6 x-github: @@ -46690,15 +46701,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: application/json: - schema: *340 + schema: *341 examples: - default: *113 + default: *114 responses: '204': description: Empty response for successful settings update @@ -46722,16 +46733,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *115 + schema: *116 examples: - default: *116 + default: *117 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -46750,8 +46761,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -46759,9 +46770,9 @@ paths: required: false content: application/json: - schema: *115 + schema: *116 examples: - selected_actions: *116 + selected_actions: *117 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -46783,16 +46794,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *120 + default: *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46813,8 +46824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Success response @@ -46825,9 +46836,9 @@ paths: required: true content: application/json: - schema: *342 + schema: *343 examples: - default: *120 + default: *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46854,8 +46865,8 @@ paths: in: query schema: type: string - - *309 - *310 + - *311 - *17 - *19 responses: @@ -46873,9 +46884,9 @@ paths: type: integer runners: type: array - items: *127 + items: *128 examples: - default: *128 + default: *129 headers: Link: *58 x-github: @@ -46899,8 +46910,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -46908,9 +46919,9 @@ paths: application/json: schema: type: array - items: *343 + items: *344 examples: - default: *344 + default: *345 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46932,8 +46943,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: - - *309 - *310 + - *311 requestBody: required: true content: @@ -46976,7 +46987,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *345 + '201': *346 '404': *6 '422': *7 '409': *47 @@ -47007,16 +47018,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *309 - *310 + - *311 responses: '201': description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47044,16 +47055,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *309 - *310 + - *311 responses: '201': description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47075,17 +47086,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *309 - *310 - - *126 + - *311 + - *127 responses: '200': description: Response content: application/json: - schema: *127 + schema: *128 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47106,9 +47117,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *309 - *310 - - *126 + - *311 + - *127 responses: '204': description: Response @@ -47134,11 +47145,11 @@ 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: - - *309 - *310 - - *126 + - *311 + - *127 responses: - '200': *131 + '200': *132 '404': *6 x-github: githubCloudOnly: false @@ -47160,9 +47171,9 @@ 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: - - *309 - *310 - - *126 + - *311 + - *127 requestBody: required: true content: @@ -47186,7 +47197,7 @@ paths: - gpu - accelerated responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -47210,9 +47221,9 @@ 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: - - *309 - *310 - - *126 + - *311 + - *127 requestBody: required: true content: @@ -47237,7 +47248,7 @@ paths: - gpu - accelerated responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -47261,11 +47272,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: - - *309 - *310 - - *126 + - *311 + - *127 responses: - '200': *349 + '200': *350 '404': *6 x-github: githubCloudOnly: false @@ -47292,12 +47303,12 @@ 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: - - *309 - *310 - - *126 - - *350 + - *311 + - *127 + - *351 responses: - '200': *131 + '200': *132 '404': *6 '422': *7 x-github: @@ -47323,9 +47334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *309 - *310 - - &368 + - *311 + - &369 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. @@ -47333,7 +47344,7 @@ paths: required: false schema: type: string - - &369 + - &370 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -47341,7 +47352,7 @@ paths: required: false schema: type: string - - &370 + - &371 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -47350,7 +47361,7 @@ paths: required: false schema: type: string - - &371 + - &372 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 @@ -47377,7 +47388,7 @@ paths: - pending - *17 - *19 - - &372 + - &373 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)." @@ -47386,7 +47397,7 @@ paths: schema: type: string format: date-time - - &351 + - &352 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -47395,13 +47406,13 @@ paths: schema: type: boolean default: false - - &373 + - &374 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &374 + - &375 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -47424,7 +47435,7 @@ paths: type: integer workflow_runs: type: array - items: &352 + items: &353 title: Workflow Run description: An invocation of a workflow type: object @@ -47519,7 +47530,7 @@ paths: that triggered the run. type: array nullable: true - items: &393 + items: &394 title: Pull Request Minimal type: object properties: @@ -47638,7 +47649,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &397 + properties: &398 id: type: string description: SHA for the commit @@ -47689,7 +47700,7 @@ paths: - name - email nullable: true - required: &398 + required: &399 - id - tree_id - message @@ -47697,8 +47708,8 @@ paths: - author - committer nullable: true - repository: *125 - head_repository: *125 + repository: *126 + head_repository: *126 head_repository_id: type: integer example: 5 @@ -47736,7 +47747,7 @@ paths: - workflow_url - pull_requests examples: - default: &375 + default: &376 value: total_count: 1 workflow_runs: @@ -47972,24 +47983,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *309 - *310 - - &353 + - *311 + - &354 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *351 + - *352 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: &356 + default: &357 value: id: 30433642 name: Build @@ -48230,9 +48241,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '204': description: Response @@ -48255,9 +48266,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '200': description: Response @@ -48376,15 +48387,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '201': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -48411,12 +48422,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *309 - *310 - - *353 + - *311 + - *354 - *17 - *19 - - *354 + - *355 responses: '200': description: Response @@ -48432,9 +48443,9 @@ paths: type: integer artifacts: type: array - items: *324 + items: *325 examples: - default: *355 + default: *356 headers: Link: *58 x-github: @@ -48458,25 +48469,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *309 - *310 - - *353 - - &357 + - *311 + - *354 + - &358 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *351 + - *352 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *356 + default: *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48499,10 +48510,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *309 - *310 - - *353 - - *357 + - *311 + - *354 + - *358 - *17 - *19 responses: @@ -48520,9 +48531,9 @@ paths: type: integer jobs: type: array - items: *358 + items: *359 examples: - default: &359 + default: &360 value: total_count: 1 jobs: @@ -48635,10 +48646,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *309 - *310 - - *353 - - *357 + - *311 + - *354 + - *358 responses: '302': description: Response @@ -48666,15 +48677,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '202': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -48701,9 +48712,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: - - *309 - *310 - - *353 + - *311 + - *354 requestBody: required: true content: @@ -48770,15 +48781,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '202': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -48805,9 +48816,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 - 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 @@ -48837,9 +48848,9 @@ paths: type: integer jobs: type: array - items: *358 + items: *359 examples: - default: *359 + default: *360 headers: Link: *58 x-github: @@ -48864,9 +48875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '302': description: Response @@ -48893,9 +48904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '204': description: Response @@ -48922,9 +48933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '200': description: Response @@ -48984,7 +48995,7 @@ paths: items: type: object properties: - type: &477 + type: &478 type: string description: The type of reviewer. enum: @@ -48994,7 +49005,7 @@ paths: reviewer: anyOf: - *4 - - *158 + - *159 required: - environment - wait_timer @@ -49069,9 +49080,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 requestBody: required: true content: @@ -49118,7 +49129,7 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -49224,7 +49235,7 @@ paths: - created_at - updated_at examples: - default: &473 + default: &474 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -49280,9 +49291,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *309 - *310 - - *353 + - *311 + - *354 requestBody: required: false content: @@ -49303,7 +49314,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -49326,9 +49337,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *309 - *310 - - *353 + - *311 + - *354 requestBody: required: false content: @@ -49349,7 +49360,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -49381,9 +49392,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *309 - *310 - - *353 + - *311 + - *354 responses: '200': description: Response @@ -49520,8 +49531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -49539,9 +49550,9 @@ paths: type: integer secrets: type: array - items: *360 + items: *361 examples: - default: *361 + default: *362 headers: Link: *58 x-github: @@ -49566,16 +49577,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49597,17 +49608,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &490 + default: &491 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -49633,9 +49644,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 requestBody: required: true content: @@ -49666,7 +49677,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -49692,9 +49703,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '204': description: Response @@ -49719,9 +49730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *309 - *310 - - *331 + - *311 + - *332 - *19 responses: '200': @@ -49738,9 +49749,9 @@ paths: type: integer variables: type: array - items: *364 + items: *365 examples: - default: *365 + default: *366 headers: Link: *58 x-github: @@ -49763,8 +49774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -49791,7 +49802,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -49816,17 +49827,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *309 - *310 - - *136 + - *311 + - *137 responses: '200': description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: &491 + default: &492 value: name: USERNAME value: octocat @@ -49852,9 +49863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *309 - *310 - - *136 + - *311 + - *137 requestBody: required: true content: @@ -49896,9 +49907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *309 - *310 - - *136 + - *311 + - *137 responses: '204': description: Response @@ -49923,8 +49934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -49942,7 +49953,7 @@ paths: type: integer workflows: type: array - items: &366 + items: &367 title: Workflow description: A GitHub Actions workflow type: object @@ -50049,9 +50060,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *309 - *310 - - &367 + - *311 + - &368 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -50066,7 +50077,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -50099,9 +50110,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *309 - *310 - - *367 + - *311 + - *368 responses: '204': description: Response @@ -50126,9 +50137,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *309 - *310 - - *367 + - *311 + - *368 responses: '204': description: Response @@ -50179,9 +50190,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *309 - *310 - - *367 + - *311 + - *368 responses: '204': description: Response @@ -50208,19 +50219,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *309 - *310 - - *367 + - *311 - *368 - *369 - *370 - *371 + - *372 - *17 - *19 - - *372 - - *351 - *373 + - *352 - *374 + - *375 responses: '200': description: Response @@ -50236,9 +50247,9 @@ paths: type: integer workflow_runs: type: array - items: *352 + items: *353 examples: - default: *375 + default: *376 headers: Link: *58 x-github: @@ -50270,9 +50281,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *309 - *310 - - *367 + - *311 + - *368 responses: '200': description: Response @@ -50333,8 +50344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *309 - *310 + - *311 - *48 - *17 - *40 @@ -50498,8 +50509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -50511,7 +50522,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '404': *6 @@ -50536,8 +50547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *309 - *310 + - *311 - name: assignee in: path required: true @@ -50573,8 +50584,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -50686,8 +50697,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *309 - *310 + - *311 - *17 - *40 - *41 @@ -50741,7 +50752,7 @@ paths: bundle_url: type: string examples: - default: *376 + default: *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50761,8 +50772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -50770,7 +50781,7 @@ paths: application/json: schema: type: array - items: &377 + items: &378 title: Autolink reference description: An autolink reference. type: object @@ -50820,8 +50831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -50860,9 +50871,9 @@ paths: description: response content: application/json: - schema: *377 + schema: *378 examples: - default: &378 + default: &379 value: id: 1 key_prefix: TICKET- @@ -50893,9 +50904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *309 - *310 - - &379 + - *311 + - &380 name: autolink_id description: The unique identifier of the autolink. in: path @@ -50907,9 +50918,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 '404': *6 x-github: githubCloudOnly: false @@ -50929,9 +50940,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *309 - *310 - - *379 + - *311 + - *380 responses: '204': description: Response @@ -50955,8 +50966,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: - - *309 - *310 + - *311 responses: '200': description: Response if Dependabot is enabled @@ -51004,8 +51015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -51026,8 +51037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -51047,8 +51058,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *309 - *310 + - *311 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -51086,7 +51097,7 @@ paths: - url protected: type: boolean - protection: &381 + protection: &382 title: Branch Protection description: Branch Protection type: object @@ -51128,7 +51139,7 @@ paths: required: - contexts - checks - enforce_admins: &384 + enforce_admins: &385 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -51143,7 +51154,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &386 + required_pull_request_reviews: &387 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -51164,7 +51175,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *158 + items: *159 apps: description: The list of apps with review dismissal access. @@ -51193,7 +51204,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *158 + items: *159 apps: description: The list of apps allowed to bypass pull request requirements. @@ -51219,7 +51230,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &383 + restrictions: &384 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -51526,9 +51537,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *309 - *310 - - &382 + - *311 + - &383 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). @@ -51542,14 +51553,14 @@ paths: description: Response content: application/json: - schema: &392 + schema: &393 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &445 + commit: &446 title: Commit description: Commit type: object @@ -51583,7 +51594,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &380 + properties: &381 name: type: string example: '"Chris Wanstrath"' @@ -51598,7 +51609,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *380 + properties: *381 nullable: true message: type: string @@ -51619,7 +51630,7 @@ paths: required: - sha - url - verification: &497 + verification: &498 title: Verification type: object properties: @@ -51653,12 +51664,12 @@ paths: nullable: true oneOf: - *4 - - *134 + - *135 committer: nullable: true oneOf: - *4 - - *134 + - *135 parents: type: array items: @@ -51689,7 +51700,7 @@ paths: type: integer files: type: array - items: &460 + items: &461 title: Diff Entry description: Diff Entry type: object @@ -51772,7 +51783,7 @@ paths: - self protected: type: boolean - protection: *381 + protection: *382 protection_url: type: string format: uri @@ -51879,7 +51890,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *321 + '301': *322 '404': *6 x-github: githubCloudOnly: false @@ -51901,15 +51912,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -52103,9 +52114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -52360,7 +52371,7 @@ paths: url: type: string format: uri - required_status_checks: &389 + required_status_checks: &390 title: Status Check Policy description: Status Check Policy type: object @@ -52436,7 +52447,7 @@ paths: items: *4 teams: type: array - items: *158 + items: *159 apps: type: array items: *5 @@ -52454,7 +52465,7 @@ paths: items: *4 teams: type: array - items: *158 + items: *159 apps: type: array items: *5 @@ -52512,7 +52523,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *383 + restrictions: *384 required_conversation_resolution: type: object properties: @@ -52624,9 +52635,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -52651,17 +52662,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: &385 + default: &386 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -52683,17 +52694,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *385 + default: *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52712,9 +52723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -52739,17 +52750,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: &387 + default: &388 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -52845,9 +52856,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -52945,9 +52956,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *387 + default: *388 '422': *15 x-github: githubCloudOnly: false @@ -52968,9 +52979,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -52997,17 +53008,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: &388 + default: &389 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -53030,17 +53041,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *388 + default: *389 '404': *6 x-github: githubCloudOnly: false @@ -53060,9 +53071,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -53087,17 +53098,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *389 + schema: *390 examples: - default: &390 + default: &391 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -53123,9 +53134,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -53177,9 +53188,9 @@ paths: description: Response content: application/json: - schema: *389 + schema: *390 examples: - default: *390 + default: *391 '404': *6 '422': *15 x-github: @@ -53201,9 +53212,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -53227,9 +53238,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response @@ -53263,9 +53274,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -53332,9 +53343,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -53398,9 +53409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: content: application/json: @@ -53466,15 +53477,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: default: value: @@ -53565,9 +53576,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '204': description: Response @@ -53590,9 +53601,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response @@ -53602,7 +53613,7 @@ paths: type: array items: *5 examples: - default: &391 + default: &392 value: - id: 1 slug: octoapp @@ -53659,9 +53670,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -53695,7 +53706,7 @@ paths: type: array items: *5 examples: - default: *391 + default: *392 '422': *15 x-github: githubCloudOnly: false @@ -53716,9 +53727,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -53752,7 +53763,7 @@ paths: type: array items: *5 examples: - default: *391 + default: *392 '422': *15 x-github: githubCloudOnly: false @@ -53773,9 +53784,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -53809,7 +53820,7 @@ paths: type: array items: *5 examples: - default: *391 + default: *392 '422': *15 x-github: githubCloudOnly: false @@ -53831,9 +53842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response @@ -53841,9 +53852,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 '404': *6 x-github: githubCloudOnly: false @@ -53863,9 +53874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -53901,9 +53912,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 '422': *15 x-github: githubCloudOnly: false @@ -53924,9 +53935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: false content: @@ -53962,9 +53973,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 '422': *15 x-github: githubCloudOnly: false @@ -53985,9 +53996,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: content: application/json: @@ -54022,9 +54033,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 '422': *15 x-github: githubCloudOnly: false @@ -54046,9 +54057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *309 - *310 - - *382 + - *311 + - *383 responses: '200': description: Response @@ -54058,7 +54069,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 '404': *6 x-github: githubCloudOnly: false @@ -54082,9 +54093,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -54117,7 +54128,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -54142,9 +54153,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -54177,7 +54188,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -54202,9 +54213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -54237,7 +54248,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -54264,9 +54275,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *309 - *310 - - *382 + - *311 + - *383 requestBody: required: true content: @@ -54288,7 +54299,7 @@ paths: description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -54404,8 +54415,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -54684,7 +54695,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &395 title: CheckRun description: A check performed on the code of a given code change type: object @@ -54803,8 +54814,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *393 - deployment: &695 + items: *394 + deployment: &696 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -55084,9 +55095,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *309 - *310 - - &395 + - *311 + - &396 name: check_run_id description: The unique identifier of the check run. in: path @@ -55098,9 +55109,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: &396 + default: &397 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -55200,9 +55211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *309 - *310 - - *395 + - *311 + - *396 requestBody: required: true content: @@ -55442,9 +55453,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *396 + default: *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55464,9 +55475,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *309 - *310 - - *395 + - *311 + - *396 - *17 - *19 responses: @@ -55561,15 +55572,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *309 - *310 - - *395 + - *311 + - *396 responses: '201': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -55607,8 +55618,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -55630,7 +55641,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &399 + schema: &400 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -55694,7 +55705,7 @@ paths: nullable: true pull_requests: type: array - items: *393 + items: *394 nullable: true app: title: GitHub app @@ -55707,7 +55718,7 @@ paths: nullable: true properties: *61 required: *62 - repository: *125 + repository: *126 created_at: type: string format: date-time @@ -55716,12 +55727,12 @@ paths: type: string format: date-time nullable: true - head_commit: &721 + head_commit: &722 title: Simple Commit description: A commit. type: object - properties: *397 - required: *398 + properties: *398 + required: *399 latest_check_runs_count: type: integer check_runs_url: @@ -55749,7 +55760,7 @@ paths: - check_runs_url - pull_requests examples: - default: &400 + default: &401 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -56040,9 +56051,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56061,8 +56072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -56123,7 +56134,7 @@ paths: required: - app_id - setting - repository: *125 + repository: *126 examples: default: value: @@ -56371,9 +56382,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *309 - *310 - - &401 + - *311 + - &402 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -56385,9 +56396,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56410,17 +56421,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *309 - *310 - - *401 - - &453 + - *311 + - *402 + - &454 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &454 + - &455 name: status description: Returns check runs with the specified `status`. in: query @@ -56459,9 +56470,9 @@ paths: type: integer check_runs: type: array - items: *394 + items: *395 examples: - default: &455 + default: &456 value: total_count: 1 check_runs: @@ -56563,15 +56574,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *309 - *310 - - *401 + - *311 + - *402 responses: '201': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -56598,21 +56609,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *309 - *310 - - *402 + - *311 - *403 + - *404 - *19 - *17 - - &420 + - &421 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: *404 - - &421 + schema: *405 + - &422 name: pr description: The number of the pull request for the results you want to list. in: query @@ -56637,13 +56648,13 @@ paths: be returned. in: query required: false - schema: *405 + schema: *406 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *406 + schema: *407 responses: '200': description: Response @@ -56656,12 +56667,12 @@ paths: properties: number: *54 created_at: *55 - updated_at: *142 + updated_at: *143 url: *56 html_url: *57 - instances_url: *407 - state: *147 - fixed_at: *143 + instances_url: *408 + state: *148 + fixed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -56669,12 +56680,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 - dismissed_reason: *408 - dismissed_comment: *409 - rule: *410 - tool: *411 - most_recent_instance: *412 + dismissed_at: *145 + dismissed_reason: *409 + dismissed_comment: *410 + rule: *411 + tool: *412 + most_recent_instance: *413 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -56797,7 +56808,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &413 + '403': &414 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -56824,9 +56835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *309 - *310 - - &414 + - *311 + - &415 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -56840,17 +56851,17 @@ paths: description: Response content: application/json: - schema: &415 + schema: &416 type: object properties: number: *54 created_at: *55 - updated_at: *142 + updated_at: *143 url: *56 html_url: *57 - instances_url: *407 - state: *147 - fixed_at: *143 + instances_url: *408 + state: *148 + fixed_at: *144 dismissed_by: title: Simple User description: A GitHub user. @@ -56858,9 +56869,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 - dismissed_reason: *408 - dismissed_comment: *409 + dismissed_at: *145 + dismissed_reason: *409 + dismissed_comment: *410 rule: type: object properties: @@ -56914,8 +56925,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *411 - most_recent_instance: *412 + tool: *412 + most_recent_instance: *413 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -57011,7 +57022,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -57031,9 +57042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *309 - *310 - - *414 + - *311 + - *415 requestBody: required: true content: @@ -57048,8 +57059,8 @@ paths: enum: - open - dismissed - dismissed_reason: *408 - dismissed_comment: *409 + dismissed_reason: *409 + dismissed_comment: *410 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -57068,7 +57079,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -57144,7 +57155,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &419 + '403': &420 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -57171,15 +57182,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: - - *309 - *310 - - *414 + - *311 + - *415 responses: '200': description: Response content: application/json: - schema: &416 + schema: &417 type: object properties: status: @@ -57205,13 +57216,13 @@ paths: - description - started_at examples: - default: &417 + default: &418 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &418 + '400': &419 description: Bad Request content: application/json: @@ -57222,7 +57233,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': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -57247,29 +57258,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: - - *309 - *310 - - *414 + - *311 + - *415 responses: '200': description: OK content: application/json: - schema: *416 + schema: *417 examples: - default: *417 + default: *418 '202': description: Accepted content: application/json: - schema: *416 + schema: *417 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *418 + '400': *419 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -57301,9 +57312,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: - - *309 - *310 - - *414 + - *311 + - *415 requestBody: required: false content: @@ -57348,8 +57359,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *418 - '403': *419 + '400': *419 + '403': *420 '404': *6 '422': description: Unprocessable Entity @@ -57373,13 +57384,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *309 - *310 - - *414 + - *311 + - *415 - *19 - *17 - - *420 - *421 + - *422 responses: '200': description: Response @@ -57387,7 +57398,7 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: default: value: @@ -57426,7 +57437,7 @@ paths: end_column: 50 classifications: - source - '403': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -57460,25 +57471,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *309 - *310 - - *402 + - *311 - *403 + - *404 - *19 - *17 - - *421 + - *422 - 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: *404 + schema: *405 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &424 + schema: &425 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -57499,23 +57510,23 @@ paths: application/json: schema: type: array - items: &425 + items: &426 type: object properties: - ref: *404 - commit_sha: &433 + ref: *405 + commit_sha: &434 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: *422 + analysis_key: *423 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *423 + category: *424 error: type: string example: error reading field xyz @@ -57539,8 +57550,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *424 - tool: *411 + sarif_id: *425 + tool: *412 deletable: type: boolean warning: @@ -57601,7 +57612,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -57637,8 +57648,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: - - *309 - *310 + - *311 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57651,7 +57662,7 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: response: summary: application/json response @@ -57705,7 +57716,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *413 + '403': *414 '404': *6 '422': description: Response if analysis could not be processed @@ -57792,8 +57803,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: - - *309 - *310 + - *311 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57846,7 +57857,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': *419 + '403': *420 '404': *6 '503': *65 x-github: @@ -57868,8 +57879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -57877,7 +57888,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 title: CodeQL Database description: A CodeQL database. type: object @@ -57988,7 +57999,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': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -58017,8 +58028,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *309 - *310 + - *311 - name: language in: path description: The language of the CodeQL database. @@ -58030,7 +58041,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -58062,9 +58073,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': &462 + '302': &463 description: Found - '403': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -58086,8 +58097,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *309 - *310 + - *311 - name: language in: path description: The language of the CodeQL database. @@ -58097,7 +58108,7 @@ paths: responses: '204': description: Response - '403': *419 + '403': *420 '404': *6 '503': *65 x-github: @@ -58125,8 +58136,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -58135,7 +58146,7 @@ paths: type: object additionalProperties: false properties: - language: &427 + language: &428 type: string description: The language targeted by the CodeQL query enum: @@ -58214,7 +58225,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &431 + schema: &432 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -58224,7 +58235,7 @@ paths: description: The ID of the variant analysis. controller_repo: *53 actor: *4 - query_language: *427 + query_language: *428 query_pack_url: type: string description: The download url for the query pack. @@ -58271,7 +58282,7 @@ paths: items: type: object properties: - repository: &428 + repository: &429 title: Repository Identifier description: Repository Identifier type: object @@ -58307,7 +58318,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &432 + analysis_status: &433 type: string description: The new status of the CodeQL variant analysis repository task. @@ -58339,7 +58350,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &429 + access_mismatch_repos: &430 type: object properties: repository_count: @@ -58353,7 +58364,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: *428 + items: *429 required: - repository_count - repositories @@ -58375,8 +58386,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *429 - over_limit_repos: *429 + no_codeql_db_repos: *430 + over_limit_repos: *430 required: - access_mismatch_repos - not_found_repos @@ -58392,7 +58403,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &430 + value: &431 summary: Default response value: id: 1 @@ -58544,10 +58555,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *430 + value: *431 repository_lists: summary: Response for a successful variant analysis submission - value: *430 + value: *431 '404': *6 '422': description: Unable to process variant analysis submission @@ -58575,8 +58586,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: - - *309 - *310 + - *311 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -58588,9 +58599,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *430 + default: *431 '404': *6 '503': *65 x-github: @@ -58613,7 +58624,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: - - *309 + - *310 - name: repo in: path description: The name of the controller repository. @@ -58648,7 +58659,7 @@ paths: type: object properties: repository: *53 - analysis_status: *432 + analysis_status: *433 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -58773,8 +58784,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -58859,7 +58870,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *413 + '403': *414 '404': *6 '503': *65 x-github: @@ -58880,8 +58891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -58948,7 +58959,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -58973,7 +58984,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *419 + '403': *420 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -59044,8 +59055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -59053,7 +59064,7 @@ paths: schema: type: object properties: - commit_sha: *433 + commit_sha: *434 ref: type: string description: |- @@ -59111,7 +59122,7 @@ paths: schema: type: object properties: - id: *424 + id: *425 url: type: string description: The REST API URL for checking the status of the upload. @@ -59125,7 +59136,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': *419 + '403': *420 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -59148,8 +59159,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *309 - *310 + - *311 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -59195,7 +59206,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': *413 + '403': *414 '404': description: Not Found if the sarif id does not match any upload '503': *65 @@ -59220,8 +59231,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: - - *309 - *310 + - *311 responses: '200': description: Response @@ -59277,7 +59288,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *152 + '204': *153 '304': *37 '403': *29 '404': *6 @@ -59302,8 +59313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *309 - *310 + - *311 - 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 @@ -59423,8 +59434,8 @@ paths: parameters: - *17 - *19 - - *309 - *310 + - *311 responses: '200': description: Response @@ -59440,7 +59451,7 @@ paths: type: integer codespaces: type: array - items: *205 + items: *206 examples: default: value: @@ -59738,8 +59749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -59802,17 +59813,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '400': *14 '401': *25 '403': *29 @@ -59841,8 +59852,8 @@ paths: parameters: - *17 - *19 - - *309 - *310 + - *311 responses: '200': description: Response @@ -59906,8 +59917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *309 - *310 + - *311 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -59942,14 +59953,14 @@ paths: type: integer machines: type: array - items: &646 + items: &647 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *435 - required: *436 + properties: *436 + required: *437 examples: - default: &647 + default: &648 value: total_count: 2 machines: @@ -59989,8 +60000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *309 - *310 + - *311 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -60074,8 +60085,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: - - *309 - *310 + - *311 - 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 @@ -60141,8 +60152,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -60160,7 +60171,7 @@ paths: type: integer secrets: type: array - items: &440 + items: &441 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -60180,7 +60191,7 @@ paths: - created_at - updated_at examples: - default: *437 + default: *438 headers: Link: *58 x-github: @@ -60203,16 +60214,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -60232,17 +60243,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60262,9 +60273,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 requestBody: required: true content: @@ -60292,7 +60303,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -60316,9 +60327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '204': description: Response @@ -60346,8 +60357,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *309 - *310 + - *311 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -60389,7 +60400,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &442 + properties: &443 login: type: string example: octocat @@ -60482,7 +60493,7 @@ paths: user_view_type: type: string example: public - required: &443 + required: &444 - avatar_url - events_url - followers_url @@ -60556,9 +60567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *309 - *310 - - *138 + - *311 + - *139 responses: '204': description: Response if user is a collaborator @@ -60604,9 +60615,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *309 - *310 - - *138 + - *311 + - *139 requestBody: required: false content: @@ -60632,7 +60643,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &510 + schema: &511 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -60643,7 +60654,7 @@ paths: example: 42 type: integer format: int64 - repository: *125 + repository: *126 invitee: title: Simple User description: A GitHub user. @@ -60861,9 +60872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *309 - *310 - - *138 + - *311 + - *139 responses: '204': description: No Content when collaborator was removed from the repository. @@ -60894,9 +60905,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *309 - *310 - - *138 + - *311 + - *139 responses: '200': description: if user has admin permissions @@ -60916,8 +60927,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *442 - required: *443 + properties: *443 + required: *444 nullable: true required: - permission @@ -60972,8 +60983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -60983,7 +60994,7 @@ paths: application/json: schema: type: array - items: &444 + items: &445 title: Commit Comment description: Commit Comment type: object @@ -61041,7 +61052,7 @@ paths: - created_at - updated_at examples: - default: &447 + default: &448 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61100,17 +61111,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *309 - *310 + - *311 - *76 responses: '200': description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &448 + default: &449 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61167,8 +61178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -61191,7 +61202,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: default: value: @@ -61242,8 +61253,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *309 - *310 + - *311 - *76 responses: '204': @@ -61265,8 +61276,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *309 - *310 + - *311 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -61293,9 +61304,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 '404': *6 @@ -61316,8 +61327,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -61350,16 +61361,16 @@ paths: description: Reaction exists content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Reaction created content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '422': *15 x-github: githubCloudOnly: false @@ -61381,10 +61392,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *309 - *310 + - *311 - *76 - - *305 + - *306 responses: '204': description: Response @@ -61433,8 +61444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *309 - *310 + - *311 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -61490,9 +61501,9 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: &561 + default: &562 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -61586,9 +61597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *309 - *310 - - &446 + - *311 + - &447 name: commit_sha description: The SHA of the commit. in: path @@ -61660,9 +61671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *309 - *310 - - *446 + - *311 + - *447 - *17 - *19 responses: @@ -61672,9 +61683,9 @@ paths: application/json: schema: type: array - items: *444 + items: *445 examples: - default: *447 + default: *448 headers: Link: *58 x-github: @@ -61702,9 +61713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *309 - *310 - - *446 + - *311 + - *447 requestBody: required: true content: @@ -61739,9 +61750,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *448 + default: *449 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61769,9 +61780,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *309 - *310 - - *446 + - *311 + - *447 - *17 - *19 responses: @@ -61781,7 +61792,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Pull Request Simple description: Pull Request Simple type: object @@ -61887,8 +61898,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *449 - required: *450 + properties: *450 + required: *451 nullable: true active_lock_reason: type: string @@ -61933,7 +61944,7 @@ paths: nullable: true requested_teams: type: array - items: *158 + items: *159 nullable: true head: type: object @@ -61984,7 +61995,7 @@ paths: _links: type: object properties: - comments: &451 + comments: &452 title: Link description: Hypermedia Link type: object @@ -61993,13 +62004,13 @@ paths: type: string required: - href - commits: *451 - statuses: *451 - html: *451 - issue: *451 - review_comments: *451 - review_comment: *451 - self: *451 + commits: *452 + statuses: *452 + html: *452 + issue: *452 + review_comments: *452 + review_comment: *452 + self: *452 required: - comments - commits @@ -62010,7 +62021,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: &554 + auto_merge: &555 title: Auto merge description: The status of auto merging a pull request. type: object @@ -62073,7 +62084,7 @@ paths: - author_association - auto_merge examples: - default: &553 + default: &554 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -62610,11 +62621,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *309 - *310 + - *311 - *19 - *17 - - &452 + - &453 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)" @@ -62629,9 +62640,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: &539 + default: &540 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -62744,11 +62755,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *309 - *310 - - *452 + - *311 - *453 - *454 + - *455 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -62782,9 +62793,9 @@ paths: type: integer check_runs: type: array - items: *394 + items: *395 examples: - default: *455 + default: *456 headers: Link: *58 x-github: @@ -62809,9 +62820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *309 - *310 - - *452 + - *311 + - *453 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -62819,7 +62830,7 @@ paths: schema: type: integer example: 1 - - *453 + - *454 - *17 - *19 responses: @@ -62837,7 +62848,7 @@ paths: type: integer check_suites: type: array - items: *399 + items: *400 examples: default: value: @@ -63037,9 +63048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *309 - *310 - - *452 + - *311 + - *453 - *17 - *19 responses: @@ -63106,7 +63117,7 @@ paths: type: string total_count: type: integer - repository: *125 + repository: *126 commit_url: type: string format: uri @@ -63237,9 +63248,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *309 - *310 - - *452 + - *311 + - *453 - *17 - *19 responses: @@ -63249,7 +63260,7 @@ paths: application/json: schema: type: array - items: &617 + items: &618 title: Status description: The status of a commit. type: object @@ -63330,7 +63341,7 @@ paths: site_admin: false headers: Link: *58 - '301': *321 + '301': *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63358,8 +63369,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -63388,20 +63399,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *456 - required: *457 + properties: *457 + required: *458 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &458 + properties: &459 url: type: string format: uri html_url: type: string format: uri - required: &459 + required: &460 - url - html_url nullable: true @@ -63415,26 +63426,26 @@ paths: contributing: title: Community Health File type: object - properties: *458 - required: *459 + properties: *459 + required: *460 nullable: true readme: title: Community Health File type: object - properties: *458 - required: *459 + properties: *459 + required: *460 nullable: true issue_template: title: Community Health File type: object - properties: *458 - required: *459 + properties: *459 + required: *460 nullable: true pull_request_template: title: Community Health File type: object - properties: *458 - required: *459 + properties: *459 + required: *460 nullable: true required: - code_of_conduct @@ -63561,8 +63572,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *309 - *310 + - *311 - *19 - *17 - name: basehead @@ -63605,8 +63616,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *445 - merge_base_commit: *445 + base_commit: *446 + merge_base_commit: *446 status: type: string enum: @@ -63626,10 +63637,10 @@ paths: example: 6 commits: type: array - items: *445 + items: *446 files: type: array - items: *460 + items: *461 required: - url - html_url @@ -63915,8 +63926,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *309 - *310 + - *311 - name: path description: path parameter in: path @@ -64059,7 +64070,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &461 + response-if-content-is-a-file: &462 summary: Response if content is a file value: type: file @@ -64191,7 +64202,7 @@ paths: - size - type - url - - &566 + - &567 title: Content File description: Content File type: object @@ -64392,7 +64403,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *461 + response-if-content-is-a-file: *462 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -64461,7 +64472,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *462 + '302': *463 '304': *37 x-github: githubCloudOnly: false @@ -64484,8 +64495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *309 - *310 + - *311 - name: path description: path parameter in: path @@ -64578,7 +64589,7 @@ paths: description: Response content: application/json: - schema: &463 + schema: &464 title: File Commit description: File Commit type: object @@ -64730,7 +64741,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: example-for-creating-a-file: value: @@ -64784,7 +64795,7 @@ paths: schema: oneOf: - *3 - - &492 + - &493 description: Repository rule violation was detected type: object properties: @@ -64805,7 +64816,7 @@ paths: items: type: object properties: - placeholder_id: &609 + placeholder_id: &610 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -64837,8 +64848,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *309 - *310 + - *311 - name: path description: path parameter in: path @@ -64899,7 +64910,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -64954,8 +64965,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *309 - *310 + - *311 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -65078,22 +65089,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *309 - *310 - - *159 + - *311 - *160 - *161 - *162 + - *163 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *163 - *164 - *165 - *166 + - *167 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -65113,8 +65124,8 @@ paths: default: 30 - *40 - *41 - - *167 - *168 + - *169 responses: '200': description: Response @@ -65122,7 +65133,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 type: object description: A Dependabot alert. properties: @@ -65168,13 +65179,13 @@ paths: - unknown - direct - transitive - security_advisory: *464 + security_advisory: *465 security_vulnerability: *52 url: *56 html_url: *57 created_at: *55 - updated_at: *142 - dismissed_at: *144 + updated_at: *143 + dismissed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -65198,8 +65209,8 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *143 - auto_dismissed_at: *465 + fixed_at: *144 + auto_dismissed_at: *466 required: - number - state @@ -65429,9 +65440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *309 - *310 - - &467 + - *311 + - &468 name: alert_number in: path description: |- @@ -65446,7 +65457,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -65559,9 +65570,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *309 - *310 - - *467 + - *311 + - *468 requestBody: required: true content: @@ -65606,7 +65617,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -65735,8 +65746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -65754,7 +65765,7 @@ paths: type: integer secrets: type: array - items: &470 + items: &471 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -65807,16 +65818,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65836,15 +65847,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -65870,9 +65881,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 requestBody: required: true content: @@ -65900,7 +65911,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -65924,9 +65935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *309 - *310 - - *133 + - *311 + - *134 responses: '204': description: Response @@ -65948,8 +65959,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: - - *309 - *310 + - *311 - 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 @@ -66109,8 +66120,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: - - *309 - *310 + - *311 responses: '200': description: Response @@ -66349,8 +66360,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: - - *309 - *310 + - *311 requestBody: required: true content: @@ -66425,7 +66436,7 @@ paths: - version - url additionalProperties: false - metadata: &471 + metadata: &472 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -66458,7 +66469,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *471 + metadata: *472 resolved: type: object description: A collection of resolved package dependencies. @@ -66471,7 +66482,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *471 + metadata: *472 relationship: type: string description: A notation of whether a dependency is requested @@ -66600,8 +66611,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *309 - *310 + - *311 - name: sha description: The SHA recorded at creation time. in: query @@ -66641,9 +66652,9 @@ paths: application/json: schema: type: array - items: *472 + items: *473 examples: - default: *473 + default: *474 headers: Link: *58 x-github: @@ -66709,8 +66720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -66791,7 +66802,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: simple-example: summary: Simple example @@ -66864,9 +66875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *309 - *310 - - &474 + - *311 + - &475 name: deployment_id description: deployment_id parameter in: path @@ -66878,7 +66889,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -66943,9 +66954,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *309 - *310 - - *474 + - *311 + - *475 responses: '204': description: Response @@ -66967,9 +66978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *309 - *310 - - *474 + - *311 + - *475 - *17 - *19 responses: @@ -66979,7 +66990,7 @@ paths: application/json: schema: type: array - items: &475 + items: &476 title: Deployment Status description: The status of a deployment. type: object @@ -67140,9 +67151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *309 - *310 - - *474 + - *311 + - *475 requestBody: required: true content: @@ -67217,9 +67228,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: &476 + default: &477 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -67275,9 +67286,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *309 - *310 - - *474 + - *311 + - *475 - name: status_id in: path required: true @@ -67288,9 +67299,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '404': *6 x-github: githubCloudOnly: false @@ -67315,8 +67326,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -67373,8 +67384,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -67391,7 +67402,7 @@ paths: type: integer environments: type: array - items: &478 + items: &479 title: Environment description: Details of a deployment environment type: object @@ -67443,7 +67454,7 @@ paths: type: type: string example: wait_timer - wait_timer: &480 + wait_timer: &481 type: integer example: 30 description: The amount of time to delay a job after @@ -67480,11 +67491,11 @@ paths: items: type: object properties: - type: *477 + type: *478 reviewer: anyOf: - *4 - - *158 + - *159 required: - id - node_id @@ -67504,7 +67515,7 @@ paths: - id - node_id - type - deployment_branch_policy: &481 + deployment_branch_policy: &482 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -67620,9 +67631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *309 - *310 - - &479 + - *311 + - &480 name: environment_name in: path required: true @@ -67635,9 +67646,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: &482 + default: &483 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -67721,9 +67732,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *309 - *310 - - *479 + - *311 + - *480 requestBody: required: false content: @@ -67732,7 +67743,7 @@ paths: type: object nullable: true properties: - wait_timer: *480 + wait_timer: *481 prevent_self_review: type: boolean example: false @@ -67749,13 +67760,13 @@ paths: items: type: object properties: - type: *477 + type: *478 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *481 + deployment_branch_policy: *482 additionalProperties: false examples: default: @@ -67775,9 +67786,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *482 + default: *483 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -67801,9 +67812,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *309 - *310 - - *479 + - *311 + - *480 responses: '204': description: Default response @@ -67828,9 +67839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *309 - *310 - - *479 + - *311 + - *480 - *17 - *19 responses: @@ -67848,7 +67859,7 @@ paths: example: 2 branch_policies: type: array - items: &483 + items: &484 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -67905,9 +67916,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *309 - *310 - - *479 + - *311 + - *480 requestBody: required: true content: @@ -67953,9 +67964,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - example-wildcard: &484 + example-wildcard: &485 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -67997,10 +68008,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *309 - *310 - - *479 - - &485 + - *311 + - *480 + - &486 name: branch_policy_id in: path required: true @@ -68012,9 +68023,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68033,10 +68044,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *309 - *310 - - *479 - - *485 + - *311 + - *480 + - *486 requestBody: required: true content: @@ -68064,9 +68075,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68085,10 +68096,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *309 - *310 - - *479 - - *485 + - *311 + - *480 + - *486 responses: '204': description: Response @@ -68113,9 +68124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *479 + - *480 + - *311 - *310 - - *309 responses: '200': description: List of deployment protection rules @@ -68131,7 +68142,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &486 + items: &487 title: Deployment protection rule description: Deployment protection rule type: object @@ -68150,7 +68161,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &487 + app: &488 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -68249,9 +68260,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: - - *479 + - *480 + - *311 - *310 - - *309 requestBody: content: application/json: @@ -68272,9 +68283,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *486 + schema: *487 examples: - default: &488 + default: &489 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -68309,9 +68320,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: - - *479 + - *480 + - *311 - *310 - - *309 - *19 - *17 responses: @@ -68330,7 +68341,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *487 + items: *488 examples: default: value: @@ -68365,10 +68376,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *309 - *310 - - *479 - - &489 + - *311 + - *480 + - &490 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -68380,9 +68391,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68403,10 +68414,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *479 + - *480 + - *311 - *310 - - *309 - - *489 + - *490 responses: '204': description: Response @@ -68432,9 +68443,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *309 - *310 - - *479 + - *311 + - *480 - *17 - *19 responses: @@ -68452,9 +68463,9 @@ paths: type: integer secrets: type: array - items: *360 + items: *361 examples: - default: *361 + default: *362 headers: Link: *58 x-github: @@ -68479,17 +68490,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *309 - *310 - - *479 + - *311 + - *480 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68511,18 +68522,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *309 - *310 - - *479 - - *133 + - *311 + - *480 + - *134 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *490 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68544,10 +68555,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *309 - *310 - - *479 - - *133 + - *311 + - *480 + - *134 requestBody: required: true content: @@ -68578,7 +68589,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -68604,10 +68615,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *309 - *310 - - *479 - - *133 + - *311 + - *480 + - *134 responses: '204': description: Default response @@ -68632,10 +68643,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *309 - *310 - - *479 - - *331 + - *311 + - *480 + - *332 - *19 responses: '200': @@ -68652,9 +68663,9 @@ paths: type: integer variables: type: array - items: *364 + items: *365 examples: - default: *365 + default: *366 headers: Link: *58 x-github: @@ -68677,9 +68688,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *309 - *310 - - *479 + - *311 + - *480 requestBody: required: true content: @@ -68706,7 +68717,7 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -68731,18 +68742,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *309 - *310 - - *479 - - *136 + - *311 + - *480 + - *137 responses: '200': description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *491 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68763,10 +68774,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *309 - *310 - - *136 - - *479 + - *311 + - *137 + - *480 requestBody: required: true content: @@ -68808,10 +68819,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *309 - *310 - - *136 - - *479 + - *311 + - *137 + - *480 responses: '204': description: Response @@ -68833,8 +68844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -68911,8 +68922,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *309 - *310 + - *311 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -68934,7 +68945,7 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: default: value: @@ -69071,8 +69082,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -69104,9 +69115,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *322 + default: *323 '400': *14 '422': *15 '403': *29 @@ -69127,8 +69138,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -69188,7 +69199,7 @@ paths: schema: oneOf: - *100 - - *492 + - *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69213,8 +69224,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *309 - *310 + - *311 - name: file_sha in: path required: true @@ -69313,8 +69324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -69423,7 +69434,7 @@ paths: description: Response content: application/json: - schema: &493 + schema: &494 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -69637,15 +69648,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *309 - *310 - - *446 + - *311 + - *447 responses: '200': description: Response content: application/json: - schema: *493 + schema: *494 examples: default: value: @@ -69701,9 +69712,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *309 - *310 - - &494 + - *311 + - &495 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. @@ -69720,7 +69731,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 title: Git Reference description: Git references within a repository type: object @@ -69795,17 +69806,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *309 - *310 - - *494 + - *311 + - *495 responses: '200': description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: &496 + default: &497 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -69834,8 +69845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -69864,9 +69875,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -69892,9 +69903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *309 - *310 - - *494 + - *311 + - *495 requestBody: required: true content: @@ -69923,9 +69934,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 '422': *15 '409': *47 x-github: @@ -69943,9 +69954,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *309 - *310 - - *494 + - *311 + - *495 responses: '204': description: Response @@ -70000,8 +70011,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -70068,7 +70079,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 title: Git Tag description: Metadata for a Git tag type: object @@ -70119,7 +70130,7 @@ paths: - sha - type - url - verification: *497 + verification: *498 required: - sha - url @@ -70129,7 +70140,7 @@ paths: - tag - message examples: - default: &499 + default: &500 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -70202,8 +70213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *309 - *310 + - *311 - name: tag_sha in: path required: true @@ -70214,9 +70225,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 '404': *6 '409': *47 x-github: @@ -70240,8 +70251,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -70314,7 +70325,7 @@ paths: description: Response content: application/json: - schema: &500 + schema: &501 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -70410,8 +70421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *309 - *310 + - *311 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -70434,7 +70445,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default-response: summary: Default response @@ -70493,8 +70504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -70504,7 +70515,7 @@ paths: application/json: schema: type: array - items: &501 + items: &502 title: Webhook description: Webhooks for repositories. type: object @@ -70558,7 +70569,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &729 + last_response: &730 title: Hook Response type: object properties: @@ -70632,8 +70643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -70685,9 +70696,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: &502 + default: &503 value: type: Repository id: 12345678 @@ -70735,17 +70746,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 responses: '200': description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 x-github: githubCloudOnly: false @@ -70765,9 +70776,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 requestBody: required: true content: @@ -70812,9 +70823,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '422': *15 '404': *6 x-github: @@ -70835,9 +70846,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 responses: '204': description: Response @@ -70861,9 +70872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *309 - *310 - - *176 + - *311 + - *177 responses: '200': description: Response @@ -70890,9 +70901,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *309 - *310 - - *176 + - *311 + - *177 requestBody: required: false content: @@ -70936,11 +70947,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *309 - *310 - - *176 - - *17 + - *311 - *177 + - *17 + - *178 responses: '200': description: Response @@ -70948,9 +70959,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *179 + default: *180 '400': *14 '422': *15 x-github: @@ -70969,18 +70980,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 - *16 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 '400': *14 '422': *15 x-github: @@ -70999,9 +71010,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 - *16 responses: '202': *39 @@ -71024,9 +71035,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 responses: '204': description: Response @@ -71051,9 +71062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *309 - *310 - - *176 + - *311 + - *177 responses: '204': description: Response @@ -71111,14 +71122,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: &503 + schema: &504 title: Import description: A repository import from an external source. type: object @@ -71217,7 +71228,7 @@ paths: - html_url - authors_url examples: - default: &506 + default: &507 value: vcs: subversion use_lfs: true @@ -71233,7 +71244,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': &504 + '503': &505 description: Unavailable due to service under maintenance. content: application/json: @@ -71262,8 +71273,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -71311,7 +71322,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: default: value: @@ -71336,7 +71347,7 @@ paths: type: string '422': *15 '404': *6 - '503': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71364,8 +71375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -71414,7 +71425,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: example-1: summary: Example 1 @@ -71462,7 +71473,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': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71485,12 +71496,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *309 - *310 + - *311 responses: '204': description: Response - '503': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71516,9 +71527,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *309 - *310 - - &669 + - *311 + - &670 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -71532,7 +71543,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Porter Author description: Porter Author type: object @@ -71586,7 +71597,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': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71611,8 +71622,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *309 - *310 + - *311 - name: author_id in: path required: true @@ -71642,7 +71653,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -71655,7 +71666,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71679,8 +71690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -71721,7 +71732,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71749,8 +71760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -71777,11 +71788,11 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *506 + default: *507 '422': *15 - '503': *504 + '503': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71804,8 +71815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -71813,8 +71824,8 @@ paths: application/json: schema: *22 examples: - default: *507 - '301': *321 + default: *508 + '301': *322 '404': *6 x-github: githubCloudOnly: false @@ -71834,8 +71845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -71843,12 +71854,12 @@ paths: application/json: schema: anyOf: - - *194 + - *195 - type: object properties: {} additionalProperties: false examples: - default: &509 + default: &510 value: limit: collaborators_only origin: repository @@ -71873,13 +71884,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: application/json: - schema: *508 + schema: *509 examples: default: summary: Example request body @@ -71891,9 +71902,9 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: - default: *509 + default: *510 '409': description: Response x-github: @@ -71915,8 +71926,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -71939,8 +71950,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -71950,9 +71961,9 @@ paths: application/json: schema: type: array - items: *510 + items: *511 examples: - default: &662 + default: &663 value: - id: 1 repository: @@ -72083,9 +72094,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *309 - *310 - - *198 + - *311 + - *199 requestBody: required: false content: @@ -72114,7 +72125,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -72245,9 +72256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *309 - *310 - - *198 + - *311 + - *199 responses: '204': description: Response @@ -72278,8 +72289,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *309 - *310 + - *311 - 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 @@ -72327,7 +72338,7 @@ paths: required: false schema: type: string - - *202 + - *203 - name: sort description: What to sort results by. in: query @@ -72352,7 +72363,7 @@ paths: type: array items: *77 examples: - default: &519 + default: &520 value: - id: 1 node_id: MDU6SXNzdWUx @@ -72500,7 +72511,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *321 + '301': *322 '422': *15 '404': *6 x-github: @@ -72529,8 +72540,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -72614,7 +72625,7 @@ paths: application/json: schema: *77 examples: - default: &516 + default: &517 value: id: 1 node_id: MDU6SXNzdWUx @@ -72770,7 +72781,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *318 + '410': *319 x-github: triggersNotification: true githubCloudOnly: false @@ -72798,8 +72809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *309 - *310 + - *311 - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -72820,9 +72831,9 @@ paths: application/json: schema: type: array - items: *511 + items: *512 examples: - default: &518 + default: &519 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72880,17 +72891,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *309 - *310 + - *311 - *76 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &512 + default: &513 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72944,8 +72955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -72968,9 +72979,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '422': *15 x-github: githubCloudOnly: false @@ -72988,8 +72999,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *309 - *310 + - *311 - *76 responses: '204': @@ -73010,8 +73021,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *309 - *310 + - *311 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -73038,9 +73049,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 '404': *6 @@ -73061,8 +73072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -73095,16 +73106,16 @@ paths: description: Reaction exists content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Reaction created content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '422': *15 x-github: githubCloudOnly: false @@ -73126,10 +73137,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *309 - *310 + - *311 - *76 - - *305 + - *306 responses: '204': description: Response @@ -73149,8 +73160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -73160,7 +73171,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 title: Issue Event description: Issue Event type: object @@ -73203,8 +73214,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *513 - required: *514 + properties: *514 + required: *515 nullable: true label: title: Issue Event Label @@ -73248,7 +73259,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *158 + requested_team: *159 dismissed_review: title: Issue Event Dismissed Review type: object @@ -73511,8 +73522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *309 - *310 + - *311 - name: event_id in: path required: true @@ -73523,7 +73534,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -73716,7 +73727,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *318 + '410': *319 '403': *29 x-github: githubCloudOnly: false @@ -73750,9 +73761,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *309 - *310 - - &517 + - *311 + - &518 name: issue_number description: The number that identifies the issue. in: path @@ -73766,10 +73777,10 @@ paths: application/json: schema: *77 examples: - default: *516 - '301': *321 + default: *517 + '301': *322 '404': *6 - '410': *318 + '410': *319 '304': *37 x-github: githubCloudOnly: false @@ -73794,9 +73805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: false content: @@ -73909,13 +73920,13 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 '422': *15 '503': *65 '403': *29 - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73933,9 +73944,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: false content: @@ -73963,7 +73974,7 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73979,9 +73990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: content: application/json: @@ -74008,7 +74019,7 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74030,9 +74041,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: - - *309 - *310 - - *517 + - *311 + - *518 - name: assignee in: path required: true @@ -74072,9 +74083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *67 - *17 - *19 @@ -74085,13 +74096,13 @@ paths: application/json: schema: type: array - items: *511 + items: *512 examples: - default: *518 + default: *519 headers: Link: *58 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74120,9 +74131,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -74144,16 +74155,16 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *318 + '410': *319 '422': *15 '404': *6 x-github: @@ -74181,9 +74192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -74195,12 +74206,12 @@ paths: type: array items: *77 examples: - default: *519 + default: *520 headers: Link: *58 - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74228,9 +74239,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -74254,15 +74265,15 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *321 + '301': *322 '403': *29 - '410': *318 + '410': *319 '422': *15 '404': *6 x-github: @@ -74293,9 +74304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *309 - *310 - - *517 + - *311 + - *518 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -74309,13 +74320,13 @@ paths: application/json: schema: *77 examples: - default: *516 - '301': *321 + default: *517 + '301': *322 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *318 + '410': *319 x-github: triggersNotification: true githubCloudOnly: false @@ -74341,9 +74352,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -74355,12 +74366,12 @@ paths: type: array items: *77 examples: - default: *519 + default: *520 headers: Link: *58 - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74377,9 +74388,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -74393,7 +74404,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &522 + - &523 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -74447,7 +74458,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &523 + - &524 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -74583,7 +74594,7 @@ paths: - performed_via_github_app - assignee - assigner - - &524 + - &525 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -74634,7 +74645,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &525 + - &526 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -74685,7 +74696,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &526 + - &527 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -74739,7 +74750,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &527 + - &528 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -74773,7 +74784,7 @@ paths: properties: *61 required: *62 review_requester: *4 - requested_team: *158 + requested_team: *159 requested_reviewer: *4 required: - review_requester @@ -74786,7 +74797,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &528 + - &529 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -74820,7 +74831,7 @@ paths: properties: *61 required: *62 review_requester: *4 - requested_team: *158 + requested_team: *159 requested_reviewer: *4 required: - review_requester @@ -74833,7 +74844,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &529 + - &530 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -74893,7 +74904,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &530 + - &531 title: Locked Issue Event description: Locked Issue Event type: object @@ -74941,7 +74952,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &531 + - &532 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -75007,7 +75018,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &533 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -75073,7 +75084,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &533 + - &534 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -75139,7 +75150,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &535 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -75230,7 +75241,7 @@ paths: color: red headers: Link: *58 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75247,9 +75258,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -75259,7 +75270,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -75306,7 +75317,7 @@ paths: - color - default examples: - default: &521 + default: &522 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -75324,9 +75335,9 @@ paths: default: false headers: Link: *58 - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75343,9 +75354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: false content: @@ -75404,12 +75415,12 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *521 - '301': *321 + default: *522 + '301': *322 '404': *6 - '410': *318 + '410': *319 '422': *15 x-github: githubCloudOnly: false @@ -75426,9 +75437,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: false content: @@ -75488,12 +75499,12 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *521 - '301': *321 + default: *522 + '301': *322 '404': *6 - '410': *318 + '410': *319 '422': *15 x-github: githubCloudOnly: false @@ -75510,15 +75521,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 responses: '204': description: Response - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75537,9 +75548,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 - name: name in: path required: true @@ -75552,7 +75563,7 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: default: value: @@ -75563,9 +75574,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *321 + '301': *322 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75585,9 +75596,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: false content: @@ -75615,7 +75626,7 @@ paths: '204': description: Response '403': *29 - '410': *318 + '410': *319 '404': *6 '422': *15 x-github: @@ -75633,9 +75644,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 responses: '204': description: Response @@ -75657,9 +75668,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 - 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. @@ -75685,13 +75696,13 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75709,9 +75720,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -75743,16 +75754,16 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '422': *15 x-github: githubCloudOnly: false @@ -75774,10 +75785,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *309 - *310 - - *517 - - *305 + - *311 + - *518 + - *306 responses: '204': description: Response @@ -75806,9 +75817,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -75832,7 +75843,7 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -75865,9 +75876,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -75879,11 +75890,11 @@ paths: type: array items: *77 examples: - default: *519 + default: *520 headers: Link: *58 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75911,9 +75922,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -75942,14 +75953,14 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *318 + '410': *319 '422': *15 '404': *6 x-github: @@ -75969,9 +75980,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 requestBody: required: true content: @@ -76004,7 +76015,7 @@ paths: application/json: schema: *77 examples: - default: *516 + default: *517 '403': *29 '404': *6 '422': *7 @@ -76026,9 +76037,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *309 - *310 - - *517 + - *311 + - *518 - *17 - *19 responses: @@ -76043,7 +76054,6 @@ paths: description: Timeline Event type: object anyOf: - - *522 - *523 - *524 - *525 @@ -76056,6 +76066,7 @@ paths: - *532 - *533 - *534 + - *535 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -76364,7 +76375,7 @@ paths: type: string comments: type: array - items: &555 + items: &556 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -76573,7 +76584,7 @@ paths: type: string comments: type: array - items: *444 + items: *445 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -76862,7 +76873,7 @@ paths: headers: Link: *58 '404': *6 - '410': *318 + '410': *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76879,8 +76890,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -76890,7 +76901,7 @@ paths: application/json: schema: type: array - items: &535 + items: &536 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -76956,8 +76967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -76993,9 +77004,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: &536 + default: &537 value: id: 1 key: ssh-rsa AAA... @@ -77029,9 +77040,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *309 - *310 - - &537 + - *311 + - &538 name: key_id description: The unique identifier of the key. in: path @@ -77043,9 +77054,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 '404': *6 x-github: githubCloudOnly: false @@ -77063,9 +77074,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *309 - *310 - - *537 + - *311 + - *538 responses: '204': description: Response @@ -77085,8 +77096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -77096,9 +77107,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *521 + default: *522 headers: Link: *58 '404': *6 @@ -77119,8 +77130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -77156,9 +77167,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &538 + default: &539 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -77190,8 +77201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *309 - *310 + - *311 - name: name in: path required: true @@ -77202,9 +77213,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *538 + default: *539 '404': *6 x-github: githubCloudOnly: false @@ -77221,8 +77232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *309 - *310 + - *311 - name: name in: path required: true @@ -77261,7 +77272,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -77287,8 +77298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *309 - *310 + - *311 - name: name in: path required: true @@ -77314,8 +77325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -77354,9 +77365,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *309 - *310 - - *420 + - *311 + - *421 responses: '200': description: Response @@ -77501,8 +77512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -77567,8 +77578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -77602,9 +77613,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *445 + schema: *446 examples: - default: *539 + default: *540 '204': description: Response when already merged '404': @@ -77629,8 +77640,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *309 - *310 + - *311 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -77671,12 +77682,12 @@ paths: application/json: schema: type: array - items: &540 + items: &541 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *449 - required: *450 + properties: *450 + required: *451 examples: default: value: @@ -77732,8 +77743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -77773,9 +77784,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: &541 + default: &542 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -77834,9 +77845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *309 - *310 - - &542 + - *311 + - &543 name: milestone_number description: The number that identifies the milestone. in: path @@ -77848,9 +77859,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 '404': *6 x-github: githubCloudOnly: false @@ -77867,9 +77878,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *309 - *310 - - *542 + - *311 + - *543 requestBody: required: false content: @@ -77907,9 +77918,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77925,9 +77936,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *309 - *310 - - *542 + - *311 + - *543 responses: '204': description: Response @@ -77948,9 +77959,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *309 - *310 - - *542 + - *311 + - *543 - *17 - *19 responses: @@ -77960,9 +77971,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *521 + default: *522 headers: Link: *58 x-github: @@ -77981,12 +77992,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *309 - *310 - - *543 + - *311 - *544 - - *67 - *545 + - *67 + - *546 - *17 - *19 responses: @@ -77998,7 +78009,7 @@ paths: type: array items: *90 examples: - default: *546 + default: *547 headers: Link: *58 x-github: @@ -78022,8 +78033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -78081,14 +78092,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: &547 + schema: &548 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -78213,7 +78224,7 @@ paths: - custom_404 - public examples: - default: &548 + default: &549 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -78254,8 +78265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -78309,9 +78320,9 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *548 + default: *549 '422': *15 '409': *47 x-github: @@ -78334,8 +78345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -78434,8 +78445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -78461,8 +78472,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -78472,7 +78483,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: Page Build description: Page Build type: object @@ -78566,8 +78577,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *309 - *310 + - *311 responses: '201': description: Response @@ -78612,16 +78623,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &550 + default: &551 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -78669,8 +78680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *309 - *310 + - *311 - name: build_id in: path required: true @@ -78681,9 +78692,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78703,8 +78714,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -78809,9 +78820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *309 - *310 - - &551 + - *311 + - &552 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -78869,11 +78880,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *309 - *310 - - *551 + - *311 + - *552 responses: - '204': *152 + '204': *153 '404': *6 x-github: githubCloudOnly: false @@ -78898,8 +78909,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -79130,7 +79141,7 @@ paths: description: Empty response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -79157,8 +79168,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: - - *309 - *310 + - *311 responses: '200': description: Private vulnerability reporting status @@ -79195,10 +79206,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *309 - *310 + - *311 responses: - '204': *152 + '204': *153 '422': *14 x-github: githubCloudOnly: false @@ -79217,10 +79228,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *309 - *310 + - *311 responses: - '204': *152 + '204': *153 '422': *14 x-github: githubCloudOnly: false @@ -79241,8 +79252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#list-repository-projects parameters: - - *309 - *310 + - *311 - name: state description: Indicates the state of the projects to return. in: query @@ -79263,7 +79274,7 @@ paths: application/json: schema: type: array - items: *236 + items: *237 examples: default: value: @@ -79303,7 +79314,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *318 + '410': *319 '422': *7 x-github: githubCloudOnly: false @@ -79326,8 +79337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#create-a-repository-project parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -79353,13 +79364,13 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *317 + default: *318 '401': *25 '403': *29 '404': *6 - '410': *318 + '410': *319 '422': *7 x-github: githubCloudOnly: false @@ -79382,8 +79393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -79391,7 +79402,7 @@ paths: application/json: schema: type: array - items: *241 + items: *242 examples: default: value: @@ -79422,8 +79433,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: - - *309 - *310 + - *311 requestBody: required: true content: @@ -79435,7 +79446,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *241 + items: *242 required: - properties examples: @@ -79485,8 +79496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *309 - *310 + - *311 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -79546,9 +79557,9 @@ paths: application/json: schema: type: array - items: *552 + items: *553 examples: - default: *553 + default: *554 headers: Link: *58 '304': *37 @@ -79580,8 +79591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -79646,7 +79657,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &558 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -79757,8 +79768,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *449 - required: *450 + properties: *450 + required: *451 nullable: true active_lock_reason: type: string @@ -79803,7 +79814,7 @@ paths: nullable: true requested_teams: type: array - items: *287 + items: *288 nullable: true head: type: object @@ -79842,14 +79853,14 @@ paths: _links: type: object properties: - comments: *451 - commits: *451 - statuses: *451 - html: *451 - issue: *451 - review_comments: *451 - review_comment: *451 - self: *451 + comments: *452 + commits: *452 + statuses: *452 + html: *452 + issue: *452 + review_comments: *452 + review_comment: *452 + self: *452 required: - comments - commits @@ -79860,7 +79871,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: *554 + auto_merge: *555 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -79952,7 +79963,7 @@ paths: - merged_by - review_comments examples: - default: &558 + default: &559 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -80479,8 +80490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *309 - *310 + - *311 - name: sort in: query required: false @@ -80509,9 +80520,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: &560 + default: &561 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -80588,17 +80599,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *309 - *310 + - *311 - *76 responses: '200': description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: &556 + default: &557 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -80673,8 +80684,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -80697,9 +80708,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80715,8 +80726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *309 - *310 + - *311 - *76 responses: '204': @@ -80738,8 +80749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *309 - *310 + - *311 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -80766,9 +80777,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 '404': *6 @@ -80789,8 +80800,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *309 - *310 + - *311 - *76 requestBody: required: true @@ -80823,16 +80834,16 @@ paths: description: Reaction exists content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Reaction created content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '422': *15 x-github: githubCloudOnly: false @@ -80854,10 +80865,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *309 - *310 + - *311 - *76 - - *305 + - *306 responses: '204': description: Response @@ -80900,9 +80911,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *309 - *310 - - &559 + - *311 + - &560 name: pull_number description: The number that identifies the pull request. in: path @@ -80915,9 +80926,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '304': *37 '404': *6 '406': @@ -80952,9 +80963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: false content: @@ -80996,9 +81007,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '422': *15 '403': *29 x-github: @@ -81020,9 +81031,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: true content: @@ -81082,17 +81093,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '401': *25 '403': *29 '404': *6 @@ -81122,9 +81133,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -81145,9 +81156,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *560 + default: *561 headers: Link: *58 x-github: @@ -81180,9 +81191,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: true content: @@ -81287,7 +81298,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: example-for-a-multi-line-comment: value: @@ -81375,9 +81386,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *309 - *310 - - *559 + - *311 + - *560 - *76 requestBody: required: true @@ -81400,7 +81411,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -81486,9 +81497,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 - *17 - *19 responses: @@ -81498,9 +81509,9 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: *561 + default: *562 headers: Link: *58 x-github: @@ -81530,9 +81541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *309 - *310 - - *559 + - *311 + - *560 - *17 - *19 responses: @@ -81542,7 +81553,7 @@ paths: application/json: schema: type: array - items: *460 + items: *461 examples: default: value: @@ -81580,9 +81591,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *309 - *310 - - *559 + - *311 + - *560 responses: '204': description: Response if pull request has been merged @@ -81605,9 +81616,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: false content: @@ -81718,9 +81729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 responses: '200': description: Response @@ -81736,7 +81747,7 @@ paths: items: *4 teams: type: array - items: *158 + items: *159 required: - users - teams @@ -81795,9 +81806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: false content: @@ -81834,7 +81845,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -82370,9 +82381,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: true content: @@ -82406,7 +82417,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -82911,9 +82922,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 - *17 - *19 responses: @@ -82923,7 +82934,7 @@ paths: application/json: schema: type: array - items: &562 + items: &563 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -83074,9 +83085,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: false content: @@ -83162,9 +83173,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: &564 + default: &565 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -83227,10 +83238,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *309 - *310 - - *559 - - &563 + - *311 + - *560 + - &564 name: review_id description: The unique identifier of the review. in: path @@ -83242,9 +83253,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: &565 + default: &566 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -83303,10 +83314,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *309 - *310 - - *559 - - *563 + - *311 + - *560 + - *564 requestBody: required: true content: @@ -83329,7 +83340,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -83391,18 +83402,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *309 - *310 - - *559 - - *563 + - *311 + - *560 + - *564 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *564 + default: *565 '422': *7 '404': *6 x-github: @@ -83429,10 +83440,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *309 - *310 - - *559 - - *563 + - *311 + - *560 + - *564 - *17 - *19 responses: @@ -83515,9 +83526,9 @@ paths: _links: type: object properties: - self: *451 - html: *451 - pull_request: *451 + self: *452 + html: *452 + pull_request: *452 required: - self - html @@ -83667,10 +83678,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *309 - *310 - - *559 - - *563 + - *311 + - *560 + - *564 requestBody: required: true content: @@ -83698,7 +83709,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -83761,10 +83772,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *309 - *310 - - *559 - - *563 + - *311 + - *560 + - *564 requestBody: required: true content: @@ -83799,9 +83810,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *565 + default: *566 '404': *6 '422': *7 '403': *29 @@ -83823,9 +83834,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *309 - *310 - - *559 + - *311 + - *560 requestBody: required: false content: @@ -83888,8 +83899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *309 - *310 + - *311 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -83902,9 +83913,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: &567 + default: &568 value: type: file encoding: base64 @@ -83946,8 +83957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *309 - *310 + - *311 - name: dir description: The alternate path to look for a README file in: path @@ -83967,9 +83978,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '404': *6 '422': *15 x-github: @@ -83991,8 +84002,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -84002,7 +84013,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Release description: A release. type: object @@ -84073,7 +84084,7 @@ paths: author: *4 assets: type: array - items: &569 + items: &570 title: Release Asset description: Data related to a release. type: object @@ -84260,8 +84271,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -84337,9 +84348,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: &572 + default: &573 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -84444,9 +84455,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *309 - *310 - - &570 + - *311 + - &571 name: asset_id description: The unique identifier of the asset. in: path @@ -84458,9 +84469,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &571 + default: &572 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 @@ -84495,7 +84506,7 @@ paths: type: User site_admin: false '404': *6 - '302': *462 + '302': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84511,9 +84522,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *309 - *310 - - *570 + - *311 + - *571 requestBody: required: false content: @@ -84541,9 +84552,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *571 + default: *572 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84559,9 +84570,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *309 - *310 - - *570 + - *311 + - *571 responses: '204': description: Response @@ -84585,8 +84596,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -84671,16 +84682,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84697,8 +84708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *309 - *310 + - *311 - name: tag description: tag parameter in: path @@ -84711,9 +84722,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *572 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -84735,9 +84746,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *309 - *310 - - &573 + - *311 + - &574 name: release_id description: The unique identifier of the release. in: path @@ -84751,9 +84762,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: *568 + schema: *569 examples: - default: *572 + default: *573 '401': description: Unauthorized x-github: @@ -84771,9 +84782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *309 - *310 - - *573 + - *311 + - *574 requestBody: required: false content: @@ -84837,9 +84848,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *572 + default: *573 '404': description: Not Found if the discussion category name is invalid content: @@ -84860,9 +84871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *309 - *310 - - *573 + - *311 + - *574 responses: '204': description: Response @@ -84882,9 +84893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *309 - *310 - - *573 + - *311 + - *574 - *17 - *19 responses: @@ -84894,7 +84905,7 @@ paths: application/json: schema: type: array - items: *569 + items: *570 examples: default: value: @@ -84975,9 +84986,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: - - *309 - *310 - - *573 + - *311 + - *574 - name: name in: query required: true @@ -85003,7 +85014,7 @@ paths: description: Response for successful upload content: application/json: - schema: *569 + schema: *570 examples: response-for-successful-upload: value: @@ -85058,9 +85069,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *309 - *310 - - *573 + - *311 + - *574 - 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. @@ -85084,9 +85095,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 '404': *6 @@ -85107,9 +85118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *309 - *310 - - *573 + - *311 + - *574 requestBody: required: true content: @@ -85139,16 +85150,16 @@ paths: description: Reaction exists content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '201': description: Reaction created content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 '422': *15 x-github: githubCloudOnly: false @@ -85170,10 +85181,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *309 - *310 - - *573 - - *305 + - *311 + - *574 + - *306 responses: '204': description: Response @@ -85197,9 +85208,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *309 - *310 - - *382 + - *311 + - *383 - *17 - *19 responses: @@ -85215,8 +85226,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *250 - - &574 + - *251 + - &575 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -85235,66 +85246,66 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *251 - - *574 - allOf: - *252 - - *574 + - *575 - allOf: - *253 - - *574 - - allOf: - *575 - - *574 - allOf: - *254 - - *574 + - *575 + - allOf: + - *576 + - *575 - allOf: - *255 - - *574 + - *575 - allOf: - *256 - - *574 + - *575 - allOf: - *257 - - *574 + - *575 - allOf: - *258 - - *574 + - *575 - allOf: - *259 - - *574 + - *575 - allOf: - *260 - - *574 + - *575 - allOf: - *261 - - *574 + - *575 - allOf: - *262 - - *574 + - *575 - allOf: - *263 - - *574 + - *575 - allOf: - *264 - - *574 + - *575 - allOf: - *265 - - *574 + - *575 - allOf: - *266 - - *574 + - *575 - allOf: - *267 - - *574 + - *575 - allOf: - *268 - - *574 + - *575 - allOf: - *269 - - *574 + - *575 + - allOf: + - *270 + - *575 examples: default: value: @@ -85333,8 +85344,8 @@ paths: category: repos subcategory: rules parameters: - - *309 - *310 + - *311 - *17 - *19 - name: includes_parents @@ -85345,7 +85356,7 @@ paths: schema: type: boolean default: true - - *576 + - *577 responses: '200': description: Response @@ -85353,7 +85364,7 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: default: value: @@ -85400,8 +85411,8 @@ paths: category: repos subcategory: rules parameters: - - *309 - *310 + - *311 requestBody: description: Request body required: true @@ -85421,16 +85432,16 @@ paths: - tag - push default: branch - enforcement: *247 + enforcement: *248 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *248 - conditions: *245 + items: *249 + conditions: *246 rules: type: array description: An array of rules within the ruleset. - items: *577 + items: *578 required: - name - enforcement @@ -85461,9 +85472,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &587 + default: &588 value: id: 42 name: super cool ruleset @@ -85510,12 +85521,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *309 - *310 - - *578 + - *311 - *579 - *580 - *581 + - *582 - *17 - *19 responses: @@ -85523,9 +85534,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '404': *6 '500': *97 x-github: @@ -85546,17 +85557,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *309 - *310 - - *584 + - *311 + - *585 responses: '200': description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: *586 + default: *587 '404': *6 '500': *97 x-github: @@ -85584,8 +85595,8 @@ paths: category: repos subcategory: rules parameters: - - *309 - *310 + - *311 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85605,9 +85616,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *587 + default: *588 '404': *6 '500': *97 put: @@ -85625,8 +85636,8 @@ paths: category: repos subcategory: rules parameters: - - *309 - *310 + - *311 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85651,16 +85662,16 @@ paths: - branch - tag - push - enforcement: *247 + enforcement: *248 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *248 - conditions: *245 + items: *249 + conditions: *246 rules: description: An array of rules within the ruleset. type: array - items: *577 + items: *578 examples: default: value: @@ -85688,9 +85699,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *587 + default: *588 '404': *6 '500': *97 delete: @@ -85708,8 +85719,8 @@ paths: category: repos subcategory: rules parameters: - - *309 - *310 + - *311 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85732,8 +85743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *309 - *310 + - *311 - *17 - *19 - name: ruleset_id @@ -85749,9 +85760,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *588 + default: *589 '404': *6 '500': *97 x-github: @@ -85770,8 +85781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *309 - *310 + - *311 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85789,7 +85800,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -85844,21 +85855,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *309 - *310 - - *274 + - *311 - *275 - *276 - *277 + - *278 - *48 - *19 - *17 - - *590 - *591 - - *278 + - *592 - *279 - *280 - *281 + - *282 responses: '200': description: Response @@ -85866,7 +85877,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 type: object properties: number: *54 @@ -85885,8 +85896,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *592 - resolution: *593 + state: *593 + resolution: *594 resolved_at: type: string format: date-time @@ -85982,7 +85993,7 @@ paths: pull request. ' - oneOf: *594 + oneOf: *595 nullable: true has_more_locations: type: boolean @@ -86132,16 +86143,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *309 - *310 - - *414 - - *281 + - *311 + - *415 + - *282 responses: '200': description: Response content: application/json: - schema: *595 + schema: *596 examples: default: value: @@ -86193,9 +86204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *309 - *310 - - *414 + - *311 + - *415 requestBody: required: true content: @@ -86203,8 +86214,8 @@ paths: schema: type: object properties: - state: *592 - resolution: *593 + state: *593 + resolution: *594 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -86222,7 +86233,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: default: value: @@ -86297,9 +86308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *309 - *310 - - *414 + - *311 + - *415 - *19 - *17 responses: @@ -86310,7 +86321,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &752 + items: &753 type: object properties: type: @@ -86336,7 +86347,6 @@ paths: example: commit details: oneOf: - - *596 - *597 - *598 - *599 @@ -86349,6 +86359,7 @@ paths: - *606 - *607 - *608 + - *609 examples: default: value: @@ -86434,8 +86445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -86443,14 +86454,14 @@ paths: schema: type: object properties: - reason: &610 + reason: &611 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *609 + placeholder_id: *610 required: - reason - placeholder_id @@ -86467,7 +86478,7 @@ paths: schema: type: object properties: - reason: *610 + reason: *611 expire_at: type: string format: date-time @@ -86510,8 +86521,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: - - *309 - *310 + - *311 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -86526,7 +86537,7 @@ paths: properties: incremental_scans: type: array - items: &611 + items: &612 description: Information on a single scan performed by secret scanning on the repository type: object @@ -86552,15 +86563,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *611 + items: *612 backfill_scans: type: array - items: *611 + items: *612 custom_pattern_backfill_scans: type: array items: allOf: - - *611 + - *612 - type: object properties: pattern_name: @@ -86630,8 +86641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *309 - *310 + - *311 - *48 - name: sort description: The property to sort the results by. @@ -86675,9 +86686,9 @@ paths: application/json: schema: type: array - items: *612 + items: *613 examples: - default: *613 + default: *614 '400': *14 '404': *6 x-github: @@ -86700,8 +86711,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -86774,7 +86785,7 @@ paths: login: type: string description: The username of the user credited. - type: *286 + type: *287 required: - login - type @@ -86861,9 +86872,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: &615 + default: &616 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -87096,8 +87107,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -87201,7 +87212,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -87348,17 +87359,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *309 - *310 - - *614 + - *311 + - *615 responses: '200': description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *615 + default: *616 '403': *29 '404': *6 x-github: @@ -87382,9 +87393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *309 - *310 - - *614 + - *311 + - *615 requestBody: required: true content: @@ -87457,7 +87468,7 @@ paths: login: type: string description: The username of the user credited. - type: *286 + type: *287 required: - login - type @@ -87543,10 +87554,10 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *615 - add_credit: *615 + default: *616 + add_credit: *616 '403': *29 '404': *6 '422': @@ -87584,9 +87595,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: - - *309 - *310 - - *614 + - *311 + - *615 responses: '202': *39 '400': *14 @@ -87613,17 +87624,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *309 - *310 - - *614 + - *311 + - *615 responses: '202': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *322 + default: *323 '400': *14 '422': *15 '403': *29 @@ -87649,8 +87660,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -87749,8 +87760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *309 - *310 + - *311 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -87759,7 +87770,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -87772,7 +87783,7 @@ paths: - 1124 - -435 '202': *39 - '204': *152 + '204': *153 '422': description: Repository contains more than 10,000 commits x-github: @@ -87792,8 +87803,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -87842,7 +87853,7 @@ paths: total: 89 week: 1336280400 '202': *39 - '204': *152 + '204': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87869,8 +87880,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -87944,7 +87955,7 @@ paths: d: 77 c: 10 '202': *39 - '204': *152 + '204': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87966,8 +87977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *309 - *310 + - *311 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -88121,8 +88132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *309 - *310 + - *311 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -88132,7 +88143,7 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: default: value: @@ -88145,7 +88156,7 @@ paths: - - 0 - 2 - 21 - '204': *152 + '204': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88165,8 +88176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *309 - *310 + - *311 - name: sha in: path required: true @@ -88220,7 +88231,7 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: default: value: @@ -88274,8 +88285,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -88287,7 +88298,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -88307,14 +88318,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *309 - *310 + - *311 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &618 + schema: &619 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -88382,8 +88393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *309 - *310 + - *311 requestBody: required: false content: @@ -88409,7 +88420,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -88436,8 +88447,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -88457,8 +88468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -88537,8 +88548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -88546,7 +88557,7 @@ paths: application/json: schema: type: array - items: &619 + items: &620 title: Tag protection description: Tag protection type: object @@ -88598,8 +88609,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: - - *309 - *310 + - *311 requestBody: required: true content: @@ -88622,7 +88633,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: default: value: @@ -88653,8 +88664,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: - - *309 - *310 + - *311 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -88691,8 +88702,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *309 - *310 + - *311 - name: ref in: path required: true @@ -88728,8 +88739,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *309 - *310 + - *311 - *17 - *19 responses: @@ -88739,9 +88750,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *219 + default: *220 headers: Link: *58 '404': *6 @@ -88761,8 +88772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *309 - *310 + - *311 - *19 - *17 responses: @@ -88770,7 +88781,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &621 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -88782,7 +88793,7 @@ paths: required: - names examples: - default: &621 + default: &622 value: names: - octocat @@ -88805,8 +88816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -88837,9 +88848,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 '404': *6 '422': *7 x-github: @@ -88860,9 +88871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *309 - *310 - - &622 + - *311 + - &623 name: per description: The time frame to display results for. in: query @@ -88891,7 +88902,7 @@ paths: example: 128 clones: type: array - items: &623 + items: &624 title: Traffic type: object properties: @@ -88978,8 +88989,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -89069,8 +89080,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *309 - *310 + - *311 responses: '200': description: Response @@ -89130,9 +89141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *309 - *310 - - *622 + - *311 + - *623 responses: '200': description: Response @@ -89151,7 +89162,7 @@ paths: example: 3782 views: type: array - items: *623 + items: *624 required: - uniques - count @@ -89228,8 +89239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *309 - *310 + - *311 requestBody: required: true content: @@ -89265,7 +89276,7 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: default: value: @@ -89503,8 +89514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *309 - *310 + - *311 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -89527,8 +89538,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -89550,8 +89561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -89577,8 +89588,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *309 - *310 + - *311 - name: ref in: path required: true @@ -89670,9 +89681,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *322 + default: *323 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -89713,7 +89724,7 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: default: value: @@ -89902,7 +89913,7 @@ paths: html_url: type: string format: uri - repository: *125 + repository: *126 score: type: number file_size: @@ -89920,7 +89931,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &624 + text_matches: &625 title: Search Result Text Matches type: array items: @@ -90082,7 +90093,7 @@ paths: enum: - author-date - committer-date - - &625 + - &626 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 @@ -90153,7 +90164,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *380 + properties: *381 nullable: true comment_count: type: integer @@ -90173,7 +90184,7 @@ paths: url: type: string format: uri - verification: *497 + verification: *498 required: - author - committer @@ -90192,7 +90203,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *380 + properties: *381 nullable: true parents: type: array @@ -90205,12 +90216,12 @@ paths: type: string sha: type: string - repository: *125 + repository: *126 score: type: number node_id: type: string - text_matches: *624 + text_matches: *625 required: - sha - node_id @@ -90392,7 +90403,7 @@ paths: - interactions - created - updated - - *625 + - *626 - *17 - *19 - name: advanced_search @@ -90489,11 +90500,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: type: string state_reason: @@ -90510,8 +90521,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *449 - required: *450 + properties: *450 + required: *451 nullable: true comments: type: integer @@ -90525,7 +90536,7 @@ paths: type: string format: date-time nullable: true - text_matches: *624 + text_matches: *625 pull_request: type: object properties: @@ -90569,7 +90580,7 @@ paths: timeline_url: type: string format: uri - type: *199 + type: *200 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -90753,7 +90764,7 @@ paths: enum: - created - updated - - *625 + - *626 - *17 - *19 responses: @@ -90797,7 +90808,7 @@ paths: nullable: true score: type: number - text_matches: *624 + text_matches: *625 required: - id - node_id @@ -90882,7 +90893,7 @@ paths: - forks - help-wanted-issues - updated - - *625 + - *626 - *17 - *19 responses: @@ -91121,7 +91132,7 @@ paths: - admin - pull - push - text_matches: *624 + text_matches: *625 temp_clone_token: type: string allow_merge_commit: @@ -91421,7 +91432,7 @@ paths: type: string format: uri nullable: true - text_matches: *624 + text_matches: *625 related: type: array nullable: true @@ -91612,7 +91623,7 @@ paths: - followers - repositories - joined - - *625 + - *626 - *17 - *19 responses: @@ -91716,7 +91727,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *624 + text_matches: *625 blog: type: string nullable: true @@ -91795,7 +91806,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &629 + - &630 name: team_id description: The unique identifier of the team. in: path @@ -91807,9 +91818,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '404': *6 x-github: githubCloudOnly: false @@ -91836,7 +91847,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *629 + - *630 requestBody: required: true content: @@ -91899,16 +91910,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '404': *6 '422': *15 '403': *29 @@ -91936,7 +91947,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *629 + - *630 responses: '204': description: Response @@ -91967,7 +91978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *629 + - *630 - *48 - *17 - *19 @@ -91978,9 +91989,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *630 + default: *631 headers: Link: *58 x-github: @@ -92009,7 +92020,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *629 + - *630 requestBody: required: true content: @@ -92043,9 +92054,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 x-github: triggersNotification: true githubCloudOnly: false @@ -92072,16 +92083,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *629 - - *298 + - *630 + - *299 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92106,8 +92117,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *629 - - *298 + - *630 + - *299 requestBody: required: false content: @@ -92130,9 +92141,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *631 + default: *632 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92157,8 +92168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *629 - - *298 + - *630 + - *299 responses: '204': description: Response @@ -92187,8 +92198,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *629 - - *298 + - *630 + - *299 - *48 - *17 - *19 @@ -92199,9 +92210,9 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: - default: *632 + default: *633 headers: Link: *58 x-github: @@ -92230,8 +92241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *629 - - *298 + - *630 + - *299 requestBody: required: true content: @@ -92253,9 +92264,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 x-github: triggersNotification: true githubCloudOnly: false @@ -92282,17 +92293,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *629 - - *298 - - *301 + - *630 + - *299 + - *302 responses: '200': description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92317,9 +92328,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *629 - - *298 - - *301 + - *630 + - *299 + - *302 requestBody: required: true content: @@ -92341,9 +92352,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *633 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92368,9 +92379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *629 - - *298 - - *301 + - *630 + - *299 + - *302 responses: '204': description: Response @@ -92399,9 +92410,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *629 - - *298 - - *301 + - *630 + - *299 + - *302 - 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. @@ -92427,9 +92438,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 x-github: @@ -92458,9 +92469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *629 - - *298 - - *301 + - *630 + - *299 + - *302 requestBody: required: true content: @@ -92492,9 +92503,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92520,8 +92531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *629 - - *298 + - *630 + - *299 - 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. @@ -92547,9 +92558,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *304 + default: *305 headers: Link: *58 x-github: @@ -92578,8 +92589,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *629 - - *298 + - *630 + - *299 requestBody: required: true content: @@ -92611,9 +92622,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92637,7 +92648,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *629 + - *630 - *17 - *19 responses: @@ -92647,9 +92658,9 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -92675,7 +92686,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *629 + - *630 - name: role description: Filters members returned by their role in the team. in: query @@ -92698,7 +92709,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '404': *6 @@ -92726,8 +92737,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *629 - - *138 + - *630 + - *139 responses: '204': description: if user is a member @@ -92763,8 +92774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *629 - - *138 + - *630 + - *139 responses: '204': description: Response @@ -92803,8 +92814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *629 - - *138 + - *630 + - *139 responses: '204': description: Response @@ -92840,16 +92851,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *629 - - *138 + - *630 + - *139 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - response-if-user-is-a-team-maintainer: *634 + response-if-user-is-a-team-maintainer: *635 '404': *6 x-github: githubCloudOnly: false @@ -92882,8 +92893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *629 - - *138 + - *630 + - *139 requestBody: required: false content: @@ -92908,9 +92919,9 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: - response-if-users-membership-with-team-is-now-pending: *635 + response-if-users-membership-with-team-is-now-pending: *636 '403': description: Forbidden if team synchronization is set up '422': @@ -92944,8 +92955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *629 - - *138 + - *630 + - *139 responses: '204': description: Response @@ -92973,7 +92984,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *629 + - *630 - *17 - *19 responses: @@ -92983,9 +92994,9 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: - default: *636 + default: *637 headers: Link: *58 '404': *6 @@ -93011,16 +93022,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *629 - - *308 + - *630 + - *309 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *637 + default: *638 '404': description: Not Found if project is not managed by this team x-github: @@ -93044,8 +93055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *629 - - *308 + - *630 + - *309 requestBody: required: false content: @@ -93112,8 +93123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *629 - - *308 + - *630 + - *309 responses: '204': description: Response @@ -93140,7 +93151,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *629 + - *630 - *17 - *19 responses: @@ -93150,9 +93161,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 '404': *6 @@ -93182,15 +93193,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *629 - - *309 + - *630 - *310 + - *311 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *638 + schema: *639 examples: alternative-response-with-extra-repository-information: value: @@ -93341,9 +93352,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *629 - - *309 + - *630 - *310 + - *311 requestBody: required: false content: @@ -93393,9 +93404,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *629 - - *309 + - *630 - *310 + - *311 responses: '204': description: Response @@ -93420,7 +93431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *629 + - *630 - *17 - *19 responses: @@ -93430,9 +93441,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - response-if-child-teams-exist: *639 + response-if-child-teams-exist: *640 headers: Link: *58 '404': *6 @@ -93465,7 +93476,7 @@ paths: application/json: schema: oneOf: - - &641 + - &642 title: Private User description: Private User type: object @@ -93668,7 +93679,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *640 + - *641 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -93821,7 +93832,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -93900,7 +93911,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 '304': *37 '404': *6 '403': *29 @@ -93923,7 +93934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *138 + - *139 responses: '204': description: If the user is blocked @@ -93951,7 +93962,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *138 + - *139 responses: '204': description: Response @@ -93975,7 +93986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *138 + - *139 responses: '204': description: Response @@ -94024,9 +94035,9 @@ paths: type: integer codespaces: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '304': *37 '500': *97 '401': *25 @@ -94165,17 +94176,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '401': *25 '403': *29 '404': *6 @@ -94219,7 +94230,7 @@ paths: type: integer secrets: type: array - items: &642 + items: &643 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94259,7 +94270,7 @@ paths: - visibility - selected_repositories_url examples: - default: *437 + default: *438 headers: Link: *58 x-github: @@ -94329,13 +94340,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *133 + - *134 responses: '200': description: Response content: application/json: - schema: *642 + schema: *643 examples: default: value: @@ -94365,7 +94376,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *133 + - *134 requestBody: required: true content: @@ -94410,7 +94421,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -94438,7 +94449,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *133 + - *134 responses: '204': description: Response @@ -94463,7 +94474,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *133 + - *134 responses: '200': description: Response @@ -94479,9 +94490,9 @@ paths: type: integer repositories: type: array - items: *125 + items: *126 examples: - default: *643 + default: *644 '401': *25 '403': *29 '404': *6 @@ -94506,7 +94517,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *133 + - *134 requestBody: required: true content: @@ -94560,7 +94571,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *133 + - *134 - name: repository_id in: path required: true @@ -94593,7 +94604,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *133 + - *134 - name: repository_id in: path required: true @@ -94625,15 +94636,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '304': *37 '500': *97 '401': *25 @@ -94659,7 +94670,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 requestBody: required: false content: @@ -94689,9 +94700,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '401': *25 '403': *29 '404': *6 @@ -94713,7 +94724,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 responses: '202': *39 '304': *37 @@ -94742,13 +94753,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 responses: '202': description: Response content: application/json: - schema: &644 + schema: &645 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -94789,7 +94800,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &645 + default: &646 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -94821,7 +94832,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *207 + - *208 - name: export_id in: path required: true @@ -94834,9 +94845,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *645 + default: *646 '404': *6 x-github: githubCloudOnly: false @@ -94857,7 +94868,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *207 + - *208 responses: '200': description: Response @@ -94873,9 +94884,9 @@ paths: type: integer machines: type: array - items: *646 + items: *647 examples: - default: *647 + default: *648 '304': *37 '500': *97 '401': *25 @@ -94904,7 +94915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *207 + - *208 requestBody: required: true content: @@ -94954,13 +94965,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *320 + repository: *321 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *435 - required: *436 + properties: *436 + required: *437 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -95734,15 +95745,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '304': *37 '500': *97 '400': *14 @@ -95774,15 +95785,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *207 + - *208 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: *434 + default: *435 '500': *97 '401': *25 '403': *29 @@ -95812,9 +95823,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: &659 + default: &660 value: - id: 197 name: hello_docker @@ -95915,7 +95926,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 title: Email description: Email type: object @@ -95980,9 +95991,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: &661 + default: &662 value: - email: octocat@github.com verified: true @@ -96057,7 +96068,7 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: default: value: @@ -96167,7 +96178,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '304': *37 @@ -96200,7 +96211,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 '304': *37 @@ -96222,7 +96233,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *138 + - *139 responses: '204': description: if the person is followed by the authenticated user @@ -96252,7 +96263,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *138 + - *139 responses: '204': description: Response @@ -96277,7 +96288,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *138 + - *139 responses: '204': description: Response @@ -96313,7 +96324,7 @@ paths: application/json: schema: type: array - items: &649 + items: &650 title: GPG Key description: A unique encryption key type: object @@ -96444,7 +96455,7 @@ paths: - subkeys - revoked examples: - default: &675 + default: &676 value: - id: 3 name: Octocat's GPG Key @@ -96529,9 +96540,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: &650 + default: &651 value: id: 3 name: Octocat's GPG Key @@ -96588,7 +96599,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &651 + - &652 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -96600,9 +96611,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *650 + default: *651 '404': *6 '304': *37 '403': *29 @@ -96625,7 +96636,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *651 + - *652 responses: '204': description: Response @@ -96816,7 +96827,7 @@ paths: type: array items: *60 examples: - default: *117 + default: *118 headers: Link: *58 '404': *6 @@ -96841,7 +96852,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *114 + - *115 responses: '204': description: Response @@ -96867,7 +96878,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *114 + - *115 responses: '204': description: Response @@ -96901,12 +96912,12 @@ paths: application/json: schema: anyOf: - - *194 + - *195 - type: object properties: {} additionalProperties: false examples: - default: *195 + default: *196 '204': description: Response when there are no restrictions x-github: @@ -96930,7 +96941,7 @@ paths: required: true content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -96941,7 +96952,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -97022,7 +97033,7 @@ paths: - closed - all default: open - - *202 + - *203 - name: sort description: What to sort results by. in: query @@ -97047,7 +97058,7 @@ paths: type: array items: *77 examples: - default: *203 + default: *204 headers: Link: *58 '404': *6 @@ -97080,7 +97091,7 @@ paths: application/json: schema: type: array - items: &652 + items: &653 title: Key description: Key type: object @@ -97181,9 +97192,9 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: &653 + default: &654 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97216,15 +97227,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *537 + - *538 responses: '200': description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: *653 + default: *654 '404': *6 '304': *37 '403': *29 @@ -97247,7 +97258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *537 + - *538 responses: '204': description: Response @@ -97280,7 +97291,7 @@ paths: application/json: schema: type: array - items: &654 + items: &655 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97348,7 +97359,7 @@ paths: - account - plan examples: - default: &655 + default: &656 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97410,9 +97421,9 @@ paths: application/json: schema: type: array - items: *654 + items: *655 examples: - default: *655 + default: *656 headers: Link: *58 '304': *37 @@ -97452,7 +97463,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -97560,7 +97571,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -97643,7 +97654,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -97711,7 +97722,7 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: default: value: @@ -97964,7 +97975,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -98144,7 +98155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *213 + - *214 - name: exclude in: query required: false @@ -98157,7 +98168,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -98351,7 +98362,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *213 + - *214 responses: '302': description: Response @@ -98377,7 +98388,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *213 + - *214 responses: '204': description: Response @@ -98406,8 +98417,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *213 - - *656 + - *214 + - *657 responses: '204': description: Response @@ -98431,7 +98442,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *213 + - *214 - *17 - *19 responses: @@ -98441,9 +98452,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 '404': *6 @@ -98478,9 +98489,9 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: - default: *657 + default: *658 headers: Link: *58 '304': *37 @@ -98522,7 +98533,7 @@ paths: - docker - nuget - container - - *658 + - *659 - *19 - *17 responses: @@ -98532,10 +98543,10 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *659 - '400': *660 + default: *660 + '400': *661 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98555,16 +98566,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *222 - *223 + - *224 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: &676 + default: &677 value: id: 40201 name: octo-name @@ -98677,8 +98688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *222 - *223 + - *224 responses: '204': description: Response @@ -98708,8 +98719,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *222 - *223 + - *224 - name: token description: package token schema: @@ -98741,8 +98752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *222 - *223 + - *224 - *19 - *17 - name: state @@ -98762,7 +98773,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -98811,15 +98822,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *222 - *223 - - *225 + - *224 + - *226 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: default: value: @@ -98855,9 +98866,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *222 - *223 - - *225 + - *224 + - *226 responses: '204': description: Response @@ -98887,9 +98898,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *222 - *223 - - *225 + - *224 + - *226 responses: '204': description: Response @@ -98945,7 +98956,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -99017,9 +99028,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *661 + default: *662 headers: Link: *58 '304': *37 @@ -99132,7 +99143,7 @@ paths: type: array items: *60 examples: - default: &668 + default: &669 summary: Default response value: - id: 1296269 @@ -99436,9 +99447,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *322 + default: *323 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -99476,9 +99487,9 @@ paths: application/json: schema: type: array - items: *510 + items: *511 examples: - default: *662 + default: *663 headers: Link: *58 '304': *37 @@ -99501,7 +99512,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *198 + - *199 responses: '204': description: Response @@ -99524,7 +99535,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *198 + - *199 responses: '204': description: Response @@ -99557,7 +99568,7 @@ paths: application/json: schema: type: array - items: &663 + items: &664 title: Social account description: Social media account type: object @@ -99572,7 +99583,7 @@ paths: - provider - url examples: - default: &664 + default: &665 value: - provider: twitter url: https://twitter.com/github @@ -99634,9 +99645,9 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: - default: *664 + default: *665 '422': *15 '304': *37 '404': *6 @@ -99723,7 +99734,7 @@ paths: application/json: schema: type: array - items: &665 + items: &666 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -99743,7 +99754,7 @@ paths: - title - created_at examples: - default: &687 + default: &688 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99809,9 +99820,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: &666 + default: &667 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99842,7 +99853,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: - - &667 + - &668 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -99854,9 +99865,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *666 + default: *667 '404': *6 '304': *37 '403': *29 @@ -99879,7 +99890,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: - - *667 + - *668 responses: '204': description: Response @@ -99908,7 +99919,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &688 + - &689 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 @@ -99933,11 +99944,11 @@ paths: type: array items: *60 examples: - default-response: *668 + default-response: *669 application/vnd.github.v3.star+json: schema: type: array - items: &689 + items: &690 title: Starred Repository description: Starred Repository type: object @@ -100093,8 +100104,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: - - *309 - *310 + - *311 responses: '204': description: Response if this repository is starred by you @@ -100122,8 +100133,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -100147,8 +100158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *309 - *310 + - *311 responses: '204': description: Response @@ -100181,9 +100192,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 '304': *37 @@ -100220,7 +100231,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: value: @@ -100306,10 +100317,10 @@ paths: application/json: schema: oneOf: + - *642 - *641 - - *640 examples: - default-response: &670 + default-response: &671 summary: Default response value: login: octocat @@ -100344,7 +100355,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &671 + response-with-git-hub-plan-information: &672 summary: Response with GitHub plan information value: login: octocat @@ -100404,7 +100415,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *669 + - *670 - *17 responses: '200': @@ -100415,7 +100426,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: example: ; rel="next" @@ -100445,7 +100456,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *138 + - *139 responses: '200': description: Response @@ -100453,11 +100464,11 @@ paths: application/json: schema: oneOf: + - *642 - *641 - - *640 examples: - default-response: *670 - response-with-git-hub-plan-information: *671 + default-response: *671 + response-with-git-hub-plan-information: *672 '404': *6 x-github: githubCloudOnly: false @@ -100483,7 +100494,7 @@ paths: - *17 - *40 - *41 - - *138 + - *139 requestBody: required: true content: @@ -100506,8 +100517,8 @@ paths: required: - subject_digests examples: - default: *672 - withPredicateType: *673 + default: *673 + withPredicateType: *674 responses: '200': description: Response @@ -100560,7 +100571,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *674 + default: *675 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100578,7 +100589,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *138 + - *139 requestBody: required: true content: @@ -100643,7 +100654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *138 + - *139 - name: subject_digest description: Subject Digest in: path @@ -100674,7 +100685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *138 + - *139 - name: attestation_id description: Attestation ID in: path @@ -100712,7 +100723,7 @@ paths: - *17 - *40 - *41 - - *138 + - *139 - name: subject_digest description: Subject Digest in: path @@ -100762,12 +100773,12 @@ paths: bundle_url: type: string examples: - default: *376 + default: *377 '201': description: Response content: application/json: - schema: *134 + schema: *135 examples: default: value: @@ -100793,7 +100804,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *138 + - *139 responses: '200': description: Response @@ -100801,9 +100812,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *659 + default: *660 '403': *29 '401': *25 x-github: @@ -100826,7 +100837,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -100907,7 +100918,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *138 + - *139 - *96 - *17 - *19 @@ -100997,7 +101008,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101074,7 +101085,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101086,7 +101097,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -101105,7 +101116,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101117,7 +101128,7 @@ paths: type: array items: *4 examples: - default: *204 + default: *205 headers: Link: *58 x-github: @@ -101136,7 +101147,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *138 + - *139 - name: target_user in: path required: true @@ -101163,7 +101174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *138 + - *139 - *67 - *17 - *19 @@ -101197,7 +101208,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101207,9 +101218,9 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: - default: *675 + default: *676 headers: Link: *58 x-github: @@ -101233,7 +101244,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *138 + - *139 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -101305,7 +101316,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *138 + - *139 responses: '200': description: Response @@ -101313,7 +101324,7 @@ paths: application/json: schema: *22 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101331,7 +101342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101386,7 +101397,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101396,9 +101407,9 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: - default: *657 + default: *658 headers: Link: *58 x-github: @@ -101437,8 +101448,8 @@ paths: - docker - nuget - container - - *658 - - *138 + - *659 + - *139 - *19 - *17 responses: @@ -101448,12 +101459,12 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *659 + default: *660 '403': *29 '401': *25 - '400': *660 + '400': *661 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101473,17 +101484,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *222 - *223 - - *138 + - *224 + - *139 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *676 + default: *677 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101504,9 +101515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *222 - *223 - - *138 + - *224 + - *139 responses: '204': description: Response @@ -101538,9 +101549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *222 - *223 - - *138 + - *224 + - *139 - name: token description: package token schema: @@ -101572,9 +101583,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *222 - *223 - - *138 + - *224 + - *139 responses: '200': description: Response @@ -101582,7 +101593,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -101640,16 +101651,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *222 - *223 - - *225 - - *138 + - *224 + - *226 + - *139 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: default: value: @@ -101684,10 +101695,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *222 - *223 - - *138 - - *225 + - *224 + - *139 + - *226 responses: '204': description: Response @@ -101719,10 +101730,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *222 - *223 - - *138 - - *225 + - *224 + - *139 + - *226 responses: '204': description: Response @@ -101748,7 +101759,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#list-user-projects parameters: - - *138 + - *139 - name: state description: Indicates the state of the projects to return. in: query @@ -101769,7 +101780,7 @@ paths: application/json: schema: type: array - items: *236 + items: *237 examples: default: value: @@ -101831,7 +101842,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -101920,7 +101931,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -102007,7 +102018,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *138 + - *139 - name: type description: Limit results to repositories of the specified type. in: query @@ -102050,9 +102061,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -102076,15 +102087,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *138 + - *139 responses: '200': description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102106,15 +102117,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *138 + - *139 responses: '200': description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: *680 + default: *681 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102136,15 +102147,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *138 + - *139 responses: '200': description: Response content: application/json: - schema: *681 + schema: *682 examples: - default: *682 + default: *683 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102164,11 +102175,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - - *138 - - *683 + - *139 - *684 - *685 - *686 + - *687 responses: '200': description: Response when getting a billing usage report @@ -102257,7 +102268,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -102267,9 +102278,9 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: - default: *664 + default: *665 headers: Link: *58 x-github: @@ -102289,7 +102300,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -102299,9 +102310,9 @@ paths: application/json: schema: type: array - items: *665 + items: *666 examples: - default: *687 + default: *688 headers: Link: *58 x-github: @@ -102325,8 +102336,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *138 - - *688 + - *139 + - *689 - *48 - *17 - *19 @@ -102338,11 +102349,11 @@ paths: schema: anyOf: - type: array - items: *689 + items: *690 - type: array items: *60 examples: - default-response: *668 + default-response: *669 headers: Link: *58 x-github: @@ -102361,7 +102372,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *138 + - *139 - *17 - *19 responses: @@ -102371,9 +102382,9 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: - default: *226 + default: *227 headers: Link: *58 x-github: @@ -102501,7 +102512,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &690 + enterprise: &691 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -102559,7 +102570,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &691 + installation: &692 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -102578,7 +102589,7 @@ x-webhooks: required: - id - node_id - organization: &692 + organization: &693 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -102638,13 +102649,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &693 + repository: &694 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: &723 + properties: &724 id: description: Unique identifier of the repository example: 42 @@ -103327,7 +103338,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &724 + required: &725 - archive_url - assignees_url - blobs_url @@ -103478,10 +103489,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -103557,11 +103568,11 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - rule: &694 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + rule: &695 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) @@ -103784,11 +103795,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - rule: *694 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + rule: *695 sender: *4 required: - action @@ -103971,11 +103982,11 @@ x-webhooks: - everyone required: - from - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - rule: *694 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + rule: *695 sender: *4 required: - action @@ -104059,7 +104070,7 @@ x-webhooks: type: string enum: - completed - check_run: &696 + check_run: &697 title: CheckRun description: A check performed on the code of a given code change type: object @@ -104112,8 +104123,8 @@ x-webhooks: type: string pull_requests: type: array - items: *393 - repository: *125 + items: *394 + repository: *126 status: example: completed type: string @@ -104150,7 +104161,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *695 + deployment: *696 details_url: example: https://example.com type: string @@ -104200,7 +104211,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *393 + items: *394 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -104235,9 +104246,9 @@ x-webhooks: - output - app - pull_requests - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - check_run @@ -104630,10 +104641,10 @@ x-webhooks: type: string enum: - created - check_run: *696 - installation: *691 - organization: *692 - repository: *693 + check_run: *697 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - check_run @@ -105029,10 +105040,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *696 - installation: *691 - organization: *692 - repository: *693 + check_run: *697 + installation: *692 + organization: *693 + repository: *694 requested_action: description: The action requested by the user. type: object @@ -105437,10 +105448,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *696 - installation: *691 - organization: *692 - repository: *693 + check_run: *697 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - check_run @@ -106417,10 +106428,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -107090,10 +107101,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -107757,10 +107768,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -107923,7 +107934,7 @@ x-webhooks: required: - login - id - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -108068,20 +108079,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &697 + commit_oid: &698 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: *690 - installation: *691 - organization: *692 - ref: &698 + enterprise: *691 + installation: *692 + organization: *693 + ref: &699 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: *693 + repository: *694 sender: *4 required: - action @@ -108243,7 +108254,7 @@ x-webhooks: required: - login - id - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -108473,12 +108484,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *697 - enterprise: *690 - installation: *691 - organization: *692 - ref: *698 - repository: *693 + commit_oid: *698 + enterprise: *691 + installation: *692 + organization: *693 + ref: *699 + repository: *694 sender: *4 required: - action @@ -108573,7 +108584,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108741,12 +108752,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *697 - enterprise: *690 - installation: *691 - organization: *692 - ref: *698 - repository: *693 + commit_oid: *698 + enterprise: *691 + installation: *692 + organization: *693 + ref: *699 + repository: *694 sender: *4 required: - action @@ -108909,7 +108920,7 @@ x-webhooks: required: - login - id - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -109075,12 +109086,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *697 - enterprise: *690 - installation: *691 - organization: *692 - ref: *698 - repository: *693 + commit_oid: *698 + enterprise: *691 + installation: *692 + organization: *693 + ref: *699 + repository: *694 sender: *4 required: - action @@ -109177,7 +109188,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109345,16 +109356,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 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: *693 + repository: *694 sender: *4 required: - action @@ -109448,7 +109459,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *409 + dismissed_comment: *410 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109588,12 +109599,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *697 - enterprise: *690 - installation: *691 - organization: *692 - ref: *698 - repository: *693 + commit_oid: *698 + enterprise: *691 + installation: *692 + organization: *693 + ref: *699 + repository: *694 sender: *4 required: - action @@ -109850,10 +109861,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -109933,18 +109944,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *692 - pusher_type: &699 + organization: *693 + pusher_type: &700 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &700 + ref: &701 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -109954,7 +109965,7 @@ x-webhooks: enum: - tag - branch - repository: *693 + repository: *694 sender: *4 required: - ref @@ -110036,10 +110047,10 @@ x-webhooks: type: string enum: - created - definition: *237 - enterprise: *690 - installation: *691 - organization: *692 + definition: *238 + enterprise: *691 + installation: *692 + organization: *693 sender: *4 required: - action @@ -110124,9 +110135,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 sender: *4 required: - action @@ -110203,10 +110214,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *237 - enterprise: *690 - installation: *691 - organization: *692 + definition: *238 + enterprise: *691 + installation: *692 + organization: *693 sender: *4 required: - action @@ -110283,10 +110294,10 @@ x-webhooks: type: string enum: - updated - definition: *237 - enterprise: *690 - installation: *691 - organization: *692 + definition: *238 + enterprise: *691 + installation: *692 + organization: *693 sender: *4 required: - action @@ -110363,19 +110374,19 @@ x-webhooks: type: string enum: - updated - enterprise: *690 - installation: *691 - repository: *693 - organization: *692 + enterprise: *691 + installation: *692 + repository: *694 + organization: *693 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *241 + items: *242 old_property_values: type: array description: The old custom property values for the repository. - items: *241 + items: *242 required: - action - repository @@ -110451,18 +110462,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *690 - installation: *691 - organization: *692 - pusher_type: *699 - ref: *700 + enterprise: *691 + installation: *692 + organization: *693 + pusher_type: *700 + ref: *701 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *693 + repository: *694 sender: *4 required: - ref @@ -110546,11 +110557,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -110634,11 +110645,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -110722,11 +110733,11 @@ x-webhooks: type: string enum: - created - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -110808,11 +110819,11 @@ x-webhooks: type: string enum: - dismissed - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -110894,11 +110905,11 @@ x-webhooks: type: string enum: - fixed - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -110981,11 +110992,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -111067,11 +111078,11 @@ x-webhooks: type: string enum: - reopened - alert: *466 - installation: *691 - organization: *692 - enterprise: *690 - repository: *693 + alert: *467 + installation: *692 + organization: *693 + enterprise: *691 + repository: *694 sender: *4 required: - action @@ -111148,9 +111159,9 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - key: &701 + enterprise: *691 + installation: *692 + key: &702 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -111186,8 +111197,8 @@ x-webhooks: - verified - created_at - read_only - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -111264,11 +111275,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - key: *701 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + key: *702 + organization: *693 + repository: *694 sender: *4 required: - action @@ -111829,12 +111840,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - workflow: &705 + workflow: &706 title: Workflow type: object nullable: true @@ -112560,13 +112571,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *472 + deployment: *473 pull_requests: type: array - items: *557 - repository: *693 - organization: *692 - installation: *691 + items: *558 + repository: *694 + organization: *693 + installation: *692 sender: *4 responses: '200': @@ -112637,7 +112648,7 @@ x-webhooks: type: string enum: - approved - approver: &702 + approver: &703 type: object properties: avatar_url: @@ -112680,11 +112691,11 @@ x-webhooks: type: string comment: type: string - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - reviewers: &703 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + reviewers: &704 type: array items: type: object @@ -112763,7 +112774,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &704 + workflow_job_run: &705 type: object properties: conclusion: @@ -113494,18 +113505,18 @@ x-webhooks: type: string enum: - rejected - approver: *702 + approver: *703 comment: type: string - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - reviewers: *703 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + reviewers: *704 sender: *4 since: type: string - workflow_job_run: *704 + workflow_job_run: *705 workflow_job_runs: type: array items: @@ -114209,13 +114220,13 @@ x-webhooks: type: string enum: - requested - enterprise: *690 + enterprise: *691 environment: type: string - installation: *691 - organization: *692 - repository: *693 - requestor: &710 + installation: *692 + organization: *693 + repository: *694 + requestor: &711 title: User type: object nullable: true @@ -116114,12 +116125,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - workflow: *705 + workflow: *706 workflow_run: title: Deployment Workflow Run type: object @@ -116799,7 +116810,7 @@ x-webhooks: type: string enum: - answered - answer: &708 + answer: &709 type: object properties: author_association: @@ -116956,7 +116967,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &706 + discussion: &707 title: Discussion description: A Discussion in a repository. type: object @@ -117242,7 +117253,7 @@ x-webhooks: - id labels: type: array - items: *520 + items: *521 required: - repository_url - category @@ -117264,10 +117275,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -117394,11 +117405,11 @@ x-webhooks: - from required: - category - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -117481,11 +117492,11 @@ x-webhooks: type: string enum: - closed - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -117567,7 +117578,7 @@ x-webhooks: type: string enum: - created - comment: &707 + comment: &708 type: object properties: author_association: @@ -117724,11 +117735,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -117811,12 +117822,12 @@ x-webhooks: type: string enum: - deleted - comment: *707 - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + comment: *708 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -117911,12 +117922,12 @@ x-webhooks: - from required: - body - comment: *707 - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + comment: *708 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118000,11 +118011,11 @@ x-webhooks: type: string enum: - created - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118086,11 +118097,11 @@ x-webhooks: type: string enum: - deleted - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118190,11 +118201,11 @@ x-webhooks: type: string required: - from - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118276,10 +118287,10 @@ x-webhooks: type: string enum: - labeled - discussion: *706 - enterprise: *690 - installation: *691 - label: &709 + discussion: *707 + enterprise: *691 + installation: *692 + label: &710 title: Label type: object properties: @@ -118311,8 +118322,8 @@ x-webhooks: - color - default - description - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118395,11 +118406,11 @@ x-webhooks: type: string enum: - locked - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118481,11 +118492,11 @@ x-webhooks: type: string enum: - pinned - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118567,11 +118578,11 @@ x-webhooks: type: string enum: - reopened - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118656,16 +118667,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *706 - new_repository: *693 + new_discussion: *707 + new_repository: *694 required: - new_discussion - new_repository - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118748,10 +118759,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *706 - old_answer: *708 - organization: *692 - repository: *693 + discussion: *707 + old_answer: *709 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118833,12 +118844,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *706 - enterprise: *690 - installation: *691 - label: *709 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -118921,11 +118932,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -119007,11 +119018,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *706 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + discussion: *707 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -119084,7 +119095,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *690 + enterprise: *691 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -119744,9 +119755,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - forkee @@ -119892,9 +119903,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pages: description: The pages that were updated. type: array @@ -119931,7 +119942,7 @@ x-webhooks: - action - sha - html_url - repository: *693 + repository: *694 sender: *4 required: - pages @@ -120007,10 +120018,10 @@ x-webhooks: type: string enum: - created - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories: &711 + organization: *693 + repositories: &712 description: An array of repository objects that the installation can access. type: array @@ -120036,8 +120047,8 @@ x-webhooks: - name - full_name - private - repository: *693 - requester: *710 + repository: *694 + requester: *711 sender: *4 required: - action @@ -120112,11 +120123,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories: *711 - repository: *693 + organization: *693 + repositories: *712 + repository: *694 requester: nullable: true sender: *4 @@ -120192,11 +120203,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories: *711 - repository: *693 + organization: *693 + repositories: *712 + repository: *694 requester: nullable: true sender: *4 @@ -120272,10 +120283,10 @@ x-webhooks: type: string enum: - added - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories_added: &712 + organization: *693 + repositories_added: &713 description: An array of repository objects, which were added to the installation. type: array @@ -120321,15 +120332,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *693 - repository_selection: &713 + repository: *694 + repository_selection: &714 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *710 + requester: *711 sender: *4 required: - action @@ -120408,10 +120419,10 @@ x-webhooks: type: string enum: - removed - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories_added: *712 + organization: *693 + repositories_added: *713 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -120438,9 +120449,9 @@ x-webhooks: - name - full_name - private - repository: *693 - repository_selection: *713 - requester: *710 + repository: *694 + repository_selection: *714 + requester: *711 sender: *4 required: - action @@ -120519,11 +120530,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories: *711 - repository: *693 + organization: *693 + repositories: *712 + repository: *694 requester: nullable: true sender: *4 @@ -120701,10 +120712,10 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 target_type: type: string @@ -120783,11 +120794,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *690 + enterprise: *691 installation: *22 - organization: *692 - repositories: *711 - repository: *693 + organization: *693 + repositories: *712 + repository: *694 requester: nullable: true sender: *4 @@ -121039,8 +121050,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121834,8 +121845,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121851,7 +121862,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -122184,8 +122195,8 @@ x-webhooks: - state - locked - assignee - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -122265,7 +122276,7 @@ x-webhooks: type: string enum: - deleted - comment: &714 + comment: &715 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -122430,8 +122441,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123221,8 +123232,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123238,7 +123249,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -123573,8 +123584,8 @@ x-webhooks: - state - locked - assignee - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -123654,7 +123665,7 @@ x-webhooks: type: string enum: - edited - changes: &744 + changes: &745 description: The changes to the comment. type: object properties: @@ -123666,9 +123677,9 @@ x-webhooks: type: string required: - from - comment: *714 - enterprise: *690 - installation: *691 + comment: *715 + enterprise: *691 + installation: *692 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124461,8 +124472,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124478,7 +124489,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -124811,8 +124822,8 @@ x-webhooks: - state - locked - assignee - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -124902,9 +124913,9 @@ x-webhooks: type: number blocking_issue: *77 blocking_issue_repo: *60 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -124998,9 +125009,9 @@ x-webhooks: type: number blocking_issue: *77 blocking_issue_repo: *60 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -125093,9 +125104,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -125189,9 +125200,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -125276,10 +125287,10 @@ x-webhooks: type: string enum: - assigned - assignee: *710 - enterprise: *690 - installation: *691 - issue: &717 + assignee: *711 + enterprise: *691 + installation: *692 + issue: &718 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -126068,11 +126079,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126088,7 +126099,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -126189,8 +126200,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -126270,8 +126281,8 @@ x-webhooks: type: string enum: - closed - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -127065,11 +127076,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127085,7 +127096,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -127321,8 +127332,8 @@ x-webhooks: required: - state - closed_at - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -127401,8 +127412,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128187,11 +128198,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128207,7 +128218,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -128307,8 +128318,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -128387,8 +128398,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129195,11 +129206,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129215,7 +129226,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -129294,7 +129305,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &715 + milestone: &716 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129432,8 +129443,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -129532,8 +129543,8 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130322,11 +130333,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130339,7 +130350,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *199 + type: *200 title: description: Title of the issue type: string @@ -130443,9 +130454,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *709 - organization: *692 - repository: *693 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -130525,8 +130536,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131314,11 +131325,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131331,7 +131342,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *199 + type: *200 title: description: Title of the issue type: string @@ -131435,9 +131446,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *709 - organization: *692 - repository: *693 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -131517,8 +131528,8 @@ x-webhooks: type: string enum: - locked - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132330,11 +132341,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132347,7 +132358,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *199 + type: *200 title: description: Title of the issue type: string @@ -132428,8 +132439,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -132508,8 +132519,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133315,11 +133326,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133335,7 +133346,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -133413,9 +133424,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *715 - organization: *692 - repository: *693 + milestone: *716 + organization: *693 + repository: *694 sender: *4 required: - action @@ -134283,11 +134294,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134380,7 +134391,7 @@ x-webhooks: required: - login - id - type: *199 + type: *200 required: - id - number @@ -134849,8 +134860,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135639,11 +135650,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135659,7 +135670,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -135759,8 +135770,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -135840,9 +135851,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *690 - installation: *691 - issue: &716 + enterprise: *691 + installation: *692 + issue: &717 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -136625,11 +136636,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136645,7 +136656,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -136745,8 +136756,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -136825,8 +136836,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137636,11 +137647,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137734,9 +137745,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *199 - organization: *692 - repository: *693 + type: *200 + organization: *693 + repository: *694 sender: *4 required: - action @@ -138602,11 +138613,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138622,7 +138633,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -139190,11 +139201,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *690 - installation: *691 - issue: *716 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *717 + organization: *693 + repository: *694 sender: *4 required: - action @@ -139274,12 +139285,12 @@ x-webhooks: type: string enum: - typed - enterprise: *690 - installation: *691 - issue: *717 - type: *199 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *718 + type: *200 + organization: *693 + repository: *694 sender: *4 required: - action @@ -139360,7 +139371,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &747 + assignee: &748 title: User type: object nullable: true @@ -139430,11 +139441,11 @@ x-webhooks: required: - login - id - enterprise: *690 - installation: *691 - issue: *717 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *718 + organization: *693 + repository: *694 sender: *4 required: - action @@ -139513,12 +139524,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *690 - installation: *691 - issue: *717 - label: *709 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *718 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -139598,8 +139609,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140409,11 +140420,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *626 - issue_dependencies_summary: *627 + sub_issues_summary: *627 + issue_dependencies_summary: *628 issue_field_values: type: array - items: *628 + items: *629 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140429,7 +140440,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *199 + type: *200 updated_at: type: string format: date-time @@ -140507,8 +140518,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -140588,11 +140599,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *690 - installation: *691 - issue: *716 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *717 + organization: *693 + repository: *694 sender: *4 required: - action @@ -140671,12 +140682,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *690 - installation: *691 - issue: *717 - type: *199 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + issue: *718 + type: *200 + organization: *693 + repository: *694 sender: *4 required: - action @@ -140756,11 +140767,11 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - label: *709 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -140838,11 +140849,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - label: *709 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -140952,11 +140963,11 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - label: *709 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + label: *710 + organization: *693 + repository: *694 sender: *4 required: - action @@ -141038,9 +141049,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *690 - installation: *691 - marketplace_purchase: &718 + enterprise: *691 + installation: *692 + marketplace_purchase: &719 title: Marketplace Purchase type: object required: @@ -141123,8 +141134,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *692 - previous_marketplace_purchase: &719 + organization: *693 + previous_marketplace_purchase: &720 title: Marketplace Purchase type: object properties: @@ -141204,7 +141215,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *693 + repository: *694 sender: *4 required: - action @@ -141284,10 +141295,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *690 - installation: *691 - marketplace_purchase: *718 - organization: *692 + enterprise: *691 + installation: *692 + marketplace_purchase: *719 + organization: *693 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141370,7 +141381,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *693 + repository: *694 sender: *4 required: - action @@ -141452,10 +141463,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *690 - installation: *691 - marketplace_purchase: *718 - organization: *692 + enterprise: *691 + installation: *692 + marketplace_purchase: *719 + organization: *693 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141537,7 +141548,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *693 + repository: *694 sender: *4 required: - action @@ -141618,8 +141629,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 marketplace_purchase: title: Marketplace Purchase type: object @@ -141701,9 +141712,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *692 - previous_marketplace_purchase: *719 - repository: *693 + organization: *693 + previous_marketplace_purchase: *720 + repository: *694 sender: *4 required: - action @@ -141783,12 +141794,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *690 - installation: *691 - marketplace_purchase: *718 - organization: *692 - previous_marketplace_purchase: *719 - repository: *693 + enterprise: *691 + installation: *692 + marketplace_purchase: *719 + organization: *693 + previous_marketplace_purchase: *720 + repository: *694 sender: *4 required: - action @@ -141890,11 +141901,11 @@ x-webhooks: type: string required: - to - enterprise: *690 - installation: *691 - member: *710 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + member: *711 + organization: *693 + repository: *694 sender: *4 required: - action @@ -141994,11 +142005,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *690 - installation: *691 - member: *710 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + member: *711 + organization: *693 + repository: *694 sender: *4 required: - action @@ -142077,11 +142088,11 @@ x-webhooks: type: string enum: - removed - enterprise: *690 - installation: *691 - member: *710 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + member: *711 + organization: *693 + repository: *694 sender: *4 required: - action @@ -142159,11 +142170,11 @@ x-webhooks: type: string enum: - added - enterprise: *690 - installation: *691 - member: *710 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + member: *711 + organization: *693 + repository: *694 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142239,7 +142250,7 @@ x-webhooks: required: - login - id - team: &720 + team: &721 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142429,11 +142440,11 @@ x-webhooks: type: string enum: - removed - enterprise: *690 - installation: *691 - member: *710 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + member: *711 + organization: *693 + repository: *694 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142510,7 +142521,7 @@ x-webhooks: required: - login - id - team: *720 + team: *721 required: - action - scope @@ -142592,8 +142603,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *691 - merge_group: &722 + installation: *692 + merge_group: &723 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -142612,15 +142623,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *721 + head_commit: *722 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -142706,10 +142717,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *691 - merge_group: *722 - organization: *692 - repository: *693 + installation: *692 + merge_group: *723 + organization: *693 + repository: *694 sender: *4 required: - action @@ -142782,7 +142793,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 + enterprise: *691 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -142891,16 +142902,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *691 - organization: *692 + installation: *692 + organization: *693 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *723 - required: *724 + properties: *724 + required: *725 nullable: true sender: *4 required: @@ -142981,11 +142992,11 @@ x-webhooks: type: string enum: - closed - enterprise: *690 - installation: *691 - milestone: *715 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + milestone: *716 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143064,9 +143075,9 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - milestone: &725 + enterprise: *691 + installation: *692 + milestone: &726 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143203,8 +143214,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143283,11 +143294,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - milestone: *715 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + milestone: *716 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143397,11 +143408,11 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - milestone: *715 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + milestone: *716 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143481,11 +143492,11 @@ x-webhooks: type: string enum: - opened - enterprise: *690 - installation: *691 - milestone: *725 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + milestone: *726 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143564,11 +143575,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *710 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + blocked_user: *711 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143647,11 +143658,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *710 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + blocked_user: *711 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143730,9 +143741,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - membership: &726 + enterprise: *691 + installation: *692 + membership: &727 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -143839,8 +143850,8 @@ x-webhooks: - role - organization_url - user - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 required: - action @@ -143918,11 +143929,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *690 - installation: *691 - membership: *726 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + membership: *727 + organization: *693 + repository: *694 sender: *4 required: - action @@ -144001,8 +144012,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -144118,10 +144129,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 - user: *710 + user: *711 required: - action - invitation @@ -144199,11 +144210,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *690 - installation: *691 - membership: *726 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + membership: *727 + organization: *693 + repository: *694 sender: *4 required: - action @@ -144290,11 +144301,11 @@ x-webhooks: properties: from: type: string - enterprise: *690 - installation: *691 - membership: *726 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + membership: *727 + organization: *693 + repository: *694 sender: *4 required: - action @@ -144370,9 +144381,9 @@ x-webhooks: type: string enum: - published - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 package: description: Information about the package. type: object @@ -144871,7 +144882,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &727 + items: &728 title: Ruby Gems metadata type: object properties: @@ -144966,7 +144977,7 @@ x-webhooks: - owner - package_version - registry - repository: *693 + repository: *694 sender: *4 required: - action @@ -145042,9 +145053,9 @@ x-webhooks: type: string enum: - updated - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 package: description: Information about the package. type: object @@ -145397,7 +145408,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *727 + items: *728 source_url: type: string format: uri @@ -145467,7 +145478,7 @@ x-webhooks: - owner - package_version - registry - repository: *693 + repository: *694 sender: *4 required: - action @@ -145644,12 +145655,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *690 + enterprise: *691 id: type: integer - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - id @@ -145726,7 +145737,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &728 + personal_access_token_request: &729 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -145872,10 +145883,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *690 - organization: *692 + enterprise: *691 + organization: *693 sender: *4 - installation: *691 + installation: *692 required: - action - personal_access_token_request @@ -145952,11 +145963,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *728 - enterprise: *690 - organization: *692 + personal_access_token_request: *729 + enterprise: *691 + organization: *693 sender: *4 - installation: *691 + installation: *692 required: - action - personal_access_token_request @@ -146032,11 +146043,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *728 - enterprise: *690 - organization: *692 + personal_access_token_request: *729 + enterprise: *691 + organization: *693 sender: *4 - installation: *691 + installation: *692 required: - action - personal_access_token_request @@ -146111,11 +146122,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *728 - organization: *692 - enterprise: *690 + personal_access_token_request: *729 + organization: *693 + enterprise: *691 sender: *4 - installation: *691 + installation: *692 required: - action - personal_access_token_request @@ -146220,7 +146231,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *729 + last_response: *730 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -146252,8 +146263,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 zen: description: Random string of GitHub zen. @@ -146498,10 +146509,10 @@ x-webhooks: - from required: - note - enterprise: *690 - installation: *691 - organization: *692 - project_card: &730 + enterprise: *691 + installation: *692 + organization: *693 + project_card: &731 title: Project Card type: object properties: @@ -146620,7 +146631,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *693 + repository: *694 sender: *4 required: - action @@ -146701,11 +146712,11 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - project_card: *730 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project_card: *731 + repository: *694 sender: *4 required: - action @@ -146785,9 +146796,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 project_card: title: Project Card type: object @@ -146915,8 +146926,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: *723 - required: *724 + properties: *724 + required: *725 nullable: true sender: *4 required: @@ -147010,11 +147021,11 @@ x-webhooks: - from required: - note - enterprise: *690 - installation: *691 - organization: *692 - project_card: *730 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project_card: *731 + repository: *694 sender: *4 required: - action @@ -147108,9 +147119,9 @@ x-webhooks: - from required: - column_id - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 project_card: allOf: - title: Project Card @@ -147300,7 +147311,7 @@ x-webhooks: type: string required: - after_id - repository: *693 + repository: *694 sender: *4 required: - action @@ -147380,10 +147391,10 @@ x-webhooks: type: string enum: - closed - enterprise: *690 - installation: *691 - organization: *692 - project: &732 + enterprise: *691 + installation: *692 + organization: *693 + project: &733 title: Project type: object properties: @@ -147507,7 +147518,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *693 + repository: *694 sender: *4 required: - action @@ -147587,10 +147598,10 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - project_column: &731 + enterprise: *691 + installation: *692 + organization: *693 + project_column: &732 title: Project Column type: object properties: @@ -147629,7 +147640,7 @@ x-webhooks: - name - created_at - updated_at - repository: *693 + repository: *694 sender: *4 required: - action @@ -147708,18 +147719,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - project_column: *731 + enterprise: *691 + installation: *692 + organization: *693 + project_column: *732 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: *723 - required: *724 + properties: *724 + required: *725 nullable: true sender: *4 required: @@ -147809,11 +147820,11 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - organization: *692 - project_column: *731 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project_column: *732 + repository: *694 sender: *4 required: - action @@ -147893,11 +147904,11 @@ x-webhooks: type: string enum: - moved - enterprise: *690 - installation: *691 - organization: *692 - project_column: *731 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project_column: *732 + repository: *694 sender: *4 required: - action @@ -147977,11 +147988,11 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - project: *732 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project: *733 + repository: *694 sender: *4 required: - action @@ -148061,18 +148072,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - project: *732 + enterprise: *691 + installation: *692 + organization: *693 + project: *733 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: *723 - required: *724 + properties: *724 + required: *725 nullable: true sender: *4 required: @@ -148174,11 +148185,11 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - organization: *692 - project: *732 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project: *733 + repository: *694 sender: *4 required: - action @@ -148257,11 +148268,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *690 - installation: *691 - organization: *692 - project: *732 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + project: *733 + repository: *694 sender: *4 required: - action @@ -148342,9 +148353,9 @@ x-webhooks: type: string enum: - closed - installation: *691 - organization: *692 - projects_v2: &733 + installation: *692 + organization: *693 + projects_v2: &734 title: Projects v2 Project description: A projects v2 project type: object @@ -148401,7 +148412,7 @@ x-webhooks: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &738 + properties: &739 id: type: number node_id: @@ -148439,7 +148450,7 @@ x-webhooks: example: The project is off to a great start! type: string nullable: true - required: &739 + required: &740 - id - node_id - created_at @@ -148543,9 +148554,9 @@ x-webhooks: type: string enum: - created - installation: *691 - organization: *692 - projects_v2: *733 + installation: *692 + organization: *693 + projects_v2: *734 sender: *4 required: - action @@ -148626,9 +148637,9 @@ x-webhooks: type: string enum: - deleted - installation: *691 - organization: *692 - projects_v2: *733 + installation: *692 + organization: *693 + projects_v2: *734 sender: *4 required: - action @@ -148745,9 +148756,9 @@ x-webhooks: type: string to: type: string - installation: *691 - organization: *692 - projects_v2: *733 + installation: *692 + organization: *693 + projects_v2: *734 sender: *4 required: - action @@ -148830,7 +148841,7 @@ x-webhooks: type: string enum: - archived - changes: &737 + changes: &738 type: object properties: archived_at: @@ -148844,9 +148855,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *691 - organization: *692 - projects_v2_item: &734 + installation: *692 + organization: *693 + projects_v2_item: &735 title: Projects v2 Item description: An item belonging to a project type: object @@ -148980,9 +148991,9 @@ x-webhooks: nullable: true to: type: string - installation: *691 - organization: *692 - projects_v2_item: *734 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149064,9 +149075,9 @@ x-webhooks: type: string enum: - created - installation: *691 - organization: *692 - projects_v2_item: *734 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149147,9 +149158,9 @@ x-webhooks: type: string enum: - deleted - installation: *691 - organization: *692 - projects_v2_item: *734 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149255,7 +149266,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &735 + - &736 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -149273,7 +149284,7 @@ x-webhooks: required: - id - name - - &736 + - &737 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149300,8 +149311,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *735 - *736 + - *737 required: - field_value - type: object @@ -149317,9 +149328,9 @@ x-webhooks: nullable: true required: - body - installation: *691 - organization: *692 - projects_v2_item: *734 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149414,9 +149425,9 @@ x-webhooks: to: type: string nullable: true - installation: *691 - organization: *692 - projects_v2_item: *734 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149499,10 +149510,10 @@ x-webhooks: type: string enum: - restored - changes: *737 - installation: *691 - organization: *692 - projects_v2_item: *734 + changes: *738 + installation: *692 + organization: *693 + projects_v2_item: *735 sender: *4 required: - action @@ -149584,9 +149595,9 @@ x-webhooks: type: string enum: - reopened - installation: *691 - organization: *692 - projects_v2: *733 + installation: *692 + organization: *693 + projects_v2: *734 sender: *4 required: - action @@ -149667,14 +149678,14 @@ x-webhooks: type: string enum: - created - installation: *691 - organization: *692 - projects_v2_status_update: &740 + installation: *692 + organization: *693 + projects_v2_status_update: &741 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *738 - required: *739 + properties: *739 + required: *740 sender: *4 required: - action @@ -149755,9 +149766,9 @@ x-webhooks: type: string enum: - deleted - installation: *691 - organization: *692 - projects_v2_status_update: *740 + installation: *692 + organization: *693 + projects_v2_status_update: *741 sender: *4 required: - action @@ -149893,9 +149904,9 @@ x-webhooks: type: string format: date nullable: true - installation: *691 - organization: *692 - projects_v2_status_update: *740 + installation: *692 + organization: *693 + projects_v2_status_update: *741 sender: *4 required: - action @@ -149966,10 +149977,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - repository @@ -150046,13 +150057,13 @@ x-webhooks: type: string enum: - assigned - assignee: *710 - enterprise: *690 - installation: *691 - number: &741 + assignee: *711 + enterprise: *691 + installation: *692 + number: &742 description: The pull request number. type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -152335,7 +152346,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -152417,11 +152428,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -154699,7 +154710,7 @@ x-webhooks: - draft reason: type: string - repository: *693 + repository: *694 sender: *4 required: - action @@ -154781,11 +154792,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -157063,7 +157074,7 @@ x-webhooks: - draft reason: type: string - repository: *693 + repository: *694 sender: *4 required: - action @@ -157145,13 +157156,13 @@ x-webhooks: type: string enum: - closed - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: &742 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: &743 allOf: - - *557 + - *558 - type: object properties: allow_auto_merge: @@ -157213,7 +157224,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *693 + repository: *694 sender: *4 required: - action @@ -157294,12 +157305,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: *742 - repository: *693 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: *743 + repository: *694 sender: *4 required: - action @@ -157379,11 +157390,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *690 - milestone: *540 - number: *741 - organization: *692 - pull_request: &743 + enterprise: *691 + milestone: *541 + number: *742 + organization: *693 + pull_request: &744 title: Pull Request type: object properties: @@ -159646,7 +159657,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -159725,11 +159736,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -162011,7 +162022,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *693 + repository: *694 sender: *4 required: - action @@ -162135,12 +162146,12 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: *742 - repository: *693 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: *743 + repository: *694 sender: *4 required: - action @@ -162220,11 +162231,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -164491,7 +164502,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -164571,11 +164582,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *690 - installation: *691 - label: *709 - number: *741 - organization: *692 + enterprise: *691 + installation: *692 + label: *710 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -166857,7 +166868,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -166938,10 +166949,10 @@ x-webhooks: type: string enum: - locked - enterprise: *690 - installation: *691 - number: *741 - organization: *692 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -169221,7 +169232,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -169301,12 +169312,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *690 - milestone: *540 - number: *741 - organization: *692 - pull_request: *743 - repository: *693 + enterprise: *691 + milestone: *541 + number: *742 + organization: *693 + pull_request: *744 + repository: *694 sender: *4 required: - action @@ -169385,12 +169396,12 @@ x-webhooks: type: string enum: - opened - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: *742 - repository: *693 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: *743 + repository: *694 sender: *4 required: - action @@ -169471,12 +169482,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: *742 - repository: *693 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: *743 + repository: *694 sender: *4 required: - action @@ -169556,12 +169567,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *690 - installation: *691 - number: *741 - organization: *692 - pull_request: *742 - repository: *693 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 + pull_request: *743 + repository: *694 sender: *4 required: - action @@ -169927,9 +169938,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: type: object properties: @@ -172099,7 +172110,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *693 + repository: *694 sender: *4 required: - action @@ -172179,7 +172190,7 @@ x-webhooks: type: string enum: - deleted - comment: &745 + comment: &746 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -172464,9 +172475,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: type: object properties: @@ -174624,7 +174635,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *693 + repository: *694 sender: *4 required: - action @@ -174704,11 +174715,11 @@ x-webhooks: type: string enum: - edited - changes: *744 - comment: *745 - enterprise: *690 - installation: *691 - organization: *692 + changes: *745 + comment: *746 + enterprise: *691 + installation: *692 + organization: *693 pull_request: type: object properties: @@ -176869,7 +176880,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *693 + repository: *694 sender: *4 required: - action @@ -176950,9 +176961,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: title: Simple Pull Request type: object @@ -179125,7 +179136,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *693 + repository: *694 review: description: The review that was affected. type: object @@ -179372,9 +179383,9 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: title: Simple Pull Request type: object @@ -181428,8 +181439,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *693 - review: &746 + repository: *694 + review: &747 description: The review that was affected. type: object properties: @@ -181662,12 +181673,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: description: The pull request number. type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -183950,7 +183961,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 requested_reviewer: title: User type: object @@ -184034,12 +184045,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: description: The pull request number. type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -186329,7 +186340,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 requested_team: title: Team description: Groups of organization members that gives permissions @@ -186521,12 +186532,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: description: The pull request number. type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -188811,7 +188822,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 requested_reviewer: title: User type: object @@ -188896,12 +188907,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *690 - installation: *691 + enterprise: *691 + installation: *692 number: description: The pull request number. type: integer - organization: *692 + organization: *693 pull_request: title: Pull Request type: object @@ -191177,7 +191188,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 requested_team: title: Team description: Groups of organization members that gives permissions @@ -191358,9 +191369,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: title: Simple Pull Request type: object @@ -193535,8 +193546,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *693 - review: *746 + repository: *694 + review: *747 sender: *4 required: - action @@ -193616,9 +193627,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: title: Simple Pull Request type: object @@ -195688,7 +195699,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *693 + repository: *694 sender: *4 thread: type: object @@ -196075,9 +196086,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 pull_request: title: Simple Pull Request type: object @@ -198133,7 +198144,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *693 + repository: *694 sender: *4 thread: type: object @@ -198523,10 +198534,10 @@ x-webhooks: type: string before: type: string - enterprise: *690 - installation: *691 - number: *741 - organization: *692 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -200797,7 +200808,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -200879,11 +200890,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *747 - enterprise: *690 - installation: *691 - number: *741 - organization: *692 + assignee: *748 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -203166,7 +203177,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -203245,11 +203256,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *690 - installation: *691 - label: *709 - number: *741 - organization: *692 + enterprise: *691 + installation: *692 + label: *710 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -205522,7 +205533,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -205603,10 +205614,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *690 - installation: *691 - number: *741 - organization: *692 + enterprise: *691 + installation: *692 + number: *742 + organization: *693 pull_request: title: Pull Request type: object @@ -207871,7 +207882,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *693 + repository: *694 sender: *4 required: - action @@ -208071,7 +208082,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *690 + enterprise: *691 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -208163,8 +208174,8 @@ x-webhooks: - url - author - committer - installation: *691 - organization: *692 + installation: *692 + organization: *693 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -208739,9 +208750,9 @@ x-webhooks: type: string enum: - published - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 registry_package: type: object properties: @@ -209187,7 +209198,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *727 + items: *728 summary: type: string tag_name: @@ -209241,7 +209252,7 @@ x-webhooks: - owner - package_version - registry - repository: *693 + repository: *694 sender: *4 required: - action @@ -209319,9 +209330,9 @@ x-webhooks: type: string enum: - updated - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 registry_package: type: object properties: @@ -209629,7 +209640,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *727 + items: *728 summary: type: string tag_name: @@ -209678,7 +209689,7 @@ x-webhooks: - owner - package_version - registry - repository: *693 + repository: *694 sender: *4 required: - action @@ -209755,10 +209766,10 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - release: &748 + enterprise: *691 + installation: *692 + organization: *693 + release: &749 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -210076,7 +210087,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *693 + repository: *694 sender: *4 required: - action @@ -210153,11 +210164,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - release: *748 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + release: *749 + repository: *694 sender: *4 required: - action @@ -210274,11 +210285,11 @@ x-webhooks: type: boolean required: - to - enterprise: *690 - installation: *691 - organization: *692 - release: *748 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + release: *749 + repository: *694 sender: *4 required: - action @@ -210356,9 +210367,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -210680,7 +210691,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *693 + repository: *694 sender: *4 required: - action @@ -210756,10 +210767,10 @@ x-webhooks: type: string enum: - published - enterprise: *690 - installation: *691 - organization: *692 - release: &749 + enterprise: *691 + installation: *692 + organization: *693 + release: &750 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -211078,7 +211089,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *693 + repository: *694 sender: *4 required: - action @@ -211154,11 +211165,11 @@ x-webhooks: type: string enum: - released - enterprise: *690 - installation: *691 - organization: *692 - release: *748 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + release: *749 + repository: *694 sender: *4 required: - action @@ -211234,11 +211245,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *690 - installation: *691 - organization: *692 - release: *749 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + release: *750 + repository: *694 sender: *4 required: - action @@ -211314,11 +211325,11 @@ x-webhooks: type: string enum: - published - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - repository_advisory: *612 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + repository_advisory: *613 sender: *4 required: - action @@ -211394,11 +211405,11 @@ x-webhooks: type: string enum: - reported - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - repository_advisory: *612 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + repository_advisory: *613 sender: *4 required: - action @@ -211474,10 +211485,10 @@ x-webhooks: type: string enum: - archived - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -211554,10 +211565,10 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -211635,10 +211646,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -211722,10 +211733,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -211837,10 +211848,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -211912,10 +211923,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 status: type: string @@ -211996,10 +212007,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -212076,10 +212087,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -212173,10 +212184,10 @@ x-webhooks: - name required: - repository - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -212256,11 +212267,11 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - repository_ruleset: *270 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + repository_ruleset: *271 sender: *4 required: - action @@ -212338,11 +212349,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - repository_ruleset: *270 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + repository_ruleset: *271 sender: *4 required: - action @@ -212420,11 +212431,11 @@ x-webhooks: type: string enum: - edited - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - repository_ruleset: *270 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + repository_ruleset: *271 changes: type: object properties: @@ -212443,16 +212454,16 @@ x-webhooks: properties: added: type: array - items: *245 + items: *246 deleted: type: array - items: *245 + items: *246 updated: type: array items: type: object properties: - condition: *245 + condition: *246 changes: type: object properties: @@ -212485,16 +212496,16 @@ x-webhooks: properties: added: type: array - items: *577 + items: *578 deleted: type: array - items: *577 + items: *578 updated: type: array items: type: object properties: - rule: *577 + rule: *578 changes: type: object properties: @@ -212728,10 +212739,10 @@ x-webhooks: - from required: - owner - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -212809,10 +212820,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -212890,7 +212901,7 @@ x-webhooks: type: string enum: - create - alert: &750 + alert: &751 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -213011,10 +213022,10 @@ x-webhooks: type: string enum: - open - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -213220,10 +213231,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -213301,11 +213312,11 @@ x-webhooks: type: string enum: - reopen - alert: *750 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + alert: *751 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -213504,10 +213515,10 @@ x-webhooks: enum: - fixed - open - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -213585,7 +213596,7 @@ x-webhooks: type: string enum: - created - alert: &751 + alert: &752 type: object properties: number: *54 @@ -213696,10 +213707,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -213780,11 +213791,11 @@ x-webhooks: type: string enum: - created - alert: *751 - installation: *691 - location: *752 - organization: *692 - repository: *693 + alert: *752 + installation: *692 + location: *753 + organization: *693 + repository: *694 sender: *4 required: - location @@ -214022,11 +214033,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *751 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + alert: *752 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -214104,11 +214115,11 @@ x-webhooks: type: string enum: - reopened - alert: *751 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + alert: *752 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -214186,11 +214197,11 @@ x-webhooks: type: string enum: - resolved - alert: *751 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + alert: *752 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -214268,11 +214279,11 @@ x-webhooks: type: string enum: - validated - alert: *751 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + alert: *752 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -214398,10 +214409,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *693 - enterprise: *690 - installation: *691 - organization: *692 + repository: *694 + enterprise: *691 + installation: *692 + organization: *693 sender: *4 required: - action @@ -214479,11 +214490,11 @@ x-webhooks: type: string enum: - published - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - security_advisory: &753 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + security_advisory: &754 description: The details of the security advisory, including summary, description, and severity. type: object @@ -214666,11 +214677,11 @@ x-webhooks: type: string enum: - updated - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 - security_advisory: *753 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 + security_advisory: *754 sender: *4 required: - action @@ -214743,10 +214754,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -214930,11 +214941,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *244 - enterprise: *690 - installation: *691 - organization: *692 - repository: *320 + security_and_analysis: *245 + enterprise: *691 + installation: *692 + organization: *693 + repository: *321 sender: *4 required: - changes @@ -215012,12 +215023,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: &754 + sponsorship: &755 type: object properties: created_at: @@ -215318,12 +215329,12 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: *754 + sponsorship: *755 required: - action - sponsorship @@ -215411,12 +215422,12 @@ x-webhooks: type: string required: - from - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: *754 + sponsorship: *755 required: - action - changes @@ -215493,17 +215504,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &755 + effective_date: &756 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: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: *754 + sponsorship: *755 required: - action - sponsorship @@ -215577,7 +215588,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &756 + changes: &757 type: object properties: tier: @@ -215621,13 +215632,13 @@ x-webhooks: - from required: - tier - effective_date: *755 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + effective_date: *756 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: *754 + sponsorship: *755 required: - action - changes @@ -215704,13 +215715,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *756 - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + changes: *757 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - sponsorship: *754 + sponsorship: *755 required: - action - changes @@ -215784,10 +215795,10 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -215870,10 +215881,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -216293,15 +216304,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *690 + enterprise: *691 id: description: The unique identifier of the status. type: integer - installation: *691 + installation: *692 name: type: string - organization: *692 - repository: *693 + organization: *693 + repository: *694 sender: *4 sha: description: The Commit SHA. @@ -216416,9 +216427,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -216508,9 +216519,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -216600,9 +216611,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -216692,9 +216703,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *691 - organization: *692 - repository: *693 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -216771,12 +216782,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - team: &757 + team: &758 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -216966,9 +216977,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 repository: title: Repository description: A git repository @@ -217426,7 +217437,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *757 + team: *758 required: - action - team @@ -217502,9 +217513,9 @@ x-webhooks: type: string enum: - created - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 repository: title: Repository description: A git repository @@ -217962,7 +217973,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *757 + team: *758 required: - action - team @@ -218039,9 +218050,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 repository: title: Repository description: A git repository @@ -218499,7 +218510,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *757 + team: *758 required: - action - team @@ -218643,9 +218654,9 @@ x-webhooks: - from required: - permissions - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 repository: title: Repository description: A git repository @@ -219103,7 +219114,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *757 + team: *758 required: - action - changes @@ -219181,9 +219192,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *690 - installation: *691 - organization: *692 + enterprise: *691 + installation: *692 + organization: *693 repository: title: Repository description: A git repository @@ -219641,7 +219652,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *757 + team: *758 required: - action - team @@ -219717,10 +219728,10 @@ x-webhooks: type: string enum: - started - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 required: - action @@ -219793,16 +219804,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *690 + enterprise: *691 inputs: type: object nullable: true additionalProperties: true - installation: *691 - organization: *692 + installation: *692 + organization: *693 ref: type: string - repository: *693 + repository: *694 sender: *4 workflow: type: string @@ -219884,10 +219895,10 @@ x-webhooks: type: string enum: - completed - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 workflow_job: allOf: @@ -220124,7 +220135,7 @@ x-webhooks: type: string required: - conclusion - deployment: *472 + deployment: *473 required: - action - repository @@ -220203,10 +220214,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 workflow_job: allOf: @@ -220466,7 +220477,7 @@ x-webhooks: required: - status - steps - deployment: *472 + deployment: *473 required: - action - repository @@ -220545,10 +220556,10 @@ x-webhooks: type: string enum: - queued - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 workflow_job: type: object @@ -220683,7 +220694,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *472 + deployment: *473 required: - action - repository @@ -220762,10 +220773,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 workflow_job: type: object @@ -220901,7 +220912,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *472 + deployment: *473 required: - action - repository @@ -220981,12 +220992,12 @@ x-webhooks: type: string enum: - completed - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - workflow: *705 + workflow: *706 workflow_run: title: Workflow Run type: object @@ -221985,12 +221996,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - workflow: *705 + workflow: *706 workflow_run: title: Workflow Run type: object @@ -222974,12 +222985,12 @@ x-webhooks: type: string enum: - requested - enterprise: *690 - installation: *691 - organization: *692 - repository: *693 + enterprise: *691 + installation: *692 + organization: *693 + repository: *694 sender: *4 - workflow: *705 + workflow: *706 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 668eda724..c8e63adc1 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -18763,6 +18763,10 @@ "selected_actions_url": { "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` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -18774,7 +18778,8 @@ "value": { "enabled_organizations": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/enterprises/2/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/enterprises/2/actions/permissions/selected-actions", + "sha_pinning_required": true } } } @@ -18840,6 +18845,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -18850,7 +18859,8 @@ "default": { "value": { "enabled_organizations": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -88989,6 +88999,10 @@ "selected_actions_url": { "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` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -89000,7 +89014,8 @@ "value": { "enabled_repositories": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions", + "sha_pinning_required": true } } } @@ -89066,6 +89081,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -89076,7 +89095,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -217027,6 +217047,10 @@ "selected_actions_url": { "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` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -217038,7 +217062,8 @@ "value": { "enabled": true, "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions", + "sha_pinning_required": true } } } @@ -217108,6 +217133,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -217118,7 +217147,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 5fd33edfc..2cce180e0 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -444,7 +444,7 @@ paths: The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs. schema: type: string - - &91 + - &92 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 results before this cursor. For @@ -453,7 +453,7 @@ paths: required: false schema: type: string - - &92 + - &93 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 results after this cursor. For @@ -462,7 +462,7 @@ paths: required: false schema: type: string - - &93 + - &94 name: direction description: The direction to sort the results by. in: query @@ -683,7 +683,7 @@ paths: required: - vector_string - score - cvss_severities: &107 + cvss_severities: &108 type: object nullable: true properties: @@ -723,7 +723,7 @@ paths: required: - vector_string - score - epss: &108 + epss: &109 type: object nullable: true readOnly: true @@ -861,7 +861,7 @@ paths: - subscriptions_url - type - url - type: &385 + type: &386 type: string description: The type of credit the user is receiving. enum: @@ -994,7 +994,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &212 + schema: &213 title: Validation Error Simple description: Validation Error Simple type: object @@ -1027,7 +1027,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: - - &715 + - &716 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1145,7 +1145,7 @@ paths: GitHub. type: object nullable: true - properties: &169 + properties: &170 id: description: Unique identifier of the GitHub app example: 37 @@ -1278,7 +1278,7 @@ paths: about itself. example: 5 type: integer - required: &170 + required: &171 - id - node_id - owner @@ -1583,7 +1583,7 @@ paths: schema: type: integer default: 30 - - &304 + - &305 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1599,7 +1599,7 @@ paths: application/json: schema: type: array - items: &305 + items: &306 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1679,7 +1679,7 @@ paths: - installation_id - repository_id examples: - default: &306 + default: &307 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1711,7 +1711,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &725 + schema: &726 title: Scim Error description: Scim Error type: object @@ -1738,7 +1738,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &211 + schema: &212 title: Validation Error description: Validation Error type: object @@ -1807,7 +1807,7 @@ paths: description: Response content: application/json: - schema: &307 + schema: &308 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1921,7 +1921,7 @@ paths: - request - response examples: - default: &308 + default: &309 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2122,7 +2122,7 @@ paths: parameters: - *17 - *19 - - &174 + - &175 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2700,7 +2700,7 @@ paths: application/json: schema: *22 examples: - default: &76 + default: &77 value: id: 1 account: @@ -2850,11 +2850,11 @@ paths: - selected repositories: type: array - items: &66 + items: &67 title: Repository description: A repository on GitHub. type: object - properties: &363 + properties: &364 id: description: Unique identifier of the repository example: 42 @@ -2874,7 +2874,7 @@ paths: title: License Simple description: License Simple type: object - properties: &185 + properties: &186 key: type: string example: mit @@ -2896,7 +2896,7 @@ paths: html_url: type: string format: uri - required: &186 + required: &187 - key - name - url @@ -3292,7 +3292,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &364 + required: &365 - archive_url - assignees_url - blobs_url @@ -5079,7 +5079,7 @@ paths: responses: '202': *39 '422': *7 - '500': &90 + '500': &91 description: Internal Error content: application/json: @@ -7364,7 +7364,7 @@ paths: description: Response content: application/json: - schema: &213 + schema: &214 type: object properties: total_active_caches_count: @@ -7379,7 +7379,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &214 + default: &215 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7563,7 +7563,7 @@ paths: - public_ip_enabled - platform examples: - default: &215 + default: &216 value: total_count: 2 runners: @@ -7849,7 +7849,7 @@ paths: description: Response content: application/json: - schema: &216 + schema: &217 type: object properties: public_ips: @@ -7874,7 +7874,7 @@ paths: required: - public_ips examples: - default: &217 + default: &218 value: public_ips: current_usage: 17 @@ -7914,7 +7914,7 @@ paths: type: array items: *45 examples: - default: &218 + default: &219 value: id: 4-core cpu_cores: 4 @@ -8171,11 +8171,15 @@ paths: - all - local_only - selected - selected_actions_url: &221 + selected_actions_url: &222 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` is set to `selected`. + sha_pinning_required: &50 + type: boolean + description: Whether actions must be pinned to a full-length commit + SHA. required: - enabled_organizations examples: @@ -8184,6 +8188,7 @@ paths: enabled_organizations: all allowed_actions: selected selected_actions_url: https://api.github.com/enterprises/2/actions/permissions/selected-actions + sha_pinning_required: true x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8215,6 +8220,7 @@ paths: properties: enabled_organizations: *48 allowed_actions: *49 + sha_pinning_required: *50 required: - enabled_organizations examples: @@ -8222,6 +8228,7 @@ paths: value: enabled_organizations: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8244,7 +8251,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &223 + schema: &224 type: object properties: days: @@ -8262,7 +8269,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &726 + '401': &727 description: Authorization failure '404': *6 x-github: @@ -8290,7 +8297,7 @@ paths: required: true content: application/json: - schema: &224 + schema: &225 type: object properties: days: @@ -8325,7 +8332,7 @@ paths: description: Response content: application/json: - schema: &50 + schema: &51 type: object properties: approval_policy: @@ -8339,7 +8346,7 @@ paths: required: - approval_policy examples: - default: &225 + default: &226 value: approval_policy: first_time_contributors '404': *6 @@ -8368,7 +8375,7 @@ paths: required: true content: application/json: - schema: *50 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -8397,7 +8404,7 @@ paths: description: Response content: application/json: - schema: &226 + schema: &227 type: object required: - run_workflows_from_fork_pull_requests @@ -8423,7 +8430,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &51 + default: &52 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -8451,7 +8458,7 @@ paths: required: true content: application/json: - schema: &227 + schema: &228 type: object required: - run_workflows_from_fork_pull_requests @@ -8474,7 +8481,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *51 + default: *52 responses: '204': description: Empty response for successful settings update @@ -8514,11 +8521,11 @@ paths: type: number organizations: type: array - items: &61 + items: &62 title: Organization Simple description: A GitHub organization. type: object - properties: &103 + properties: &104 login: type: string example: github @@ -8559,7 +8566,7 @@ paths: type: string example: A great organization nullable: true - required: &104 + required: &105 - login - url - id @@ -8576,7 +8583,7 @@ paths: - total_count - organizations examples: - default: &62 + default: &63 value: total_count: 1 organizations: @@ -8655,7 +8662,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *41 - - &52 + - &53 name: org_id description: The unique identifier of the organization. in: path @@ -8684,7 +8691,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *41 - - *52 + - *53 responses: '204': description: Response @@ -8713,7 +8720,7 @@ paths: description: Response content: application/json: - schema: &53 + schema: &54 type: object properties: github_owned_allowed: @@ -8734,7 +8741,7 @@ paths: items: type: string examples: - default: &54 + default: &55 value: github_owned_allowed: true verified_allowed: false @@ -8767,9 +8774,9 @@ paths: required: true content: application/json: - schema: *53 + schema: *54 examples: - selected_actions: *54 + selected_actions: *55 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8874,17 +8881,17 @@ paths: description: Success response content: application/json: - schema: &230 + schema: &231 type: object properties: - default_workflow_permissions: &55 + default_workflow_permissions: &56 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &56 + can_approve_pull_request_reviews: &57 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -8892,7 +8899,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &57 + default: &58 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -8922,13 +8929,13 @@ paths: required: true content: application/json: - schema: &231 + schema: &232 type: object properties: - default_workflow_permissions: *55 - can_approve_pull_request_reviews: *56 + default_workflow_permissions: *56 + can_approve_pull_request_reviews: *57 examples: - default: *57 + default: *58 responses: '204': description: Success response @@ -8973,7 +8980,7 @@ paths: type: number runner_groups: type: array - items: &58 + items: &59 type: object properties: id: @@ -9152,9 +9159,9 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: - default: &59 + default: &60 value: id: 2 name: octo-runner-group @@ -9189,7 +9196,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise parameters: - *41 - - &60 + - &61 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -9201,9 +9208,9 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: - default: *59 + default: *60 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9223,7 +9230,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise parameters: - *41 - - *60 + - *61 requestBody: required: false content: @@ -9275,7 +9282,7 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: default: value: @@ -9311,7 +9318,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise parameters: - *41 - - *60 + - *61 responses: '204': description: Response @@ -9335,7 +9342,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *41 - - *60 + - *61 - *17 - *19 responses: @@ -9350,12 +9357,12 @@ paths: type: number organizations: type: array - items: *61 + items: *62 required: - total_count - organizations examples: - default: *62 + default: *63 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9375,7 +9382,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-organization-access-for-a-self-hosted-runner-group-in-an-enterprise parameters: - *41 - - *60 + - *61 requestBody: required: true content: @@ -9421,8 +9428,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *41 - - *60 - - *52 + - *61 + - *53 responses: '204': description: Response @@ -9445,8 +9452,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *41 - - *60 - - *52 + - *61 + - *53 responses: '204': description: Response @@ -9470,7 +9477,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise parameters: - *41 - - *60 + - *61 - *17 - *19 responses: @@ -9485,7 +9492,7 @@ paths: type: number runners: type: array - items: &64 + items: &65 title: Self hosted runners description: A self hosted runner type: object @@ -9514,7 +9521,7 @@ paths: type: boolean labels: type: array - items: &68 + items: &69 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -9547,7 +9554,7 @@ paths: - total_count - runners examples: - default: &65 + default: &66 value: total_count: 2 runners: @@ -9607,7 +9614,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise parameters: - *41 - - *60 + - *61 requestBody: required: true content: @@ -9652,8 +9659,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-enterprise parameters: - *41 - - *60 - - &63 + - *61 + - &64 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -9682,8 +9689,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise parameters: - *41 - - *60 - - *63 + - *61 + - *64 responses: '204': description: Response @@ -9726,9 +9733,9 @@ paths: type: number runners: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: Link: *40 x-github: @@ -9758,7 +9765,7 @@ paths: application/json: schema: type: array - items: &235 + items: &236 title: Runner Application description: Runner Application type: object @@ -9783,7 +9790,7 @@ paths: - download_url - filename examples: - default: &236 + default: &237 value: - os: osx architecture: x64 @@ -9867,7 +9874,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &237 + '201': &238 description: Response content: application/json: @@ -9877,7 +9884,7 @@ paths: - runner - encoded_jit_config properties: - runner: *64 + runner: *65 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -9906,7 +9913,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': &101 + '409': &102 description: Conflict content: application/json: @@ -9944,7 +9951,7 @@ paths: description: Response content: application/json: - schema: &67 + schema: &68 title: Authentication Token description: Authentication Token type: object @@ -9966,7 +9973,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *66 + items: *67 single_file: type: string example: config.yaml @@ -9982,7 +9989,7 @@ paths: - token - expires_at examples: - default: &238 + default: &239 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10020,9 +10027,9 @@ paths: description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: &239 + default: &240 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10046,15 +10053,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 + - *64 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: &240 + default: &241 value: id: 23 name: MBP @@ -10094,7 +10101,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-enterprise parameters: - *41 - - *63 + - *64 responses: '204': description: Response @@ -10119,9 +10126,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 + - *64 responses: - '200': &69 + '200': &70 description: Response content: application/json: @@ -10135,7 +10142,7 @@ paths: type: integer labels: type: array - items: *68 + items: *69 examples: default: value: @@ -10173,7 +10180,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 + - *64 requestBody: required: true content: @@ -10197,7 +10204,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -10220,7 +10227,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 + - *64 requestBody: required: true content: @@ -10245,7 +10252,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -10268,9 +10275,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 + - *64 responses: - '200': &241 + '200': &242 description: Response content: application/json: @@ -10284,7 +10291,7 @@ paths: type: integer labels: type: array - items: *68 + items: *69 examples: default: value: @@ -10325,8 +10332,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 - - &242 + - *64 + - &243 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10334,7 +10341,7 @@ paths: schema: type: string responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -10359,20 +10366,20 @@ paths: description: Response content: application/json: - schema: &74 + schema: &75 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &70 + announcement: &71 type: string description: The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see "[Basic writing and formatting syntax](https://docs.github.com/enterprise-cloud@latest//github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)." example: Very **important** announcement about _something_. nullable: true - expires_at: &71 + expires_at: &72 type: string format: date-time description: 'The time at which the announcement expires. This @@ -10382,7 +10389,7 @@ paths: it to an empty string.' example: '"2021-01-01T00:00:00.000-07:00"' nullable: true - user_dismissible: &72 + user_dismissible: &73 type: boolean description: Whether an announcement can be dismissed by the user. example: false @@ -10393,7 +10400,7 @@ paths: - expires_at - user_dismissible examples: - default: &73 + default: &74 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -10417,18 +10424,18 @@ paths: required: true content: application/json: - schema: &249 + schema: &250 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *70 - expires_at: *71 - user_dismissible: *72 + announcement: *71 + expires_at: *72 + user_dismissible: *73 required: - announcement examples: - default: *73 + default: *74 parameters: - *41 responses: @@ -10436,9 +10443,9 @@ paths: description: Response content: application/json: - schema: *74 + schema: *75 examples: - default: *73 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10534,7 +10541,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization parameters: - *41 - - &75 + - &76 name: org description: The organization name. The name is not case sensitive. in: path @@ -10551,7 +10558,7 @@ paths: application/json: schema: type: array - items: &77 + items: &78 title: Accessible Repository description: A repository that may be made accessible to a GitHub App. @@ -10602,7 +10609,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#list-github-apps-installed-on-an-enterprise-owned-organization parameters: - *41 - - *75 + - *76 - *17 - *19 responses: @@ -10697,7 +10704,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#install-a-github-app-on-an-enterprise-owned-organization parameters: - *41 - - *75 + - *76 responses: '200': description: A GitHub App installation that was installed previously. @@ -10705,14 +10712,14 @@ paths: application/json: schema: *22 examples: - default: *76 + default: *77 '201': description: A GitHub App installation. content: application/json: schema: *22 examples: - default: *76 + default: *77 requestBody: required: true content: @@ -10780,7 +10787,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#uninstall-a-github-app-from-an-enterprise-owned-organization parameters: - *41 - - *75 + - *76 - *23 responses: '204': @@ -10808,7 +10815,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-the-repositories-accessible-to-a-given-github-app-installation parameters: - *41 - - *75 + - *76 - *23 - *17 - *19 @@ -10820,7 +10827,7 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: default: value: @@ -10849,7 +10856,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#toggle-installation-repository-access-between-selected-and-all-repositories parameters: - *41 - - *75 + - *76 - *23 requestBody: required: true @@ -10889,7 +10896,7 @@ paths: application/json: schema: *22 examples: - default: *76 + default: *77 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -10910,7 +10917,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation parameters: - *41 - - *75 + - *76 - *23 responses: '200': @@ -10920,7 +10927,7 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: default: value: @@ -10971,7 +10978,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation parameters: - *41 - - *75 + - *76 - *23 responses: '200': @@ -10981,7 +10988,7 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: default: value: @@ -11058,7 +11065,7 @@ paths: required: false schema: type: string - - &250 + - &251 name: include description: |- The event types to include: @@ -11076,7 +11083,7 @@ paths: - web - git - all - - &251 + - &252 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. @@ -11084,7 +11091,7 @@ paths: required: false schema: type: string - - &252 + - &253 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. @@ -11092,7 +11099,7 @@ paths: required: false schema: type: string - - &253 + - &254 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11114,7 +11121,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 type: object properties: "@timestamp": @@ -11236,7 +11243,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &255 + default: &256 value: - "@timestamp": 1606929874512 action: team.add_member @@ -11415,7 +11422,7 @@ paths: vendor_specific: type: object oneOf: - - &81 + - &82 title: AzureBlobConfig description: Azure Blob Config for audit log streaming configuration. type: object @@ -11434,7 +11441,7 @@ paths: - key_id - encrypted_sas_url - container - - &82 + - &83 title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. type: object @@ -11453,7 +11460,7 @@ paths: - name - encrypted_connstring - key_id - - &83 + - &84 title: AmazonS3OIDCConfig description: Amazon S3 OIDC Config for audit log streaming configuration. type: object @@ -11481,7 +11488,7 @@ paths: - bucket - key_id - region - - &84 + - &85 title: AmazonS3AccessKeysConfig description: Amazon S3 Access Keys Config for audit log streaming configuration. @@ -11515,7 +11522,7 @@ paths: - encrypted_secret_key - key_id - region - - &85 + - &86 title: SplunkConfig description: Splunk Config for Audit Log Stream Configuration type: object @@ -11543,7 +11550,7 @@ paths: - key_id - port - ssl_verify - - &86 + - &87 title: HecConfig description: Hec Config for Audit Log Stream Configuration type: object @@ -11575,7 +11582,7 @@ paths: - key_id - port - ssl_verify - - &87 + - &88 title: GoogleCloudConfig description: Google Cloud Config for audit log streaming configuration. type: object @@ -11593,7 +11600,7 @@ paths: - bucket - key_id - encrypted_json_credentials - - &88 + - &89 title: DatadogConfig description: Datadog Config for audit log streaming configuration. type: object @@ -11624,7 +11631,7 @@ paths: - stream_type - vendor_specific examples: - default: &89 + default: &90 value: enabled: false stream_type: Azure Event Hubs @@ -11638,7 +11645,7 @@ paths: description: The audit log stream configuration was created successfully. content: application/json: - schema: &78 + schema: &79 title: Get an audit log streaming configuration description: Get an audit log streaming configuration for an enterprise. type: object @@ -11669,7 +11676,7 @@ paths: - created_at - updated_at examples: - default: &79 + default: &80 value: id: 1 stream_type: Splunk @@ -11698,7 +11705,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#list-one-audit-log-streaming-configuration-via-a-stream-id parameters: - *41 - - &80 + - &81 name: stream_id description: The ID of the audit log stream configuration. in: path @@ -11710,9 +11717,9 @@ paths: description: Lists one audit log stream configuration via stream ID. content: application/json: - schema: *78 + schema: *79 examples: - default: *79 + default: *80 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -11732,7 +11739,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#update-an-existing-audit-log-stream-configuration parameters: - *41 - - *80 + - *81 requestBody: required: true content: @@ -11758,7 +11765,6 @@ paths: vendor_specific: type: object oneOf: - - *81 - *82 - *83 - *84 @@ -11766,20 +11772,21 @@ paths: - *86 - *87 - *88 + - *89 required: - enabled - stream_type - vendor_specific examples: - default: *89 + default: *90 responses: '200': description: Successful update content: application/json: - schema: *78 + schema: *79 examples: - default: *79 + default: *80 '422': description: Validation error content: @@ -11810,7 +11817,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#delete-an-audit-log-streaming-configuration-for-an-enterprise parameters: - *41 - - *80 + - *81 responses: '204': description: The audit log stream configuration was deleted successfully. @@ -11842,7 +11849,7 @@ paths: in: query schema: type: string - - &257 + - &258 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -11850,7 +11857,7 @@ paths: required: false schema: type: string - - &258 + - &259 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -11858,7 +11865,7 @@ paths: required: false schema: type: string - - &259 + - &260 name: time_period description: |- The time period to filter by. @@ -11874,7 +11881,7 @@ paths: - week - month default: day - - &260 + - &261 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -11901,7 +11908,7 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12018,7 +12025,7 @@ paths: type: array description: The responses to the bypass request. nullable: true - items: &264 + items: &265 title: Bypass response description: A response made by a delegated bypasser to a bypass request. @@ -12062,7 +12069,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &262 + default: &263 value: - id: 21 number: 42 @@ -12131,7 +12138,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *90 + '500': *91 "/enterprises/{enterprise}/code-scanning/alerts": get: summary: List code scanning alerts for an enterprise @@ -12149,17 +12156,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *41 - - &269 + - &270 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`, but not both. in: query required: false - schema: &94 + schema: &95 type: string description: The name of the tool used to generate the code scanning analysis. - - &270 + - &271 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 @@ -12167,22 +12174,22 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &95 + schema: &96 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *91 - *92 + - *93 - *19 - *17 - - *93 + - *94 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &271 + schema: &272 type: string description: State of a code scanning alert. enum: @@ -12207,42 +12214,42 @@ paths: application/json: schema: type: array - items: &272 + items: &273 type: object properties: - number: &105 + number: &106 type: integer description: The security alert number. readOnly: true - created_at: &112 + created_at: &113 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &113 + updated_at: &114 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &110 + url: &111 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &111 + html_url: &112 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &502 + instances_url: &503 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &96 + state: &97 type: string description: State of a code scanning alert. nullable: true @@ -12250,7 +12257,7 @@ paths: - open - dismissed - fixed - fixed_at: &115 + fixed_at: &116 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -12264,14 +12271,14 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: &114 + dismissed_at: &115 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissed_reason: &503 + dismissed_reason: &504 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12280,13 +12287,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &504 + dismissed_comment: &505 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &505 + rule: &506 type: object properties: id: @@ -12339,25 +12346,25 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &506 + tool: &507 type: object properties: - name: *94 + name: *95 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *95 - most_recent_instance: &507 + guid: *96 + most_recent_instance: &508 type: object properties: - ref: &500 + ref: &501 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &517 + analysis_key: &518 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12368,13 +12375,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &518 + category: &519 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *96 + state: *97 commit_sha: type: string message: @@ -12413,11 +12420,11 @@ paths: - generated - test - library - repository: &102 + repository: &103 title: Simple Repository description: A GitHub repository. type: object - properties: &201 + properties: &202 id: type: integer format: int64 @@ -12644,7 +12651,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &202 + required: &203 - archive_url - assignees_url - blobs_url @@ -12713,7 +12720,7 @@ paths: - most_recent_instance - repository examples: - default: &273 + default: &274 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -12944,7 +12951,7 @@ paths: headers: Link: *40 '404': *6 - '503': &159 + '503': &160 description: Service unavailable content: application/json: @@ -12988,8 +12995,8 @@ paths: schema: type: integer default: 30 - - *91 - *92 + - *93 responses: '200': description: Response @@ -12997,7 +13004,7 @@ paths: application/json: schema: type: array - items: &97 + items: &98 type: object description: A code security configuration properties: @@ -13366,7 +13373,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &274 + code_scanning_options: &275 type: object description: Security Configuration feature options for code scanning nullable: true @@ -13383,7 +13390,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &100 + code_scanning_default_setup_options: &101 type: object description: Feature options for code scanning default setup nullable: true @@ -13500,9 +13507,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *97 + schema: *98 examples: - default: &98 + default: &99 value: id: 1325 target_type: enterprise @@ -13560,7 +13567,7 @@ paths: description: Response content: application/json: - schema: &276 + schema: &277 type: array description: A list of default code security configurations items: @@ -13574,9 +13581,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *97 + configuration: *98 examples: - default: &277 + default: &278 value: - default_for_new_repos: public configuration: @@ -13665,7 +13672,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - *41 - - &99 + - &100 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -13677,9 +13684,9 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: - default: *98 + default: *99 '304': *37 '403': *29 '404': *6 @@ -13704,7 +13711,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - *41 - - *99 + - *100 requestBody: required: true content: @@ -13783,7 +13790,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *100 + code_scanning_default_setup_options: *101 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -13871,13 +13878,13 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: - default: *98 + default: *99 '304': *37 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13901,14 +13908,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - *41 - - *99 + - *100 responses: - '204': &125 + '204': &126 description: A header with no content is returned. '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13933,7 +13940,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - *41 - - *99 + - *100 requestBody: required: true content: @@ -13960,7 +13967,7 @@ paths: '202': *39 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -13985,7 +13992,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-enterprise parameters: - *41 - - *99 + - *100 requestBody: required: true content: @@ -14025,12 +14032,12 @@ paths: - none - private_and_internal - public - configuration: *97 + configuration: *98 examples: default: value: default_for_new_repos: all - configuration: &275 + configuration: &276 value: id: 1325 target_type: organization @@ -14087,7 +14094,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - *41 - - *99 + - *100 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -14096,8 +14103,8 @@ paths: schema: type: integer default: 30 - - *91 - *92 + - *93 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -14115,7 +14122,7 @@ paths: application/json: schema: type: array - items: &278 + items: &279 type: object description: Repositories associated with a code security configuration and attachment status @@ -14133,13 +14140,13 @@ paths: - failed - updating - removed_by_enterprise - repository: *102 + repository: *103 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: &279 + repository: &280 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -14604,7 +14611,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &116 + items: &117 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -14621,14 +14628,14 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *103 - required: *104 + properties: *104 + required: *105 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &265 + - &266 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -14687,7 +14694,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &341 + properties: &342 id: description: Unique identifier of the team type: integer @@ -14743,7 +14750,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &342 + required: &343 - id - node_id - url @@ -14871,7 +14878,7 @@ paths: - created_at additionalProperties: false examples: - default: &117 + default: &118 value: total_seats: 2 seats: @@ -14942,7 +14949,7 @@ paths: site_admin: false headers: Link: *40 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -15004,7 +15011,7 @@ paths: application/json: schema: type: array - items: &165 + items: &166 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -15311,7 +15318,7 @@ paths: - date additionalProperties: true examples: - default: &166 + default: &167 value: - date: '2024-06-24' total_active_users: 24 @@ -15410,10 +15417,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *90 + '500': *91 '403': *29 '404': *6 - '422': &167 + '422': &168 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -15443,7 +15450,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &286 + - &287 name: state in: query description: |- @@ -15452,7 +15459,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &287 + - &288 name: severity in: query description: |- @@ -15461,7 +15468,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &288 + - &289 name: ecosystem in: query description: |- @@ -15470,14 +15477,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &289 + - &290 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &290 + - &291 name: epss_percentage in: query description: |- @@ -15489,7 +15496,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &291 + - &292 name: has in: query description: |- @@ -15503,7 +15510,7 @@ paths: type: string enum: - patch - - &292 + - &293 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -15513,7 +15520,7 @@ paths: enum: - development - runtime - - &293 + - &294 name: sort in: query description: |- @@ -15528,10 +15535,10 @@ paths: - updated - epss_percentage default: created - - *93 - - *91 + - *94 - *92 - - &294 + - *93 + - &295 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -15544,7 +15551,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &295 + - &296 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15564,11 +15571,11 @@ paths: application/json: schema: type: array - items: &296 + items: &297 type: object description: A Dependabot alert. properties: - number: *105 + number: *106 state: type: string description: The state of the Dependabot alert. @@ -15583,7 +15590,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &106 + package: &107 type: object description: Details for the vulnerable package. readOnly: true @@ -15627,7 +15634,7 @@ paths: - unknown - direct - transitive - security_advisory: &559 + security_advisory: &560 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15657,13 +15664,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &109 + items: &110 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *106 + package: *107 severity: type: string description: The severity of the vulnerability. @@ -15729,8 +15736,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *107 - epss: *108 + cvss_severities: *108 + epss: *109 cwes: type: array description: Details for the advisory pertaining to Common @@ -15829,12 +15836,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *109 - url: *110 - html_url: *111 - created_at: *112 - updated_at: *113 - dismissed_at: *114 + security_vulnerability: *110 + url: *111 + html_url: *112 + created_at: *113 + updated_at: *114 + dismissed_at: *115 dismissed_by: title: Simple User description: A GitHub user. @@ -15858,15 +15865,15 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *115 - auto_dismissed_at: &560 + fixed_at: *116 + auto_dismissed_at: &561 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - repository: *102 + repository: *103 required: - number - state @@ -15885,7 +15892,7 @@ paths: - repository additionalProperties: false examples: - default: &297 + default: &298 value: - number: 2 state: dismissed @@ -16302,7 +16309,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - *41 - - &256 + - &257 name: username description: The handle for the GitHub user account. in: path @@ -16324,10 +16331,10 @@ paths: teams or multiple organizations are only counted once. seats: type: array - items: *116 + items: *117 examples: - default: *117 - '500': *90 + default: *118 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -16369,7 +16376,7 @@ paths: type: integer network_configurations: type: array - items: &118 + items: &119 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -16409,7 +16416,7 @@ paths: - name - created_on examples: - default: &396 + default: &397 value: total_count: 2 network_configurations: @@ -16487,9 +16494,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: &119 + default: &120 value: id: 123456789ABCDEF name: My network configuration @@ -16516,7 +16523,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *41 - - &120 + - &121 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -16528,9 +16535,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *119 + default: *120 headers: Link: *40 x-github: @@ -16550,7 +16557,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#update-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *41 - - *120 + - *121 requestBody: required: true content: @@ -16589,9 +16596,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *119 + default: *120 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -16609,7 +16616,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#delete-a-hosted-compute-network-configuration-from-an-enterprise parameters: - *41 - - *120 + - *121 responses: '204': description: Response @@ -16632,7 +16639,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: - *41 - - &397 + - &398 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16644,7 +16651,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16678,7 +16685,7 @@ paths: - subnet_id - region examples: - default: &399 + default: &400 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16713,7 +16720,7 @@ paths: application/json: schema: type: array - items: &121 + items: &122 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -16779,7 +16786,7 @@ paths: - property_name - value_type examples: - default: &122 + default: &123 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -16836,7 +16843,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *121 + items: *122 minItems: 1 maxItems: 100 required: @@ -16866,9 +16873,9 @@ paths: application/json: schema: type: array - items: *121 + items: *122 examples: - default: *122 + default: *123 '403': *29 '404': *6 x-github: @@ -16891,8 +16898,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise parameters: - *41 - - *75 - - &123 + - *76 + - &124 name: custom_property_name description: The custom property name in: path @@ -16904,9 +16911,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &124 + default: &125 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -16939,15 +16946,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - *41 - - *123 + - *124 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *124 + default: *125 '403': *29 '404': *6 x-github: @@ -16969,12 +16976,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise parameters: - *41 - - *123 + - *124 requestBody: required: true content: application/json: - schema: &361 + schema: &362 title: Custom Property Set Payload description: Custom property set payload type: object @@ -17038,9 +17045,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *124 + default: *125 '403': *29 '404': *6 x-github: @@ -17062,9 +17069,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - *41 - - *123 + - *124 responses: - '204': *125 + '204': *126 '403': *29 '404': *6 x-github: @@ -17104,7 +17111,7 @@ paths: - push - repository default: branch - enforcement: &132 + enforcement: &133 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -17117,7 +17124,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &133 + items: &134 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -17155,7 +17162,7 @@ paths: - always - pull_request default: always - conditions: &156 + conditions: &157 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -17169,7 +17176,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &126 + - &127 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -17195,7 +17202,7 @@ paths: type: string required: - organization_name - - &129 + - &130 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -17224,7 +17231,7 @@ paths: is prevented. required: - repository_name - - &128 + - &129 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -17252,8 +17259,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *126 - - &131 + - *127 + - &132 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -17266,7 +17273,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &127 + items: &128 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -17297,16 +17304,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *127 + items: *128 required: - repository_property - - *128 + - *129 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &130 + - &131 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -17323,25 +17330,25 @@ paths: type: integer required: - organization_id + - *130 - *129 - - *128 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *130 - *131 - - *128 + - *132 + - *129 rules: type: array description: An array of rules within the ruleset. - items: &157 + items: &158 title: Repository Rule type: object description: A repository rule. oneOf: - - &134 + - &135 title: creation description: Only allow users with bypass permission to create matching refs. @@ -17353,7 +17360,7 @@ paths: type: string enum: - creation - - &135 + - &136 title: update description: Only allow users with bypass permission to update matching refs. @@ -17374,7 +17381,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &136 + - &137 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -17386,7 +17393,7 @@ paths: type: string enum: - deletion - - &137 + - &138 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -17398,7 +17405,7 @@ paths: type: string enum: - required_linear_history - - &138 + - &139 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17422,7 +17429,7 @@ paths: type: string required: - required_deployment_environments - - &139 + - &140 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17434,7 +17441,7 @@ paths: type: string enum: - required_signatures - - &140 + - &141 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. @@ -17494,7 +17501,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &141 + - &142 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17541,7 +17548,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &142 + - &143 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17553,7 +17560,7 @@ paths: type: string enum: - non_fast_forward - - &143 + - &144 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17589,7 +17596,7 @@ paths: required: - operator - pattern - - &144 + - &145 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17625,7 +17632,7 @@ paths: required: - operator - pattern - - &145 + - &146 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17661,7 +17668,7 @@ paths: required: - operator - pattern - - &146 + - &147 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17697,7 +17704,7 @@ paths: required: - operator - pattern - - &147 + - &148 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17733,7 +17740,7 @@ paths: required: - operator - pattern - - &148 + - &149 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -17757,7 +17764,7 @@ paths: type: string required: - restricted_file_paths - - &149 + - &150 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -17781,7 +17788,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &150 + - &151 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -17804,7 +17811,7 @@ paths: type: string required: - restricted_file_extensions - - &151 + - &152 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -17828,7 +17835,7 @@ paths: maximum: 100 required: - max_file_size - - &152 + - &153 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17877,7 +17884,7 @@ paths: - repository_id required: - workflows - - &153 + - &154 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17963,7 +17970,7 @@ paths: description: Response content: application/json: - schema: &154 + schema: &155 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -17998,11 +18005,11 @@ paths: source: type: string description: The name of the source - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 + items: *134 current_user_can_bypass: type: string description: |- @@ -18033,8 +18040,8 @@ paths: conditions: nullable: true anyOf: - - *128 - - &368 + - *129 + - &369 title: Organization ruleset conditions type: object description: |- @@ -18048,14 +18055,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *128 - *129 + - *130 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *128 + - *129 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -18077,20 +18084,20 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *128 - - *131 + - *129 + - *132 rules: type: array - items: &681 + items: &682 title: Repository Rule type: object description: A repository rule. oneOf: - - *134 - *135 - *136 - *137 - - &679 + - *138 + - &680 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -18168,7 +18175,6 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - *138 - *139 - *140 - *141 @@ -18184,6 +18190,7 @@ paths: - *151 - *152 - *153 + - *154 created_at: type: string format: date-time @@ -18191,7 +18198,7 @@ paths: type: string format: date-time examples: - default: &155 + default: &156 value: id: 21 name: super cool ruleset @@ -18217,7 +18224,7 @@ paths: created_at: '2024-08-15T08:43:03Z' updated_at: '2024-09-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18250,11 +18257,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *155 + default: *156 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18296,16 +18303,16 @@ paths: - tag - push - repository - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 - conditions: *156 + items: *134 + conditions: *157 rules: description: An array of rules within the ruleset. type: array - items: *157 + items: *158 examples: default: value: @@ -18329,11 +18336,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *155 + default: *156 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18360,7 +18367,7 @@ paths: '204': description: Response '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18393,7 +18400,7 @@ paths: application/json: schema: type: array - items: &158 + items: &159 title: Ruleset version type: object description: The historical version of a ruleset @@ -18417,7 +18424,7 @@ paths: type: string format: date-time examples: - default: &371 + default: &372 value: - version_id: 3 actor: @@ -18435,7 +18442,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18470,9 +18477,9 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 allOf: - - *158 + - *159 - type: object required: - state @@ -18505,7 +18512,7 @@ paths: rules: - type: repository_delete '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18525,7 +18532,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &373 + - &374 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -18536,7 +18543,7 @@ paths: enum: - open - resolved - - &374 + - &375 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -18546,7 +18553,7 @@ paths: required: false schema: type: string - - &375 + - &376 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -18555,7 +18562,7 @@ paths: required: false schema: type: string - - &376 + - &377 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. @@ -18567,11 +18574,11 @@ paths: - created - updated default: created - - *93 + - *94 - *17 - - *91 - *92 - - &377 + - *93 + - &378 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -18580,7 +18587,7 @@ paths: required: false schema: type: string - - &378 + - &379 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -18589,7 +18596,7 @@ paths: schema: type: boolean default: false - - &379 + - &380 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18598,7 +18605,7 @@ paths: schema: type: boolean default: false - - &380 + - &381 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -18614,11 +18621,11 @@ paths: application/json: schema: type: array - items: &381 + items: &382 type: object properties: - number: *105 - created_at: *112 + number: *106 + created_at: *113 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -18626,21 +18633,21 @@ paths: format: date-time readOnly: true nullable: true - url: *110 - html_url: *111 + url: *111 + html_url: *112 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &693 + state: &694 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: &694 + resolution: &695 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -18674,7 +18681,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *102 + repository: *103 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -18747,8 +18754,8 @@ paths: pull request. ' - oneOf: &695 - - &697 + oneOf: &696 + - &698 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -18800,7 +18807,7 @@ paths: - blob_url - commit_sha - commit_url - - &698 + - &699 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -18855,7 +18862,7 @@ paths: - page_url - commit_sha - commit_url - - &699 + - &700 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -18869,7 +18876,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &700 + - &701 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -18883,7 +18890,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &701 + - &702 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -18897,7 +18904,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &702 + - &703 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -18911,7 +18918,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &703 + - &704 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -18925,7 +18932,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &704 + - &705 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -18939,7 +18946,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &705 + - &706 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -18953,7 +18960,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &706 + - &707 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -18967,7 +18974,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &707 + - &708 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -18981,7 +18988,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &708 + - &709 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -18995,7 +19002,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &709 + - &710 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -19015,7 +19022,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &382 + default: &383 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -19266,7 +19273,7 @@ paths: headers: Link: *40 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19297,13 +19304,13 @@ paths: description: Response content: application/json: - schema: &383 + schema: &384 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. type: object properties: - pattern_config_version: &161 + pattern_config_version: &162 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -19312,7 +19319,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &160 + items: &161 type: object properties: token_type: @@ -19378,9 +19385,9 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *160 + items: *161 examples: - default: &384 + default: &385 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -19435,7 +19442,7 @@ paths: schema: type: object properties: - pattern_config_version: *161 + pattern_config_version: *162 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -19461,7 +19468,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *161 + custom_pattern_version: *162 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -19497,7 +19504,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 "/enterprises/{enterprise}/settings/billing/actions": get: @@ -19524,7 +19531,7 @@ paths: description: Response content: application/json: - schema: &387 + schema: &388 type: object properties: total_minutes_used: @@ -19594,7 +19601,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &388 + default: &389 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -19625,7 +19632,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &389 + - &390 name: advanced_security_product in: query description: | @@ -19645,7 +19652,7 @@ paths: description: Success content: application/json: - schema: &390 + schema: &391 type: object properties: total_advanced_security_committers: @@ -19700,7 +19707,7 @@ paths: required: - repositories examples: - default: &391 + default: &392 value: total_advanced_security_committers: 2 total_count: 2 @@ -19809,8 +19816,8 @@ paths: name: Octocat '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19939,7 +19946,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-a-cost-center-by-id parameters: - *41 - - &164 + - &165 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -19951,7 +19958,7 @@ paths: description: Response when getting a cost center content: application/json: - schema: &162 + schema: &163 type: object properties: id: @@ -19990,7 +19997,7 @@ paths: - name - resources examples: - default: &163 + default: &164 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -20003,8 +20010,8 @@ paths: name: octocat/hello-world '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20054,15 +20061,15 @@ paths: description: Response when updating a cost center content: application/json: - schema: *162 + schema: *163 examples: - default: *163 + default: *164 '400': *14 '403': *29 '404': *6 - '409': *101 - '500': *90 - '503': *159 + '409': *102 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20080,7 +20087,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#delete-a-cost-center parameters: - *41 - - *164 + - *165 responses: '200': description: Response when deleting a cost center @@ -20118,8 +20125,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20140,7 +20147,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-resources-to-a-cost-center parameters: - *41 - - *164 + - *165 requestBody: required: true content: @@ -20185,9 +20192,9 @@ paths: message: Resources successfully added to the cost center. '400': *14 '403': *29 - '409': *101 - '500': *90 - '503': *159 + '409': *102 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20207,7 +20214,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-resources-from-a-cost-center parameters: - *41 - - *164 + - *165 requestBody: required: true content: @@ -20253,8 +20260,8 @@ paths: message: Resources successfully removed from the cost center. '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20285,7 +20292,7 @@ paths: description: Response content: application/json: - schema: &392 + schema: &393 type: object properties: total_gigabytes_bandwidth_used: @@ -20303,7 +20310,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &393 + default: &394 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -20338,7 +20345,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &395 type: object properties: days_left_in_billing_cycle: @@ -20356,7 +20363,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &395 + default: &396 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -20381,7 +20388,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *41 - - &203 + - &204 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -20390,7 +20397,7 @@ paths: required: false schema: type: integer - - &204 + - &205 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -20399,7 +20406,7 @@ paths: required: false schema: type: integer - - &205 + - &206 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -20408,7 +20415,7 @@ paths: required: false schema: type: integer - - &206 + - &207 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or @@ -20429,7 +20436,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &207 + schema: &208 type: object properties: usageItems: @@ -20482,7 +20489,7 @@ paths: - netAmount - organizationName examples: - default: &208 + default: &209 value: usageItems: - date: '2023-08-01' @@ -20498,8 +20505,8 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20570,13 +20577,13 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 - '500': *90 + default: *167 + '500': *91 '403': *29 '404': *6 - '422': *167 + '422': *168 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -20665,7 +20672,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Event description: Event type: object @@ -20675,7 +20682,7 @@ paths: type: type: string nullable: true - actor: &168 + actor: &169 title: Actor description: Actor type: object @@ -20715,18 +20722,18 @@ paths: - id - name - url - org: *168 + org: *169 payload: type: object properties: action: type: string - issue: &184 + issue: &185 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &617 + properties: &618 id: type: integer format: int64 @@ -20838,7 +20845,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &544 + properties: &545 url: type: string format: uri @@ -20908,7 +20915,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &545 + required: &546 - closed_issues - creator - description @@ -20987,7 +20994,7 @@ paths: timeline_url: type: string format: uri - type: &326 + type: &327 title: Issue Type description: The type of issue. type: object @@ -21036,7 +21043,7 @@ paths: - node_id - name - description - repository: *66 + repository: *67 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -21046,9 +21053,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 - author_association: &171 + properties: *170 + required: *171 + author_association: &172 title: author_association type: string example: OWNER @@ -21062,7 +21069,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &172 + reactions: &173 title: Reaction Rollup type: object properties: @@ -21098,7 +21105,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &753 + sub_issues_summary: &754 title: Sub-issues Summary type: object properties: @@ -21112,7 +21119,7 @@ paths: - total - completed - percent_completed - issue_dependencies_summary: &754 + issue_dependencies_summary: &755 title: Issue Dependencies Summary type: object properties: @@ -21131,7 +21138,7 @@ paths: - total_blocking issue_field_values: type: array - items: &755 + items: &756 title: Issue Field Value description: A value assigned to an issue field type: object @@ -21191,7 +21198,7 @@ paths: - node_id - data_type - value - required: &618 + required: &619 - assignee - closed_at - comments @@ -21213,7 +21220,7 @@ paths: - author_association - created_at - updated_at - comment: &615 + comment: &616 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -21261,7 +21268,7 @@ paths: issue_url: type: string format: uri - author_association: *171 + author_association: *172 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -21271,9 +21278,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 - reactions: *172 + properties: *170 + required: *171 + reactions: *173 required: - id - node_id @@ -21368,7 +21375,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *37 '403': *29 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21449,7 +21456,7 @@ paths: _links: type: object properties: - timeline: &173 + timeline: &174 title: Link With Type description: Hypermedia Link with Type type: object @@ -21461,17 +21468,17 @@ paths: required: - href - type - user: *173 - security_advisories: *173 - current_user: *173 - current_user_public: *173 - current_user_actor: *173 - current_user_organization: *173 + user: *174 + security_advisories: *174 + current_user: *174 + current_user_public: *174 + current_user_actor: *174 + current_user_organization: *174 current_user_organizations: type: array - items: *173 - repository_discussions: *173 - repository_discussions_category: *173 + items: *174 + repository_discussions: *174 + repository_discussions_category: *174 required: - timeline - user @@ -21533,7 +21540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *174 + - *175 - *17 - *19 responses: @@ -21543,7 +21550,7 @@ paths: application/json: schema: type: array - items: &175 + items: &176 title: Base Gist description: Base Gist type: object @@ -21642,7 +21649,7 @@ paths: - created_at - updated_at examples: - default: &176 + default: &177 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -21763,7 +21770,7 @@ paths: description: Response content: application/json: - schema: &177 + schema: &178 title: Gist Simple description: Gist Simple type: object @@ -21780,7 +21787,7 @@ paths: url: type: string format: uri - user: &767 + user: &768 title: Public User description: Public User type: object @@ -22142,7 +22149,7 @@ paths: truncated: type: boolean examples: - default: &178 + default: &179 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -22246,7 +22253,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *174 + - *175 - *17 - *19 responses: @@ -22256,9 +22263,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *40 '422': *15 @@ -22280,7 +22287,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *174 + - *175 - *17 - *19 responses: @@ -22290,9 +22297,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *40 '401': *25 @@ -22320,7 +22327,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &179 + - &180 name: gist_id description: The unique identifier of the gist. in: path @@ -22332,10 +22339,10 @@ paths: description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 - '403': &182 + default: *179 + '403': &183 description: Forbidden Gist content: application/json: @@ -22383,7 +22390,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *179 + - *180 requestBody: required: true content: @@ -22443,9 +22450,9 @@ paths: description: Response content: application/json: - schema: *177 + schema: *178 examples: - updateGist: *178 + updateGist: *179 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -22603,7 +22610,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *179 + - *180 responses: '204': description: Response @@ -22632,7 +22639,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *179 + - *180 - *17 - *19 responses: @@ -22642,7 +22649,7 @@ paths: application/json: schema: type: array - items: &180 + items: &181 title: Gist Comment description: A comment made to a gist. type: object @@ -22677,7 +22684,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *171 + author_association: *172 required: - url - id @@ -22742,7 +22749,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *179 + - *180 requestBody: required: true content: @@ -22767,9 +22774,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: &181 + default: &182 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -22827,8 +22834,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *179 - - &183 + - *180 + - &184 name: comment_id description: The unique identifier of the comment. in: path @@ -22841,12 +22848,12 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 '304': *37 '404': *6 - '403': *182 + '403': *183 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22868,8 +22875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *179 - - *183 + - *180 + - *184 requestBody: required: true content: @@ -22894,9 +22901,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 '404': *6 x-github: githubCloudOnly: false @@ -22913,8 +22920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *179 - - *183 + - *180 + - *184 responses: '204': description: Response @@ -22937,7 +22944,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *179 + - *180 - *17 - *19 responses: @@ -23038,7 +23045,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *179 + - *180 - *17 - *19 responses: @@ -23048,7 +23055,7 @@ paths: application/json: schema: type: array - items: *177 + items: *178 examples: default: value: @@ -23113,13 +23120,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *179 + - *180 responses: '201': description: Response content: application/json: - schema: *175 + schema: *176 examples: default: value: @@ -23190,7 +23197,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *179 + - *180 responses: '204': description: Response if gist is starred @@ -23220,7 +23227,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *179 + - *180 responses: '204': description: Response @@ -23242,7 +23249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *179 + - *180 responses: '204': description: Response @@ -23271,7 +23278,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *179 + - *180 - name: sha in: path required: true @@ -23282,9 +23289,9 @@ paths: description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 '422': *15 '404': *6 '403': *29 @@ -23443,7 +23450,7 @@ paths: type: integer repositories: type: array - items: *66 + items: *67 repository_selection: type: string example: selected @@ -23650,7 +23657,7 @@ paths: - closed - all default: open - - &329 + - &330 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -23668,8 +23675,8 @@ paths: - updated - comments default: created - - *93 - - *174 + - *94 + - *175 - name: collab in: query required: false @@ -23699,9 +23706,9 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: &330 + default: &331 value: - id: 1 node_id: MDU6SXNzdWUx @@ -23985,8 +23992,8 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 examples: default: value: @@ -24271,7 +24278,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &187 + X-CommonMarker-Version: &188 example: 0.17.4 schema: type: string @@ -24326,7 +24333,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *187 + X-CommonMarker-Version: *188 content: text/html: schema: @@ -24355,7 +24362,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &190 + - &191 name: account_id description: account_id parameter in: path @@ -24367,7 +24374,7 @@ paths: description: Response content: application/json: - schema: &189 + schema: &190 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -24397,7 +24404,7 @@ paths: nullable: true id: type: integer - plan: &188 + plan: &189 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -24486,7 +24493,7 @@ paths: nullable: true updated_at: type: string - plan: *188 + plan: *189 required: - url - id @@ -24494,7 +24501,7 @@ paths: - login - marketplace_purchase examples: - default: &191 + default: &192 value: url: https://api.github.com/orgs/github type: Organization @@ -24579,9 +24586,9 @@ paths: application/json: schema: type: array - items: *188 + items: *189 examples: - default: &192 + default: &193 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -24621,14 +24628,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &193 + - &194 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &194 + - &195 name: sort description: The property to sort the results by. in: query @@ -24658,9 +24665,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: &195 + default: &196 value: - url: https://api.github.com/orgs/github type: Organization @@ -24734,15 +24741,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *190 + - *191 responses: '200': description: Response content: application/json: - schema: *189 + schema: *190 examples: - default: *191 + default: *192 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -24774,9 +24781,9 @@ paths: application/json: schema: type: array - items: *188 + items: *189 examples: - default: *192 + default: *193 headers: Link: *40 '401': *25 @@ -24799,8 +24806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *193 - *194 + - *195 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -24820,9 +24827,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *195 + default: *196 headers: Link: *40 '401': *25 @@ -25086,14 +25093,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: - - &419 + - &420 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &420 + - &421 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -25110,7 +25117,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -25164,7 +25171,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &433 + '301': &434 description: Moved permanently content: application/json: @@ -25186,7 +25193,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &647 + - &648 name: all description: If `true`, show notifications marked as read. in: query @@ -25194,7 +25201,7 @@ paths: schema: type: boolean default: false - - &648 + - &649 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -25203,8 +25210,8 @@ paths: schema: type: boolean default: false - - *174 - - &649 + - *175 + - &650 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: @@ -25229,18 +25236,18 @@ paths: application/json: schema: type: array - items: &197 + items: &198 title: Thread description: Thread type: object properties: id: type: string - repository: &234 + repository: &235 title: Minimal Repository description: Minimal Repository type: object - properties: &299 + properties: &300 id: type: integer format: int64 @@ -25516,7 +25523,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &365 + security_and_analysis: &366 nullable: true type: object properties: @@ -25598,7 +25605,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &300 + required: &301 - archive_url - assignees_url - blobs_url @@ -25686,7 +25693,7 @@ paths: - url - subscription_url examples: - default: &650 + default: &651 value: - id: '1' repository: @@ -25852,7 +25859,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &198 + - &199 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -25866,7 +25873,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -25969,7 +25976,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *198 + - *199 responses: '205': description: Reset Content @@ -25992,7 +25999,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *198 + - *199 responses: '204': description: No content @@ -26015,13 +26022,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *198 + - *199 responses: '200': description: Response content: application/json: - schema: &199 + schema: &200 title: Thread Subscription description: Thread Subscription type: object @@ -26058,7 +26065,7 @@ paths: - url - subscribed examples: - default: &200 + default: &201 value: subscribed: true ignored: false @@ -26089,7 +26096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *198 + - *199 requestBody: required: false content: @@ -26110,9 +26117,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 + default: *201 '304': *37 '403': *29 '401': *25 @@ -26135,7 +26142,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *198 + - *199 responses: '204': description: Response @@ -26230,9 +26237,9 @@ paths: application/json: schema: type: array - items: *61 + items: *62 examples: - default: &784 + default: &785 value: - login: github id: 1 @@ -26296,7 +26303,7 @@ paths: type: integer custom_roles: type: array - items: &281 + items: &282 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -26344,7 +26351,7 @@ paths: - created_at - updated_at examples: - default: &282 + default: &283 value: id: 8030 name: Security Engineer @@ -26391,7 +26398,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *75 + - *76 - name: page in: query description: The page number of results to fetch. @@ -26435,8 +26442,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *201 - required: *202 + properties: *202 + required: *203 nullable: true additionalProperties: false examples: @@ -26542,7 +26549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -26608,7 +26615,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *75 + - *76 requestBody: required: true content: @@ -26655,23 +26662,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - - *75 - - *203 + - *76 - *204 - *205 - *206 + - *207 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26697,13 +26704,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: &209 + schema: &210 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -27036,7 +27043,7 @@ paths: - updated_at - archived_at examples: - default-response: &210 + default-response: &211 value: login: github id: 1 @@ -27138,7 +27145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *75 + - *76 requestBody: required: false content: @@ -27361,18 +27368,18 @@ paths: description: Response content: application/json: - schema: *209 + schema: *210 examples: - default: *210 + default: *211 '422': description: Validation failed content: application/json: schema: oneOf: - - *211 - *212 - '409': *101 + - *213 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27395,7 +27402,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *75 + - *76 responses: '202': *39 '404': *6 @@ -27420,15 +27427,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: *214 + default: *215 headers: Link: *40 x-github: @@ -27451,7 +27458,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -27469,7 +27476,7 @@ paths: type: integer repository_cache_usages: type: array - items: &438 + items: &439 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -27524,7 +27531,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -27544,7 +27551,7 @@ paths: type: array items: *42 examples: - default: *215 + default: *216 headers: Link: *40 x-github: @@ -27564,7 +27571,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -27651,7 +27658,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -27687,7 +27694,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -27722,15 +27729,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *216 + schema: *217 examples: - default: *217 + default: *218 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27748,7 +27755,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -27766,7 +27773,7 @@ paths: type: array items: *45 examples: - default: *218 + default: *219 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27784,7 +27791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -27828,7 +27835,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *75 + - *76 - *47 responses: '200': @@ -27857,7 +27864,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *75 + - *76 - *47 requestBody: required: true @@ -27914,7 +27921,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *75 + - *76 - *47 responses: '202': @@ -27943,13 +27950,13 @@ 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-an-organization parameters: - - *75 + - *76 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &219 + schema: &220 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -27963,7 +27970,7 @@ paths: required: - include_claim_keys examples: - default: &220 + default: &221 value: include_claim_keys: - repo @@ -27985,20 +27992,20 @@ 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-an-organization parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: *219 + schema: *220 examples: - default: *220 + default: *221 responses: '201': description: Empty response content: application/json: - schema: &245 + schema: &246 title: Empty Object description: An object without any properties. type: object @@ -28028,7 +28035,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -28037,7 +28044,7 @@ paths: schema: type: object properties: - enabled_repositories: &222 + enabled_repositories: &223 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -28051,7 +28058,8 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *49 - selected_actions_url: *221 + selected_actions_url: *222 + sha_pinning_required: *50 required: - enabled_repositories examples: @@ -28060,6 +28068,7 @@ paths: enabled_repositories: all allowed_actions: selected selected_actions_url: https://api.github.com/organizations/42/actions/permissions/selected-actions + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28080,7 +28089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -28091,8 +28100,9 @@ paths: schema: type: object properties: - enabled_repositories: *222 + enabled_repositories: *223 allowed_actions: *49 + sha_pinning_required: *50 required: - enabled_repositories examples: @@ -28100,6 +28110,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28119,13 +28130,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: response: summary: Example response @@ -28151,12 +28162,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: *224 + schema: *225 examples: application/json: value: @@ -28166,7 +28177,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 x-github: enabledForGitHubApps: true @@ -28186,15 +28197,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *50 + schema: *51 examples: - default: *225 + default: *226 '404': *6 x-github: enabledForGitHubApps: true @@ -28213,7 +28224,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -28223,7 +28234,7 @@ paths: required: true content: application/json: - schema: *50 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -28245,15 +28256,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: *51 + default: *52 '403': *29 '404': *6 x-github: @@ -28271,14 +28282,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: *227 + schema: *228 examples: - default: *51 + default: *52 responses: '204': description: Empty response for successful settings update @@ -28308,7 +28319,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -28326,9 +28337,9 @@ paths: type: number repositories: type: array - items: *66 + items: *67 examples: - default: &229 + default: &230 value: total_count: 1 repositories: @@ -28468,7 +28479,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -28512,8 +28523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *75 - - &228 + - *76 + - &229 name: repository_id description: The unique identifier of the repository. in: path @@ -28541,8 +28552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *75 - - *228 + - *76 + - *229 responses: '204': description: Response @@ -28565,15 +28576,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *53 + schema: *54 examples: - default: *54 + default: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28596,7 +28607,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -28604,9 +28615,9 @@ paths: required: false content: application/json: - schema: *53 + schema: *54 examples: - selected_actions: *54 + selected_actions: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28626,7 +28637,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -28674,7 +28685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -28701,7 +28712,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 x-github: enabledForGitHubApps: true @@ -28721,7 +28732,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -28736,9 +28747,9 @@ paths: type: integer repositories: type: array - items: *66 + items: *67 examples: - default: *229 + default: *230 '403': *29 '404': *6 x-github: @@ -28758,7 +28769,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -28806,14 +28817,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *75 - - *228 + - *76 + - *229 responses: '204': description: No content '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 x-github: enabledForGitHubApps: true @@ -28833,14 +28844,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *75 - - *228 + - *76 + - *229 responses: '204': description: No content '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 x-github: enabledForGitHubApps: true @@ -28862,15 +28873,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *57 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28891,7 +28902,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *75 + - *76 responses: '204': description: Success response @@ -28902,9 +28913,9 @@ paths: required: false content: application/json: - schema: *231 + schema: *232 examples: - default: *57 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28924,7 +28935,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *75 + - *76 - *17 - *19 - name: visible_to_repository @@ -28949,7 +28960,7 @@ paths: type: number runner_groups: type: array - items: &232 + items: &233 type: object properties: id: @@ -29065,7 +29076,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -29137,9 +29148,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: &233 + default: &234 value: id: 2 name: octo-runner-group @@ -29174,14 +29185,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *75 - - *60 + - *76 + - *61 responses: '200': description: Response content: application/json: - schema: *232 + schema: *233 examples: default: value: @@ -29217,8 +29228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *75 - - *60 + - *76 + - *61 requestBody: required: true content: @@ -29272,9 +29283,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *233 + default: *234 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29293,8 +29304,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *75 - - *60 + - *76 + - *61 responses: '204': description: Response @@ -29317,8 +29328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *75 - - *60 + - *76 + - *61 - *17 - *19 responses: @@ -29338,7 +29349,7 @@ paths: type: array items: *42 examples: - default: *215 + default: *216 headers: Link: *40 x-github: @@ -29360,8 +29371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *75 - - *60 + - *76 + - *61 - *19 - *17 responses: @@ -29379,9 +29390,9 @@ paths: type: number repositories: type: array - items: *234 + items: *235 examples: - default: &770 + default: &771 value: total_count: 1 repositories: @@ -29633,8 +29644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *75 - - *60 + - *76 + - *61 requestBody: required: true content: @@ -29678,9 +29689,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *75 - - *60 - - *228 + - *76 + - *61 + - *229 responses: '204': description: Response @@ -29702,9 +29713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *75 - - *60 - - *228 + - *76 + - *61 + - *229 responses: '204': description: Response @@ -29727,8 +29738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *75 - - *60 + - *76 + - *61 - *17 - *19 responses: @@ -29746,9 +29757,9 @@ paths: type: number runners: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: Link: *40 x-github: @@ -29769,8 +29780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *75 - - *60 + - *76 + - *61 requestBody: required: true content: @@ -29814,9 +29825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *75 - - *60 - - *63 + - *76 + - *61 + - *64 responses: '204': description: Response @@ -29838,9 +29849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *75 - - *60 - - *63 + - *76 + - *61 + - *64 responses: '204': description: Response @@ -29870,7 +29881,7 @@ paths: in: query schema: type: string - - *75 + - *76 - *17 - *19 responses: @@ -29888,9 +29899,9 @@ paths: type: integer runners: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: Link: *40 x-github: @@ -29914,7 +29925,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -29922,9 +29933,9 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29946,7 +29957,7 @@ 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-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -29989,10 +30000,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *237 + '201': *238 '404': *6 '422': *7 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30020,15 +30031,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *75 + - *76 responses: '201': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *238 + default: *239 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30056,15 +30067,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *75 + - *76 responses: '201': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *239 + default: *240 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30086,16 +30097,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *75 - - *63 + - *76 + - *64 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *240 + default: *241 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30116,8 +30127,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-an-organization parameters: - - *75 - - *63 + - *76 + - *64 responses: '204': description: Response @@ -30143,10 +30154,10 @@ 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-an-organization parameters: - - *75 - - *63 + - *76 + - *64 responses: - '200': *69 + '200': *70 '404': *6 x-github: githubCloudOnly: false @@ -30168,8 +30179,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-an-organization parameters: - - *75 - - *63 + - *76 + - *64 requestBody: required: true content: @@ -30193,7 +30204,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -30217,8 +30228,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-an-organization parameters: - - *75 - - *63 + - *76 + - *64 requestBody: required: true content: @@ -30243,7 +30254,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -30267,10 +30278,10 @@ 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-an-organization parameters: - - *75 - - *63 + - *76 + - *64 responses: - '200': *241 + '200': *242 '404': *6 x-github: githubCloudOnly: false @@ -30297,11 +30308,11 @@ 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-an-organization parameters: - - *75 - - *63 - - *242 + - *76 + - *64 + - *243 responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -30326,7 +30337,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *75 + - *76 - *17 - *19 responses: @@ -30344,7 +30355,7 @@ paths: type: integer secrets: type: array - items: &243 + items: &244 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -30417,13 +30428,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: &458 + schema: &459 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -30452,7 +30463,7 @@ paths: - key_id - key examples: - default: &459 + default: &460 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30477,8 +30488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *75 - - &244 + - *76 + - &245 name: secret_name description: The name of the secret. in: path @@ -30490,7 +30501,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -30520,8 +30531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -30578,7 +30589,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -30604,8 +30615,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 responses: '204': description: Response @@ -30631,8 +30642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - *19 - *17 responses: @@ -30650,9 +30661,9 @@ paths: type: integer repositories: type: array - items: *234 + items: *235 examples: - default: &248 + default: &249 value: total_count: 1 repositories: @@ -30744,8 +30755,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -30797,8 +30808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -30831,8 +30842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -30864,8 +30875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *75 - - &443 + - *76 + - &444 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)." @@ -30889,7 +30900,7 @@ paths: type: integer variables: type: array - items: &246 + items: &247 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -30974,7 +30985,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *75 + - *76 requestBody: required: true content: @@ -31022,7 +31033,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -31047,8 +31058,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *75 - - &247 + - *76 + - &248 name: name description: The name of the variable. in: path @@ -31060,7 +31071,7 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: default: value: @@ -31090,8 +31101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 requestBody: required: true content: @@ -31153,8 +31164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 responses: '204': description: Response @@ -31180,8 +31191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 - *19 - *17 responses: @@ -31199,9 +31210,9 @@ paths: type: integer repositories: type: array - items: *234 + items: *235 examples: - default: *248 + default: *249 '409': description: Response when the visibility of the variable is not set to `selected` @@ -31227,8 +31238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 requestBody: required: true content: @@ -31277,8 +31288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 - name: repository_id in: path required: true @@ -31312,8 +31323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 - name: repository_id in: path required: true @@ -31344,15 +31355,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *74 + schema: *75 examples: - default: *73 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -31371,19 +31382,19 @@ paths: required: true content: application/json: - schema: *249 + schema: *250 examples: - default: *73 + default: *74 parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *74 + schema: *75 examples: - default: *73 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -31399,7 +31410,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -31425,9 +31436,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests parameters: - *17 - - *91 - *92 - - *75 + - *93 + - *76 requestBody: required: true content: @@ -31450,12 +31461,12 @@ paths: required: - subject_digests examples: - default: &799 + default: &800 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &800 + withPredicateType: &801 value: subject_digests: - sha256:abc123 @@ -31513,7 +31524,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &801 + default: &802 value: attestations_subject_digests: - sha256:abc: @@ -31622,7 +31633,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *75 + - *76 requestBody: required: true content: @@ -31687,7 +31698,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *75 + - *76 - name: subject_digest description: Subject Digest in: path @@ -31718,7 +31729,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id parameters: - - *75 + - *76 - name: attestation_id description: Attestation ID in: path @@ -31754,9 +31765,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations parameters: - *17 - - *91 - *92 - - *75 + - *93 + - *76 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -31807,7 +31818,7 @@ paths: bundle_url: type: string examples: - default: &472 + default: &473 value: attestations: - bundle: @@ -31925,7 +31936,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *75 + - *76 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest//github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -31933,10 +31944,10 @@ paths: required: false schema: type: string - - *250 - *251 - *252 - *253 + - *254 - *17 responses: '200': @@ -31945,9 +31956,9 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *255 + default: *256 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -31964,7 +31975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -31976,7 +31987,7 @@ paths: type: array items: *4 examples: - default: &331 + default: &332 value: - login: octocat id: 1 @@ -32014,8 +32025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: If the user is blocked @@ -32040,8 +32051,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -32061,8 +32072,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -32088,17 +32099,17 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *75 - - &263 + - *76 + - &264 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - *257 - *258 - *259 - *260 + - *261 - *17 - *19 responses: @@ -32108,11 +32119,11 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *262 + default: *263 '404': *6 - '500': *90 + '500': *91 "/orgs/{org}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an org @@ -32133,12 +32144,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *75 - - *263 - - *257 + - *76 + - *264 - *258 - *259 - *260 + - *261 - *17 - *19 responses: @@ -32148,7 +32159,7 @@ paths: application/json: schema: type: array - items: &489 + items: &490 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -32262,7 +32273,7 @@ paths: type: array description: The responses to the bypass request. nullable: true - items: *264 + items: *265 url: type: string format: uri @@ -32273,7 +32284,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &490 + default: &491 value: - id: 21 number: 42 @@ -32340,7 +32351,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/secret-scanning/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *90 + '500': *91 "/orgs/{org}/campaigns": get: summary: List campaigns for an organization @@ -32357,15 +32368,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *75 + - *76 - *19 - *17 - - *93 + - *94 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &266 + schema: &267 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -32391,7 +32402,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -32422,7 +32433,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *265 + items: *266 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -32440,7 +32451,7 @@ paths: type: string format: date-time nullable: true - state: *266 + state: *267 contact_link: description: The contact link of the campaign. type: string @@ -32537,7 +32548,7 @@ paths: headers: Link: *40 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32561,7 +32572,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -32655,9 +32666,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: &268 + default: &269 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -32706,7 +32717,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32728,7 +32739,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *75 + - *76 - name: campaign_number description: The campaign number. in: path @@ -32740,16 +32751,16 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32770,7 +32781,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#update-a-campaign parameters: - - *75 + - *76 - name: campaign_number description: The campaign number. in: path @@ -32819,7 +32830,7 @@ paths: type: string format: uri nullable: true - state: *266 + state: *267 examples: default: value: @@ -32829,9 +32840,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '400': description: Bad Request content: @@ -32843,7 +32854,7 @@ paths: content: application/json: schema: *3 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32864,7 +32875,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *75 + - *76 - name: campaign_number description: The campaign number. in: path @@ -32875,7 +32886,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32897,20 +32908,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *75 - - *269 + - *76 - *270 - - *91 + - *271 - *92 + - *93 - *19 - *17 - - *93 + - *94 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *271 + schema: *272 - name: sort description: The property by which to sort the results. in: query @@ -32926,7 +32937,7 @@ paths: be returned. in: query required: false - schema: &501 + schema: &502 type: string description: Severity of a code scanning alert. enum: @@ -32944,13 +32955,13 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *273 + default: *274 headers: Link: *40 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32972,7 +32983,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *75 + - *76 - name: target_type in: query description: The target type of the code security configuration @@ -32991,8 +33002,8 @@ paths: schema: type: integer default: 30 - - *91 - *92 + - *93 responses: '200': description: Response @@ -33000,7 +33011,7 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: default: value: @@ -33083,7 +33094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#create-a-code-security-configuration parameters: - - *75 + - *76 requestBody: required: true content: @@ -33161,7 +33172,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *274 + code_scanning_options: *275 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -33170,7 +33181,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *100 + code_scanning_default_setup_options: *101 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -33302,9 +33313,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *97 + schema: *98 examples: - default: *275 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33326,15 +33337,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-default-code-security-configurations parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '304': *37 '403': *29 '404': *6 @@ -33360,7 +33371,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *75 + - *76 requestBody: required: true content: @@ -33386,11 +33397,11 @@ paths: - 32 - 91 responses: - '204': *125 + '204': *126 '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33412,16 +33423,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-a-code-security-configuration parameters: - - *75 - - *99 + - *76 + - *100 responses: '200': description: Response content: application/json: - schema: *97 + schema: *98 examples: - default: *275 + default: *276 '304': *37 '403': *29 '404': *6 @@ -33445,8 +33456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-code-security-configuration parameters: - - *75 - - *99 + - *76 + - *100 requestBody: required: true content: @@ -33525,7 +33536,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *100 + code_scanning_default_setup_options: *101 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -33643,7 +33654,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *97 + schema: *98 examples: default: value: @@ -33702,14 +33713,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *75 - - *99 + - *76 + - *100 responses: - '204': *125 + '204': *126 '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33733,8 +33744,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *75 - - *99 + - *76 + - *100 requestBody: required: true content: @@ -33797,8 +33808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *75 - - *99 + - *76 + - *100 requestBody: required: true content: @@ -33838,12 +33849,12 @@ paths: - none - private_and_internal - public - configuration: *97 + configuration: *98 examples: default: value: default_for_new_repos: all - configuration: *275 + configuration: *276 '403': *29 '404': *6 x-github: @@ -33867,8 +33878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *75 - - *99 + - *76 + - *100 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -33877,8 +33888,8 @@ paths: schema: type: integer default: 30 - - *91 - *92 + - *93 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -33896,13 +33907,13 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *279 + repository: *280 '403': *29 '404': *6 x-github: @@ -33926,7 +33937,7 @@ paths: parameters: - *17 - *19 - - *75 + - *76 responses: '200': description: Response @@ -33942,7 +33953,7 @@ paths: type: integer codespaces: type: array - items: &332 + items: &333 type: object title: Codespace description: A codespace. @@ -33967,12 +33978,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *234 + repository: *235 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &530 + properties: &531 name: type: string description: The name of the machine. @@ -34014,7 +34025,7 @@ paths: - ready - in_progress nullable: true - required: &531 + required: &532 - name - display_name - operating_system @@ -34219,7 +34230,7 @@ paths: - pulls_url - recent_folders examples: - default: &333 + default: &334 value: total_count: 3 codespaces: @@ -34629,7 +34640,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -34651,7 +34662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *75 + - *76 deprecated: true requestBody: required: true @@ -34695,7 +34706,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34718,7 +34729,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *75 + - *76 deprecated: true requestBody: required: true @@ -34750,7 +34761,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34773,7 +34784,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *75 + - *76 requestBody: required: true content: @@ -34804,7 +34815,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34825,7 +34836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *75 + - *76 - *17 - *19 responses: @@ -34843,7 +34854,7 @@ paths: type: integer secrets: type: array - items: &280 + items: &281 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -34882,7 +34893,7 @@ paths: - updated_at - visibility examples: - default: &532 + default: &533 value: total_count: 2 secrets: @@ -34914,13 +34925,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: &533 + schema: &534 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -34949,7 +34960,7 @@ paths: - key_id - key examples: - default: &534 + default: &535 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34972,16 +34983,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: &536 + default: &537 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -35008,8 +35019,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -35064,7 +35075,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -35090,8 +35101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 responses: '204': description: Response @@ -35116,8 +35127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - *19 - *17 responses: @@ -35135,9 +35146,9 @@ paths: type: integer repositories: type: array - items: *234 + items: *235 examples: - default: *248 + default: *249 '404': *6 x-github: githubCloudOnly: false @@ -35159,8 +35170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -35210,8 +35221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -35244,8 +35255,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -35284,7 +35295,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *75 + - *76 responses: '200': description: OK @@ -35393,7 +35404,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35425,7 +35436,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *75 + - *76 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -35448,12 +35459,12 @@ paths: currently being billed. seats: type: array - items: *116 + items: *117 examples: - default: *117 + default: *118 headers: Link: *40 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35486,7 +35497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *75 + - *76 requestBody: content: application/json: @@ -35528,7 +35539,7 @@ paths: default: value: seats_created: 5 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35564,7 +35575,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *75 + - *76 requestBody: content: application/json: @@ -35606,7 +35617,7 @@ paths: default: value: seats_cancelled: 5 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35644,7 +35655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *75 + - *76 requestBody: content: application/json: @@ -35685,7 +35696,7 @@ paths: default: value: seats_created: 5 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35721,7 +35732,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *75 + - *76 requestBody: content: application/json: @@ -35763,7 +35774,7 @@ paths: default: value: seats_cancelled: 5 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35802,7 +35813,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *75 + - *76 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -35834,13 +35845,13 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 - '500': *90 + default: *167 + '500': *91 '403': *29 '404': *6 - '422': *167 + '422': *168 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35862,7 +35873,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization parameters: - - *75 + - *76 - *17 - name: page description: Page token @@ -36006,7 +36017,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization parameters: - - *75 + - *76 - name: credential_id in: path required: true @@ -36037,7 +36048,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *75 + - *76 responses: '200': description: Response - list of custom role names @@ -36052,7 +36063,7 @@ paths: type: integer custom_roles: type: array - items: *281 + items: *282 examples: default: value: @@ -36139,12 +36150,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: &284 + schema: &285 type: object properties: name: @@ -36185,9 +36196,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *15 '404': *6 x-github: @@ -36211,8 +36222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *75 - - &283 + - *76 + - &284 name: role_id description: The unique identifier of the role. in: path @@ -36224,9 +36235,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *6 x-github: githubCloudOnly: true @@ -36248,13 +36259,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *75 - - *283 + - *76 + - *284 requestBody: required: true content: application/json: - schema: &285 + schema: &286 type: object properties: name: @@ -36292,9 +36303,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *15 '404': *6 x-github: @@ -36318,8 +36329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *75 - - *283 + - *76 + - *284 responses: '204': description: Response @@ -36347,12 +36358,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---create-a-custom-role parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -36366,9 +36377,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *15 '404': *6 x-github: @@ -36398,16 +36409,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - - *75 - - *283 + - *76 + - *284 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *6 x-github: githubCloudOnly: true @@ -36435,13 +36446,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - - *75 - - *283 + - *76 + - *284 requestBody: required: true content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -36456,9 +36467,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *15 '404': *6 x-github: @@ -36488,8 +36499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - - *75 - - *283 + - *76 + - *284 responses: '204': description: Response @@ -36517,12 +36528,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *75 - - *286 + - *76 - *287 - *288 - *289 - *290 + - *291 - name: package_registry_url in: query description: A comma-separated list of package registry URLs. If specified, @@ -36538,14 +36549,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string - - *291 - *292 - *293 - - *93 - - *91 - - *92 - *294 + - *94 + - *92 + - *93 - *295 + - *296 - *17 responses: '200': @@ -36554,9 +36565,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 '304': *37 '400': *14 '403': *29 @@ -36582,7 +36593,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *75 + - *76 - *17 - *19 responses: @@ -36600,7 +36611,7 @@ paths: type: integer secrets: type: array - items: &298 + items: &299 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -36671,13 +36682,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: &563 + schema: &564 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -36694,7 +36705,7 @@ paths: - key_id - key examples: - default: &564 + default: &565 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36717,14 +36728,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: default: value: @@ -36752,8 +36763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -36808,7 +36819,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -36832,8 +36843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 responses: '204': description: Response @@ -36857,8 +36868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - *19 - *17 responses: @@ -36876,9 +36887,9 @@ paths: type: integer repositories: type: array - items: *234 + items: *235 examples: - default: *248 + default: *249 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36899,8 +36910,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -36950,8 +36961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -36982,8 +36993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -37019,8 +37030,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *75 - - &572 + - *76 + - &573 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -37028,7 +37039,7 @@ paths: required: false schema: type: string - - &573 + - &574 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -37036,7 +37047,7 @@ paths: required: false schema: type: string - - &574 + - &575 name: time_period description: |- The time period to filter by. @@ -37052,7 +37063,7 @@ paths: - week - month default: month - - &575 + - &576 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -37067,7 +37078,7 @@ paths: - denied - all default: all - - *263 + - *264 - *17 - *19 responses: @@ -37077,7 +37088,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -37233,7 +37244,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &577 + default: &578 value: - id: 21 number: 42 @@ -37298,7 +37309,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *90 + '500': *91 "/orgs/{org}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for an org @@ -37319,12 +37330,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *75 - - *263 - - *257 + - *76 + - *264 - *258 - *259 - - &578 + - *260 + - &579 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -37350,7 +37361,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -37460,7 +37471,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *264 + items: *265 url: type: string format: uri @@ -37471,7 +37482,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &580 + default: &581 value: - id: 21 number: 42 @@ -37536,7 +37547,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/19 '404': *6 '403': *29 - '500': *90 + '500': *91 "/orgs/{org}/docker/conflicts": get: summary: Get list of conflicting packages during Docker migration for organization @@ -37551,7 +37562,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -37559,7 +37570,7 @@ paths: application/json: schema: type: array - items: &344 + items: &345 title: Package description: A software package type: object @@ -37609,8 +37620,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *299 - required: *300 + properties: *300 + required: *301 nullable: true created_at: type: string @@ -37629,7 +37640,7 @@ paths: - created_at - updated_at examples: - default: &345 + default: &346 value: - id: 197 name: hello_docker @@ -37707,7 +37718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *75 + - *76 - *17 - *19 responses: @@ -37717,7 +37728,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: 200-response: value: @@ -37787,7 +37798,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *75 + - *76 - name: group_id description: The unique identifier of the group. in: path @@ -37813,7 +37824,7 @@ paths: description: Response content: application/json: - schema: &414 + schema: &415 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -37894,7 +37905,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &415 + default: &416 value: group_id: '123' group_name: Octocat admins @@ -37932,7 +37943,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-external-groups-in-an-organization parameters: - - *75 + - *76 - *17 - name: page description: Page token @@ -37949,7 +37960,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -37986,7 +37997,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &413 + default: &414 value: groups: - group_id: '123' @@ -38020,7 +38031,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *75 + - *76 - *17 - *19 responses: @@ -38030,7 +38041,7 @@ paths: application/json: schema: type: array - items: &323 + items: &324 title: Organization Invitation description: Organization Invitation type: object @@ -38077,7 +38088,7 @@ paths: - invitation_teams_url - node_id examples: - default: &324 + default: &325 value: - id: 1 login: monalisa @@ -38136,7 +38147,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---list-fine-grained-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -38144,7 +38155,7 @@ paths: application/json: schema: type: array - items: &366 + items: &367 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -38158,7 +38169,7 @@ paths: - name - description examples: - default: &367 + default: &368 value: - name: add_assignee description: Assign or remove a user @@ -38189,7 +38200,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *75 + - *76 - *17 - *19 responses: @@ -38199,7 +38210,7 @@ paths: application/json: schema: type: array - items: &301 + items: &302 title: Org Hook description: Org Hook type: object @@ -38308,7 +38319,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *75 + - *76 requestBody: required: true content: @@ -38368,9 +38379,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &302 + default: &303 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -38414,8 +38425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *75 - - &303 + - *76 + - &304 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -38428,9 +38439,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *302 + default: *303 '404': *6 x-github: githubCloudOnly: false @@ -38451,8 +38462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *75 - - *303 + - *76 + - *304 requestBody: required: false content: @@ -38497,7 +38508,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -38536,8 +38547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *75 - - *303 + - *76 + - *304 responses: '204': description: Response @@ -38562,8 +38573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *75 - - *303 + - *76 + - *304 responses: '200': description: Response @@ -38591,8 +38602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *75 - - *303 + - *76 + - *304 requestBody: required: false content: @@ -38640,10 +38651,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *75 - - *303 - - *17 + - *76 - *304 + - *17 + - *305 responses: '200': description: Response @@ -38651,9 +38662,9 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 '400': *14 '422': *15 x-github: @@ -38676,17 +38687,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *75 - - *303 + - *76 + - *304 - *16 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '400': *14 '422': *15 x-github: @@ -38709,8 +38720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *75 - - *303 + - *76 + - *304 - *16 responses: '202': *39 @@ -38736,8 +38747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *75 - - *303 + - *76 + - *304 responses: '204': description: Response @@ -38759,8 +38770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *75 - - &313 + - *76 + - &314 name: actor_type in: path description: The type of the actor @@ -38773,14 +38784,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &314 + - &315 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &309 + - &310 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -38788,7 +38799,7 @@ paths: required: true schema: type: string - - &310 + - &311 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -38799,7 +38810,7 @@ paths: type: string - *19 - *17 - - *93 + - *94 - name: sort description: The property to sort the results by. in: query @@ -38881,13 +38892,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - - *75 - - *309 + - *76 - *310 + - *311 - *19 - *17 - - *93 - - &319 + - *94 + - &320 name: sort description: The property to sort the results by. in: query @@ -38965,15 +38976,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - - *75 - - *309 + - *76 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: &311 + schema: &312 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -38989,7 +39000,7 @@ paths: type: integer format: int64 examples: - default: &312 + default: &313 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -39009,24 +39020,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *75 - - &315 + - *76 + - &316 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: enabledForGitHubApps: true category: orgs @@ -39044,19 +39055,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *75 - - *309 + - *76 - *310 - - *313 + - *311 - *314 + - *315 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: enabledForGitHubApps: true category: orgs @@ -39073,10 +39084,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - - *75 - - *309 + - *76 - *310 - - &316 + - *311 + - &317 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -39089,7 +39100,7 @@ paths: description: Response content: application/json: - schema: &317 + schema: &318 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -39105,7 +39116,7 @@ paths: type: integer format: int64 examples: - default: &318 + default: &319 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -39141,19 +39152,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - - *75 - - *315 - - *309 - - *310 + - *76 - *316 + - *310 + - *311 + - *317 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *318 + default: *319 x-github: enabledForGitHubApps: true category: orgs @@ -39170,20 +39181,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *75 - - *313 + - *76 - *314 - - *309 + - *315 - *310 - - *316 + - *311 + - *317 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *318 + default: *319 x-github: enabledForGitHubApps: true category: orgs @@ -39200,14 +39211,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - - *75 - - *315 - - *309 + - *76 + - *316 - *310 + - *311 - *19 - *17 - - *93 - - *319 + - *94 + - *320 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -39280,7 +39291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *75 + - *76 responses: '200': description: Response @@ -39288,7 +39299,7 @@ paths: application/json: schema: *22 examples: - default: &611 + default: &612 value: id: 1 account: @@ -39357,7 +39368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -39446,7 +39457,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -39454,12 +39465,12 @@ paths: application/json: schema: anyOf: - - &321 + - &322 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &320 + limit: &321 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -39484,7 +39495,7 @@ paths: properties: {} additionalProperties: false examples: - default: &322 + default: &323 value: limit: collaborators_only origin: organization @@ -39508,18 +39519,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: &612 + schema: &613 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *320 + limit: *321 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -39543,9 +39554,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 '422': *15 x-github: githubCloudOnly: false @@ -39563,7 +39574,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -39589,7 +39600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *75 + - *76 - *17 - *19 - name: role @@ -39623,9 +39634,9 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *40 '404': *6 @@ -39649,7 +39660,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *75 + - *76 requestBody: required: false content: @@ -39703,7 +39714,7 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: default: value: @@ -39759,8 +39770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *75 - - &325 + - *76 + - &326 name: invitation_id description: The unique identifier of the invitation. in: path @@ -39793,8 +39804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *75 - - *325 + - *76 + - *326 - *17 - *19 responses: @@ -39804,9 +39815,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: &343 + default: &344 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -39841,7 +39852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -39849,7 +39860,7 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: default: value: @@ -39887,7 +39898,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -39934,9 +39945,9 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: &327 + default: &328 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -39968,8 +39979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *75 - - &328 + - *76 + - &329 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -40022,9 +40033,9 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: *327 + default: *328 '404': *6 '422': *7 x-github: @@ -40048,8 +40059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *75 - - *328 + - *76 + - *329 responses: '204': description: Response @@ -40082,7 +40093,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *75 + - *76 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -40112,7 +40123,7 @@ paths: - closed - all default: open - - *329 + - *330 - name: type description: Can be the name of an issue type. in: query @@ -40130,8 +40141,8 @@ paths: - updated - comments default: created - - *93 - - *174 + - *94 + - *175 - *17 - *19 responses: @@ -40141,9 +40152,9 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *330 + default: *331 headers: Link: *40 '404': *6 @@ -40165,7 +40176,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *75 + - *76 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -40203,7 +40214,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '422': *15 @@ -40223,8 +40234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response if requester is an organization member and user is @@ -40258,8 +40269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -40285,8 +40296,8 @@ paths: parameters: - *17 - *19 - - *75 - - *256 + - *76 + - *257 responses: '200': description: Response @@ -40302,11 +40313,11 @@ paths: type: integer codespaces: type: array - items: *332 + items: *333 examples: - default: *333 + default: *334 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -40329,9 +40340,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *75 - - *256 - - &334 + - *76 + - *257 + - &335 name: codespace_name in: path required: true @@ -40341,7 +40352,7 @@ paths: responses: '202': *39 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -40364,17 +40375,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *75 - - *256 - - *334 + - *76 + - *257 + - *335 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: &529 + default: &530 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -40516,7 +40527,7 @@ paths: recent_folders: [] template: '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -40547,14 +40558,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *116 + schema: *117 examples: default: value: @@ -40598,7 +40609,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -40623,14 +40634,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '200': description: Response content: application/json: - schema: &335 + schema: &336 title: Org Membership description: Org Membership type: object @@ -40674,7 +40685,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *61 + organization: *62 user: title: Simple User description: A GitHub user. @@ -40697,7 +40708,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &336 + response-if-user-has-an-active-admin-membership-with-organization: &337 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -40765,8 +40776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 requestBody: required: false content: @@ -40794,9 +40805,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - response-if-user-already-had-membership-with-organization: *336 + response-if-user-already-had-membership-with-organization: *337 '422': *15 '403': *29 x-github: @@ -40820,8 +40831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -40846,7 +40857,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *75 + - *76 - *17 - *19 - name: exclude @@ -40867,7 +40878,7 @@ paths: application/json: schema: type: array - items: &337 + items: &338 title: Migration description: A migration. type: object @@ -40908,7 +40919,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *66 + items: *67 url: type: string format: uri @@ -41120,7 +41131,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *75 + - *76 requestBody: required: true content: @@ -41196,7 +41207,7 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -41374,8 +41385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *75 - - &338 + - *76 + - &339 name: migration_id description: The unique identifier of the migration. in: path @@ -41402,7 +41413,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -41571,8 +41582,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *75 - - *338 + - *76 + - *339 responses: '302': description: Response @@ -41593,8 +41604,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *75 - - *338 + - *76 + - *339 responses: '204': description: Response @@ -41617,9 +41628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *75 - - *338 - - &783 + - *76 + - *339 + - &784 name: repo_name description: repo_name parameter in: path @@ -41646,8 +41657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *75 - - *338 + - *76 + - *339 - *17 - *19 responses: @@ -41657,9 +41668,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: &350 + default: &351 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -41798,7 +41809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -41852,7 +41863,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response - list of organization roles @@ -41868,7 +41879,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &339 + items: &340 title: Organization Role description: Organization roles type: object @@ -42028,7 +42039,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *75 + - *76 requestBody: required: true content: @@ -42075,7 +42086,7 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: default: value: @@ -42104,7 +42115,7 @@ paths: updated_at: '2022-07-04T22:19:11Z' '422': *15 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -42126,8 +42137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *75 - - &340 + - *76 + - &341 name: team_slug description: The slug of the team name. in: path @@ -42158,9 +42169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *75 - - *340 - - *283 + - *76 + - *341 + - *284 responses: '204': description: Response @@ -42189,9 +42200,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *75 - - *340 - - *283 + - *76 + - *341 + - *284 responses: '204': description: Response @@ -42216,8 +42227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -42242,9 +42253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *75 - - *256 - - *283 + - *76 + - *257 + - *284 responses: '204': description: Response @@ -42274,9 +42285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *75 - - *256 - - *283 + - *76 + - *257 + - *284 responses: '204': description: Response @@ -42304,14 +42315,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *75 - - *283 + - *76 + - *284 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: default: value: @@ -42368,8 +42379,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *75 - - *283 + - *76 + - *284 requestBody: required: true content: @@ -42408,7 +42419,7 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: default: value: @@ -42436,7 +42447,7 @@ paths: created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' '422': *15 - '409': *101 + '409': *102 '404': *6 x-github: githubCloudOnly: true @@ -42461,8 +42472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *75 - - *283 + - *76 + - *284 responses: '204': description: Response @@ -42487,8 +42498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *75 - - *283 + - *76 + - *284 - *17 - *19 responses: @@ -42566,8 +42577,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *341 - required: *342 + properties: *342 + required: *343 nullable: true required: - id @@ -42582,7 +42593,7 @@ paths: - slug - parent examples: - default: *343 + default: *344 headers: Link: *40 '404': @@ -42611,8 +42622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *75 - - *283 + - *76 + - *284 - *17 - *19 responses: @@ -42640,13 +42651,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &386 + items: &387 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *341 - required: *342 + properties: *342 + required: *343 name: nullable: true type: string @@ -42741,7 +42752,7 @@ paths: - type - url examples: - default: *331 + default: *332 headers: Link: *40 '404': @@ -42765,7 +42776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *75 + - *76 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -42792,7 +42803,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -42817,8 +42828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *75 - - *256 + - *76 + - *257 requestBody: required: false content: @@ -42875,8 +42886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -42933,8 +42944,8 @@ paths: - docker - nuget - container - - *75 - - &785 + - *76 + - &786 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -42970,12 +42981,12 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *345 + default: *346 '403': *29 '401': *25 - '400': &787 + '400': &788 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42997,7 +43008,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &346 + - &347 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -43015,20 +43026,20 @@ paths: - docker - nuget - container - - &347 + - &348 name: package_name description: The name of the package. in: path required: true schema: type: string - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: default: value: @@ -43080,9 +43091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *346 - *347 - - *75 + - *348 + - *76 responses: '204': description: Response @@ -43114,9 +43125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *346 - *347 - - *75 + - *348 + - *76 - name: token description: package token schema: @@ -43148,9 +43159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *346 - *347 - - *75 + - *348 + - *76 - *19 - *17 - name: state @@ -43170,7 +43181,7 @@ paths: application/json: schema: type: array - items: &348 + items: &349 title: Package Version description: A version of a software package type: object @@ -43295,10 +43306,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *346 - *347 - - *75 - - &349 + - *348 + - *76 + - &350 name: package_version_id description: Unique identifier of the package version. in: path @@ -43310,7 +43321,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -43346,10 +43357,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *346 - *347 - - *75 - - *349 + - *348 + - *76 + - *350 responses: '204': description: Response @@ -43381,10 +43392,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *346 - *347 - - *75 - - *349 + - *348 + - *76 + - *350 responses: '204': description: Response @@ -43411,10 +43422,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *75 + - *76 - *17 - *19 - - &351 + - &352 name: sort description: The property by which to sort the results. in: query @@ -43424,8 +43435,8 @@ paths: enum: - created_at default: created_at - - *93 - - &352 + - *94 + - &353 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -43436,7 +43447,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &353 + - &354 name: repository description: The name of the repository to use to filter the results. in: query @@ -43444,7 +43455,7 @@ paths: schema: type: string example: Hello-World - - &354 + - &355 name: permission description: The permission to use to filter the results. in: query @@ -43452,7 +43463,7 @@ paths: schema: type: string example: issues_read - - &355 + - &356 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -43462,7 +43473,7 @@ paths: schema: type: string format: date-time - - &356 + - &357 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -43472,7 +43483,7 @@ paths: schema: type: string format: date-time - - &357 + - &358 name: token_id description: The ID of the token in: query @@ -43484,7 +43495,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': *90 + '500': *91 '422': *15 '404': *6 '403': *29 @@ -43636,7 +43647,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *75 + - *76 requestBody: required: true content: @@ -43677,7 +43688,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *90 + '500': *91 '422': *15 '404': *6 '403': *29 @@ -43702,7 +43713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *75 + - *76 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -43738,11 +43749,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *90 + '500': *91 '422': *15 '404': *6 '403': *29 - '204': *125 + '204': *126 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43763,7 +43774,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *75 + - *76 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -43774,7 +43785,7 @@ paths: - *17 - *19 responses: - '500': *90 + '500': *91 '404': *6 '403': *29 '200': @@ -43783,9 +43794,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -43808,19 +43819,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *75 + - *76 - *17 - *19 - - *351 - - *93 - *352 + - *94 - *353 - *354 - *355 - *356 - *357 + - *358 responses: - '500': *90 + '500': *91 '422': *15 '404': *6 '403': *29 @@ -43967,7 +43978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *75 + - *76 requestBody: required: true content: @@ -44002,7 +44013,7 @@ paths: - 1296269 - 1296280 responses: - '500': *90 + '500': *91 '404': *6 '202': *39 '403': *29 @@ -44027,7 +44038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *75 + - *76 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -44055,9 +44066,9 @@ paths: value: action: revoke responses: - '500': *90 + '500': *91 '404': *6 - '204': *125 + '204': *126 '403': *29 '422': *15 x-github: @@ -44079,7 +44090,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *75 + - *76 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -44089,7 +44100,7 @@ paths: - *17 - *19 responses: - '500': *90 + '500': *91 '404': *6 '403': *29 '200': @@ -44098,9 +44109,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -44124,7 +44135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -44142,7 +44153,7 @@ paths: type: integer configurations: type: array - items: &358 + items: &359 title: Organization private registry description: Private registry configuration for an organization type: object @@ -44230,7 +44241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -44395,7 +44406,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &359 + org-private-registry-with-selected-visibility: &360 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -44436,7 +44447,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -44484,16 +44495,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *75 - - *244 + - *76 + - *245 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 x-github: githubCloudOnly: false @@ -44514,8 +44525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -44610,8 +44621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *75 - - *244 + - *76 + - *245 responses: '204': description: Response @@ -44636,7 +44647,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects parameters: - - *75 + - *76 - name: state description: Indicates the state of the projects to return. in: query @@ -44657,7 +44668,7 @@ paths: application/json: schema: type: array - items: &360 + items: &361 title: Project description: Projects are a way to organize columns and cards of work. @@ -44804,7 +44815,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project parameters: - - *75 + - *76 requestBody: required: true content: @@ -44830,7 +44841,7 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: default: value: @@ -44868,7 +44879,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &430 + '410': &431 description: Gone content: application/json: @@ -44895,7 +44906,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -44903,9 +44914,9 @@ paths: application/json: schema: type: array - items: *121 + items: *122 examples: - default: *122 + default: *123 '403': *29 '404': *6 x-github: @@ -44932,7 +44943,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -44943,7 +44954,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *121 + items: *122 minItems: 1 maxItems: 100 required: @@ -44973,9 +44984,9 @@ paths: application/json: schema: type: array - items: *121 + items: *122 examples: - default: *122 + default: *123 '403': *29 '404': *6 x-github: @@ -44996,16 +45007,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *75 - - *123 + - *76 + - *124 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *124 + default: *125 '403': *29 '404': *6 x-github: @@ -45028,13 +45039,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *75 - - *123 + - *76 + - *124 requestBody: required: true content: application/json: - schema: *361 + schema: *362 examples: default: value: @@ -45050,9 +45061,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *124 + default: *125 '403': *29 '404': *6 x-github: @@ -45075,10 +45086,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *75 - - *123 + - *76 + - *124 responses: - '204': *125 + '204': *126 '403': *29 '404': *6 x-github: @@ -45099,7 +45110,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *75 + - *76 - *17 - *19 - name: repository_query @@ -45137,7 +45148,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &362 + items: &363 title: Custom Property Value description: Custom property name and associated value type: object @@ -45204,7 +45215,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *75 + - *76 requestBody: required: true content: @@ -45224,7 +45235,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *362 + items: *363 required: - repository_names - properties @@ -45265,7 +45276,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *75 + - *76 - *17 - *19 responses: @@ -45277,7 +45288,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -45296,8 +45307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response if user is a public member @@ -45321,8 +45332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -45343,8 +45354,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -45368,7 +45379,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *75 + - *76 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -45415,9 +45426,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -45438,7 +45449,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *75 + - *76 requestBody: required: true content: @@ -45620,7 +45631,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &433 title: Full Repository description: Full Repository type: object @@ -45897,8 +45908,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *363 - required: *364 + properties: *364 + required: *365 nullable: true temp_clone_token: type: string @@ -45985,8 +45996,8 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true organization: title: Simple User @@ -45995,8 +46006,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *66 - source: *66 + parent: *67 + source: *67 forks: type: integer master_branch: @@ -46013,7 +46024,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &551 + properties: &552 url: type: string format: uri @@ -46029,12 +46040,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &552 + required: &553 - url - key - name - html_url - security_and_analysis: *365 + security_and_analysis: *366 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -46118,7 +46129,7 @@ paths: - network_count - subscribers_count examples: - default: &434 + default: &435 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -46636,7 +46647,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -46644,9 +46655,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46668,10 +46679,10 @@ paths: category: orgs subcategory: rules parameters: - - *75 + - *76 - *17 - *19 - - &680 + - &681 name: targets description: | A comma-separated list of rule targets to filter by. @@ -46689,7 +46700,7 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: default: value: @@ -46720,7 +46731,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -46736,7 +46747,7 @@ paths: category: orgs subcategory: rules parameters: - - *75 + - *76 requestBody: description: Request body required: true @@ -46757,21 +46768,20 @@ paths: - push - repository default: branch - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 - conditions: *368 + items: *134 + conditions: *369 rules: type: array description: An array of rules within the ruleset. - items: &370 + items: &371 title: Repository Rule type: object description: A repository rule. oneOf: - - *134 - *135 - *136 - *137 @@ -46791,6 +46801,7 @@ paths: - *151 - *152 - *153 + - *154 required: - name - enforcement @@ -46828,9 +46839,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: &369 + default: &370 value: id: 21 name: super cool ruleset @@ -46870,7 +46881,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -46884,8 +46895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *75 - - &682 + - *76 + - &683 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 @@ -46895,16 +46906,16 @@ paths: schema: type: string x-multi-segment: true - - *263 - - *259 - - &683 + - *264 + - *260 + - &684 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 - - &684 + - &685 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -46924,7 +46935,7 @@ paths: description: Response content: application/json: - schema: &685 + schema: &686 title: Rule Suites description: Response type: array @@ -46979,7 +46990,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &686 + default: &687 value: - id: 21 actor_id: 12 @@ -47003,7 +47014,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47022,8 +47033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *75 - - &687 + - *76 + - &688 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -47039,7 +47050,7 @@ paths: description: Response content: application/json: - schema: &688 + schema: &689 title: Rule Suite description: Response type: object @@ -47138,7 +47149,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &689 + default: &690 value: id: 21 actor_id: 12 @@ -47173,7 +47184,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47199,7 +47210,7 @@ paths: category: orgs subcategory: rules parameters: - - *75 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -47211,11 +47222,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *369 + default: *370 '404': *6 - '500': *90 + '500': *91 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -47231,7 +47242,7 @@ paths: category: orgs subcategory: rules parameters: - - *75 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -47257,16 +47268,16 @@ paths: - tag - push - repository - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 - conditions: *368 + items: *134 + conditions: *369 rules: description: An array of rules within the ruleset. type: array - items: *370 + items: *371 examples: default: value: @@ -47301,11 +47312,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *369 + default: *370 '404': *6 - '500': *90 + '500': *91 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -47321,7 +47332,7 @@ paths: category: orgs subcategory: rules parameters: - - *75 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -47332,7 +47343,7 @@ paths: '204': description: Response '404': *6 - '500': *90 + '500': *91 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -47344,7 +47355,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-history parameters: - - *75 + - *76 - *17 - *19 - name: ruleset_id @@ -47360,11 +47371,11 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *371 + default: *372 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47381,7 +47392,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-version parameters: - - *75 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -47399,7 +47410,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -47439,7 +47450,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47461,15 +47472,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *75 - - *373 + - *76 - *374 - *375 - *376 - - *93 + - *377 + - *94 - *19 - *17 - - &691 + - &692 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 @@ -47479,7 +47490,7 @@ paths: required: false schema: type: string - - &692 + - &693 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 @@ -47489,10 +47500,10 @@ paths: required: false schema: type: string - - *377 - *378 - *379 - *380 + - *381 responses: '200': description: Response @@ -47500,13 +47511,13 @@ paths: application/json: schema: type: array - items: *381 + items: *382 examples: - default: *382 + default: *383 headers: Link: *40 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47531,15 +47542,15 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 '403': *29 '404': *6 patch: @@ -47560,7 +47571,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *75 + - *76 requestBody: required: true content: @@ -47568,7 +47579,7 @@ paths: schema: type: object properties: - pattern_config_version: *161 + pattern_config_version: *162 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -47594,7 +47605,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *161 + custom_pattern_version: *162 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -47630,7 +47641,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 "/orgs/{org}/security-advisories": get: @@ -47648,8 +47659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *75 - - *93 + - *76 + - *94 - name: sort description: The property to sort the results by. in: query @@ -47661,8 +47672,8 @@ paths: - updated - published default: created - - *91 - *92 + - *93 - name: per_page description: The number of advisories to return per page. 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)." @@ -47692,7 +47703,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 description: A repository security advisory. type: object properties: @@ -47879,7 +47890,7 @@ paths: required: - vector_string - score - cvss_severities: *107 + cvss_severities: *108 cwes: type: array nullable: true @@ -47912,7 +47923,7 @@ paths: login: type: string description: The username of the user credited. - type: *385 + type: *386 credits_detailed: type: array nullable: true @@ -47922,7 +47933,7 @@ paths: type: object properties: user: *4 - type: *385 + type: *386 state: type: string description: The state of the user's acceptance of the @@ -47946,14 +47957,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *265 + items: *266 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *102 + - *103 required: - ghsa_id - cve_id @@ -47983,7 +47994,7 @@ paths: - private_fork additionalProperties: false examples: - default: &714 + default: &715 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -48362,7 +48373,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *75 + - *76 responses: '200': description: Response @@ -48370,9 +48381,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *343 + default: *344 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48395,8 +48406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '204': description: Response @@ -48421,8 +48432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '204': description: Response @@ -48451,15 +48462,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48483,8 +48494,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *75 - - *389 + - *76 + - *390 - *17 - *19 responses: @@ -48492,9 +48503,9 @@ paths: description: Success content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48516,15 +48527,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48546,15 +48557,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48574,7 +48585,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -48592,9 +48603,9 @@ paths: type: integer network_configurations: type: array - items: *118 + items: *119 examples: - default: *396 + default: *397 headers: Link: *40 x-github: @@ -48615,7 +48626,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -48657,9 +48668,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *119 + default: *120 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48679,16 +48690,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *75 - - *120 + - *76 + - *121 responses: '200': description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *119 + default: *120 headers: Link: *40 x-github: @@ -48709,8 +48720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *75 - - *120 + - *76 + - *121 requestBody: required: true content: @@ -48749,9 +48760,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *119 + default: *120 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48770,8 +48781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *75 - - *120 + - *76 + - *121 responses: '204': description: Response @@ -48794,16 +48805,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *75 - - *397 + - *76 + - *398 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 headers: Link: *40 x-github: @@ -48822,7 +48833,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-an-organization parameters: - - *75 + - *76 - *17 - name: page description: Page token @@ -48841,7 +48852,7 @@ paths: description: Response content: application/json: - schema: &421 + schema: &422 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -48887,7 +48898,7 @@ paths: type: string nullable: true examples: - default: &422 + default: &423 value: groups: - group_id: '123' @@ -48932,8 +48943,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *75 - - *340 + - *76 + - *341 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -48965,13 +48976,13 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 - '500': *90 + default: *167 + '500': *91 '403': *29 '404': *6 - '422': *167 + '422': *168 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48989,7 +49000,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *75 + - *76 - *17 - *19 responses: @@ -48999,9 +49010,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 headers: Link: *40 '403': *29 @@ -49023,7 +49034,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *75 + - *76 requestBody: required: true content: @@ -49095,7 +49106,7 @@ paths: description: Response content: application/json: - schema: &400 + schema: &401 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -49158,8 +49169,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *341 - required: *342 + properties: *342 + required: *343 nullable: true members_count: type: integer @@ -49405,7 +49416,7 @@ paths: - repos_count - organization examples: - default: &401 + default: &402 value: id: 1 node_id: MDQ6VGVhbTE= @@ -49475,16 +49486,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *75 - - *340 + - *76 + - *341 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -49505,8 +49516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *75 - - *340 + - *76 + - *341 requestBody: required: false content: @@ -49568,16 +49579,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '201': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 '422': *15 '403': *29 @@ -49602,8 +49613,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '204': description: Response @@ -49629,9 +49640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *75 - - *340 - - *93 + - *76 + - *341 + - *94 - *17 - *19 - name: pinned @@ -49647,7 +49658,7 @@ paths: application/json: schema: type: array - items: &402 + items: &403 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -49726,7 +49737,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *172 + reactions: *173 required: - author - body @@ -49746,7 +49757,7 @@ paths: - updated_at - url examples: - default: &757 + default: &758 value: - author: login: octocat @@ -49820,8 +49831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *75 - - *340 + - *76 + - *341 requestBody: required: true content: @@ -49855,9 +49866,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &403 + default: &404 value: author: login: octocat @@ -49929,9 +49940,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *75 - - *340 - - &404 + - *76 + - *341 + - &405 name: discussion_number description: The number that identifies the discussion. in: path @@ -49943,9 +49954,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49967,9 +49978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *75 - - *340 - - *404 + - *76 + - *341 + - *405 requestBody: required: false content: @@ -49992,9 +50003,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &758 + default: &759 value: author: login: octocat @@ -50064,9 +50075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *75 - - *340 - - *404 + - *76 + - *341 + - *405 responses: '204': description: Response @@ -50092,10 +50103,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *75 - - *340 - - *404 - - *93 + - *76 + - *341 + - *405 + - *94 - *17 - *19 responses: @@ -50105,7 +50116,7 @@ paths: application/json: schema: type: array - items: &405 + items: &406 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -50162,7 +50173,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *172 + reactions: *173 required: - author - body @@ -50177,7 +50188,7 @@ paths: - updated_at - url examples: - default: &759 + default: &760 value: - author: login: octocat @@ -50245,9 +50256,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *75 - - *340 - - *404 + - *76 + - *341 + - *405 requestBody: required: true content: @@ -50269,9 +50280,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &406 + default: &407 value: author: login: octocat @@ -50337,10 +50348,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *75 - - *340 - - *404 - - &407 + - *76 + - *341 + - *405 + - &408 name: comment_number description: The number that identifies the comment. in: path @@ -50352,9 +50363,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50376,10 +50387,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *75 - - *340 - - *404 - - *407 + - *76 + - *341 + - *405 + - *408 requestBody: required: true content: @@ -50401,9 +50412,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &760 + default: &761 value: author: login: octocat @@ -50467,10 +50478,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *75 - - *340 - - *404 - - *407 + - *76 + - *341 + - *405 + - *408 responses: '204': description: Response @@ -50496,10 +50507,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *75 - - *340 - - *404 - - *407 + - *76 + - *341 + - *405 + - *408 - 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. @@ -50525,7 +50536,7 @@ paths: application/json: schema: type: array - items: &408 + items: &409 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -50568,7 +50579,7 @@ paths: - content - created_at examples: - default: &410 + default: &411 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50618,10 +50629,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *75 - - *340 - - *404 - - *407 + - *76 + - *341 + - *405 + - *408 requestBody: required: true content: @@ -50654,9 +50665,9 @@ paths: team discussion comment content: application/json: - schema: *408 + schema: *409 examples: - default: &409 + default: &410 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50685,9 +50696,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50710,11 +50721,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *75 - - *340 - - *404 - - *407 - - &411 + - *76 + - *341 + - *405 + - *408 + - &412 name: reaction_id description: The unique identifier of the reaction. in: path @@ -50746,9 +50757,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *75 - - *340 - - *404 + - *76 + - *341 + - *405 - 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. @@ -50774,9 +50785,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 x-github: @@ -50802,9 +50813,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *75 - - *340 - - *404 + - *76 + - *341 + - *405 requestBody: required: true content: @@ -50836,16 +50847,16 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -50868,10 +50879,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *75 - - *340 - - *404 - - *411 + - *76 + - *341 + - *405 + - *412 responses: '204': description: Response @@ -50894,16 +50905,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -50922,8 +50933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *75 - - *340 + - *76 + - *341 requestBody: required: true content: @@ -50946,9 +50957,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50967,8 +50978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '204': description: Response @@ -50992,8 +51003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *75 - - *340 + - *76 + - *341 - *17 - *19 responses: @@ -51003,9 +51014,9 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *40 x-github: @@ -51027,8 +51038,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *75 - - *340 + - *76 + - *341 - name: role description: Filters members returned by their role in the team. in: query @@ -51051,7 +51062,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -51081,15 +51092,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *75 - - *340 - - *256 + - *76 + - *341 + - *257 responses: '200': description: Response content: application/json: - schema: &416 + schema: &417 title: Team Membership description: Team Membership type: object @@ -51116,7 +51127,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &761 + response-if-user-is-a-team-maintainer: &762 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51152,9 +51163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *75 - - *340 - - *256 + - *76 + - *341 + - *257 requestBody: required: false content: @@ -51179,9 +51190,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-users-membership-with-team-is-now-pending: &762 + response-if-users-membership-with-team-is-now-pending: &763 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51216,9 +51227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *75 - - *340 - - *256 + - *76 + - *341 + - *257 responses: '204': description: Response @@ -51243,8 +51254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *75 - - *340 + - *76 + - *341 - *17 - *19 responses: @@ -51254,7 +51265,7 @@ paths: application/json: schema: type: array - items: &417 + items: &418 title: Team Project description: A team's access to a project. type: object @@ -51322,7 +51333,7 @@ paths: - updated_at - permissions examples: - default: &763 + default: &764 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51385,9 +51396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *75 - - *340 - - &418 + - *76 + - *341 + - &419 name: project_id description: The unique identifier of the project. in: path @@ -51399,9 +51410,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: &764 + default: &765 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51463,9 +51474,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *75 - - *340 - - *418 + - *76 + - *341 + - *419 requestBody: required: false content: @@ -51531,9 +51542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *75 - - *340 - - *418 + - *76 + - *341 + - *419 responses: '204': description: Response @@ -51560,8 +51571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *75 - - *340 + - *76 + - *341 - *17 - *19 responses: @@ -51571,9 +51582,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -51602,16 +51613,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *75 - - *340 - - *419 + - *76 + - *341 - *420 + - *421 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &765 + schema: &766 title: Team Repository description: A team's access to a repository. type: object @@ -51634,8 +51645,8 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true forks: type: integer @@ -52180,10 +52191,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *75 - - *340 - - *419 + - *76 + - *341 - *420 + - *421 requestBody: required: false content: @@ -52228,10 +52239,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *75 - - *340 - - *419 + - *76 + - *341 - *420 + - *421 responses: '204': description: Response @@ -52257,16 +52268,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -52288,8 +52299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - - *75 - - *340 + - *76 + - *341 requestBody: required: true content: @@ -52332,7 +52343,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -52364,8 +52375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *75 - - *340 + - *76 + - *341 - *17 - *19 responses: @@ -52375,9 +52386,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - response-if-child-teams-exist: &766 + response-if-child-teams-exist: &767 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -52430,7 +52441,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *75 + - *76 - name: security_product in: path description: The security feature to enable or disable. @@ -52504,7 +52515,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - - &423 + - &424 name: card_id description: The unique identifier of the card. in: path @@ -52516,7 +52527,7 @@ paths: description: Response content: application/json: - schema: &424 + schema: &425 title: Project Card description: Project cards represent a scope of work. type: object @@ -52583,7 +52594,7 @@ paths: - created_at - updated_at examples: - default: &425 + default: &426 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -52639,7 +52650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - - *423 + - *424 requestBody: required: false content: @@ -52666,9 +52677,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '304': *37 '403': *29 '401': *25 @@ -52695,7 +52706,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - - *423 + - *424 responses: '204': description: Response @@ -52739,7 +52750,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - - *423 + - *424 requestBody: required: true content: @@ -52850,7 +52861,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - - &426 + - &427 name: column_id description: The unique identifier of the column. in: path @@ -52862,7 +52873,7 @@ paths: description: Response content: application/json: - schema: &427 + schema: &428 title: Project Column description: Project columns contain cards of work. type: object @@ -52908,7 +52919,7 @@ paths: - created_at - updated_at examples: - default: &428 + default: &429 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -52943,7 +52954,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - - *426 + - *427 requestBody: required: true content: @@ -52967,9 +52978,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '304': *37 '403': *29 '401': *25 @@ -52994,7 +53005,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - - *426 + - *427 responses: '204': description: Response @@ -53023,7 +53034,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - - *426 + - *427 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -53044,7 +53055,7 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: default: value: @@ -53103,7 +53114,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - - *426 + - *427 requestBody: required: true content: @@ -53143,9 +53154,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '304': *37 '403': *29 '401': *25 @@ -53155,8 +53166,8 @@ paths: application/json: schema: oneOf: - - *211 - *212 + - *213 '503': description: Response content: @@ -53201,7 +53212,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - - *426 + - *427 requestBody: required: true content: @@ -53261,15 +53272,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - - *418 + - *419 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &429 + default: &430 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -53326,7 +53337,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - - *418 + - *419 requestBody: required: false content: @@ -53372,9 +53383,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *429 + default: *430 '404': description: Not Found if the authenticated user does not have access to the project @@ -53395,7 +53406,7 @@ paths: items: type: string '401': *25 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -53418,7 +53429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - - *418 + - *419 responses: '204': description: Delete Success @@ -53439,7 +53450,7 @@ paths: items: type: string '401': *25 - '410': *430 + '410': *431 '404': *6 x-github: githubCloudOnly: false @@ -53463,7 +53474,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - - *418 + - *419 - 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 @@ -53490,7 +53501,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '404': *6 @@ -53520,8 +53531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - - *418 - - *256 + - *419 + - *257 requestBody: required: false content: @@ -53573,8 +53584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *418 - - *256 + - *419 + - *257 responses: '204': description: Response @@ -53605,8 +53616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *418 - - *256 + - *419 + - *257 responses: '200': description: Response @@ -53679,7 +53690,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns parameters: - - *418 + - *419 - *17 - *19 responses: @@ -53689,7 +53700,7 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: default: value: @@ -53727,7 +53738,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column parameters: - - *418 + - *419 requestBody: required: true content: @@ -53750,7 +53761,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: default: value: @@ -53815,7 +53826,7 @@ paths: resources: type: object properties: - core: &431 + core: &432 title: Rate Limit type: object properties: @@ -53832,21 +53843,21 @@ paths: - remaining - reset - used - graphql: *431 - search: *431 - code_search: *431 - source_import: *431 - integration_manifest: *431 - code_scanning_upload: *431 - actions_runner_registration: *431 - scim: *431 - dependency_snapshots: *431 - dependency_sbom: *431 - code_scanning_autofix: *431 + graphql: *432 + search: *432 + code_search: *432 + source_import: *432 + integration_manifest: *432 + code_scanning_upload: *432 + actions_runner_registration: *432 + scim: *432 + dependency_snapshots: *432 + dependency_sbom: *432 + code_scanning_autofix: *432 required: - core - search - rate: *431 + rate: *432 required: - rate - resources @@ -53950,14 +53961,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: default-response: summary: Default response @@ -54462,7 +54473,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *433 + '301': *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54480,8 +54491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -54738,10 +54749,10 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 - '307': &435 + default: *435 + '307': &436 description: Temporary Redirect content: application/json: @@ -54770,8 +54781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -54793,9 +54804,9 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *435 + '307': *436 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54817,11 +54828,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 - - &450 + - &451 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -54844,7 +54855,7 @@ paths: type: integer artifacts: type: array - items: &436 + items: &437 title: Artifact description: An artifact type: object @@ -54922,7 +54933,7 @@ paths: - expires_at - updated_at examples: - default: &451 + default: &452 value: total_count: 2 artifacts: @@ -54983,9 +54994,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *419 - *420 - - &437 + - *421 + - &438 name: artifact_id description: The unique identifier of the artifact. in: path @@ -54997,7 +55008,7 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: default: value: @@ -55035,9 +55046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *419 - *420 - - *437 + - *421 + - *438 responses: '204': description: Response @@ -55061,9 +55072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *419 - *420 - - *437 + - *421 + - *438 - name: archive_format in: path required: true @@ -55077,7 +55088,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': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55100,14 +55111,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: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -55133,11 +55144,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: - - *419 - *420 + - *421 - *17 - *19 - - &439 + - &440 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 @@ -55165,13 +55176,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &440 + schema: &441 title: Repository actions caches description: Repository actions caches type: object @@ -55213,7 +55224,7 @@ paths: - total_count - actions_caches examples: - default: &441 + default: &442 value: total_count: 1 actions_caches: @@ -55245,23 +55256,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: - - *419 - *420 + - *421 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *439 + - *440 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55281,8 +55292,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: - - *419 - *420 + - *421 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -55313,9 +55324,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: - - *419 - *420 - - &442 + - *421 + - &443 name: job_id description: The unique identifier of the job. in: path @@ -55327,7 +55338,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 title: Job description: Information of a job execution in a workflow run type: object @@ -55634,9 +55645,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: - - *419 - *420 - - *442 + - *421 + - *443 responses: '302': description: Response @@ -55664,9 +55675,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: - - *419 - *420 - - *442 + - *421 + - *443 requestBody: required: false content: @@ -55687,7 +55698,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -55711,8 +55722,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: - - *419 - *420 + - *421 responses: '200': description: Status response @@ -55762,8 +55773,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -55797,7 +55808,7 @@ paths: description: Empty response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -55826,8 +55837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -55845,7 +55856,7 @@ paths: type: integer secrets: type: array - items: &456 + items: &457 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -55865,7 +55876,7 @@ paths: - created_at - updated_at examples: - default: &457 + default: &458 value: total_count: 2 secrets: @@ -55898,9 +55909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *419 - *420 - - *443 + - *421 + - *444 - *19 responses: '200': @@ -55917,7 +55928,7 @@ paths: type: integer variables: type: array - items: &460 + items: &461 title: Actions Variable type: object properties: @@ -55947,7 +55958,7 @@ paths: - created_at - updated_at examples: - default: &461 + default: &462 value: total_count: 2 variables: @@ -55980,8 +55991,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -55990,11 +56001,12 @@ paths: schema: type: object properties: - enabled: &444 + enabled: &445 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *49 - selected_actions_url: *221 + selected_actions_url: *222 + sha_pinning_required: *50 required: - enabled examples: @@ -56003,6 +56015,7 @@ paths: enabled: true allowed_actions: selected selected_actions_url: https://api.github.com/repositories/42/actions/permissions/selected-actions + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -56023,8 +56036,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -56035,8 +56048,9 @@ paths: schema: type: object properties: - enabled: *444 + enabled: *445 allowed_actions: *49 + sha_pinning_required: *50 required: - enabled examples: @@ -56044,6 +56058,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -56066,14 +56081,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: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &445 + schema: &446 type: object properties: access_level: @@ -56091,7 +56106,7 @@ paths: required: - access_level examples: - default: &446 + default: &447 value: access_level: organization x-github: @@ -56116,15 +56131,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: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 responses: '204': description: Response @@ -56148,14 +56163,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -56179,8 +56194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Empty response for successful settings update @@ -56190,7 +56205,7 @@ paths: required: true content: application/json: - schema: *224 + schema: *225 examples: default: summary: Set retention days @@ -56214,16 +56229,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *50 + schema: *51 examples: - default: *225 + default: *226 '404': *6 x-github: enabledForGitHubApps: true @@ -56242,8 +56257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -56253,7 +56268,7 @@ paths: required: true content: application/json: - schema: *50 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -56277,16 +56292,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: *51 + default: *52 '403': *29 '404': *6 x-github: @@ -56306,15 +56321,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *227 + schema: *228 examples: - default: *51 + default: *52 responses: '204': description: Empty response for successful settings update @@ -56338,16 +56353,16 @@ 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: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *53 + schema: *54 examples: - default: *54 + default: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -56370,8 +56385,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -56379,9 +56394,9 @@ paths: required: false content: application/json: - schema: *53 + schema: *54 examples: - selected_actions: *54 + selected_actions: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -56403,16 +56418,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *57 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56433,8 +56448,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: - - *419 - *420 + - *421 responses: '204': description: Success response @@ -56445,9 +56460,9 @@ paths: required: true content: application/json: - schema: *231 + schema: *232 examples: - default: *57 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56474,8 +56489,8 @@ paths: in: query schema: type: string - - *419 - *420 + - *421 - *17 - *19 responses: @@ -56493,9 +56508,9 @@ paths: type: integer runners: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: Link: *40 x-github: @@ -56519,8 +56534,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -56528,9 +56543,9 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56552,8 +56567,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -56596,10 +56611,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *237 + '201': *238 '404': *6 '422': *7 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56627,16 +56642,16 @@ 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: - - *419 - *420 + - *421 responses: '201': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *238 + default: *239 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56664,16 +56679,16 @@ 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: - - *419 - *420 + - *421 responses: '201': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *239 + default: *240 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56695,17 +56710,17 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *240 + default: *241 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56726,9 +56741,9 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 responses: '204': description: Response @@ -56754,11 +56769,11 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 responses: - '200': *69 + '200': *70 '404': *6 x-github: githubCloudOnly: false @@ -56780,9 +56795,9 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 requestBody: required: true content: @@ -56806,7 +56821,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -56830,9 +56845,9 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 requestBody: required: true content: @@ -56857,7 +56872,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -56881,11 +56896,11 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 responses: - '200': *241 + '200': *242 '404': *6 x-github: githubCloudOnly: false @@ -56912,12 +56927,12 @@ 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: - - *419 - *420 - - *63 - - *242 + - *421 + - *64 + - *243 responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -56943,9 +56958,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: - - *419 - *420 - - &464 + - *421 + - &465 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. @@ -56953,7 +56968,7 @@ paths: required: false schema: type: string - - &465 + - &466 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -56961,7 +56976,7 @@ paths: required: false schema: type: string - - &466 + - &467 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -56970,7 +56985,7 @@ paths: required: false schema: type: string - - &467 + - &468 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 @@ -56997,7 +57012,7 @@ paths: - pending - *17 - *19 - - &468 + - &469 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)." @@ -57006,7 +57021,7 @@ paths: schema: type: string format: date-time - - &447 + - &448 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -57015,13 +57030,13 @@ paths: schema: type: boolean default: false - - &469 + - &470 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &470 + - &471 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -57044,7 +57059,7 @@ paths: type: integer workflow_runs: type: array - items: &448 + items: &449 title: Workflow Run description: An invocation of a workflow type: object @@ -57139,7 +57154,7 @@ paths: that triggered the run. type: array nullable: true - items: &491 + items: &492 title: Pull Request Minimal type: object properties: @@ -57258,7 +57273,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &495 + properties: &496 id: type: string description: SHA for the commit @@ -57309,7 +57324,7 @@ paths: - name - email nullable: true - required: &496 + required: &497 - id - tree_id - message @@ -57317,8 +57332,8 @@ paths: - author - committer nullable: true - repository: *234 - head_repository: *234 + repository: *235 + head_repository: *235 head_repository_id: type: integer example: 5 @@ -57356,7 +57371,7 @@ paths: - workflow_url - pull_requests examples: - default: &471 + default: &472 value: total_count: 1 workflow_runs: @@ -57592,24 +57607,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *419 - *420 - - &449 + - *421 + - &450 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *447 + - *448 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: &452 + default: &453 value: id: 30433642 name: Build @@ -57850,9 +57865,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '204': description: Response @@ -57875,9 +57890,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: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -57996,15 +58011,15 @@ 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: - - *419 - *420 - - *449 + - *421 + - *450 responses: '201': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -58031,12 +58046,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *419 - *420 - - *449 + - *421 + - *450 - *17 - *19 - - *450 + - *451 responses: '200': description: Response @@ -58052,9 +58067,9 @@ paths: type: integer artifacts: type: array - items: *436 + items: *437 examples: - default: *451 + default: *452 headers: Link: *40 x-github: @@ -58078,25 +58093,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *419 - *420 - - *449 - - &453 + - *421 + - *450 + - &454 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *447 + - *448 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58119,10 +58134,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: - - *419 - *420 - - *449 - - *453 + - *421 + - *450 + - *454 - *17 - *19 responses: @@ -58140,9 +58155,9 @@ paths: type: integer jobs: type: array - items: *454 + items: *455 examples: - default: &455 + default: &456 value: total_count: 1 jobs: @@ -58255,10 +58270,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *419 - *420 - - *449 - - *453 + - *421 + - *450 + - *454 responses: '302': description: Response @@ -58286,19 +58301,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '202': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58321,9 +58336,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: true content: @@ -58390,19 +58405,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '202': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58425,9 +58440,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: - - *419 - *420 - - *449 + - *421 + - *450 - 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 @@ -58457,9 +58472,9 @@ paths: type: integer jobs: type: array - items: *454 + items: *455 examples: - default: *455 + default: *456 headers: Link: *40 x-github: @@ -58484,9 +58499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '302': description: Response @@ -58513,14 +58528,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '204': description: Response '403': *29 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58542,9 +58557,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: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -58604,7 +58619,7 @@ paths: items: type: object properties: - type: &581 + type: &582 type: string description: The type of reviewer. enum: @@ -58614,7 +58629,7 @@ paths: reviewer: anyOf: - *4 - - *265 + - *266 required: - environment - wait_timer @@ -58689,9 +58704,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: true content: @@ -58738,7 +58753,7 @@ paths: application/json: schema: type: array - items: &567 + items: &568 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -58826,8 +58841,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 required: - id - node_id @@ -58844,7 +58859,7 @@ paths: - created_at - updated_at examples: - default: &568 + default: &569 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -58900,9 +58915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: false content: @@ -58923,7 +58938,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -58946,9 +58961,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: false content: @@ -58969,7 +58984,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -59002,9 +59017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -59141,8 +59156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -59160,9 +59175,9 @@ paths: type: integer secrets: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: Link: *40 x-github: @@ -59187,16 +59202,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59218,17 +59233,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '200': description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: &594 + default: &595 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -59254,9 +59269,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 requestBody: required: true content: @@ -59287,7 +59302,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -59313,9 +59328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '204': description: Response @@ -59340,9 +59355,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *419 - *420 - - *443 + - *421 + - *444 - *19 responses: '200': @@ -59359,9 +59374,9 @@ paths: type: integer variables: type: array - items: *460 + items: *461 examples: - default: *461 + default: *462 headers: Link: *40 x-github: @@ -59384,8 +59399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -59412,7 +59427,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -59437,17 +59452,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *419 - *420 - - *247 + - *421 + - *248 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: &595 + default: &596 value: name: USERNAME value: octocat @@ -59473,9 +59488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *419 - *420 - - *247 + - *421 + - *248 requestBody: required: true content: @@ -59517,9 +59532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *419 - *420 - - *247 + - *421 + - *248 responses: '204': description: Response @@ -59544,8 +59559,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -59563,7 +59578,7 @@ paths: type: integer workflows: type: array - items: &462 + items: &463 title: Workflow description: A GitHub Actions workflow type: object @@ -59670,9 +59685,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *419 - *420 - - &463 + - *421 + - &464 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -59687,7 +59702,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -59720,9 +59735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -59747,9 +59762,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -59800,9 +59815,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -59829,19 +59844,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: - - *419 - *420 - - *463 + - *421 - *464 - *465 - *466 - *467 + - *468 - *17 - *19 - - *468 - - *447 - *469 + - *448 - *470 + - *471 responses: '200': description: Response @@ -59857,9 +59872,9 @@ paths: type: integer workflow_runs: type: array - items: *448 + items: *449 examples: - default: *471 + default: *472 headers: Link: *40 x-github: @@ -59892,9 +59907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '200': description: Response @@ -59955,12 +59970,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *419 - *420 - - *93 + - *421 + - *94 - *17 - - *91 - *92 + - *93 - name: ref description: |- The Git reference for the activities you want to list. @@ -60120,8 +60135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -60133,7 +60148,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '404': *6 @@ -60158,8 +60173,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: - - *419 - *420 + - *421 - name: assignee in: path required: true @@ -60195,8 +60210,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -60308,11 +60323,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *419 - *420 + - *421 - *17 - - *91 - *92 + - *93 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -60363,7 +60378,7 @@ paths: bundle_url: type: string examples: - default: *472 + default: *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60383,8 +60398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -60392,7 +60407,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Autolink reference description: An autolink reference. type: object @@ -60442,8 +60457,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -60482,9 +60497,9 @@ paths: description: response content: application/json: - schema: *473 + schema: *474 examples: - default: &474 + default: &475 value: id: 1 key_prefix: TICKET- @@ -60515,9 +60530,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: - - *419 - *420 - - &475 + - *421 + - &476 name: autolink_id description: The unique identifier of the autolink. in: path @@ -60529,9 +60544,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '404': *6 x-github: githubCloudOnly: false @@ -60551,9 +60566,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: - - *419 - *420 - - *475 + - *421 + - *476 responses: '204': description: Response @@ -60577,8 +60592,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: - - *419 - *420 + - *421 responses: '200': description: Response if Dependabot is enabled @@ -60626,8 +60641,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -60648,8 +60663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -60669,8 +60684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *419 - *420 + - *421 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -60708,7 +60723,7 @@ paths: - url protected: type: boolean - protection: &477 + protection: &478 title: Branch Protection description: Branch Protection type: object @@ -60750,7 +60765,7 @@ paths: required: - contexts - checks - enforce_admins: &480 + enforce_admins: &481 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -60765,7 +60780,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &482 + required_pull_request_reviews: &483 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -60786,7 +60801,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *265 + items: *266 apps: description: The list of apps with review dismissal access. @@ -60815,7 +60830,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *265 + items: *266 apps: description: The list of apps allowed to bypass pull request requirements. @@ -60841,7 +60856,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &479 + restrictions: &480 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -61148,9 +61163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *419 - *420 - - &478 + - *421 + - &479 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). @@ -61164,14 +61179,14 @@ paths: description: Response content: application/json: - schema: &488 + schema: &489 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &540 + commit: &541 title: Commit description: Commit type: object @@ -61205,7 +61220,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &476 + properties: &477 name: type: string example: '"Chris Wanstrath"' @@ -61220,7 +61235,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *476 + properties: *477 nullable: true message: type: string @@ -61241,7 +61256,7 @@ paths: required: - sha - url - verification: &601 + verification: &602 title: Verification type: object properties: @@ -61275,12 +61290,12 @@ paths: nullable: true oneOf: - *4 - - *245 + - *246 committer: nullable: true oneOf: - *4 - - *245 + - *246 parents: type: array items: @@ -61311,7 +61326,7 @@ paths: type: integer files: type: array - items: &555 + items: &556 title: Diff Entry description: Diff Entry type: object @@ -61394,7 +61409,7 @@ paths: - self protected: type: boolean - protection: *477 + protection: *478 protection_url: type: string format: uri @@ -61501,7 +61516,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *433 + '301': *434 '404': *6 x-github: githubCloudOnly: false @@ -61523,15 +61538,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -61725,9 +61740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -61982,7 +61997,7 @@ paths: url: type: string format: uri - required_status_checks: &485 + required_status_checks: &486 title: Status Check Policy description: Status Check Policy type: object @@ -62058,7 +62073,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 apps: type: array items: *5 @@ -62076,7 +62091,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 apps: type: array items: *5 @@ -62134,7 +62149,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *479 + restrictions: *480 required_conversation_resolution: type: object properties: @@ -62246,9 +62261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -62273,17 +62288,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &481 + default: &482 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -62305,17 +62320,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62334,9 +62349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -62361,17 +62376,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &483 + default: &484 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -62467,9 +62482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -62567,9 +62582,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *483 + default: *484 '422': *15 x-github: githubCloudOnly: false @@ -62590,9 +62605,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -62619,17 +62634,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -62652,17 +62667,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -62682,9 +62697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -62709,17 +62724,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: &486 + default: &487 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -62745,9 +62760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -62799,9 +62814,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 '404': *6 '422': *15 x-github: @@ -62823,9 +62838,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -62849,9 +62864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -62885,9 +62900,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -62954,9 +62969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -63020,9 +63035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: content: application/json: @@ -63088,15 +63103,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -63187,9 +63202,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -63212,9 +63227,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -63224,7 +63239,7 @@ paths: type: array items: *5 examples: - default: &487 + default: &488 value: - id: 1 slug: octoapp @@ -63281,9 +63296,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63317,7 +63332,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -63338,9 +63353,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63374,7 +63389,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -63395,9 +63410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63431,7 +63446,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -63453,9 +63468,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -63463,9 +63478,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 '404': *6 x-github: githubCloudOnly: false @@ -63485,9 +63500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -63523,9 +63538,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -63546,9 +63561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -63584,9 +63599,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -63607,9 +63622,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: content: application/json: @@ -63644,9 +63659,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -63668,9 +63683,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -63680,7 +63695,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 '404': *6 x-github: githubCloudOnly: false @@ -63704,9 +63719,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63739,7 +63754,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -63764,9 +63779,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63799,7 +63814,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -63824,9 +63839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63859,7 +63874,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -63886,9 +63901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63910,7 +63925,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -64024,12 +64039,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *419 - *420 - - *257 + - *421 - *258 - *259 - *260 + - *261 - *17 - *19 responses: @@ -64039,11 +64054,11 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *262 + default: *263 '404': *6 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": get: summary: Get a repository push bypass request @@ -64061,8 +64076,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -64076,7 +64091,7 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: default: value: @@ -64114,7 +64129,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for a repository @@ -64135,12 +64150,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 - - *257 + - *421 - *258 - *259 - *260 + - *261 - *17 - *19 responses: @@ -64150,12 +64165,12 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: - default: *490 + default: *491 '404': *6 '403': *29 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/bypass-requests/secret-scanning/{bypass_request_number}": get: summary: Get a bypass request for secret scanning @@ -64176,8 +64191,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -64189,7 +64204,7 @@ paths: description: A single bypass request. content: application/json: - schema: *489 + schema: *490 examples: default: value: @@ -64227,7 +64242,7 @@ paths: html_url: https://github.com/octo-org/smile/exemptions/1 '404': *6 '403': *29 - '500': *90 + '500': *91 patch: summary: Review a bypass request for secret scanning description: |- @@ -64247,8 +64262,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -64298,7 +64313,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/bypass-responses/secret-scanning/{bypass_response_id}": delete: summary: Dismiss a response on a bypass request for secret scanning @@ -64319,8 +64334,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_response_id in: path required: true @@ -64333,7 +64348,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/check-runs": post: summary: Create a check run @@ -64353,8 +64368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -64633,7 +64648,7 @@ paths: description: Response content: application/json: - schema: &492 + schema: &493 title: CheckRun description: A check performed on the code of a given code change type: object @@ -64744,16 +64759,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *491 - deployment: &819 + items: *492 + deployment: &820 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64820,8 +64835,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 required: - id - node_id @@ -65033,9 +65048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *419 - *420 - - &493 + - *421 + - &494 name: check_run_id description: The unique identifier of the check run. in: path @@ -65047,9 +65062,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: &494 + default: &495 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -65149,9 +65164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *419 - *420 - - *493 + - *421 + - *494 requestBody: required: true content: @@ -65391,9 +65406,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65413,9 +65428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *419 - *420 - - *493 + - *421 + - *494 - *17 - *19 responses: @@ -65510,15 +65525,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *419 - *420 - - *493 + - *421 + - *494 responses: '201': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -65556,8 +65571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -65579,7 +65594,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &497 + schema: &498 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -65643,7 +65658,7 @@ paths: nullable: true pull_requests: type: array - items: *491 + items: *492 nullable: true app: title: GitHub app @@ -65654,9 +65669,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 - repository: *234 + properties: *170 + required: *171 + repository: *235 created_at: type: string format: date-time @@ -65665,12 +65680,12 @@ paths: type: string format: date-time nullable: true - head_commit: &845 + head_commit: &846 title: Simple Commit description: A commit. type: object - properties: *495 - required: *496 + properties: *496 + required: *497 latest_check_runs_count: type: integer check_runs_url: @@ -65698,7 +65713,7 @@ paths: - check_runs_url - pull_requests examples: - default: &498 + default: &499 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -65989,9 +66004,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *497 + schema: *498 examples: - default: *498 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66010,8 +66025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -66072,7 +66087,7 @@ paths: required: - app_id - setting - repository: *234 + repository: *235 examples: default: value: @@ -66320,9 +66335,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *419 - *420 - - &499 + - *421 + - &500 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -66334,9 +66349,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *498 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66359,17 +66374,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: - - *419 - *420 - - *499 - - &548 + - *421 + - *500 + - &549 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &549 + - &550 name: status description: Returns check runs with the specified `status`. in: query @@ -66408,9 +66423,9 @@ paths: type: integer check_runs: type: array - items: *492 + items: *493 examples: - default: &550 + default: &551 value: total_count: 1 check_runs: @@ -66512,15 +66527,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *419 - *420 - - *499 + - *421 + - *500 responses: '201': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -66547,30 +66562,30 @@ 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: - - *419 - *420 - - *269 + - *421 - *270 + - *271 - *19 - *17 - - &515 + - &516 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: *500 - - &516 + schema: *501 + - &517 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *93 - - *91 + - *94 - *92 + - *93 - name: sort description: The property by which to sort the results. in: query @@ -66586,13 +66601,13 @@ paths: be returned. in: query required: false - schema: *271 + schema: *272 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *501 + schema: *502 responses: '200': description: Response @@ -66603,14 +66618,14 @@ paths: items: type: object properties: - number: *105 - created_at: *112 - updated_at: *113 - url: *110 - html_url: *111 - instances_url: *502 - state: *96 - fixed_at: *115 + number: *106 + created_at: *113 + updated_at: *114 + url: *111 + html_url: *112 + instances_url: *503 + state: *97 + fixed_at: *116 dismissed_by: title: Simple User description: A GitHub user. @@ -66618,12 +66633,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *114 - dismissed_reason: *503 - dismissed_comment: *504 - rule: *505 - tool: *506 - most_recent_instance: *507 + dismissed_at: *115 + dismissed_reason: *504 + dismissed_comment: *505 + rule: *506 + tool: *507 + most_recent_instance: *508 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -66746,14 +66761,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &508 + '403': &509 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66773,9 +66788,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: - - *419 - *420 - - &509 + - *421 + - &510 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -66783,23 +66798,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *105 + schema: *106 responses: '200': description: Response content: application/json: - schema: &510 + schema: &511 type: object properties: - number: *105 - created_at: *112 - updated_at: *113 - url: *110 - html_url: *111 - instances_url: *502 - state: *96 - fixed_at: *115 + number: *106 + created_at: *113 + updated_at: *114 + url: *111 + html_url: *112 + instances_url: *503 + state: *97 + fixed_at: *116 dismissed_by: title: Simple User description: A GitHub user. @@ -66807,9 +66822,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *114 - dismissed_reason: *503 - dismissed_comment: *504 + dismissed_at: *115 + dismissed_reason: *504 + dismissed_comment: *505 rule: type: object properties: @@ -66863,8 +66878,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *506 - most_recent_instance: *507 + tool: *507 + most_recent_instance: *508 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -66960,9 +66975,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66980,9 +66995,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: - - *419 - *420 - - *509 + - *421 + - *510 requestBody: required: true content: @@ -66997,8 +67012,8 @@ paths: enum: - open - dismissed - dismissed_reason: *503 - dismissed_comment: *504 + dismissed_reason: *504 + dismissed_comment: *505 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -67017,7 +67032,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -67093,14 +67108,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &514 + '403': &515 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67120,15 +67135,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: - - *419 - *420 - - *509 + - *421 + - *510 responses: '200': description: Response content: application/json: - schema: &511 + schema: &512 type: object properties: status: @@ -67154,13 +67169,13 @@ paths: - description - started_at examples: - default: &512 + default: &513 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &513 + '400': &514 description: Bad Request content: application/json: @@ -67171,9 +67186,9 @@ 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': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67196,29 +67211,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: - - *419 - *420 - - *509 + - *421 + - *510 responses: '200': description: OK content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '202': description: Accepted content: application/json: - schema: *511 + schema: *512 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *513 + '400': *514 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -67228,7 +67243,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67250,9 +67265,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: - - *419 - *420 - - *509 + - *421 + - *510 requestBody: required: false content: @@ -67297,12 +67312,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *513 - '403': *514 + '400': *514 + '403': *515 '404': *6 '422': description: Unprocessable Entity - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67322,13 +67337,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: - - *419 - *420 - - *509 + - *421 + - *510 - *19 - *17 - - *515 - *516 + - *517 responses: '200': description: Response @@ -67336,7 +67351,7 @@ paths: application/json: schema: type: array - items: *507 + items: *508 examples: default: value: @@ -67375,9 +67390,9 @@ paths: end_column: 50 classifications: - source - '403': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67409,29 +67424,29 @@ 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: - - *419 - *420 - - *269 + - *421 - *270 + - *271 - *19 - *17 - - *516 + - *517 - 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: *500 + schema: *501 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &519 + schema: &520 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *93 + - *94 - name: sort description: The property by which to sort the results. in: query @@ -67448,23 +67463,23 @@ paths: application/json: schema: type: array - items: &520 + items: &521 type: object properties: - ref: *500 - commit_sha: &528 + ref: *501 + commit_sha: &529 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: *517 + analysis_key: *518 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *518 + category: *519 error: type: string example: error reading field xyz @@ -67488,8 +67503,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *519 - tool: *506 + sarif_id: *520 + tool: *507 deletable: type: boolean warning: @@ -67550,9 +67565,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67586,8 +67601,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: - - *419 - *420 + - *421 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67600,7 +67615,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: response: summary: application/json response @@ -67654,14 +67669,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *508 + '403': *509 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67741,8 +67756,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: - - *419 - *420 + - *421 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67795,9 +67810,9 @@ 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': *514 + '403': *515 '404': *6 - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67817,8 +67832,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -67826,7 +67841,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: CodeQL Database description: A CodeQL database. type: object @@ -67937,9 +67952,9 @@ 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': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67966,8 +67981,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: - - *419 - *420 + - *421 - name: language in: path description: The language of the CodeQL database. @@ -67979,7 +67994,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -68011,11 +68026,11 @@ 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': &557 + '302': &558 description: Found - '403': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68035,8 +68050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *419 - *420 + - *421 - name: language in: path description: The language of the CodeQL database. @@ -68046,9 +68061,9 @@ paths: responses: '204': description: Response - '403': *514 + '403': *515 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68074,8 +68089,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -68084,7 +68099,7 @@ paths: type: object additionalProperties: false properties: - language: &522 + language: &523 type: string description: The language targeted by the CodeQL query enum: @@ -68163,7 +68178,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &526 + schema: &527 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -68171,9 +68186,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *102 + controller_repo: *103 actor: *4 - query_language: *522 + query_language: *523 query_pack_url: type: string description: The download url for the query pack. @@ -68220,7 +68235,7 @@ paths: items: type: object properties: - repository: &523 + repository: &524 title: Repository Identifier description: Repository Identifier type: object @@ -68256,7 +68271,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &527 + analysis_status: &528 type: string description: The new status of the CodeQL variant analysis repository task. @@ -68288,7 +68303,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &524 + access_mismatch_repos: &525 type: object properties: repository_count: @@ -68302,7 +68317,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: *523 + items: *524 required: - repository_count - repositories @@ -68324,8 +68339,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *524 - over_limit_repos: *524 + no_codeql_db_repos: *525 + over_limit_repos: *525 required: - access_mismatch_repos - not_found_repos @@ -68341,7 +68356,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &525 + value: &526 summary: Default response value: id: 1 @@ -68493,17 +68508,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *525 + value: *526 repository_lists: summary: Response for a successful variant analysis submission - value: *525 + value: *526 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68524,8 +68539,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: - - *419 - *420 + - *421 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -68537,11 +68552,11 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *525 + default: *526 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68562,7 +68577,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: - - *419 + - *420 - name: repo in: path description: The name of the controller repository. @@ -68596,8 +68611,8 @@ paths: schema: type: object properties: - repository: *102 - analysis_status: *527 + repository: *103 + analysis_status: *528 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -68701,7 +68716,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68722,8 +68737,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -68808,9 +68823,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68829,8 +68844,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -68897,7 +68912,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -68922,7 +68937,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *514 + '403': *515 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -68936,7 +68951,7 @@ paths: content: application/json: schema: *3 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68993,8 +69008,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -69002,7 +69017,7 @@ paths: schema: type: object properties: - commit_sha: *528 + commit_sha: *529 ref: type: string description: |- @@ -69060,7 +69075,7 @@ paths: schema: type: object properties: - id: *519 + id: *520 url: type: string description: The REST API URL for checking the status of the upload. @@ -69074,11 +69089,11 @@ 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': *514 + '403': *515 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69097,8 +69112,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: - - *419 - *420 + - *421 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -69144,10 +69159,10 @@ 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': *508 + '403': *509 '404': description: Not Found if the sarif id does not match any upload - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69169,8 +69184,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -69194,7 +69209,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *97 + configuration: *98 examples: default: value: @@ -69226,7 +69241,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *125 + '204': *126 '304': *37 '403': *29 '404': *6 @@ -69251,8 +69266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *419 - *420 + - *421 - 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 @@ -69372,8 +69387,8 @@ paths: parameters: - *17 - *19 - - *419 - *420 + - *421 responses: '200': description: Response @@ -69389,7 +69404,7 @@ paths: type: integer codespaces: type: array - items: *332 + items: *333 examples: default: value: @@ -69665,7 +69680,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -69687,8 +69702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -69751,22 +69766,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -69790,8 +69805,8 @@ paths: parameters: - *17 - *19 - - *419 - *420 + - *421 responses: '200': description: Response @@ -69831,7 +69846,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *90 + '500': *91 '400': *14 '401': *25 '403': *29 @@ -69855,8 +69870,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: - - *419 - *420 + - *421 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -69891,14 +69906,14 @@ paths: type: integer machines: type: array - items: &773 + items: &774 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *530 - required: *531 + properties: *531 + required: *532 examples: - default: &774 + default: &775 value: total_count: 2 machines: @@ -69915,7 +69930,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -69938,8 +69953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *419 - *420 + - *421 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -70023,8 +70038,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: - - *419 - *420 + - *421 - 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 @@ -70069,7 +70084,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70090,8 +70105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -70109,7 +70124,7 @@ paths: type: integer secrets: type: array - items: &535 + items: &536 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -70129,7 +70144,7 @@ paths: - created_at - updated_at examples: - default: *532 + default: *533 headers: Link: *40 x-github: @@ -70152,16 +70167,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -70181,17 +70196,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '200': description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70211,9 +70226,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 requestBody: required: true content: @@ -70241,7 +70256,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -70265,9 +70280,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '204': description: Response @@ -70295,8 +70310,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *419 - *420 + - *421 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -70338,7 +70353,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &537 + properties: &538 login: type: string example: octocat @@ -70431,7 +70446,7 @@ paths: user_view_type: type: string example: public - required: &538 + required: &539 - avatar_url - events_url - followers_url @@ -70505,9 +70520,9 @@ 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: - - *419 - *420 - - *256 + - *421 + - *257 responses: '204': description: Response if user is a collaborator @@ -70553,9 +70568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *419 - *420 - - *256 + - *421 + - *257 requestBody: required: false content: @@ -70581,7 +70596,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &614 + schema: &615 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -70592,7 +70607,7 @@ paths: example: 42 type: integer format: int64 - repository: *234 + repository: *235 invitee: title: Simple User description: A GitHub user. @@ -70770,7 +70785,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *211 + schema: *212 '403': *29 x-github: triggersNotification: true @@ -70810,9 +70825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *419 - *420 - - *256 + - *421 + - *257 responses: '204': description: No Content when collaborator was removed from the repository. @@ -70843,9 +70858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *419 - *420 - - *256 + - *421 + - *257 responses: '200': description: if user has admin permissions @@ -70865,8 +70880,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *537 - required: *538 + properties: *538 + required: *539 nullable: true required: - permission @@ -70921,8 +70936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -70932,7 +70947,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Commit Comment description: Commit Comment type: object @@ -70973,8 +70988,8 @@ paths: updated_at: type: string format: date-time - author_association: *171 - reactions: *172 + author_association: *172 + reactions: *173 required: - url - html_url @@ -70990,7 +71005,7 @@ paths: - created_at - updated_at examples: - default: &542 + default: &543 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71049,17 +71064,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: &543 + default: &544 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71116,9 +71131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -71140,7 +71155,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -71191,9 +71206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 responses: '204': description: Response @@ -71214,9 +71229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 - 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 commit comment. @@ -71242,9 +71257,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 '404': *6 @@ -71265,9 +71280,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -71299,16 +71314,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -71330,10 +71345,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *419 - *420 - - *183 - - *411 + - *421 + - *184 + - *412 responses: '204': description: Response @@ -71382,8 +71397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *419 - *420 + - *421 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -71439,9 +71454,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: &665 + default: &666 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71512,10 +71527,10 @@ paths: sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: Link: *40 - '500': *90 + '500': *91 '400': *14 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71535,9 +71550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *419 - *420 - - &541 + - *421 + - &542 name: commit_sha description: The SHA of the commit. in: path @@ -71584,7 +71599,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71609,9 +71624,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *419 - *420 - - *541 + - *421 + - *542 - *17 - *19 responses: @@ -71621,9 +71636,9 @@ paths: application/json: schema: type: array - items: *539 + items: *540 examples: - default: *542 + default: *543 headers: Link: *40 x-github: @@ -71651,9 +71666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *419 - *420 - - *541 + - *421 + - *542 requestBody: required: true content: @@ -71688,9 +71703,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *543 + default: *544 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71718,9 +71733,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: - - *419 - *420 - - *541 + - *421 + - *542 - *17 - *19 responses: @@ -71730,7 +71745,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Pull Request Simple description: Pull Request Simple type: object @@ -71836,8 +71851,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *544 - required: *545 + properties: *545 + required: *546 nullable: true active_lock_reason: type: string @@ -71882,7 +71897,7 @@ paths: nullable: true requested_teams: type: array - items: *265 + items: *266 nullable: true head: type: object @@ -71891,7 +71906,7 @@ paths: type: string ref: type: string - repo: *66 + repo: *67 sha: type: string user: @@ -71914,7 +71929,7 @@ paths: type: string ref: type: string - repo: *66 + repo: *67 sha: type: string user: @@ -71933,7 +71948,7 @@ paths: _links: type: object properties: - comments: &546 + comments: &547 title: Link description: Hypermedia Link type: object @@ -71942,13 +71957,13 @@ paths: type: string required: - href - commits: *546 - statuses: *546 - html: *546 - issue: *546 - review_comments: *546 - review_comment: *546 - self: *546 + commits: *547 + statuses: *547 + html: *547 + issue: *547 + review_comments: *547 + review_comment: *547 + self: *547 required: - comments - commits @@ -71958,8 +71973,8 @@ paths: - review_comments - review_comment - self - author_association: *171 - auto_merge: &658 + author_association: *172 + auto_merge: &659 title: Auto merge description: The status of auto merging a pull request. type: object @@ -72022,7 +72037,7 @@ paths: - author_association - auto_merge examples: - default: &657 + default: &658 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72502,7 +72517,7 @@ paths: draft: false headers: Link: *40 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72559,11 +72574,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *419 - *420 + - *421 - *19 - *17 - - &547 + - &548 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)" @@ -72578,9 +72593,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: &643 + default: &644 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72666,9 +72681,9 @@ paths: ..... '422': *15 '404': *6 - '500': *90 - '503': *159 - '409': *101 + '500': *91 + '503': *160 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72693,11 +72708,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: - - *419 - *420 - - *547 + - *421 - *548 - *549 + - *550 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -72731,9 +72746,9 @@ paths: type: integer check_runs: type: array - items: *492 + items: *493 examples: - default: *550 + default: *551 headers: Link: *40 x-github: @@ -72758,9 +72773,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: - - *419 - *420 - - *547 + - *421 + - *548 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -72768,7 +72783,7 @@ paths: schema: type: integer example: 1 - - *548 + - *549 - *17 - *19 responses: @@ -72786,7 +72801,7 @@ paths: type: integer check_suites: type: array - items: *497 + items: *498 examples: default: value: @@ -72986,9 +73001,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: - - *419 - *420 - - *547 + - *421 + - *548 - *17 - *19 responses: @@ -73055,7 +73070,7 @@ paths: type: string total_count: type: integer - repository: *234 + repository: *235 commit_url: type: string format: uri @@ -73186,9 +73201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *419 - *420 - - *547 + - *421 + - *548 - *17 - *19 responses: @@ -73198,7 +73213,7 @@ paths: application/json: schema: type: array - items: &718 + items: &719 title: Status description: The status of a commit. type: object @@ -73279,7 +73294,7 @@ paths: site_admin: false headers: Link: *40 - '301': *433 + '301': *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73307,8 +73322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -73337,20 +73352,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *551 - required: *552 + properties: *552 + required: *553 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &553 + properties: &554 url: type: string format: uri html_url: type: string format: uri - required: &554 + required: &555 - url - html_url nullable: true @@ -73358,32 +73373,32 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true contributing: title: Community Health File type: object - properties: *553 - required: *554 + properties: *554 + required: *555 nullable: true readme: title: Community Health File type: object - properties: *553 - required: *554 + properties: *554 + required: *555 nullable: true issue_template: title: Community Health File type: object - properties: *553 - required: *554 + properties: *554 + required: *555 nullable: true pull_request_template: title: Community Health File type: object - properties: *553 - required: *554 + properties: *554 + required: *555 nullable: true required: - code_of_conduct @@ -73510,8 +73525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *419 - *420 + - *421 - *19 - *17 - name: basehead @@ -73554,8 +73569,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *540 - merge_base_commit: *540 + base_commit: *541 + merge_base_commit: *541 status: type: string enum: @@ -73575,10 +73590,10 @@ paths: example: 6 commits: type: array - items: *540 + items: *541 files: type: array - items: *555 + items: *556 required: - url - html_url @@ -73821,8 +73836,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73864,8 +73879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -74008,7 +74023,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &556 + response-if-content-is-a-file: &557 summary: Response if content is a file value: type: file @@ -74140,7 +74155,7 @@ paths: - size - type - url - - &670 + - &671 title: Content File description: Content File type: object @@ -74341,7 +74356,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *556 + response-if-content-is-a-file: *557 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -74410,7 +74425,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *557 + '302': *558 '304': *37 x-github: githubCloudOnly: false @@ -74433,8 +74448,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -74527,7 +74542,7 @@ paths: description: Response content: application/json: - schema: &558 + schema: &559 title: File Commit description: File Commit type: object @@ -74679,7 +74694,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: example-for-creating-a-file: value: @@ -74733,7 +74748,7 @@ paths: schema: oneOf: - *3 - - &596 + - &597 description: Repository rule violation was detected type: object properties: @@ -74754,7 +74769,7 @@ paths: items: type: object properties: - placeholder_id: &710 + placeholder_id: &711 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -74786,8 +74801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -74848,7 +74863,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: default: value: @@ -74882,8 +74897,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *101 - '503': *159 + '409': *102 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74903,8 +74918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *419 - *420 + - *421 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -75027,23 +75042,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *419 - *420 - - *286 + - *421 - *287 - *288 - *289 + - *290 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *290 - *291 - *292 - *293 - - *93 + - *294 + - *94 - name: page description: "**Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -75060,10 +75075,10 @@ paths: schema: type: integer default: 30 - - *91 - *92 - - *294 + - *93 - *295 + - *296 responses: '200': description: Response @@ -75071,11 +75086,11 @@ paths: application/json: schema: type: array - items: &561 + items: &562 type: object description: A Dependabot alert. properties: - number: *105 + number: *106 state: type: string description: The state of the Dependabot alert. @@ -75090,7 +75105,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *106 + package: *107 manifest_path: type: string description: The full path to the dependency manifest file, @@ -75117,13 +75132,13 @@ paths: - unknown - direct - transitive - security_advisory: *559 - security_vulnerability: *109 - url: *110 - html_url: *111 - created_at: *112 - updated_at: *113 - dismissed_at: *114 + security_advisory: *560 + security_vulnerability: *110 + url: *111 + html_url: *112 + created_at: *113 + updated_at: *114 + dismissed_at: *115 dismissed_by: title: Simple User description: A GitHub user. @@ -75147,8 +75162,8 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *115 - auto_dismissed_at: *560 + fixed_at: *116 + auto_dismissed_at: *561 required: - number - state @@ -75378,9 +75393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *419 - *420 - - &562 + - *421 + - &563 name: alert_number in: path description: |- @@ -75389,13 +75404,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *105 + schema: *106 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -75508,9 +75523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *419 - *420 - - *562 + - *421 + - *563 requestBody: required: true content: @@ -75555,7 +75570,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -75661,7 +75676,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *7 x-github: githubCloudOnly: false @@ -75684,8 +75699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -75703,7 +75718,7 @@ paths: type: integer secrets: type: array - items: &565 + items: &566 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -75756,16 +75771,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *564 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75785,15 +75800,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -75819,9 +75834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 requestBody: required: true content: @@ -75849,7 +75864,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -75873,9 +75888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '204': description: Response @@ -75897,8 +75912,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: - - *419 - *420 + - *421 - 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 @@ -76058,8 +76073,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -76298,8 +76313,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -76374,7 +76389,7 @@ paths: - version - url additionalProperties: false - metadata: &566 + metadata: &567 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76407,7 +76422,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *566 + metadata: *567 resolved: type: object description: A collection of resolved package dependencies. @@ -76420,7 +76435,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *566 + metadata: *567 relationship: type: string description: A notation of whether a dependency is requested @@ -76549,8 +76564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *419 - *420 + - *421 - name: sha description: The SHA recorded at creation time. in: query @@ -76590,9 +76605,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: *568 + default: *569 headers: Link: *40 x-github: @@ -76658,8 +76673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -76740,7 +76755,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: simple-example: summary: Simple example @@ -76813,9 +76828,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *419 - *420 - - &569 + - *421 + - &570 name: deployment_id description: deployment_id parameter in: path @@ -76827,7 +76842,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -76892,9 +76907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *419 - *420 - - *569 + - *421 + - *570 responses: '204': description: Response @@ -76916,9 +76931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *419 - *420 - - *569 + - *421 + - *570 - *17 - *19 responses: @@ -76928,7 +76943,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Deployment Status description: The status of a deployment. type: object @@ -77019,8 +77034,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 required: - id - node_id @@ -77089,9 +77104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *419 - *420 - - *569 + - *421 + - *570 requestBody: required: true content: @@ -77166,9 +77181,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &571 + default: &572 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77224,9 +77239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *419 - *420 - - *569 + - *421 + - *570 - name: status_id in: path required: true @@ -77237,9 +77252,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 x-github: githubCloudOnly: false @@ -77266,12 +77281,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 - - *572 + - *421 - *573 - *574 - *575 + - *576 - *17 - *19 responses: @@ -77281,12 +77296,12 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *577 + default: *578 '404': *6 '403': *29 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/dismissal-requests/code-scanning/{alert_number}": get: summary: Get a dismissal request for a code scanning alert for a repository @@ -77307,8 +77322,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -77320,7 +77335,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *576 + schema: *577 examples: default: value: @@ -77356,7 +77371,7 @@ paths: html_url: https://github.com/octo-org/smile/code-scanning/alerts/1 '404': *6 '403': *29 - '500': *90 + '500': *91 patch: summary: Review a dismissal request for a code scanning alert for a repository description: |- @@ -77376,8 +77391,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -77415,7 +77430,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -77436,12 +77451,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 - - *257 + - *421 - *258 - *259 - - *578 + - *260 + - *579 - *17 - *19 responses: @@ -77451,12 +77466,12 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: *580 + default: *581 '404': *6 '403': *29 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning/{alert_number}": get: summary: Get an alert dismissal request for secret scanning @@ -77478,8 +77493,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -77491,7 +77506,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *579 + schema: *580 examples: default: value: @@ -77528,7 +77543,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/17 '404': *6 '403': *29 - '500': *90 + '500': *91 patch: summary: Review an alert dismissal request for secret scanning description: |- @@ -77549,8 +77564,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -77600,7 +77615,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/dispatches": post: summary: Create a repository dispatch event @@ -77619,8 +77634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -77677,8 +77692,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -77695,7 +77710,7 @@ paths: type: integer environments: type: array - items: &582 + items: &583 title: Environment description: Details of a deployment environment type: object @@ -77747,7 +77762,7 @@ paths: type: type: string example: wait_timer - wait_timer: &584 + wait_timer: &585 type: integer example: 30 description: The amount of time to delay a job after @@ -77784,11 +77799,11 @@ paths: items: type: object properties: - type: *581 + type: *582 reviewer: anyOf: - *4 - - *265 + - *266 required: - id - node_id @@ -77808,7 +77823,7 @@ paths: - id - node_id - type - deployment_branch_policy: &585 + deployment_branch_policy: &586 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -77924,9 +77939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *419 - *420 - - &583 + - *421 + - &584 name: environment_name in: path required: true @@ -77939,9 +77954,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: &586 + default: &587 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -78025,9 +78040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *419 - *420 - - *583 + - *421 + - *584 requestBody: required: false content: @@ -78036,7 +78051,7 @@ paths: type: object nullable: true properties: - wait_timer: *584 + wait_timer: *585 prevent_self_review: type: boolean example: false @@ -78053,13 +78068,13 @@ paths: items: type: object properties: - type: *581 + type: *582 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *585 + deployment_branch_policy: *586 additionalProperties: false examples: default: @@ -78079,9 +78094,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *586 + default: *587 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78105,9 +78120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *419 - *420 - - *583 + - *421 + - *584 responses: '204': description: Default response @@ -78132,9 +78147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *419 - *420 - - *583 + - *421 + - *584 - *17 - *19 responses: @@ -78152,7 +78167,7 @@ paths: example: 2 branch_policies: type: array - items: &587 + items: &588 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78209,9 +78224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *419 - *420 - - *583 + - *421 + - *584 requestBody: required: true content: @@ -78257,9 +78272,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - example-wildcard: &588 + example-wildcard: &589 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78301,10 +78316,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *419 - *420 - - *583 - - &589 + - *421 + - *584 + - &590 name: branch_policy_id in: path required: true @@ -78316,9 +78331,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78337,10 +78352,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *419 - *420 - - *583 - - *589 + - *421 + - *584 + - *590 requestBody: required: true content: @@ -78368,9 +78383,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78389,10 +78404,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *419 - *420 - - *583 - - *589 + - *421 + - *584 + - *590 responses: '204': description: Response @@ -78417,9 +78432,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: - - *583 + - *584 + - *421 - *420 - - *419 responses: '200': description: List of deployment protection rules @@ -78435,7 +78450,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &590 + items: &591 title: Deployment protection rule description: Deployment protection rule type: object @@ -78454,7 +78469,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &591 + app: &592 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78553,9 +78568,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: - - *583 + - *584 + - *421 - *420 - - *419 requestBody: content: application/json: @@ -78576,9 +78591,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *590 + schema: *591 examples: - default: &592 + default: &593 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -78613,9 +78628,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: - - *583 + - *584 + - *421 - *420 - - *419 - *19 - *17 responses: @@ -78634,7 +78649,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *591 + items: *592 examples: default: value: @@ -78669,10 +78684,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: - - *419 - *420 - - *583 - - &593 + - *421 + - *584 + - &594 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -78684,9 +78699,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *592 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78707,10 +78722,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: - - *583 + - *584 + - *421 - *420 - - *419 - - *593 + - *594 responses: '204': description: Response @@ -78736,9 +78751,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *419 - *420 - - *583 + - *421 + - *584 - *17 - *19 responses: @@ -78756,9 +78771,9 @@ paths: type: integer secrets: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: Link: *40 x-github: @@ -78783,17 +78798,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *419 - *420 - - *583 + - *421 + - *584 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78815,18 +78830,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *419 - *420 - - *583 - - *244 + - *421 + - *584 + - *245 responses: '200': description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *594 + default: *595 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78848,10 +78863,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *419 - *420 - - *583 - - *244 + - *421 + - *584 + - *245 requestBody: required: true content: @@ -78882,7 +78897,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -78908,10 +78923,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *419 - *420 - - *583 - - *244 + - *421 + - *584 + - *245 responses: '204': description: Default response @@ -78936,10 +78951,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *419 - *420 - - *583 - - *443 + - *421 + - *584 + - *444 - *19 responses: '200': @@ -78956,9 +78971,9 @@ paths: type: integer variables: type: array - items: *460 + items: *461 examples: - default: *461 + default: *462 headers: Link: *40 x-github: @@ -78981,9 +78996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *419 - *420 - - *583 + - *421 + - *584 requestBody: required: true content: @@ -79010,7 +79025,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -79035,18 +79050,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *419 - *420 - - *583 - - *247 + - *421 + - *584 + - *248 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *595 + default: *596 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79067,10 +79082,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *419 - *420 - - *247 - - *583 + - *421 + - *248 + - *584 requestBody: required: true content: @@ -79112,10 +79127,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *419 - *420 - - *247 - - *583 + - *421 + - *248 + - *584 responses: '204': description: Response @@ -79137,8 +79152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -79148,7 +79163,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: 200-response: value: @@ -79215,8 +79230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *419 - *420 + - *421 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -79238,7 +79253,7 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: value: @@ -79375,8 +79390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -79408,9 +79423,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 '400': *14 '422': *15 '403': *29 @@ -79431,8 +79446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -79483,7 +79498,7 @@ paths: schema: type: string '404': *6 - '409': *101 + '409': *102 '403': *29 '422': description: Validation failed @@ -79491,8 +79506,8 @@ paths: application/json: schema: oneOf: - - *211 - - *596 + - *212 + - *597 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79517,8 +79532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *419 - *420 + - *421 - name: file_sha in: path required: true @@ -79569,7 +79584,7 @@ paths: '404': *6 '422': *15 '403': *29 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79617,8 +79632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -79727,7 +79742,7 @@ paths: description: Response content: application/json: - schema: &597 + schema: &598 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -79891,7 +79906,7 @@ paths: type: string '422': *15 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79941,15 +79956,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *419 - *420 - - *541 + - *421 + - *542 responses: '200': description: Response content: application/json: - schema: *597 + schema: *598 examples: default: value: @@ -79980,7 +79995,7 @@ paths: payload: verified_at: '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80005,9 +80020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *419 - *420 - - &598 + - *421 + - &599 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. @@ -80024,7 +80039,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: Git Reference description: Git references within a repository type: object @@ -80078,7 +80093,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: Link: *40 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80099,17 +80114,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *419 - *420 - - *598 + - *421 + - *599 responses: '200': description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: &600 + default: &601 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80119,7 +80134,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80138,8 +80153,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -80168,16 +80183,16 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *600 + default: *601 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80196,9 +80211,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *419 - *420 - - *598 + - *421 + - *599 requestBody: required: true content: @@ -80227,11 +80242,11 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *600 + default: *601 '422': *15 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80247,16 +80262,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *419 - *420 - - *598 + - *421 + - *599 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80304,8 +80319,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -80372,7 +80387,7 @@ paths: description: Response content: application/json: - schema: &602 + schema: &603 title: Git Tag description: Metadata for a Git tag type: object @@ -80423,7 +80438,7 @@ paths: - sha - type - url - verification: *601 + verification: *602 required: - sha - url @@ -80433,7 +80448,7 @@ paths: - tag - message examples: - default: &603 + default: &604 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80460,7 +80475,7 @@ paths: schema: type: string '422': *15 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80506,8 +80521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *419 - *420 + - *421 - name: tag_sha in: path required: true @@ -80518,11 +80533,11 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *603 + default: *604 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80544,8 +80559,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -80618,7 +80633,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &605 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -80691,7 +80706,7 @@ paths: '422': *15 '404': *6 '403': *29 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80714,8 +80729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *419 - *420 + - *421 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -80738,7 +80753,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: default-response: summary: Default response @@ -80779,7 +80794,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80797,8 +80812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -80808,7 +80823,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Webhook description: Webhooks for repositories. type: object @@ -80862,7 +80877,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &853 + last_response: &854 title: Hook Response type: object properties: @@ -80936,8 +80951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -80989,9 +81004,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: &606 + default: &607 value: type: Repository id: 12345678 @@ -81039,17 +81054,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 responses: '200': description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -81069,9 +81084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 requestBody: required: true content: @@ -81116,9 +81131,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 '422': *15 '404': *6 x-github: @@ -81139,9 +81154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 responses: '204': description: Response @@ -81165,9 +81180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *419 - *420 - - *303 + - *421 + - *304 responses: '200': description: Response @@ -81194,9 +81209,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *419 - *420 - - *303 + - *421 + - *304 requestBody: required: false content: @@ -81240,11 +81255,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *419 - *420 - - *303 - - *17 + - *421 - *304 + - *17 + - *305 responses: '200': description: Response @@ -81252,9 +81267,9 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 '400': *14 '422': *15 x-github: @@ -81273,18 +81288,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 - *16 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '400': *14 '422': *15 x-github: @@ -81303,9 +81318,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 - *16 responses: '202': *39 @@ -81328,9 +81343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 responses: '204': description: Response @@ -81355,9 +81370,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 responses: '204': description: Response @@ -81415,14 +81430,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &607 + schema: &608 title: Import description: A repository import from an external source. type: object @@ -81521,7 +81536,7 @@ paths: - html_url - authors_url examples: - default: &610 + default: &611 value: vcs: subversion use_lfs: true @@ -81537,7 +81552,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': &608 + '503': &609 description: Unavailable due to service under maintenance. content: application/json: @@ -81566,8 +81581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -81615,7 +81630,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: default: value: @@ -81640,7 +81655,7 @@ paths: type: string '422': *15 '404': *6 - '503': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81668,8 +81683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -81718,7 +81733,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: example-1: summary: Example 1 @@ -81766,7 +81781,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': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81789,12 +81804,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *419 - *420 + - *421 responses: '204': description: Response - '503': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81820,9 +81835,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *419 - *420 - - &796 + - *421 + - &797 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -81836,7 +81851,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Porter Author description: Porter Author type: object @@ -81890,7 +81905,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': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81915,8 +81930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *419 - *420 + - *421 - name: author_id in: path required: true @@ -81946,7 +81961,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -81959,7 +81974,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81983,8 +81998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -82025,7 +82040,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82053,8 +82068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -82081,11 +82096,11 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *610 + default: *611 '422': *15 - '503': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82108,8 +82123,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -82117,8 +82132,8 @@ paths: application/json: schema: *22 examples: - default: *611 - '301': *433 + default: *612 + '301': *434 '404': *6 x-github: githubCloudOnly: false @@ -82138,8 +82153,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -82147,12 +82162,12 @@ paths: application/json: schema: anyOf: - - *321 + - *322 - type: object properties: {} additionalProperties: false examples: - default: &613 + default: &614 value: limit: collaborators_only origin: repository @@ -82177,13 +82192,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *612 + schema: *613 examples: default: summary: Example request body @@ -82195,9 +82210,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *613 + default: *614 '409': description: Response x-github: @@ -82219,8 +82234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -82243,8 +82258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -82254,9 +82269,9 @@ paths: application/json: schema: type: array - items: *614 + items: *615 examples: - default: &789 + default: &790 value: - id: 1 repository: @@ -82387,9 +82402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *419 - *420 - - *325 + - *421 + - *326 requestBody: required: false content: @@ -82418,7 +82433,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -82549,9 +82564,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *419 - *420 - - *325 + - *421 + - *326 responses: '204': description: Response @@ -82582,8 +82597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *419 - *420 + - *421 - 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 @@ -82631,7 +82646,7 @@ paths: required: false schema: type: string - - *329 + - *330 - name: sort description: What to sort results by. in: query @@ -82643,8 +82658,8 @@ paths: - updated - comments default: created - - *93 - - *174 + - *94 + - *175 - *17 - *19 responses: @@ -82654,9 +82669,9 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: &623 + default: &624 value: - id: 1 node_id: MDU6SXNzdWUx @@ -82804,7 +82819,7 @@ paths: state_reason: completed headers: Link: *40 - '301': *433 + '301': *434 '422': *15 '404': *6 x-github: @@ -82833,8 +82848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -82916,9 +82931,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: &620 + default: &621 value: id: 1 node_id: MDU6SXNzdWUx @@ -83072,9 +83087,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *159 + '503': *160 '404': *6 - '410': *430 + '410': *431 x-github: triggersNotification: true githubCloudOnly: false @@ -83102,9 +83117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *419 - *420 - - *194 + - *421 + - *195 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -83114,7 +83129,7 @@ paths: enum: - asc - desc - - *174 + - *175 - *17 - *19 responses: @@ -83124,9 +83139,9 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: - default: &622 + default: &623 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83184,17 +83199,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 responses: '200': description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: &616 + default: &617 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83248,9 +83263,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -83272,9 +83287,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 '422': *15 x-github: githubCloudOnly: false @@ -83292,9 +83307,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 responses: '204': description: Response @@ -83314,9 +83329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 - 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 comment. @@ -83342,9 +83357,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 '404': *6 @@ -83365,9 +83380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -83399,16 +83414,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -83430,10 +83445,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *419 - *420 - - *183 - - *411 + - *421 + - *184 + - *412 responses: '204': description: Response @@ -83453,8 +83468,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -83464,7 +83479,7 @@ paths: application/json: schema: type: array - items: &619 + items: &620 title: Issue Event description: Issue Event type: object @@ -83507,8 +83522,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *617 - required: *618 + properties: *618 + required: *619 nullable: true label: title: Issue Event Label @@ -83552,7 +83567,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *265 + requested_team: *266 dismissed_review: title: Issue Event Dismissed Review type: object @@ -83617,7 +83632,7 @@ paths: required: - from - to - author_association: *171 + author_association: *172 lock_reason: type: string nullable: true @@ -83630,8 +83645,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 required: - id - node_id @@ -83815,8 +83830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *419 - *420 + - *421 - name: event_id in: path required: true @@ -83827,7 +83842,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: default: value: @@ -84020,7 +84035,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *430 + '410': *431 '403': *29 x-github: githubCloudOnly: false @@ -84054,9 +84069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *419 - *420 - - &621 + - *421 + - &622 name: issue_number description: The number that identifies the issue. in: path @@ -84068,12 +84083,12 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 - '301': *433 + default: *621 + '301': *434 '404': *6 - '410': *430 + '410': *431 '304': *37 x-github: githubCloudOnly: false @@ -84098,9 +84113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: false content: @@ -84211,15 +84226,15 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 '422': *15 - '503': *159 + '503': *160 '403': *29 - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84237,9 +84252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: false content: @@ -84265,9 +84280,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84283,9 +84298,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: content: application/json: @@ -84310,9 +84325,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84334,9 +84349,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: - - *419 - *420 - - *621 + - *421 + - *622 - name: assignee in: path required: true @@ -84376,10 +84391,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *419 - *420 - - *621 - - *174 + - *421 + - *622 + - *175 - *17 - *19 responses: @@ -84389,13 +84404,13 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: - default: *622 + default: *623 headers: Link: *40 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84424,9 +84439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -84448,16 +84463,16 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -84485,9 +84500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -84497,14 +84512,14 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *623 + default: *624 headers: Link: *40 - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84532,9 +84547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -84556,17 +84571,17 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *433 + '301': *434 '403': *29 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -84597,9 +84612,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *419 - *420 - - *621 + - *421 + - *622 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -84611,15 +84626,15 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 - '301': *433 + default: *621 + '301': *434 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *430 + '410': *431 x-github: triggersNotification: true githubCloudOnly: false @@ -84645,9 +84660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -84657,14 +84672,14 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *623 + default: *624 headers: Link: *40 - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84681,9 +84696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -84697,7 +84712,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &626 + - &627 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -84728,8 +84743,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 label: type: object properties: @@ -84751,7 +84766,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &627 + - &628 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -84782,8 +84797,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 label: type: object properties: @@ -84871,8 +84886,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 assignee: *4 assigner: *4 required: @@ -84887,7 +84902,7 @@ paths: - performed_via_github_app - assignee - assigner - - &628 + - &629 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -84918,8 +84933,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 milestone: type: object properties: @@ -84938,7 +84953,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &629 + - &630 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -84969,8 +84984,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 milestone: type: object properties: @@ -84989,7 +85004,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &630 + - &631 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85020,8 +85035,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 rename: type: object properties: @@ -85043,7 +85058,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &631 + - &632 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85074,10 +85089,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 review_requester: *4 - requested_team: *265 + requested_team: *266 requested_reviewer: *4 required: - review_requester @@ -85090,7 +85105,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &632 + - &633 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85121,10 +85136,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 review_requester: *4 - requested_team: *265 + requested_team: *266 requested_reviewer: *4 required: - review_requester @@ -85137,7 +85152,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &633 + - &634 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -85168,8 +85183,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 dismissed_review: type: object properties: @@ -85197,7 +85212,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &634 + - &635 title: Locked Issue Event description: Locked Issue Event type: object @@ -85228,8 +85243,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 lock_reason: type: string example: '"off-topic"' @@ -85245,7 +85260,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &635 + - &636 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -85276,8 +85291,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 project_card: type: object properties: @@ -85311,7 +85326,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &636 + - &637 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -85342,8 +85357,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 project_card: type: object properties: @@ -85377,7 +85392,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &637 + - &638 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -85408,8 +85423,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 project_card: type: object properties: @@ -85443,7 +85458,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &638 + - &639 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -85534,7 +85549,7 @@ paths: color: red headers: Link: *40 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85551,9 +85566,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -85563,7 +85578,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -85610,7 +85625,7 @@ paths: - color - default examples: - default: &625 + default: &626 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85628,9 +85643,9 @@ paths: default: false headers: Link: *40 - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85647,9 +85662,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: false content: @@ -85708,12 +85723,12 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *625 - '301': *433 + default: *626 + '301': *434 '404': *6 - '410': *430 + '410': *431 '422': *15 x-github: githubCloudOnly: false @@ -85730,9 +85745,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: false content: @@ -85792,12 +85807,12 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *625 - '301': *433 + default: *626 + '301': *434 '404': *6 - '410': *430 + '410': *431 '422': *15 x-github: githubCloudOnly: false @@ -85814,15 +85829,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 responses: '204': description: Response - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85841,9 +85856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 - name: name in: path required: true @@ -85856,7 +85871,7 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: default: value: @@ -85867,9 +85882,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85889,9 +85904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: false content: @@ -85919,7 +85934,7 @@ paths: '204': description: Response '403': *29 - '410': *430 + '410': *431 '404': *6 '422': *15 x-github: @@ -85937,9 +85952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 responses: '204': description: Response @@ -85961,9 +85976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 - 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. @@ -85989,13 +86004,13 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86013,9 +86028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -86047,16 +86062,16 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -86078,10 +86093,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *419 - *420 - - *621 - - *411 + - *421 + - *622 + - *412 responses: '204': description: Response @@ -86110,9 +86125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -86134,9 +86149,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -86169,9 +86184,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -86181,13 +86196,13 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *623 + default: *624 headers: Link: *40 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86215,9 +86230,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -86244,16 +86259,16 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -86273,9 +86288,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -86306,13 +86321,13 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 '403': *29 '404': *6 '422': *7 - '503': *159 + '503': *160 x-github: triggersNotification: true githubCloudOnly: false @@ -86330,9 +86345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -86347,7 +86362,6 @@ paths: description: Timeline Event type: object anyOf: - - *626 - *627 - *628 - *629 @@ -86360,6 +86374,7 @@ paths: - *636 - *637 - *638 + - *639 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -86402,7 +86417,7 @@ paths: issue_url: type: string format: uri - author_association: *171 + author_association: *172 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -86412,9 +86427,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 - reactions: *172 + properties: *170 + required: *171 + reactions: *173 required: - event - actor @@ -86445,7 +86460,7 @@ paths: properties: type: type: string - issue: *184 + issue: *185 required: - event - created_at @@ -86645,7 +86660,7 @@ paths: type: string body_text: type: string - author_association: *171 + author_association: *172 required: - event - id @@ -86668,7 +86683,7 @@ paths: type: string comments: type: array - items: &659 + items: &660 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -86757,7 +86772,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *171 + author_association: *172 _links: type: object properties: @@ -86841,7 +86856,7 @@ paths: enum: - line - file - reactions: *172 + reactions: *173 body_html: type: string example: '"

comment body

"' @@ -86877,7 +86892,7 @@ paths: type: string comments: type: array - items: *539 + items: *540 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -86908,8 +86923,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 assignee: *4 required: - id @@ -86952,8 +86967,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 assignee: *4 required: - id @@ -86996,8 +87011,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 state_reason: type: string nullable: true @@ -87166,7 +87181,7 @@ paths: headers: Link: *40 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87183,8 +87198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -87194,7 +87209,7 @@ paths: application/json: schema: type: array - items: &639 + items: &640 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -87260,8 +87275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -87297,9 +87312,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &640 + default: &641 value: id: 1 key: ssh-rsa AAA... @@ -87333,9 +87348,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *419 - *420 - - &641 + - *421 + - &642 name: key_id description: The unique identifier of the key. in: path @@ -87347,9 +87362,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 '404': *6 x-github: githubCloudOnly: false @@ -87367,9 +87382,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *419 - *420 - - *641 + - *421 + - *642 responses: '204': description: Response @@ -87389,8 +87404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -87400,9 +87415,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *625 + default: *626 headers: Link: *40 '404': *6 @@ -87423,8 +87438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -87460,9 +87475,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: &642 + default: &643 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87494,8 +87509,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -87506,9 +87521,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *642 + default: *643 '404': *6 x-github: githubCloudOnly: false @@ -87525,8 +87540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -87565,7 +87580,7 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: default: value: @@ -87591,8 +87606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -87618,8 +87633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -87655,8 +87670,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *419 - *420 + - *421 responses: '202': *39 '403': @@ -87684,8 +87699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -87711,9 +87726,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *419 - *420 - - *515 + - *421 + - *516 responses: '200': description: Response @@ -87775,8 +87790,8 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true required: - _links @@ -87858,8 +87873,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -87924,8 +87939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -87959,9 +87974,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *540 + schema: *541 examples: - default: *643 + default: *644 '204': description: Response when already merged '404': @@ -87986,8 +88001,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *419 - *420 + - *421 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -88028,12 +88043,12 @@ paths: application/json: schema: type: array - items: &644 + items: &645 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *544 - required: *545 + properties: *545 + required: *546 examples: default: value: @@ -88089,8 +88104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -88130,9 +88145,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: &645 + default: &646 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -88191,9 +88206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *419 - *420 - - &646 + - *421 + - &647 name: milestone_number description: The number that identifies the milestone. in: path @@ -88205,9 +88220,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *645 + default: *646 '404': *6 x-github: githubCloudOnly: false @@ -88224,9 +88239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *419 - *420 - - *646 + - *421 + - *647 requestBody: required: false content: @@ -88264,9 +88279,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88282,9 +88297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *419 - *420 - - *646 + - *421 + - *647 responses: '204': description: Response @@ -88305,9 +88320,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: - - *419 - *420 - - *646 + - *421 + - *647 - *17 - *19 responses: @@ -88317,9 +88332,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *625 + default: *626 headers: Link: *40 x-github: @@ -88338,12 +88353,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: - - *419 - *420 - - *647 + - *421 - *648 - - *174 - *649 + - *175 + - *650 - *17 - *19 responses: @@ -88353,9 +88368,9 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: - default: *650 + default: *651 headers: Link: *40 x-github: @@ -88379,8 +88394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -88438,14 +88453,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &651 + schema: &652 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -88570,7 +88585,7 @@ paths: - custom_404 - public examples: - default: &652 + default: &653 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -88611,8 +88626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -88666,11 +88681,11 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 '422': *15 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88691,8 +88706,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -88778,7 +88793,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88799,14 +88814,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *419 - *420 + - *421 responses: '204': description: Response '422': *15 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88826,8 +88841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -88837,7 +88852,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Page Build description: Page Build type: object @@ -88931,8 +88946,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *419 - *420 + - *421 responses: '201': description: Response @@ -88977,16 +88992,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: &654 + default: &655 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89034,8 +89049,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *419 - *420 + - *421 - name: build_id in: path required: true @@ -89046,9 +89061,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89068,8 +89083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -89174,9 +89189,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: - - *419 - *420 - - &655 + - *421 + - &656 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -89234,11 +89249,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *419 - *420 - - *655 + - *421 + - *656 responses: - '204': *125 + '204': *126 '404': *6 x-github: githubCloudOnly: false @@ -89263,8 +89278,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -89495,7 +89510,7 @@ paths: description: Empty response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -89522,8 +89537,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: - - *419 - *420 + - *421 responses: '200': description: Private vulnerability reporting status @@ -89560,10 +89575,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *419 - *420 + - *421 responses: - '204': *125 + '204': *126 '422': *14 x-github: githubCloudOnly: false @@ -89582,10 +89597,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *419 - *420 + - *421 responses: - '204': *125 + '204': *126 '422': *14 x-github: githubCloudOnly: false @@ -89606,8 +89621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: - - *419 - *420 + - *421 - name: state description: Indicates the state of the projects to return. in: query @@ -89628,7 +89643,7 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: default: value: @@ -89668,7 +89683,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -89691,8 +89706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -89718,13 +89733,13 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *429 + default: *430 '401': *25 '403': *29 '404': *6 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -89747,8 +89762,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -89756,7 +89771,7 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: default: value: @@ -89787,8 +89802,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -89800,7 +89815,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *362 + items: *363 required: - properties examples: @@ -89850,8 +89865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *419 - *420 + - *421 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -89911,9 +89926,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: *657 + default: *658 headers: Link: *40 '304': *37 @@ -89945,8 +89960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -90011,7 +90026,7 @@ paths: description: Response content: application/json: - schema: &661 + schema: &662 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -90122,8 +90137,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *544 - required: *545 + properties: *545 + required: *546 nullable: true active_lock_reason: type: string @@ -90168,7 +90183,7 @@ paths: nullable: true requested_teams: type: array - items: *386 + items: *387 nullable: true head: type: object @@ -90177,7 +90192,7 @@ paths: type: string ref: type: string - repo: *66 + repo: *67 sha: type: string user: *4 @@ -90194,7 +90209,7 @@ paths: type: string ref: type: string - repo: *66 + repo: *67 sha: type: string user: *4 @@ -90207,14 +90222,14 @@ paths: _links: type: object properties: - comments: *546 - commits: *546 - statuses: *546 - html: *546 - issue: *546 - review_comments: *546 - review_comment: *546 - self: *546 + comments: *547 + commits: *547 + statuses: *547 + html: *547 + issue: *547 + review_comments: *547 + review_comment: *547 + self: *547 required: - comments - commits @@ -90224,8 +90239,8 @@ paths: - review_comments - review_comment - self - author_association: *171 - auto_merge: *658 + author_association: *172 + auto_merge: *659 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -90317,7 +90332,7 @@ paths: - merged_by - review_comments examples: - default: &662 + default: &663 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -90844,8 +90859,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *419 - *420 + - *421 - name: sort in: query required: false @@ -90864,7 +90879,7 @@ paths: enum: - asc - desc - - *174 + - *175 - *17 - *19 responses: @@ -90874,9 +90889,9 @@ paths: application/json: schema: type: array - items: *659 + items: *660 examples: - default: &664 + default: &665 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -90953,17 +90968,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: - - *419 - *420 - - *183 + - *421 + - *184 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: &660 + default: &661 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91038,9 +91053,9 @@ 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: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -91062,9 +91077,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91080,9 +91095,9 @@ 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: - - *419 - *420 - - *183 + - *421 + - *184 responses: '204': description: Response @@ -91103,9 +91118,9 @@ 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: - - *419 - *420 - - *183 + - *421 + - *184 - 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 pull request review comment. @@ -91131,9 +91146,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 '404': *6 @@ -91154,9 +91169,9 @@ 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: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -91188,16 +91203,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -91219,10 +91234,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *419 - *420 - - *183 - - *411 + - *421 + - *184 + - *412 responses: '204': description: Response @@ -91265,9 +91280,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *419 - *420 - - &663 + - *421 + - &664 name: pull_number description: The number that identifies the pull request. in: path @@ -91280,9 +91295,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '304': *37 '404': *6 '406': @@ -91290,8 +91305,8 @@ paths: content: application/json: schema: *3 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91317,9 +91332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: false content: @@ -91361,9 +91376,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '422': *15 '403': *29 x-github: @@ -91385,9 +91400,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: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: true content: @@ -91447,21 +91462,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '401': *25 '403': *29 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91487,10 +91502,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *419 - *420 - - *663 - - *194 + - *421 + - *664 + - *195 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -91500,7 +91515,7 @@ paths: enum: - asc - desc - - *174 + - *175 - *17 - *19 responses: @@ -91510,9 +91525,9 @@ paths: application/json: schema: type: array - items: *659 + items: *660 examples: - default: *664 + default: *665 headers: Link: *40 x-github: @@ -91545,9 +91560,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: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: true content: @@ -91652,7 +91667,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: example-for-a-multi-line-comment: value: @@ -91740,10 +91755,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *419 - *420 - - *663 - - *183 + - *421 + - *664 + - *184 requestBody: required: true content: @@ -91765,7 +91780,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: default: value: @@ -91851,9 +91866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *419 - *420 - - *663 + - *421 + - *664 - *17 - *19 responses: @@ -91863,9 +91878,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: *665 + default: *666 headers: Link: *40 x-github: @@ -91895,9 +91910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *419 - *420 - - *663 + - *421 + - *664 - *17 - *19 responses: @@ -91907,7 +91922,7 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: default: value: @@ -91925,8 +91940,8 @@ paths: headers: Link: *40 '422': *15 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91945,9 +91960,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: - - *419 - *420 - - *663 + - *421 + - *664 responses: '204': description: Response if pull request has been merged @@ -91970,9 +91985,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: false content: @@ -92083,9 +92098,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: - - *419 - *420 - - *663 + - *421 + - *664 responses: '200': description: Response @@ -92101,7 +92116,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 required: - users - teams @@ -92160,9 +92175,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: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: false content: @@ -92199,7 +92214,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -92735,9 +92750,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: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: true content: @@ -92771,7 +92786,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -93276,9 +93291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *419 - *420 - - *663 + - *421 + - *664 - *17 - *19 responses: @@ -93288,7 +93303,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -93357,7 +93372,7 @@ paths: type: string body_text: type: string - author_association: *171 + author_association: *172 required: - id - node_id @@ -93439,9 +93454,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: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: false content: @@ -93527,9 +93542,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: &668 + default: &669 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93592,10 +93607,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: - - *419 - *420 - - *663 - - &667 + - *421 + - *664 + - &668 name: review_id description: The unique identifier of the review. in: path @@ -93607,9 +93622,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: &669 + default: &670 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93668,10 +93683,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: - - *419 - *420 - - *663 - - *667 + - *421 + - *664 + - *668 requestBody: required: true content: @@ -93694,7 +93709,7 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -93756,18 +93771,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: - - *419 - *420 - - *663 - - *667 + - *421 + - *664 + - *668 responses: '200': description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *668 + default: *669 '422': *7 '404': *6 x-github: @@ -93794,10 +93809,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: - - *419 - *420 - - *663 - - *667 + - *421 + - *664 + - *668 - *17 - *19 responses: @@ -93876,13 +93891,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *171 + author_association: *172 _links: type: object properties: - self: *546 - html: *546 - pull_request: *546 + self: *547 + html: *547 + pull_request: *547 required: - self - html @@ -93891,7 +93906,7 @@ paths: type: string body_html: type: string - reactions: *172 + reactions: *173 side: description: The side of the first line of the range for a multi-line comment. @@ -94032,10 +94047,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: - - *419 - *420 - - *663 - - *667 + - *421 + - *664 + - *668 requestBody: required: true content: @@ -94063,7 +94078,7 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -94126,10 +94141,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: - - *419 - *420 - - *663 - - *667 + - *421 + - *664 + - *668 requestBody: required: true content: @@ -94164,9 +94179,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *669 + default: *670 '404': *6 '422': *7 '403': *29 @@ -94188,9 +94203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: false content: @@ -94253,8 +94268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *419 - *420 + - *421 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -94267,9 +94282,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: &671 + default: &672 value: type: file encoding: base64 @@ -94311,8 +94326,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: - - *419 - *420 + - *421 - name: dir description: The alternate path to look for a README file in: path @@ -94332,9 +94347,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: *671 + default: *672 '404': *6 '422': *15 x-github: @@ -94356,8 +94371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -94367,7 +94382,7 @@ paths: application/json: schema: type: array - items: &672 + items: &673 title: Release description: A release. type: object @@ -94438,7 +94453,7 @@ paths: author: *4 assets: type: array - items: &673 + items: &674 title: Release Asset description: Data related to a release. type: object @@ -94513,7 +94528,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *172 + reactions: *173 required: - assets_url - upload_url @@ -94625,8 +94640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -94702,9 +94717,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: &676 + default: &677 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -94809,9 +94824,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *419 - *420 - - &674 + - *421 + - &675 name: asset_id description: The unique identifier of the asset. in: path @@ -94823,9 +94838,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: &675 + default: &676 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 @@ -94860,7 +94875,7 @@ paths: type: User site_admin: false '404': *6 - '302': *557 + '302': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94876,9 +94891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *419 - *420 - - *674 + - *421 + - *675 requestBody: required: false content: @@ -94906,9 +94921,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: *675 + default: *676 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94924,9 +94939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *419 - *420 - - *674 + - *421 + - *675 responses: '204': description: Response @@ -94950,8 +94965,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -95036,16 +95051,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *676 + default: *677 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95062,8 +95077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *419 - *420 + - *421 - name: tag description: tag parameter in: path @@ -95076,9 +95091,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *676 + default: *677 '404': *6 x-github: githubCloudOnly: false @@ -95100,9 +95115,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *419 - *420 - - &677 + - *421 + - &678 name: release_id description: The unique identifier of the release. in: path @@ -95116,9 +95131,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: *672 + schema: *673 examples: - default: *676 + default: *677 '401': description: Unauthorized x-github: @@ -95136,9 +95151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *419 - *420 - - *677 + - *421 + - *678 requestBody: required: false content: @@ -95202,9 +95217,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *676 + default: *677 '404': description: Not Found if the discussion category name is invalid content: @@ -95225,9 +95240,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *419 - *420 - - *677 + - *421 + - *678 responses: '204': description: Response @@ -95247,9 +95262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *419 - *420 - - *677 + - *421 + - *678 - *17 - *19 responses: @@ -95259,7 +95274,7 @@ paths: application/json: schema: type: array - items: *673 + items: *674 examples: default: value: @@ -95341,9 +95356,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: - - *419 - *420 - - *677 + - *421 + - *678 - name: name in: query required: true @@ -95369,7 +95384,7 @@ paths: description: Response for successful upload content: application/json: - schema: *673 + schema: *674 examples: response-for-successful-upload: value: @@ -95424,9 +95439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *419 - *420 - - *677 + - *421 + - *678 - 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. @@ -95450,9 +95465,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 '404': *6 @@ -95473,9 +95488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *419 - *420 - - *677 + - *421 + - *678 requestBody: required: true content: @@ -95505,16 +95520,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -95536,10 +95551,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *419 - *420 - - *677 - - *411 + - *421 + - *678 + - *412 responses: '204': description: Response @@ -95563,9 +95578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *419 - *420 - - *478 + - *421 + - *479 - *17 - *19 responses: @@ -95581,8 +95596,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *134 - - &678 + - *135 + - &679 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -95601,66 +95616,66 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *135 - - *678 - allOf: - *136 - - *678 + - *679 - allOf: - *137 - - *678 - - allOf: - *679 - - *678 - allOf: - *138 - - *678 + - *679 + - allOf: + - *680 + - *679 - allOf: - *139 - - *678 + - *679 - allOf: - *140 - - *678 + - *679 - allOf: - *141 - - *678 + - *679 - allOf: - *142 - - *678 + - *679 - allOf: - *143 - - *678 + - *679 - allOf: - *144 - - *678 + - *679 - allOf: - *145 - - *678 + - *679 - allOf: - *146 - - *678 + - *679 - allOf: - *147 - - *678 + - *679 - allOf: - *148 - - *678 + - *679 - allOf: - *149 - - *678 + - *679 - allOf: - *150 - - *678 + - *679 - allOf: - *151 - - *678 + - *679 - allOf: - *152 - - *678 + - *679 - allOf: - *153 - - *678 + - *679 + - allOf: + - *154 + - *679 examples: default: value: @@ -95699,8 +95714,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - *17 - *19 - name: includes_parents @@ -95711,7 +95726,7 @@ paths: schema: type: boolean default: true - - *680 + - *681 responses: '200': description: Response @@ -95719,7 +95734,7 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: default: value: @@ -95750,7 +95765,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -95766,8 +95781,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 requestBody: description: Request body required: true @@ -95787,16 +95802,16 @@ paths: - tag - push default: branch - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 - conditions: *128 + items: *134 + conditions: *129 rules: type: array description: An array of rules within the ruleset. - items: *681 + items: *682 required: - name - enforcement @@ -95827,9 +95842,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: &690 + default: &691 value: id: 42 name: super cool ruleset @@ -95862,7 +95877,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -95876,12 +95891,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *419 - *420 - - *682 - - *259 + - *421 - *683 + - *260 - *684 + - *685 - *17 - *19 responses: @@ -95889,11 +95904,11 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: *686 + default: *687 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95912,19 +95927,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *419 - *420 - - *687 + - *421 + - *688 responses: '200': description: Response content: application/json: - schema: *688 + schema: *689 examples: - default: *689 + default: *690 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95950,8 +95965,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -95971,11 +95986,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *690 + default: *691 '404': *6 - '500': *90 + '500': *91 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -95991,8 +96006,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96017,16 +96032,16 @@ paths: - branch - tag - push - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 - conditions: *128 + items: *134 + conditions: *129 rules: description: An array of rules within the ruleset. type: array - items: *681 + items: *682 examples: default: value: @@ -96054,11 +96069,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *690 + default: *691 '404': *6 - '500': *90 + '500': *91 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -96074,8 +96089,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96086,7 +96101,7 @@ paths: '204': description: Response '404': *6 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -96098,8 +96113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *419 - *420 + - *421 - *17 - *19 - name: ruleset_id @@ -96115,11 +96130,11 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *371 + default: *372 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96136,8 +96151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96155,7 +96170,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -96188,7 +96203,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96210,21 +96225,21 @@ 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: - - *419 - *420 - - *373 + - *421 - *374 - *375 - *376 - - *93 + - *377 + - *94 - *19 - *17 - - *691 - *692 - - *377 + - *693 - *378 - *379 - *380 + - *381 responses: '200': description: Response @@ -96232,11 +96247,11 @@ paths: application/json: schema: type: array - items: &696 + items: &697 type: object properties: - number: *105 - created_at: *112 + number: *106 + created_at: *113 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -96244,15 +96259,15 @@ paths: format: date-time readOnly: true nullable: true - url: *110 - html_url: *111 + url: *111 + html_url: *112 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *693 - resolution: *694 + state: *694 + resolution: *695 resolved_at: type: string format: date-time @@ -96348,7 +96363,7 @@ paths: pull request. ' - oneOf: *695 + oneOf: *696 nullable: true has_more_locations: type: boolean @@ -96476,7 +96491,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96498,16 +96513,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *419 - *420 - - *509 - - *380 + - *421 + - *510 + - *381 responses: '200': description: Response content: application/json: - schema: *696 + schema: *697 examples: default: value: @@ -96538,7 +96553,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96559,9 +96574,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: - - *419 - *420 - - *509 + - *421 + - *510 requestBody: required: true content: @@ -96569,8 +96584,8 @@ paths: schema: type: object properties: - state: *693 - resolution: *694 + state: *694 + resolution: *695 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96588,7 +96603,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: default: value: @@ -96641,7 +96656,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -96663,9 +96678,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: - - *419 - *420 - - *509 + - *421 + - *510 - *19 - *17 responses: @@ -96676,7 +96691,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &876 + items: &877 type: object properties: type: @@ -96702,7 +96717,6 @@ paths: example: commit details: oneOf: - - *697 - *698 - *699 - *700 @@ -96715,6 +96729,7 @@ paths: - *707 - *708 - *709 + - *710 examples: default: value: @@ -96778,7 +96793,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96800,8 +96815,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -96809,14 +96824,14 @@ paths: schema: type: object properties: - reason: &711 + reason: &712 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *710 + placeholder_id: *711 required: - reason - placeholder_id @@ -96833,7 +96848,7 @@ paths: schema: type: object properties: - reason: *711 + reason: *712 expire_at: type: string format: date-time @@ -96856,7 +96871,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -96876,13 +96891,13 @@ 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: - - *419 - *420 + - *421 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *159 + '503': *160 '200': description: Response content: @@ -96892,7 +96907,7 @@ paths: properties: incremental_scans: type: array - items: &712 + items: &713 description: Information on a single scan performed by secret scanning on the repository type: object @@ -96918,15 +96933,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *712 + items: *713 backfill_scans: type: array - items: *712 + items: *713 custom_pattern_backfill_scans: type: array items: allOf: - - *712 + - *713 - type: object properties: pattern_name: @@ -96996,9 +97011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *419 - *420 - - *93 + - *421 + - *94 - name: sort description: The property to sort the results by. in: query @@ -97010,8 +97025,8 @@ paths: - updated - published default: created - - *91 - *92 + - *93 - name: per_page description: The number of advisories to return per page. 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)." @@ -97041,9 +97056,9 @@ paths: application/json: schema: type: array - items: *713 + items: *714 examples: - default: *714 + default: *715 '400': *14 '404': *6 x-github: @@ -97066,8 +97081,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -97140,7 +97155,7 @@ paths: login: type: string description: The username of the user credited. - type: *385 + type: *386 required: - login - type @@ -97227,9 +97242,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: &716 + default: &717 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97462,8 +97477,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -97567,7 +97582,7 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: default: value: @@ -97714,17 +97729,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: - - *419 - *420 - - *715 + - *421 + - *716 responses: '200': description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *716 + default: *717 '403': *29 '404': *6 x-github: @@ -97748,9 +97763,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: - - *419 - *420 - - *715 + - *421 + - *716 requestBody: required: true content: @@ -97823,7 +97838,7 @@ paths: login: type: string description: The username of the user credited. - type: *385 + type: *386 required: - login - type @@ -97909,17 +97924,17 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *716 - add_credit: *716 + default: *717 + add_credit: *717 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *211 + schema: *212 examples: invalid_state_transition: value: @@ -97950,9 +97965,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: - - *419 - *420 - - *715 + - *421 + - *716 responses: '202': *39 '400': *14 @@ -97979,17 +97994,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: - - *419 - *420 - - *715 + - *421 + - *716 responses: '202': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 '400': *14 '422': *15 '403': *29 @@ -98015,8 +98030,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -98115,8 +98130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *419 - *420 + - *421 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -98125,7 +98140,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98138,7 +98153,7 @@ paths: - 1124 - -435 '202': *39 - '204': *125 + '204': *126 '422': description: Repository contains more than 10,000 commits x-github: @@ -98158,8 +98173,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -98208,7 +98223,7 @@ paths: total: 89 week: 1336280400 '202': *39 - '204': *125 + '204': *126 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98235,8 +98250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -98310,7 +98325,7 @@ paths: d: 77 c: 10 '202': *39 - '204': *125 + '204': *126 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98332,8 +98347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *419 - *420 + - *421 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -98487,8 +98502,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: - - *419 - *420 + - *421 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -98498,7 +98513,7 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: default: value: @@ -98511,7 +98526,7 @@ paths: - - 0 - 2 - 21 - '204': *125 + '204': *126 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98531,8 +98546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *419 - *420 + - *421 - name: sha in: path required: true @@ -98586,7 +98601,7 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: default: value: @@ -98640,8 +98655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -98653,7 +98668,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -98673,14 +98688,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *419 - *420 + - *421 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &719 + schema: &720 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -98748,8 +98763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -98775,7 +98790,7 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: default: value: @@ -98802,8 +98817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -98823,8 +98838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -98903,8 +98918,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -98912,7 +98927,7 @@ paths: application/json: schema: type: array - items: &720 + items: &721 title: Tag protection description: Tag protection type: object @@ -98964,8 +98979,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -98988,7 +99003,7 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: default: value: @@ -99019,8 +99034,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: - - *419 - *420 + - *421 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -99057,8 +99072,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *419 - *420 + - *421 - name: ref in: path required: true @@ -99094,8 +99109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -99105,9 +99120,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 headers: Link: *40 '404': *6 @@ -99127,8 +99142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *419 - *420 + - *421 - *19 - *17 responses: @@ -99136,7 +99151,7 @@ paths: description: Response content: application/json: - schema: &721 + schema: &722 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99148,7 +99163,7 @@ paths: required: - names examples: - default: &722 + default: &723 value: names: - octocat @@ -99171,8 +99186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -99203,9 +99218,9 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: - default: *722 + default: *723 '404': *6 '422': *7 x-github: @@ -99226,9 +99241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *419 - *420 - - &723 + - *421 + - &724 name: per description: The time frame to display results for. in: query @@ -99257,7 +99272,7 @@ paths: example: 128 clones: type: array - items: &724 + items: &725 title: Traffic type: object properties: @@ -99344,8 +99359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -99435,8 +99450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -99496,9 +99511,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *419 - *420 - - *723 + - *421 + - *724 responses: '200': description: Response @@ -99517,7 +99532,7 @@ paths: example: 3782 views: type: array - items: *724 + items: *725 required: - uniques - count @@ -99594,8 +99609,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -99631,7 +99646,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: value: @@ -99869,8 +99884,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: - - *419 - *420 + - *421 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -99893,8 +99908,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -99916,8 +99931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -99943,8 +99958,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *419 - *420 + - *421 - name: ref in: path required: true @@ -100036,9 +100051,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -100079,7 +100094,7 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: value: @@ -100189,7 +100204,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &732 + - &733 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -100198,7 +100213,7 @@ paths: schema: type: string example: members - - &737 + - &738 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -100209,7 +100224,7 @@ paths: default: 1 format: int32 example: 1 - - &738 + - &739 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -100251,7 +100266,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &727 + items: &728 allOf: - type: object required: @@ -100326,7 +100341,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: &739 + meta: &740 type: object description: The metadata associated with the creation/updates to the user. @@ -100386,30 +100401,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &728 + '400': &729 description: Bad request content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 - '401': *726 - '403': &729 + schema: *726 + '401': *727 + '403': &730 description: Permission denied - '429': &730 + '429': &731 description: Too many requests content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 - '500': &731 + schema: *726 + '500': &732 description: Internal server error content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 + schema: *726 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100433,7 +100448,7 @@ paths: required: true content: application/json: - schema: &735 + schema: &736 type: object required: - schemas @@ -100489,9 +100504,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *727 + schema: *728 examples: - group: &733 + group: &734 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -100510,13 +100525,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': *728 - '401': *726 - '403': *729 - '409': &736 + '400': *729 + '401': *727 + '403': *730 + '409': &737 description: Duplicate record detected - '429': *730 - '500': *731 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100533,7 +100548,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: - - &734 + - &735 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -100541,22 +100556,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *732 + - *733 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *727 + schema: *728 examples: - default: *733 - '400': *728 - '401': *726 - '403': *729 + default: *734 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '429': *730 - '500': *731 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100575,13 +100590,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: - - *734 + - *735 - *41 requestBody: required: true content: application/json: - schema: *735 + schema: *736 examples: group: summary: Group @@ -100607,17 +100622,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *727 + schema: *728 examples: - group: *733 - groupWithMembers: *733 - '400': *728 - '401': *726 - '403': *729 + group: *734 + groupWithMembers: *734 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '409': *736 - '429': *730 - '500': *731 + '409': *737 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100641,13 +100656,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: - - *734 + - *735 - *41 requestBody: required: true content: application/json: - schema: &746 + schema: &747 type: object required: - Operations @@ -100707,17 +100722,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *727 + schema: *728 examples: - updateGroup: *733 - addMembers: *733 - '400': *728 - '401': *726 - '403': *729 + updateGroup: *734 + addMembers: *734 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '409': *736 - '429': *730 - '500': *731 + '409': *737 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100733,17 +100748,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: - - *734 + - *735 - *41 responses: '204': description: Group was deleted, no content - '400': *728 - '401': *726 - '403': *729 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '429': *730 - '500': *731 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100777,8 +100792,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *737 - *738 + - *739 - *41 responses: '200': @@ -100811,7 +100826,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &741 + items: &742 allOf: - type: object required: @@ -100890,7 +100905,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &740 + roles: &741 type: array description: The roles assigned to the user. items: @@ -100946,7 +100961,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *739 + meta: *740 startIndex: type: integer description: A starting index for the returned page @@ -100983,11 +100998,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *728 - '401': *726 - '403': *729 - '429': *730 - '500': *731 + '400': *729 + '401': *727 + '403': *730 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101011,7 +101026,7 @@ paths: required: true content: application/json: - schema: &744 + schema: &745 type: object required: - schemas @@ -101093,9 +101108,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *740 + roles: *741 examples: - user: &745 + user: &746 summary: User value: schemas: @@ -101142,9 +101157,9 @@ paths: description: User has been created content: application/scim+json: - schema: *741 + schema: *742 examples: - user: &742 + user: &743 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -101170,13 +101185,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: *742 - '400': *728 - '401': *726 - '403': *729 - '409': *736 - '429': *730 - '500': *731 + enterpriseOwner: *743 + '400': *729 + '401': *727 + '403': *730 + '409': *737 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101193,7 +101208,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: - - &743 + - &744 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -101206,15 +101221,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *741 + schema: *742 examples: - default: *742 - '400': *728 - '401': *726 - '403': *729 + default: *743 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '429': *730 - '500': *731 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101236,30 +101251,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: - - *743 + - *744 - *41 requestBody: required: true content: application/json: - schema: *744 + schema: *745 examples: - user: *745 + user: *746 responses: '200': description: User was updated content: application/scim+json: - schema: *741 + schema: *742 examples: - user: *742 - '400': *728 - '401': *726 - '403': *729 + user: *743 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '409': *736 - '429': *730 - '500': *731 + '409': *737 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101294,13 +101309,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: - - *743 + - *744 - *41 requestBody: required: true content: application/json: - schema: *746 + schema: *747 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -101340,18 +101355,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *741 + schema: *742 examples: - userMultiValuedProperties: *742 - userSingleValuedProperties: *742 - disableUser: *742 - '400': *728 - '401': *726 - '403': *729 + userMultiValuedProperties: *743 + userSingleValuedProperties: *743 + disableUser: *743 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '409': *736 - '429': *730 - '500': *731 + '409': *737 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101371,17 +101386,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: - - *743 + - *744 - *41 responses: '204': description: User was deleted, no content - '400': *728 - '401': *726 - '403': *729 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '429': *730 - '500': *731 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101414,7 +101429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *75 + - *76 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -101468,7 +101483,7 @@ paths: example: 1 Resources: type: array - items: &747 + items: &748 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -101699,22 +101714,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': &748 + '404': &749 description: Resource not found content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 - '403': &749 + schema: *726 + '403': &750 description: Forbidden content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 - '400': *728 - '429': *730 + schema: *726 + '400': *729 + '429': *731 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -101734,15 +101749,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *75 + - *76 responses: '201': description: Response content: application/scim+json: - schema: *747 + schema: *748 examples: - default: &750 + default: &751 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -101765,17 +101780,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': *748 - '403': *749 - '500': *731 + '404': *749 + '403': *750 + '500': *732 '409': description: Conflict content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 - '400': *728 + schema: *726 + '400': *729 requestBody: required: true content: @@ -101872,18 +101887,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - - *75 - - *743 + - *76 + - *744 responses: '200': description: Response content: application/scim+json: - schema: *747 + schema: *748 examples: - default: *750 - '404': *748 - '403': *749 + default: *751 + '404': *749 + '403': *750 '304': *37 x-github: githubCloudOnly: true @@ -101906,19 +101921,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *75 - - *743 + - *76 + - *744 responses: '200': description: Response content: application/scim+json: - schema: *747 + schema: *748 examples: - default: *750 + default: *751 '304': *37 - '404': *748 - '403': *749 + '404': *749 + '403': *750 requestBody: required: true content: @@ -102030,20 +102045,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - - *75 - - *743 + - *76 + - *744 responses: '200': description: Response content: application/scim+json: - schema: *747 + schema: *748 examples: - default: *750 + default: *751 '304': *37 - '404': *748 - '403': *749 - '400': *728 + '404': *749 + '403': *750 + '400': *729 '429': description: Response content: @@ -102133,13 +102148,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - - *75 - - *743 + - *76 + - *744 responses: '204': description: Response - '404': *748 - '403': *749 + '404': *749 + '403': *750 '304': *37 x-github: githubCloudOnly: true @@ -102254,7 +102269,7 @@ paths: html_url: type: string format: uri - repository: *234 + repository: *235 score: type: number file_size: @@ -102272,7 +102287,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &751 + text_matches: &752 title: Search Result Text Matches type: array items: @@ -102386,7 +102401,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *37 - '503': *159 + '503': *160 '422': *15 '403': *29 x-github: @@ -102435,7 +102450,7 @@ paths: enum: - author-date - committer-date - - &752 + - &753 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 @@ -102506,7 +102521,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *476 + properties: *477 nullable: true comment_count: type: integer @@ -102526,7 +102541,7 @@ paths: url: type: string format: uri - verification: *601 + verification: *602 required: - author - committer @@ -102545,7 +102560,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *476 + properties: *477 nullable: true parents: type: array @@ -102558,12 +102573,12 @@ paths: type: string sha: type: string - repository: *234 + repository: *235 score: type: number node_id: type: string - text_matches: *751 + text_matches: *752 required: - sha - node_id @@ -102746,7 +102761,7 @@ paths: - interactions - created - updated - - *752 + - *753 - *17 - *19 - name: advanced_search @@ -102843,11 +102858,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: type: string state_reason: @@ -102864,8 +102879,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *544 - required: *545 + properties: *545 + required: *546 nullable: true comments: type: integer @@ -102879,7 +102894,7 @@ paths: type: string format: date-time nullable: true - text_matches: *751 + text_matches: *752 pull_request: type: object properties: @@ -102912,10 +102927,10 @@ paths: type: string score: type: number - author_association: *171 + author_association: *172 draft: type: boolean - repository: *66 + repository: *67 body_html: type: string body_text: @@ -102923,7 +102938,7 @@ paths: timeline_url: type: string format: uri - type: *326 + type: *327 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -102933,9 +102948,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 - reactions: *172 + properties: *170 + required: *171 + reactions: *173 required: - assignee - closed_at @@ -103051,7 +103066,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *159 + '503': *160 '422': *15 '304': *37 '403': *29 @@ -103107,7 +103122,7 @@ paths: enum: - created - updated - - *752 + - *753 - *17 - *19 responses: @@ -103151,7 +103166,7 @@ paths: nullable: true score: type: number - text_matches: *751 + text_matches: *752 required: - id - node_id @@ -103237,7 +103252,7 @@ paths: - forks - help-wanted-issues - updated - - *752 + - *753 - *17 - *19 responses: @@ -103456,8 +103471,8 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true permissions: type: object @@ -103476,7 +103491,7 @@ paths: - admin - pull - push - text_matches: *751 + text_matches: *752 temp_clone_token: type: string allow_merge_commit: @@ -103678,7 +103693,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *159 + '503': *160 '422': *15 '304': *37 x-github: @@ -103777,7 +103792,7 @@ paths: type: string format: uri nullable: true - text_matches: *751 + text_matches: *752 related: type: array nullable: true @@ -103970,7 +103985,7 @@ paths: - followers - repositories - joined - - *752 + - *753 - *17 - *19 responses: @@ -104074,7 +104089,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *751 + text_matches: *752 blog: type: string nullable: true @@ -104133,7 +104148,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *37 - '503': *159 + '503': *160 '422': *15 x-github: githubCloudOnly: false @@ -104153,7 +104168,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &756 + - &757 name: team_id description: The unique identifier of the team. in: path @@ -104165,9 +104180,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -104194,7 +104209,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *756 + - *757 requestBody: required: true content: @@ -104257,16 +104272,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '201': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 '422': *15 '403': *29 @@ -104294,7 +104309,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *756 + - *757 responses: '204': description: Response @@ -104325,8 +104340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *756 - - *93 + - *757 + - *94 - *17 - *19 responses: @@ -104336,9 +104351,9 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *757 + default: *758 headers: Link: *40 x-github: @@ -104367,7 +104382,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *756 + - *757 requestBody: required: true content: @@ -104401,9 +104416,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: triggersNotification: true githubCloudOnly: false @@ -104430,16 +104445,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *756 - - *404 + - *757 + - *405 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104464,8 +104479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *756 - - *404 + - *757 + - *405 requestBody: required: false content: @@ -104488,9 +104503,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *758 + default: *759 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104515,8 +104530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *756 - - *404 + - *757 + - *405 responses: '204': description: Response @@ -104545,9 +104560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *756 - - *404 - - *93 + - *757 + - *405 + - *94 - *17 - *19 responses: @@ -104557,9 +104572,9 @@ paths: application/json: schema: type: array - items: *405 + items: *406 examples: - default: *759 + default: *760 headers: Link: *40 x-github: @@ -104588,8 +104603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *756 - - *404 + - *757 + - *405 requestBody: required: true content: @@ -104611,9 +104626,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: triggersNotification: true githubCloudOnly: false @@ -104640,17 +104655,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *756 - - *404 - - *407 + - *757 + - *405 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104675,9 +104690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *756 - - *404 - - *407 + - *757 + - *405 + - *408 requestBody: required: true content: @@ -104699,9 +104714,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *760 + default: *761 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104726,9 +104741,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *756 - - *404 - - *407 + - *757 + - *405 + - *408 responses: '204': description: Response @@ -104757,9 +104772,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: - - *756 - - *404 - - *407 + - *757 + - *405 + - *408 - 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. @@ -104785,9 +104800,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 x-github: @@ -104816,9 +104831,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: - - *756 - - *404 - - *407 + - *757 + - *405 + - *408 requestBody: required: true content: @@ -104850,9 +104865,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104878,8 +104893,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: - - *756 - - *404 + - *757 + - *405 - 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. @@ -104905,9 +104920,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 x-github: @@ -104936,8 +104951,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: - - *756 - - *404 + - *757 + - *405 requestBody: required: true content: @@ -104969,9 +104984,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104995,7 +105010,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *756 + - *757 - *17 - *19 responses: @@ -105005,9 +105020,9 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *40 x-github: @@ -105033,7 +105048,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *756 + - *757 - name: role description: Filters members returned by their role in the team. in: query @@ -105056,7 +105071,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '404': *6 @@ -105084,8 +105099,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *756 - - *256 + - *757 + - *257 responses: '204': description: if user is a member @@ -105121,8 +105136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *756 - - *256 + - *757 + - *257 responses: '204': description: Response @@ -105161,8 +105176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *756 - - *256 + - *757 + - *257 responses: '204': description: Response @@ -105198,16 +105213,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: - - *756 - - *256 + - *757 + - *257 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-user-is-a-team-maintainer: *761 + response-if-user-is-a-team-maintainer: *762 '404': *6 x-github: githubCloudOnly: false @@ -105240,8 +105255,8 @@ 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: - - *756 - - *256 + - *757 + - *257 requestBody: required: false content: @@ -105266,9 +105281,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-users-membership-with-team-is-now-pending: *762 + response-if-users-membership-with-team-is-now-pending: *763 '403': description: Forbidden if team synchronization is set up '422': @@ -105302,8 +105317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *756 - - *256 + - *757 + - *257 responses: '204': description: Response @@ -105331,7 +105346,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *756 + - *757 - *17 - *19 responses: @@ -105341,9 +105356,9 @@ paths: application/json: schema: type: array - items: *417 + items: *418 examples: - default: *763 + default: *764 headers: Link: *40 '404': *6 @@ -105369,16 +105384,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: - - *756 - - *418 + - *757 + - *419 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *764 + default: *765 '404': description: Not Found if project is not managed by this team x-github: @@ -105402,8 +105417,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: - - *756 - - *418 + - *757 + - *419 requestBody: required: false content: @@ -105470,8 +105485,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: - - *756 - - *418 + - *757 + - *419 responses: '204': description: Response @@ -105498,7 +105513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *756 + - *757 - *17 - *19 responses: @@ -105508,9 +105523,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 '404': *6 @@ -105540,15 +105555,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: - - *756 - - *419 + - *757 - *420 + - *421 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *765 + schema: *766 examples: alternative-response-with-extra-repository-information: value: @@ -105699,9 +105714,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: - - *756 - - *419 + - *757 - *420 + - *421 requestBody: required: false content: @@ -105751,9 +105766,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: - - *756 - - *419 + - *757 - *420 + - *421 responses: '204': description: Response @@ -105782,15 +105797,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: - - *756 + - *757 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 '403': *29 '404': *6 x-github: @@ -105817,7 +105832,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: - - *756 + - *757 requestBody: required: true content: @@ -105874,7 +105889,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -105905,7 +105920,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *756 + - *757 - *17 - *19 responses: @@ -105915,9 +105930,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - response-if-child-teams-exist: *766 + response-if-child-teams-exist: *767 headers: Link: *40 '404': *6 @@ -105950,7 +105965,7 @@ paths: application/json: schema: oneOf: - - &768 + - &769 title: Private User description: Private User type: object @@ -106153,7 +106168,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *767 + - *768 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -106306,7 +106321,7 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: default: value: @@ -106385,7 +106400,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 '304': *37 '404': *6 '403': *29 @@ -106408,7 +106423,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *256 + - *257 responses: '204': description: If the user is blocked @@ -106436,7 +106451,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *256 + - *257 responses: '204': description: Response @@ -106460,7 +106475,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *256 + - *257 responses: '204': description: Response @@ -106509,11 +106524,11 @@ paths: type: integer codespaces: type: array - items: *332 + items: *333 examples: - default: *333 + default: *334 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -106650,21 +106665,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '401': *25 '403': *29 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106704,7 +106719,7 @@ paths: type: integer secrets: type: array - items: &769 + items: &770 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -106744,7 +106759,7 @@ paths: - visibility - selected_repositories_url examples: - default: *532 + default: *533 headers: Link: *40 x-github: @@ -106814,13 +106829,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *244 + - *245 responses: '200': description: Response content: application/json: - schema: *769 + schema: *770 examples: default: value: @@ -106850,7 +106865,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *244 + - *245 requestBody: required: true content: @@ -106895,7 +106910,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -106923,7 +106938,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *244 + - *245 responses: '204': description: Response @@ -106948,7 +106963,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *244 + - *245 responses: '200': description: Response @@ -106964,13 +106979,13 @@ paths: type: integer repositories: type: array - items: *234 + items: *235 examples: - default: *770 + default: *771 '401': *25 '403': *29 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106991,7 +107006,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *244 + - *245 requestBody: required: true content: @@ -107023,7 +107038,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107045,7 +107060,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *244 + - *245 - name: repository_id in: path required: true @@ -107057,7 +107072,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107078,7 +107093,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *244 + - *245 - name: repository_id in: path required: true @@ -107090,7 +107105,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107110,17 +107125,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -107144,7 +107159,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 requestBody: required: false content: @@ -107174,9 +107189,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '401': *25 '403': *29 '404': *6 @@ -107198,11 +107213,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 responses: '202': *39 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -107227,13 +107242,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 responses: '202': description: Response content: application/json: - schema: &771 + schema: &772 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -107274,7 +107289,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &772 + default: &773 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -107282,7 +107297,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -107306,7 +107321,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *334 + - *335 - name: export_id in: path required: true @@ -107319,9 +107334,9 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: - default: *772 + default: *773 '404': *6 x-github: githubCloudOnly: false @@ -107342,7 +107357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *334 + - *335 responses: '200': description: Response @@ -107358,11 +107373,11 @@ paths: type: integer machines: type: array - items: *773 + items: *774 examples: - default: *774 + default: *775 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -107389,7 +107404,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *334 + - *335 requestBody: required: true content: @@ -107439,13 +107454,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *432 + repository: *433 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *530 - required: *531 + properties: *531 + required: *532 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -108219,17 +108234,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '304': *37 - '500': *90 + '500': *91 '400': *14 '401': *25 '402': @@ -108239,7 +108254,7 @@ paths: schema: *3 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108259,16 +108274,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *529 - '500': *90 + default: *530 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -108297,9 +108312,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: &786 + default: &787 value: - id: 197 name: hello_docker @@ -108400,7 +108415,7 @@ paths: application/json: schema: type: array - items: &775 + items: &776 title: Email description: Email type: object @@ -108465,9 +108480,9 @@ paths: application/json: schema: type: array - items: *775 + items: *776 examples: - default: &788 + default: &789 value: - email: octocat@github.com verified: true @@ -108542,7 +108557,7 @@ paths: application/json: schema: type: array - items: *775 + items: *776 examples: default: value: @@ -108652,7 +108667,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '304': *37 @@ -108685,7 +108700,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '304': *37 @@ -108707,7 +108722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *256 + - *257 responses: '204': description: if the person is followed by the authenticated user @@ -108737,7 +108752,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *256 + - *257 responses: '204': description: Response @@ -108762,7 +108777,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *256 + - *257 responses: '204': description: Response @@ -108798,7 +108813,7 @@ paths: application/json: schema: type: array - items: &776 + items: &777 title: GPG Key description: A unique encryption key type: object @@ -108929,7 +108944,7 @@ paths: - subkeys - revoked examples: - default: &802 + default: &803 value: - id: 3 name: Octocat's GPG Key @@ -109014,9 +109029,9 @@ paths: description: Response content: application/json: - schema: *776 + schema: *777 examples: - default: &777 + default: &778 value: id: 3 name: Octocat's GPG Key @@ -109073,7 +109088,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: - - &778 + - &779 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -109085,9 +109100,9 @@ paths: description: Response content: application/json: - schema: *776 + schema: *777 examples: - default: *777 + default: *778 '404': *6 '304': *37 '403': *29 @@ -109110,7 +109125,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: - - *778 + - *779 responses: '204': description: Response @@ -109299,9 +109314,9 @@ paths: type: string repositories: type: array - items: *66 + items: *67 examples: - default: *229 + default: *230 headers: Link: *40 '404': *6 @@ -109326,7 +109341,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *228 + - *229 responses: '204': description: Response @@ -109352,7 +109367,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *228 + - *229 responses: '204': description: Response @@ -109386,12 +109401,12 @@ paths: application/json: schema: anyOf: - - *321 + - *322 - type: object properties: {} additionalProperties: false examples: - default: *322 + default: *323 '204': description: Response when there are no restrictions x-github: @@ -109415,7 +109430,7 @@ paths: required: true content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -109426,7 +109441,7 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -109507,7 +109522,7 @@ paths: - closed - all default: open - - *329 + - *330 - name: sort description: What to sort results by. in: query @@ -109519,8 +109534,8 @@ paths: - updated - comments default: created - - *93 - - *174 + - *94 + - *175 - *17 - *19 responses: @@ -109530,9 +109545,9 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *330 + default: *331 headers: Link: *40 '404': *6 @@ -109565,7 +109580,7 @@ paths: application/json: schema: type: array - items: &779 + items: &780 title: Key description: Key type: object @@ -109666,9 +109681,9 @@ paths: description: Response content: application/json: - schema: *779 + schema: *780 examples: - default: &780 + default: &781 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -109701,15 +109716,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: - - *641 + - *642 responses: '200': description: Response content: application/json: - schema: *779 + schema: *780 examples: - default: *780 + default: *781 '404': *6 '304': *37 '403': *29 @@ -109732,7 +109747,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: - - *641 + - *642 responses: '204': description: Response @@ -109765,7 +109780,7 @@ paths: application/json: schema: type: array - items: &781 + items: &782 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -109822,7 +109837,7 @@ paths: - id - type - login - plan: *188 + plan: *189 required: - billing_cycle - next_billing_date @@ -109833,7 +109848,7 @@ paths: - account - plan examples: - default: &782 + default: &783 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -109895,9 +109910,9 @@ paths: application/json: schema: type: array - items: *781 + items: *782 examples: - default: *782 + default: *783 headers: Link: *40 '304': *37 @@ -109937,7 +109952,7 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: default: value: @@ -110039,13 +110054,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -110103,7 +110118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *75 + - *76 requestBody: required: true content: @@ -110128,7 +110143,7 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -110196,7 +110211,7 @@ paths: application/json: schema: type: array - items: *337 + items: *338 examples: default: value: @@ -110449,7 +110464,7 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -110629,7 +110644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *338 + - *339 - name: exclude in: query required: false @@ -110642,7 +110657,7 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -110836,7 +110851,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *338 + - *339 responses: '302': description: Response @@ -110862,7 +110877,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *338 + - *339 responses: '204': description: Response @@ -110891,8 +110906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *338 - - *783 + - *339 + - *784 responses: '204': description: Response @@ -110916,7 +110931,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *338 + - *339 - *17 - *19 responses: @@ -110926,9 +110941,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 '404': *6 @@ -110963,9 +110978,9 @@ paths: application/json: schema: type: array - items: *61 + items: *62 examples: - default: *784 + default: *785 headers: Link: *40 '304': *37 @@ -111007,7 +111022,7 @@ paths: - docker - nuget - container - - *785 + - *786 - *19 - *17 responses: @@ -111017,10 +111032,10 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *786 - '400': *787 + default: *787 + '400': *788 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111040,16 +111055,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: &803 + default: &804 value: id: 40201 name: octo-name @@ -111162,8 +111177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -111193,8 +111208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *346 - *347 + - *348 - name: token description: package token schema: @@ -111226,8 +111241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *346 - *347 + - *348 - *19 - *17 - name: state @@ -111247,7 +111262,7 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: default: value: @@ -111296,15 +111311,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *346 - *347 - - *349 + - *348 + - *350 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -111340,9 +111355,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *346 - *347 - - *349 + - *348 + - *350 responses: '204': description: Response @@ -111372,9 +111387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *346 - *347 - - *349 + - *348 + - *350 responses: '204': description: Response @@ -111430,7 +111445,7 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: default: value: @@ -111502,9 +111517,9 @@ paths: application/json: schema: type: array - items: *775 + items: *776 examples: - default: *788 + default: *789 headers: Link: *40 '304': *37 @@ -111615,9 +111630,9 @@ paths: application/json: schema: type: array - items: *66 + items: *67 examples: - default: &795 + default: &796 summary: Default response value: - id: 1296269 @@ -111921,9 +111936,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -111961,9 +111976,9 @@ paths: application/json: schema: type: array - items: *614 + items: *615 examples: - default: *789 + default: *790 headers: Link: *40 '304': *37 @@ -111986,12 +112001,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *325 + - *326 responses: '204': description: Response '403': *29 - '409': *101 + '409': *102 '404': *6 '304': *37 x-github: @@ -112009,11 +112024,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *325 + - *326 responses: '204': description: Response - '409': *101 + '409': *102 '304': *37 '404': *6 '403': *29 @@ -112042,7 +112057,7 @@ paths: application/json: schema: type: array - items: &790 + items: &791 title: Social account description: Social media account type: object @@ -112057,7 +112072,7 @@ paths: - provider - url examples: - default: &791 + default: &792 value: - provider: twitter url: https://twitter.com/github @@ -112119,9 +112134,9 @@ paths: application/json: schema: type: array - items: *790 + items: *791 examples: - default: *791 + default: *792 '422': *15 '304': *37 '404': *6 @@ -112208,7 +112223,7 @@ paths: application/json: schema: type: array - items: &792 + items: &793 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -112228,7 +112243,7 @@ paths: - title - created_at examples: - default: &804 + default: &805 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112294,9 +112309,9 @@ paths: description: Response content: application/json: - schema: *792 + schema: *793 examples: - default: &793 + default: &794 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112327,7 +112342,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: - - &794 + - &795 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -112339,9 +112354,9 @@ paths: description: Response content: application/json: - schema: *792 + schema: *793 examples: - default: *793 + default: *794 '404': *6 '304': *37 '403': *29 @@ -112364,7 +112379,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: - - *794 + - *795 responses: '204': description: Response @@ -112393,7 +112408,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: - - &805 + - &806 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 @@ -112406,7 +112421,7 @@ paths: - created - updated default: created - - *93 + - *94 - *17 - *19 responses: @@ -112416,13 +112431,13 @@ paths: application/json: schema: type: array - items: *66 + items: *67 examples: - default-response: *795 + default-response: *796 application/vnd.github.v3.star+json: schema: type: array - items: &806 + items: &807 title: Starred Repository description: Starred Repository type: object @@ -112430,7 +112445,7 @@ paths: starred_at: type: string format: date-time - repo: *66 + repo: *67 required: - starred_at - repo @@ -112578,8 +112593,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: - - *419 - *420 + - *421 responses: '204': description: Response if this repository is starred by you @@ -112607,8 +112622,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -112632,8 +112647,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -112666,9 +112681,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 '304': *37 @@ -112705,7 +112720,7 @@ paths: application/json: schema: type: array - items: *400 + items: *401 examples: default: value: @@ -112783,7 +112798,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *190 + - *191 responses: '200': description: Response @@ -112791,10 +112806,10 @@ paths: application/json: schema: oneOf: + - *769 - *768 - - *767 examples: - default-response: &797 + default-response: &798 summary: Default response value: login: octocat @@ -112829,7 +112844,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &798 + response-with-git-hub-plan-information: &799 summary: Response with GitHub plan information value: login: octocat @@ -112889,7 +112904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *796 + - *797 - *17 responses: '200': @@ -112900,7 +112915,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: example: ; rel="next" @@ -112930,7 +112945,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *256 + - *257 responses: '200': description: Response @@ -112938,11 +112953,11 @@ paths: application/json: schema: oneOf: + - *769 - *768 - - *767 examples: - default-response: *797 - response-with-git-hub-plan-information: *798 + default-response: *798 + response-with-git-hub-plan-information: *799 '404': *6 x-github: githubCloudOnly: false @@ -112966,9 +112981,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *91 - *92 - - *256 + - *93 + - *257 requestBody: required: true content: @@ -112991,8 +113006,8 @@ paths: required: - subject_digests examples: - default: *799 - withPredicateType: *800 + default: *800 + withPredicateType: *801 responses: '200': description: Response @@ -113045,7 +113060,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *801 + default: *802 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113063,7 +113078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-in-bulk parameters: - - *256 + - *257 requestBody: required: true content: @@ -113128,7 +113143,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *256 + - *257 - name: subject_digest description: Subject Digest in: path @@ -113159,7 +113174,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-id parameters: - - *256 + - *257 - name: attestation_id description: Attestation ID in: path @@ -113195,9 +113210,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations parameters: - *17 - - *91 - *92 - - *256 + - *93 + - *257 - name: subject_digest description: Subject Digest in: path @@ -113247,12 +113262,12 @@ paths: bundle_url: type: string examples: - default: *472 + default: *473 '201': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -113278,7 +113293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *256 + - *257 responses: '200': description: Response @@ -113286,9 +113301,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *786 + default: *787 '403': *29 '401': *25 x-github: @@ -113311,7 +113326,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113321,7 +113336,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -113392,8 +113407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *256 - - *75 + - *257 + - *76 - *17 - *19 responses: @@ -113403,7 +113418,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -113482,7 +113497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113492,7 +113507,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -113559,7 +113574,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113571,7 +113586,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -113590,7 +113605,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113602,7 +113617,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -113621,7 +113636,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-user-follows-another-user parameters: - - *256 + - *257 - name: target_user in: path required: true @@ -113648,8 +113663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *256 - - *174 + - *257 + - *175 - *17 - *19 responses: @@ -113659,9 +113674,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *40 '422': *15 @@ -113682,7 +113697,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113692,9 +113707,9 @@ paths: application/json: schema: type: array - items: *776 + items: *777 examples: - default: *802 + default: *803 headers: Link: *40 x-github: @@ -113718,7 +113733,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *256 + - *257 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -113790,7 +113805,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *256 + - *257 responses: '200': description: Response @@ -113798,7 +113813,7 @@ paths: application/json: schema: *22 examples: - default: *611 + default: *612 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113816,7 +113831,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113871,7 +113886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113881,9 +113896,9 @@ paths: application/json: schema: type: array - items: *61 + items: *62 examples: - default: *784 + default: *785 headers: Link: *40 x-github: @@ -113922,8 +113937,8 @@ paths: - docker - nuget - container - - *785 - - *256 + - *786 + - *257 - *19 - *17 responses: @@ -113933,12 +113948,12 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *786 + default: *787 '403': *29 '401': *25 - '400': *787 + '400': *788 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113958,17 +113973,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *346 - *347 - - *256 + - *348 + - *257 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *803 + default: *804 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113989,9 +114004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *346 - *347 - - *256 + - *348 + - *257 responses: '204': description: Response @@ -114023,9 +114038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *346 - *347 - - *256 + - *348 + - *257 - name: token description: package token schema: @@ -114057,9 +114072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *346 - *347 - - *256 + - *348 + - *257 responses: '200': description: Response @@ -114067,7 +114082,7 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: default: value: @@ -114125,16 +114140,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *346 - *347 - - *349 - - *256 + - *348 + - *350 + - *257 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -114169,10 +114184,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *346 - *347 - - *256 - - *349 + - *348 + - *257 + - *350 responses: '204': description: Response @@ -114204,10 +114219,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *346 - *347 - - *256 - - *349 + - *348 + - *257 + - *350 responses: '204': description: Response @@ -114233,7 +114248,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects parameters: - - *256 + - *257 - name: state description: Indicates the state of the projects to return. in: query @@ -114254,7 +114269,7 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: default: value: @@ -114316,7 +114331,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -114326,7 +114341,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -114405,7 +114420,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-received-by-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -114415,7 +114430,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -114492,7 +114507,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *256 + - *257 - name: type description: Limit results to repositories of the specified type. in: query @@ -114535,9 +114550,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -114561,15 +114576,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114591,15 +114606,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114621,15 +114636,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114649,11 +114664,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - - *256 - - *203 + - *257 - *204 - *205 - *206 + - *207 responses: '200': description: Response when getting a billing usage report @@ -114723,8 +114738,8 @@ paths: repositoryName: user/example '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114742,7 +114757,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -114752,9 +114767,9 @@ paths: application/json: schema: type: array - items: *790 + items: *791 examples: - default: *791 + default: *792 headers: Link: *40 x-github: @@ -114774,7 +114789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -114784,9 +114799,9 @@ paths: application/json: schema: type: array - items: *792 + items: *793 examples: - default: *804 + default: *805 headers: Link: *40 x-github: @@ -114810,9 +114825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *256 - - *805 - - *93 + - *257 + - *806 + - *94 - *17 - *19 responses: @@ -114823,11 +114838,11 @@ paths: schema: anyOf: - type: array - items: *806 + items: *807 - type: array - items: *66 + items: *67 examples: - default-response: *795 + default-response: *796 headers: Link: *40 x-github: @@ -114846,7 +114861,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -114856,9 +114871,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -114986,7 +115001,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &807 + enterprise: &808 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -115044,7 +115059,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &808 + installation: &809 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -115063,7 +115078,7 @@ x-webhooks: required: - id - node_id - organization: &809 + organization: &810 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -115123,13 +115138,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &810 + repository: &811 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: &847 + properties: &848 id: description: Unique identifier of the repository example: 42 @@ -115149,8 +115164,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true organization: title: Simple User @@ -115812,7 +115827,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &848 + required: &849 - archive_url - assignees_url - blobs_url @@ -115963,10 +115978,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -116042,11 +116057,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - rule: &811 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + rule: &812 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) @@ -116269,11 +116284,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - rule: *811 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + rule: *812 sender: *4 required: - action @@ -116456,11 +116471,11 @@ x-webhooks: - everyone required: - from - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - rule: *811 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + rule: *812 sender: *4 required: - action @@ -116531,7 +116546,7 @@ x-webhooks: required: true content: application/json: - schema: &814 + schema: &815 title: Exemption request cancellation event type: object properties: @@ -116539,11 +116554,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - exemption_request: &812 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + exemption_request: &813 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -116776,7 +116791,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &813 + items: &814 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -116884,7 +116899,7 @@ x-webhooks: required: true content: application/json: - schema: &815 + schema: &816 title: Exemption request completed event type: object properties: @@ -116892,11 +116907,11 @@ x-webhooks: type: string enum: - completed - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - exemption_request: *812 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + exemption_request: *813 sender: *4 required: - action @@ -116966,7 +116981,7 @@ x-webhooks: required: true content: application/json: - schema: &816 + schema: &817 title: Exemption request created event type: object properties: @@ -116974,11 +116989,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - exemption_request: *812 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + exemption_request: *813 sender: *4 required: - action @@ -117048,7 +117063,7 @@ x-webhooks: required: true content: application/json: - schema: &817 + schema: &818 title: Exemption response dismissed event type: object properties: @@ -117056,12 +117071,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - exemption_request: *812 - exemption_response: *813 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + exemption_request: *813 + exemption_response: *814 sender: *4 required: - action @@ -117133,7 +117148,7 @@ x-webhooks: required: true content: application/json: - schema: &818 + schema: &819 title: Exemption response submitted event type: object properties: @@ -117141,12 +117156,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - exemption_request: *812 - exemption_response: *813 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + exemption_request: *813 + exemption_response: *814 sender: *4 required: - action @@ -117219,7 +117234,7 @@ x-webhooks: required: true content: application/json: - schema: *814 + schema: *815 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117286,7 +117301,7 @@ x-webhooks: required: true content: application/json: - schema: *815 + schema: *816 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117353,7 +117368,7 @@ x-webhooks: required: true content: application/json: - schema: *816 + schema: *817 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117420,7 +117435,7 @@ x-webhooks: required: true content: application/json: - schema: *817 + schema: *818 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117488,7 +117503,7 @@ x-webhooks: required: true content: application/json: - schema: *818 + schema: *819 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117566,7 +117581,7 @@ x-webhooks: type: string enum: - completed - check_run: &820 + check_run: &821 title: CheckRun description: A check performed on the code of a given code change type: object @@ -117619,8 +117634,8 @@ x-webhooks: type: string pull_requests: type: array - items: *491 - repository: *234 + items: *492 + repository: *235 status: example: completed type: string @@ -117657,7 +117672,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *819 + deployment: *820 details_url: example: https://example.com type: string @@ -117707,7 +117722,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *491 + items: *492 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -117742,9 +117757,9 @@ x-webhooks: - output - app - pull_requests - installation: *808 - organization: *809 - repository: *810 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - check_run @@ -118137,10 +118152,10 @@ x-webhooks: type: string enum: - created - check_run: *820 - installation: *808 - organization: *809 - repository: *810 + check_run: *821 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - check_run @@ -118536,10 +118551,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *820 - installation: *808 - organization: *809 - repository: *810 + check_run: *821 + installation: *809 + organization: *810 + repository: *811 requested_action: description: The action requested by the user. type: object @@ -118944,10 +118959,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *820 - installation: *808 - organization: *809 - repository: *810 + check_run: *821 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - check_run @@ -119924,10 +119939,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -120597,10 +120612,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -121264,10 +121279,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -121430,7 +121445,7 @@ x-webhooks: required: - login - id - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -121575,20 +121590,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &821 + commit_oid: &822 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: *807 - installation: *808 - organization: *809 - ref: &822 + enterprise: *808 + installation: *809 + organization: *810 + ref: &823 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: *810 + repository: *811 sender: *4 required: - action @@ -121750,7 +121765,7 @@ x-webhooks: required: - login - id - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -121980,12 +121995,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *821 - enterprise: *807 - installation: *808 - organization: *809 - ref: *822 - repository: *810 + commit_oid: *822 + enterprise: *808 + installation: *809 + organization: *810 + ref: *823 + repository: *811 sender: *4 required: - action @@ -122080,7 +122095,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -122248,12 +122263,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *821 - enterprise: *807 - installation: *808 - organization: *809 - ref: *822 - repository: *810 + commit_oid: *822 + enterprise: *808 + installation: *809 + organization: *810 + ref: *823 + repository: *811 sender: *4 required: - action @@ -122416,7 +122431,7 @@ x-webhooks: required: - login - id - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -122582,12 +122597,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *821 - enterprise: *807 - installation: *808 - organization: *809 - ref: *822 - repository: *810 + commit_oid: *822 + enterprise: *808 + installation: *809 + organization: *810 + ref: *823 + repository: *811 sender: *4 required: - action @@ -122684,7 +122699,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -122852,16 +122867,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 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: *810 + repository: *811 sender: *4 required: - action @@ -122955,7 +122970,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -123095,12 +123110,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *821 - enterprise: *807 - installation: *808 - organization: *809 - ref: *822 - repository: *810 + commit_oid: *822 + enterprise: *808 + installation: *809 + organization: *810 + ref: *823 + repository: *811 sender: *4 required: - action @@ -123357,10 +123372,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -123440,18 +123455,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *809 - pusher_type: &823 + organization: *810 + pusher_type: &824 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &824 + ref: &825 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -123461,7 +123476,7 @@ x-webhooks: enum: - tag - branch - repository: *810 + repository: *811 sender: *4 required: - ref @@ -123543,10 +123558,10 @@ x-webhooks: type: string enum: - created - definition: *121 - enterprise: *807 - installation: *808 - organization: *809 + definition: *122 + enterprise: *808 + installation: *809 + organization: *810 sender: *4 required: - action @@ -123631,9 +123646,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 sender: *4 required: - action @@ -123710,10 +123725,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *121 - enterprise: *807 - installation: *808 - organization: *809 + definition: *122 + enterprise: *808 + installation: *809 + organization: *810 sender: *4 required: - action @@ -123790,10 +123805,10 @@ x-webhooks: type: string enum: - updated - definition: *121 - enterprise: *807 - installation: *808 - organization: *809 + definition: *122 + enterprise: *808 + installation: *809 + organization: *810 sender: *4 required: - action @@ -123870,19 +123885,19 @@ x-webhooks: type: string enum: - updated - enterprise: *807 - installation: *808 - repository: *810 - organization: *809 + enterprise: *808 + installation: *809 + repository: *811 + organization: *810 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *362 + items: *363 old_property_values: type: array description: The old custom property values for the repository. - items: *362 + items: *363 required: - action - repository @@ -123958,18 +123973,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *807 - installation: *808 - organization: *809 - pusher_type: *823 - ref: *824 + enterprise: *808 + installation: *809 + organization: *810 + pusher_type: *824 + ref: *825 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *810 + repository: *811 sender: *4 required: - ref @@ -124053,11 +124068,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124141,11 +124156,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124229,11 +124244,11 @@ x-webhooks: type: string enum: - created - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124315,11 +124330,11 @@ x-webhooks: type: string enum: - dismissed - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124401,11 +124416,11 @@ x-webhooks: type: string enum: - fixed - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124488,11 +124503,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124574,11 +124589,11 @@ x-webhooks: type: string enum: - reopened - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124655,9 +124670,9 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - key: &825 + enterprise: *808 + installation: *809 + key: &826 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -124693,8 +124708,8 @@ x-webhooks: - verified - created_at - read_only - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -124771,11 +124786,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - key: *825 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + key: *826 + organization: *810 + repository: *811 sender: *4 required: - action @@ -125336,12 +125351,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - workflow: &829 + workflow: &830 title: Workflow type: object nullable: true @@ -126067,13 +126082,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *567 + deployment: *568 pull_requests: type: array - items: *661 - repository: *810 - organization: *809 - installation: *808 + items: *662 + repository: *811 + organization: *810 + installation: *809 sender: *4 responses: '200': @@ -126144,7 +126159,7 @@ x-webhooks: type: string enum: - approved - approver: &826 + approver: &827 type: object properties: avatar_url: @@ -126187,11 +126202,11 @@ x-webhooks: type: string comment: type: string - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - reviewers: &827 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + reviewers: &828 type: array items: type: object @@ -126270,7 +126285,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &828 + workflow_job_run: &829 type: object properties: conclusion: @@ -127001,18 +127016,18 @@ x-webhooks: type: string enum: - rejected - approver: *826 + approver: *827 comment: type: string - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - reviewers: *827 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + reviewers: *828 sender: *4 since: type: string - workflow_job_run: *828 + workflow_job_run: *829 workflow_job_runs: type: array items: @@ -127716,13 +127731,13 @@ x-webhooks: type: string enum: - requested - enterprise: *807 + enterprise: *808 environment: type: string - installation: *808 - organization: *809 - repository: *810 - requestor: &834 + installation: *809 + organization: *810 + repository: *811 + requestor: &835 title: User type: object nullable: true @@ -129621,12 +129636,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - workflow: *829 + workflow: *830 workflow_run: title: Deployment Workflow Run type: object @@ -130306,7 +130321,7 @@ x-webhooks: type: string enum: - answered - answer: &832 + answer: &833 type: object properties: author_association: @@ -130463,7 +130478,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &830 + discussion: &831 title: Discussion description: A Discussion in a repository. type: object @@ -130749,7 +130764,7 @@ x-webhooks: - id labels: type: array - items: *624 + items: *625 required: - repository_url - category @@ -130771,10 +130786,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -130901,11 +130916,11 @@ x-webhooks: - from required: - category - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -130988,11 +131003,11 @@ x-webhooks: type: string enum: - closed - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131074,7 +131089,7 @@ x-webhooks: type: string enum: - created - comment: &831 + comment: &832 type: object properties: author_association: @@ -131231,11 +131246,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131318,12 +131333,12 @@ x-webhooks: type: string enum: - deleted - comment: *831 - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + comment: *832 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131418,12 +131433,12 @@ x-webhooks: - from required: - body - comment: *831 - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + comment: *832 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131507,11 +131522,11 @@ x-webhooks: type: string enum: - created - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131593,11 +131608,11 @@ x-webhooks: type: string enum: - deleted - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131697,11 +131712,11 @@ x-webhooks: type: string required: - from - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131783,10 +131798,10 @@ x-webhooks: type: string enum: - labeled - discussion: *830 - enterprise: *807 - installation: *808 - label: &833 + discussion: *831 + enterprise: *808 + installation: *809 + label: &834 title: Label type: object properties: @@ -131818,8 +131833,8 @@ x-webhooks: - color - default - description - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131902,11 +131917,11 @@ x-webhooks: type: string enum: - locked - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131988,11 +132003,11 @@ x-webhooks: type: string enum: - pinned - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132074,11 +132089,11 @@ x-webhooks: type: string enum: - reopened - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132163,16 +132178,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *830 - new_repository: *810 + new_discussion: *831 + new_repository: *811 required: - new_discussion - new_repository - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132255,10 +132270,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *830 - old_answer: *832 - organization: *809 - repository: *810 + discussion: *831 + old_answer: *833 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132340,12 +132355,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *830 - enterprise: *807 - installation: *808 - label: *833 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132428,11 +132443,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132514,11 +132529,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132587,7 +132602,7 @@ x-webhooks: required: true content: application/json: - schema: *816 + schema: *817 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132650,7 +132665,7 @@ x-webhooks: required: true content: application/json: - schema: *818 + schema: *819 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132716,7 +132731,7 @@ x-webhooks: required: true content: application/json: - schema: *814 + schema: *815 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132782,7 +132797,7 @@ x-webhooks: required: true content: application/json: - schema: *815 + schema: *816 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132848,7 +132863,7 @@ x-webhooks: required: true content: application/json: - schema: *816 + schema: *817 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132914,7 +132929,7 @@ x-webhooks: required: true content: application/json: - schema: *817 + schema: *818 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132980,7 +132995,7 @@ x-webhooks: required: true content: application/json: - schema: *818 + schema: *819 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133047,7 +133062,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *807 + enterprise: *808 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -133707,9 +133722,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *808 - organization: *809 - repository: *810 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - forkee @@ -133855,9 +133870,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pages: description: The pages that were updated. type: array @@ -133894,7 +133909,7 @@ x-webhooks: - action - sha - html_url - repository: *810 + repository: *811 sender: *4 required: - pages @@ -133970,10 +133985,10 @@ x-webhooks: type: string enum: - created - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories: &835 + organization: *810 + repositories: &836 description: An array of repository objects that the installation can access. type: array @@ -133999,8 +134014,8 @@ x-webhooks: - name - full_name - private - repository: *810 - requester: *834 + repository: *811 + requester: *835 sender: *4 required: - action @@ -134075,11 +134090,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories: *835 - repository: *810 + organization: *810 + repositories: *836 + repository: *811 requester: nullable: true sender: *4 @@ -134155,11 +134170,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories: *835 - repository: *810 + organization: *810 + repositories: *836 + repository: *811 requester: nullable: true sender: *4 @@ -134235,10 +134250,10 @@ x-webhooks: type: string enum: - added - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories_added: &836 + organization: *810 + repositories_added: &837 description: An array of repository objects, which were added to the installation. type: array @@ -134284,15 +134299,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *810 - repository_selection: &837 + repository: *811 + repository_selection: &838 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *834 + requester: *835 sender: *4 required: - action @@ -134371,10 +134386,10 @@ x-webhooks: type: string enum: - removed - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories_added: *836 + organization: *810 + repositories_added: *837 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -134401,9 +134416,9 @@ x-webhooks: - name - full_name - private - repository: *810 - repository_selection: *837 - requester: *834 + repository: *811 + repository_selection: *838 + requester: *835 sender: *4 required: - action @@ -134482,11 +134497,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories: *835 - repository: *810 + organization: *810 + repositories: *836 + repository: *811 requester: nullable: true sender: *4 @@ -134665,10 +134680,10 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 target_type: type: string @@ -134747,11 +134762,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories: *835 - repository: *810 + organization: *810 + repositories: *836 + repository: *811 requester: nullable: true sender: *4 @@ -134875,8 +134890,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 reactions: title: Reactions type: object @@ -135003,8 +135018,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -135798,8 +135813,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135815,7 +135830,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -136148,8 +136163,8 @@ x-webhooks: - state - locked - assignee - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -136229,7 +136244,7 @@ x-webhooks: type: string enum: - deleted - comment: &838 + comment: &839 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -136394,8 +136409,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -137185,8 +137200,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137202,7 +137217,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -137537,8 +137552,8 @@ x-webhooks: - state - locked - assignee - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -137618,7 +137633,7 @@ x-webhooks: type: string enum: - edited - changes: &868 + changes: &869 description: The changes to the comment. type: object properties: @@ -137630,9 +137645,9 @@ x-webhooks: type: string required: - from - comment: *838 - enterprise: *807 - installation: *808 + comment: *839 + enterprise: *808 + installation: *809 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138425,8 +138440,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138442,7 +138457,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -138775,8 +138790,8 @@ x-webhooks: - state - locked - assignee - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -138860,15 +138875,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *184 + blocked_issue: *185 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *184 - blocking_issue_repo: *66 - installation: *808 - organization: *809 - repository: *810 + blocking_issue: *185 + blocking_issue_repo: *67 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -138956,15 +138971,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *184 + blocked_issue: *185 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *184 - blocking_issue_repo: *66 - installation: *808 - organization: *809 - repository: *810 + blocking_issue: *185 + blocking_issue_repo: *67 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -139051,15 +139066,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *184 - blocked_issue_repo: *66 + blocked_issue: *185 + blocked_issue_repo: *67 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *184 - installation: *808 - organization: *809 - repository: *810 + blocking_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -139147,15 +139162,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *184 - blocked_issue_repo: *66 + blocked_issue: *185 + blocked_issue_repo: *67 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *184 - installation: *808 - organization: *809 - repository: *810 + blocking_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -139240,10 +139255,10 @@ x-webhooks: type: string enum: - assigned - assignee: *834 - enterprise: *807 - installation: *808 - issue: &841 + assignee: *835 + enterprise: *808 + installation: *809 + issue: &842 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -140032,11 +140047,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140052,7 +140067,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -140153,8 +140168,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -140234,8 +140249,8 @@ x-webhooks: type: string enum: - closed - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -141029,11 +141044,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141049,7 +141064,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -141285,8 +141300,8 @@ x-webhooks: required: - state - closed_at - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -141365,8 +141380,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142151,11 +142166,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142171,7 +142186,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -142271,8 +142286,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -142351,8 +142366,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143159,11 +143174,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143179,7 +143194,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -143258,7 +143273,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &839 + milestone: &840 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143396,8 +143411,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -143496,8 +143511,8 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144286,11 +144301,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144303,7 +144318,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *326 + type: *327 title: description: Title of the issue type: string @@ -144407,9 +144422,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *833 - organization: *809 - repository: *810 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -144489,8 +144504,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145278,11 +145293,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145295,7 +145310,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *326 + type: *327 title: description: Title of the issue type: string @@ -145399,9 +145414,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *833 - organization: *809 - repository: *810 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -145481,8 +145496,8 @@ x-webhooks: type: string enum: - locked - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146294,11 +146309,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146311,7 +146326,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *326 + type: *327 title: description: Title of the issue type: string @@ -146392,8 +146407,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -146472,8 +146487,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147279,11 +147294,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147299,7 +147314,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -147377,9 +147392,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *839 - organization: *809 - repository: *810 + milestone: *840 + organization: *810 + repository: *811 sender: *4 required: - action @@ -148247,11 +148262,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148344,7 +148359,7 @@ x-webhooks: required: - login - id - type: *326 + type: *327 required: - id - number @@ -148813,8 +148828,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149603,11 +149618,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149623,7 +149638,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -149723,8 +149738,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -149804,9 +149819,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *807 - installation: *808 - issue: &840 + enterprise: *808 + installation: *809 + issue: &841 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -150589,11 +150604,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150609,7 +150624,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -150709,8 +150724,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -150789,8 +150804,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151600,11 +151615,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151698,9 +151713,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *326 - organization: *809 - repository: *810 + type: *327 + organization: *810 + repository: *811 sender: *4 required: - action @@ -152566,11 +152581,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152586,7 +152601,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -153154,11 +153169,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *807 - installation: *808 - issue: *840 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *841 + organization: *810 + repository: *811 sender: *4 required: - action @@ -153238,12 +153253,12 @@ x-webhooks: type: string enum: - typed - enterprise: *807 - installation: *808 - issue: *841 - type: *326 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *842 + type: *327 + organization: *810 + repository: *811 sender: *4 required: - action @@ -153324,7 +153339,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &871 + assignee: &872 title: User type: object nullable: true @@ -153394,11 +153409,11 @@ x-webhooks: required: - login - id - enterprise: *807 - installation: *808 - issue: *841 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *842 + organization: *810 + repository: *811 sender: *4 required: - action @@ -153477,12 +153492,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *807 - installation: *808 - issue: *841 - label: *833 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *842 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -153562,8 +153577,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154373,11 +154388,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154393,7 +154408,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -154471,8 +154486,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -154552,11 +154567,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *807 - installation: *808 - issue: *840 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *841 + organization: *810 + repository: *811 sender: *4 required: - action @@ -154635,12 +154650,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *807 - installation: *808 - issue: *841 - type: *326 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *842 + type: *327 + organization: *810 + repository: *811 sender: *4 required: - action @@ -154720,11 +154735,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - label: *833 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -154802,11 +154817,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - label: *833 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -154916,11 +154931,11 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - label: *833 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -155002,9 +155017,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *807 - installation: *808 - marketplace_purchase: &842 + enterprise: *808 + installation: *809 + marketplace_purchase: &843 title: Marketplace Purchase type: object required: @@ -155087,8 +155102,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *809 - previous_marketplace_purchase: &843 + organization: *810 + previous_marketplace_purchase: &844 title: Marketplace Purchase type: object properties: @@ -155168,7 +155183,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *810 + repository: *811 sender: *4 required: - action @@ -155248,10 +155263,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *807 - installation: *808 - marketplace_purchase: *842 - organization: *809 + enterprise: *808 + installation: *809 + marketplace_purchase: *843 + organization: *810 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -155334,7 +155349,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *810 + repository: *811 sender: *4 required: - action @@ -155416,10 +155431,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *807 - installation: *808 - marketplace_purchase: *842 - organization: *809 + enterprise: *808 + installation: *809 + marketplace_purchase: *843 + organization: *810 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -155501,7 +155516,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *810 + repository: *811 sender: *4 required: - action @@ -155582,8 +155597,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 marketplace_purchase: title: Marketplace Purchase type: object @@ -155665,9 +155680,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *809 - previous_marketplace_purchase: *843 - repository: *810 + organization: *810 + previous_marketplace_purchase: *844 + repository: *811 sender: *4 required: - action @@ -155747,12 +155762,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *807 - installation: *808 - marketplace_purchase: *842 - organization: *809 - previous_marketplace_purchase: *843 - repository: *810 + enterprise: *808 + installation: *809 + marketplace_purchase: *843 + organization: *810 + previous_marketplace_purchase: *844 + repository: *811 sender: *4 required: - action @@ -155854,11 +155869,11 @@ x-webhooks: type: string required: - to - enterprise: *807 - installation: *808 - member: *834 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + member: *835 + organization: *810 + repository: *811 sender: *4 required: - action @@ -155958,11 +155973,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *807 - installation: *808 - member: *834 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + member: *835 + organization: *810 + repository: *811 sender: *4 required: - action @@ -156041,11 +156056,11 @@ x-webhooks: type: string enum: - removed - enterprise: *807 - installation: *808 - member: *834 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + member: *835 + organization: *810 + repository: *811 sender: *4 required: - action @@ -156123,11 +156138,11 @@ x-webhooks: type: string enum: - added - enterprise: *807 - installation: *808 - member: *834 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + member: *835 + organization: *810 + repository: *811 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156203,7 +156218,7 @@ x-webhooks: required: - login - id - team: &844 + team: &845 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -156393,11 +156408,11 @@ x-webhooks: type: string enum: - removed - enterprise: *807 - installation: *808 - member: *834 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + member: *835 + organization: *810 + repository: *811 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156474,7 +156489,7 @@ x-webhooks: required: - login - id - team: *844 + team: *845 required: - action - scope @@ -156556,8 +156571,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *808 - merge_group: &846 + installation: *809 + merge_group: &847 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -156576,15 +156591,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *845 + head_commit: *846 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -156670,10 +156685,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *808 - merge_group: *846 - organization: *809 - repository: *810 + installation: *809 + merge_group: *847 + organization: *810 + repository: *811 sender: *4 required: - action @@ -156746,7 +156761,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 + enterprise: *808 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -156855,16 +156870,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *808 - organization: *809 + installation: *809 + organization: *810 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: *847 - required: *848 + properties: *848 + required: *849 nullable: true sender: *4 required: @@ -156945,11 +156960,11 @@ x-webhooks: type: string enum: - closed - enterprise: *807 - installation: *808 - milestone: *839 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + milestone: *840 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157028,9 +157043,9 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - milestone: &849 + enterprise: *808 + installation: *809 + milestone: &850 title: Milestone description: A collection of related issues and pull requests. type: object @@ -157167,8 +157182,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157247,11 +157262,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - milestone: *839 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + milestone: *840 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157361,11 +157376,11 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - milestone: *839 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + milestone: *840 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157445,11 +157460,11 @@ x-webhooks: type: string enum: - opened - enterprise: *807 - installation: *808 - milestone: *849 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + milestone: *850 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157528,11 +157543,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *834 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + blocked_user: *835 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157611,11 +157626,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *834 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + blocked_user: *835 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157694,9 +157709,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - membership: &850 + enterprise: *808 + installation: *809 + membership: &851 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -157803,8 +157818,8 @@ x-webhooks: - role - organization_url - user - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157882,11 +157897,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *807 - installation: *808 - membership: *850 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + membership: *851 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157965,8 +157980,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -158082,10 +158097,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 - user: *834 + user: *835 required: - action - invitation @@ -158163,11 +158178,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *807 - installation: *808 - membership: *850 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + membership: *851 + organization: *810 + repository: *811 sender: *4 required: - action @@ -158254,11 +158269,11 @@ x-webhooks: properties: from: type: string - enterprise: *807 - installation: *808 - membership: *850 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + membership: *851 + organization: *810 + repository: *811 sender: *4 required: - action @@ -158334,9 +158349,9 @@ x-webhooks: type: string enum: - published - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 package: description: Information about the package. type: object @@ -158835,7 +158850,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &851 + items: &852 title: Ruby Gems metadata type: object properties: @@ -158930,7 +158945,7 @@ x-webhooks: - owner - package_version - registry - repository: *810 + repository: *811 sender: *4 required: - action @@ -159006,9 +159021,9 @@ x-webhooks: type: string enum: - updated - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 package: description: Information about the package. type: object @@ -159361,7 +159376,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *851 + items: *852 source_url: type: string format: uri @@ -159431,7 +159446,7 @@ x-webhooks: - owner - package_version - registry - repository: *810 + repository: *811 sender: *4 required: - action @@ -159608,12 +159623,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *807 + enterprise: *808 id: type: integer - installation: *808 - organization: *809 - repository: *810 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - id @@ -159690,7 +159705,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &852 + personal_access_token_request: &853 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -159836,10 +159851,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *807 - organization: *809 + enterprise: *808 + organization: *810 sender: *4 - installation: *808 + installation: *809 required: - action - personal_access_token_request @@ -159916,11 +159931,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *852 - enterprise: *807 - organization: *809 + personal_access_token_request: *853 + enterprise: *808 + organization: *810 sender: *4 - installation: *808 + installation: *809 required: - action - personal_access_token_request @@ -159996,11 +160011,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *852 - enterprise: *807 - organization: *809 + personal_access_token_request: *853 + enterprise: *808 + organization: *810 sender: *4 - installation: *808 + installation: *809 required: - action - personal_access_token_request @@ -160075,11 +160090,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *852 - organization: *809 - enterprise: *807 + personal_access_token_request: *853 + organization: *810 + enterprise: *808 sender: *4 - installation: *808 + installation: *809 required: - action - personal_access_token_request @@ -160184,7 +160199,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *853 + last_response: *854 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -160216,8 +160231,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 zen: description: Random string of GitHub zen. @@ -160462,10 +160477,10 @@ x-webhooks: - from required: - note - enterprise: *807 - installation: *808 - organization: *809 - project_card: &854 + enterprise: *808 + installation: *809 + organization: *810 + project_card: &855 title: Project Card type: object properties: @@ -160584,7 +160599,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *810 + repository: *811 sender: *4 required: - action @@ -160665,11 +160680,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - project_card: *854 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project_card: *855 + repository: *811 sender: *4 required: - action @@ -160749,9 +160764,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 project_card: title: Project Card type: object @@ -160879,8 +160894,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: *847 - required: *848 + properties: *848 + required: *849 nullable: true sender: *4 required: @@ -160974,11 +160989,11 @@ x-webhooks: - from required: - note - enterprise: *807 - installation: *808 - organization: *809 - project_card: *854 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project_card: *855 + repository: *811 sender: *4 required: - action @@ -161072,9 +161087,9 @@ x-webhooks: - from required: - column_id - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 project_card: allOf: - title: Project Card @@ -161264,7 +161279,7 @@ x-webhooks: type: string required: - after_id - repository: *810 + repository: *811 sender: *4 required: - action @@ -161344,10 +161359,10 @@ x-webhooks: type: string enum: - closed - enterprise: *807 - installation: *808 - organization: *809 - project: &856 + enterprise: *808 + installation: *809 + organization: *810 + project: &857 title: Project type: object properties: @@ -161471,7 +161486,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *810 + repository: *811 sender: *4 required: - action @@ -161551,10 +161566,10 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - project_column: &855 + enterprise: *808 + installation: *809 + organization: *810 + project_column: &856 title: Project Column type: object properties: @@ -161593,7 +161608,7 @@ x-webhooks: - name - created_at - updated_at - repository: *810 + repository: *811 sender: *4 required: - action @@ -161672,18 +161687,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - project_column: *855 + enterprise: *808 + installation: *809 + organization: *810 + project_column: *856 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: *847 - required: *848 + properties: *848 + required: *849 nullable: true sender: *4 required: @@ -161773,11 +161788,11 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - organization: *809 - project_column: *855 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project_column: *856 + repository: *811 sender: *4 required: - action @@ -161857,11 +161872,11 @@ x-webhooks: type: string enum: - moved - enterprise: *807 - installation: *808 - organization: *809 - project_column: *855 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project_column: *856 + repository: *811 sender: *4 required: - action @@ -161941,11 +161956,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - project: *856 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project: *857 + repository: *811 sender: *4 required: - action @@ -162025,18 +162040,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - project: *856 + enterprise: *808 + installation: *809 + organization: *810 + project: *857 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: *847 - required: *848 + properties: *848 + required: *849 nullable: true sender: *4 required: @@ -162138,11 +162153,11 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - organization: *809 - project: *856 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project: *857 + repository: *811 sender: *4 required: - action @@ -162221,11 +162236,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *807 - installation: *808 - organization: *809 - project: *856 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project: *857 + repository: *811 sender: *4 required: - action @@ -162306,9 +162321,9 @@ x-webhooks: type: string enum: - closed - installation: *808 - organization: *809 - projects_v2: &857 + installation: *809 + organization: *810 + projects_v2: &858 title: Projects v2 Project description: A projects v2 project type: object @@ -162365,7 +162380,7 @@ x-webhooks: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &862 + properties: &863 id: type: number node_id: @@ -162403,7 +162418,7 @@ x-webhooks: example: The project is off to a great start! type: string nullable: true - required: &863 + required: &864 - id - node_id - created_at @@ -162507,9 +162522,9 @@ x-webhooks: type: string enum: - created - installation: *808 - organization: *809 - projects_v2: *857 + installation: *809 + organization: *810 + projects_v2: *858 sender: *4 required: - action @@ -162590,9 +162605,9 @@ x-webhooks: type: string enum: - deleted - installation: *808 - organization: *809 - projects_v2: *857 + installation: *809 + organization: *810 + projects_v2: *858 sender: *4 required: - action @@ -162709,9 +162724,9 @@ x-webhooks: type: string to: type: string - installation: *808 - organization: *809 - projects_v2: *857 + installation: *809 + organization: *810 + projects_v2: *858 sender: *4 required: - action @@ -162794,7 +162809,7 @@ x-webhooks: type: string enum: - archived - changes: &861 + changes: &862 type: object properties: archived_at: @@ -162808,9 +162823,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *808 - organization: *809 - projects_v2_item: &858 + installation: *809 + organization: *810 + projects_v2_item: &859 title: Projects v2 Item description: An item belonging to a project type: object @@ -162944,9 +162959,9 @@ x-webhooks: nullable: true to: type: string - installation: *808 - organization: *809 - projects_v2_item: *858 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163028,9 +163043,9 @@ x-webhooks: type: string enum: - created - installation: *808 - organization: *809 - projects_v2_item: *858 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163111,9 +163126,9 @@ x-webhooks: type: string enum: - deleted - installation: *808 - organization: *809 - projects_v2_item: *858 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163219,7 +163234,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &859 + - &860 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -163237,7 +163252,7 @@ x-webhooks: required: - id - name - - &860 + - &861 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -163264,8 +163279,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *859 - *860 + - *861 required: - field_value - type: object @@ -163281,9 +163296,9 @@ x-webhooks: nullable: true required: - body - installation: *808 - organization: *809 - projects_v2_item: *858 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163378,9 +163393,9 @@ x-webhooks: to: type: string nullable: true - installation: *808 - organization: *809 - projects_v2_item: *858 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163463,10 +163478,10 @@ x-webhooks: type: string enum: - restored - changes: *861 - installation: *808 - organization: *809 - projects_v2_item: *858 + changes: *862 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163548,9 +163563,9 @@ x-webhooks: type: string enum: - reopened - installation: *808 - organization: *809 - projects_v2: *857 + installation: *809 + organization: *810 + projects_v2: *858 sender: *4 required: - action @@ -163631,14 +163646,14 @@ x-webhooks: type: string enum: - created - installation: *808 - organization: *809 - projects_v2_status_update: &864 + installation: *809 + organization: *810 + projects_v2_status_update: &865 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *862 - required: *863 + properties: *863 + required: *864 sender: *4 required: - action @@ -163719,9 +163734,9 @@ x-webhooks: type: string enum: - deleted - installation: *808 - organization: *809 - projects_v2_status_update: *864 + installation: *809 + organization: *810 + projects_v2_status_update: *865 sender: *4 required: - action @@ -163857,9 +163872,9 @@ x-webhooks: type: string format: date nullable: true - installation: *808 - organization: *809 - projects_v2_status_update: *864 + installation: *809 + organization: *810 + projects_v2_status_update: *865 sender: *4 required: - action @@ -163930,10 +163945,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - repository @@ -164010,13 +164025,13 @@ x-webhooks: type: string enum: - assigned - assignee: *834 - enterprise: *807 - installation: *808 - number: &865 + assignee: *835 + enterprise: *808 + installation: *809 + number: &866 description: The pull request number. type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -166299,7 +166314,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -166381,11 +166396,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -168663,7 +168678,7 @@ x-webhooks: - draft reason: type: string - repository: *810 + repository: *811 sender: *4 required: - action @@ -168745,11 +168760,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -171027,7 +171042,7 @@ x-webhooks: - draft reason: type: string - repository: *810 + repository: *811 sender: *4 required: - action @@ -171109,13 +171124,13 @@ x-webhooks: type: string enum: - closed - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: &866 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: &867 allOf: - - *661 + - *662 - type: object properties: allow_auto_merge: @@ -171177,7 +171192,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *810 + repository: *811 sender: *4 required: - action @@ -171258,12 +171273,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: *866 - repository: *810 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: *867 + repository: *811 sender: *4 required: - action @@ -171343,11 +171358,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *807 - milestone: *644 - number: *865 - organization: *809 - pull_request: &867 + enterprise: *808 + milestone: *645 + number: *866 + organization: *810 + pull_request: &868 title: Pull Request type: object properties: @@ -173610,7 +173625,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -173689,11 +173704,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -175975,7 +175990,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *810 + repository: *811 sender: *4 required: - action @@ -176099,12 +176114,12 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: *866 - repository: *810 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: *867 + repository: *811 sender: *4 required: - action @@ -176184,11 +176199,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -178455,7 +178470,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -178535,11 +178550,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *807 - installation: *808 - label: *833 - number: *865 - organization: *809 + enterprise: *808 + installation: *809 + label: *834 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -180821,7 +180836,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -180902,10 +180917,10 @@ x-webhooks: type: string enum: - locked - enterprise: *807 - installation: *808 - number: *865 - organization: *809 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -183185,7 +183200,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -183265,12 +183280,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *807 - milestone: *644 - number: *865 - organization: *809 - pull_request: *867 - repository: *810 + enterprise: *808 + milestone: *645 + number: *866 + organization: *810 + pull_request: *868 + repository: *811 sender: *4 required: - action @@ -183349,12 +183364,12 @@ x-webhooks: type: string enum: - opened - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: *866 - repository: *810 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: *867 + repository: *811 sender: *4 required: - action @@ -183435,12 +183450,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: *866 - repository: *810 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: *867 + repository: *811 sender: *4 required: - action @@ -183520,12 +183535,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: *866 - repository: *810 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: *867 + repository: *811 sender: *4 required: - action @@ -183891,9 +183906,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: type: object properties: @@ -186063,7 +186078,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *810 + repository: *811 sender: *4 required: - action @@ -186143,7 +186158,7 @@ x-webhooks: type: string enum: - deleted - comment: &869 + comment: &870 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. @@ -186428,9 +186443,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: type: object properties: @@ -188588,7 +188603,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *810 + repository: *811 sender: *4 required: - action @@ -188668,11 +188683,11 @@ x-webhooks: type: string enum: - edited - changes: *868 - comment: *869 - enterprise: *807 - installation: *808 - organization: *809 + changes: *869 + comment: *870 + enterprise: *808 + installation: *809 + organization: *810 pull_request: type: object properties: @@ -190833,7 +190848,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *810 + repository: *811 sender: *4 required: - action @@ -190914,9 +190929,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: title: Simple Pull Request type: object @@ -193089,7 +193104,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *810 + repository: *811 review: description: The review that was affected. type: object @@ -193336,9 +193351,9 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: title: Simple Pull Request type: object @@ -195392,8 +195407,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *810 - review: &870 + repository: *811 + review: &871 description: The review that was affected. type: object properties: @@ -195626,12 +195641,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: description: The pull request number. type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -197914,7 +197929,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 requested_reviewer: title: User type: object @@ -197998,12 +198013,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: description: The pull request number. type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -200293,7 +200308,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200485,12 +200500,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: description: The pull request number. type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -202775,7 +202790,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 requested_reviewer: title: User type: object @@ -202860,12 +202875,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: description: The pull request number. type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -205141,7 +205156,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205322,9 +205337,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: title: Simple Pull Request type: object @@ -207499,8 +207514,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *810 - review: *870 + repository: *811 + review: *871 sender: *4 required: - action @@ -207580,9 +207595,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: title: Simple Pull Request type: object @@ -209652,7 +209667,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *810 + repository: *811 sender: *4 thread: type: object @@ -210039,9 +210054,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: title: Simple Pull Request type: object @@ -212097,7 +212112,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *810 + repository: *811 sender: *4 thread: type: object @@ -212487,10 +212502,10 @@ x-webhooks: type: string before: type: string - enterprise: *807 - installation: *808 - number: *865 - organization: *809 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -214761,7 +214776,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -214843,11 +214858,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *871 - enterprise: *807 - installation: *808 - number: *865 - organization: *809 + assignee: *872 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -217130,7 +217145,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -217209,11 +217224,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *807 - installation: *808 - label: *833 - number: *865 - organization: *809 + enterprise: *808 + installation: *809 + label: *834 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -219486,7 +219501,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -219567,10 +219582,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *807 - installation: *808 - number: *865 - organization: *809 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -221835,7 +221850,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -222035,7 +222050,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *807 + enterprise: *808 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -222127,8 +222142,8 @@ x-webhooks: - url - author - committer - installation: *808 - organization: *809 + installation: *809 + organization: *810 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222703,9 +222718,9 @@ x-webhooks: type: string enum: - published - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 registry_package: type: object properties: @@ -223151,7 +223166,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *851 + items: *852 summary: type: string tag_name: @@ -223205,7 +223220,7 @@ x-webhooks: - owner - package_version - registry - repository: *810 + repository: *811 sender: *4 required: - action @@ -223283,9 +223298,9 @@ x-webhooks: type: string enum: - updated - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 registry_package: type: object properties: @@ -223593,7 +223608,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *851 + items: *852 summary: type: string tag_name: @@ -223642,7 +223657,7 @@ x-webhooks: - owner - package_version - registry - repository: *810 + repository: *811 sender: *4 required: - action @@ -223719,10 +223734,10 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - release: &872 + enterprise: *808 + installation: *809 + organization: *810 + release: &873 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -224040,7 +224055,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *810 + repository: *811 sender: *4 required: - action @@ -224117,11 +224132,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - release: *872 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + release: *873 + repository: *811 sender: *4 required: - action @@ -224238,11 +224253,11 @@ x-webhooks: type: boolean required: - to - enterprise: *807 - installation: *808 - organization: *809 - release: *872 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + release: *873 + repository: *811 sender: *4 required: - action @@ -224320,9 +224335,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -224644,7 +224659,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *810 + repository: *811 sender: *4 required: - action @@ -224720,10 +224735,10 @@ x-webhooks: type: string enum: - published - enterprise: *807 - installation: *808 - organization: *809 - release: &873 + enterprise: *808 + installation: *809 + organization: *810 + release: &874 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -225042,7 +225057,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *810 + repository: *811 sender: *4 required: - action @@ -225118,11 +225133,11 @@ x-webhooks: type: string enum: - released - enterprise: *807 - installation: *808 - organization: *809 - release: *872 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + release: *873 + repository: *811 sender: *4 required: - action @@ -225198,11 +225213,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *807 - installation: *808 - organization: *809 - release: *873 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + release: *874 + repository: *811 sender: *4 required: - action @@ -225278,11 +225293,11 @@ x-webhooks: type: string enum: - published - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - repository_advisory: *713 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + repository_advisory: *714 sender: *4 required: - action @@ -225358,11 +225373,11 @@ x-webhooks: type: string enum: - reported - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - repository_advisory: *713 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + repository_advisory: *714 sender: *4 required: - action @@ -225438,10 +225453,10 @@ x-webhooks: type: string enum: - archived - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -225518,10 +225533,10 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -225599,10 +225614,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -225686,10 +225701,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -225801,10 +225816,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -225876,10 +225891,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 status: type: string @@ -225960,10 +225975,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -226040,10 +226055,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -226137,10 +226152,10 @@ x-webhooks: - name required: - repository - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -226220,11 +226235,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - repository_ruleset: *154 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + repository_ruleset: *155 sender: *4 required: - action @@ -226302,11 +226317,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - repository_ruleset: *154 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + repository_ruleset: *155 sender: *4 required: - action @@ -226384,11 +226399,11 @@ x-webhooks: type: string enum: - edited - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - repository_ruleset: *154 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + repository_ruleset: *155 changes: type: object properties: @@ -226407,16 +226422,16 @@ x-webhooks: properties: added: type: array - items: *128 + items: *129 deleted: type: array - items: *128 + items: *129 updated: type: array items: type: object properties: - condition: *128 + condition: *129 changes: type: object properties: @@ -226449,16 +226464,16 @@ x-webhooks: properties: added: type: array - items: *681 + items: *682 deleted: type: array - items: *681 + items: *682 updated: type: array items: type: object properties: - rule: *681 + rule: *682 changes: type: object properties: @@ -226692,10 +226707,10 @@ x-webhooks: - from required: - owner - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -226773,10 +226788,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -226854,7 +226869,7 @@ x-webhooks: type: string enum: - create - alert: &874 + alert: &875 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -226975,10 +226990,10 @@ x-webhooks: type: string enum: - open - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -227184,10 +227199,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -227265,11 +227280,11 @@ x-webhooks: type: string enum: - reopen - alert: *874 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + alert: *875 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -227468,10 +227483,10 @@ x-webhooks: enum: - fixed - open - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -227549,11 +227564,11 @@ x-webhooks: type: string enum: - created - alert: &875 + alert: &876 type: object properties: - number: *105 - created_at: *112 + number: *106 + created_at: *113 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -227561,8 +227576,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *110 - html_url: *111 + url: *111 + html_url: *112 locations_url: type: string format: uri @@ -227660,10 +227675,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -227744,11 +227759,11 @@ x-webhooks: type: string enum: - created - alert: *875 - installation: *808 - location: *876 - organization: *809 - repository: *810 + alert: *876 + installation: *809 + location: *877 + organization: *810 + repository: *811 sender: *4 required: - location @@ -227986,11 +228001,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *875 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + alert: *876 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -228068,11 +228083,11 @@ x-webhooks: type: string enum: - reopened - alert: *875 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + alert: *876 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -228150,11 +228165,11 @@ x-webhooks: type: string enum: - resolved - alert: *875 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + alert: *876 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -228232,11 +228247,11 @@ x-webhooks: type: string enum: - validated - alert: *875 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + alert: *876 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -228362,10 +228377,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *810 - enterprise: *807 - installation: *808 - organization: *809 + repository: *811 + enterprise: *808 + installation: *809 + organization: *810 sender: *4 required: - action @@ -228443,11 +228458,11 @@ x-webhooks: type: string enum: - published - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - security_advisory: &877 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + security_advisory: &878 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228463,7 +228478,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *107 + cvss_severities: *108 cwes: type: array items: @@ -228630,11 +228645,11 @@ x-webhooks: type: string enum: - updated - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - security_advisory: *877 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + security_advisory: *878 sender: *4 required: - action @@ -228707,10 +228722,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -228727,7 +228742,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *107 + cvss_severities: *108 cwes: type: array items: @@ -228894,11 +228909,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *365 - enterprise: *807 - installation: *808 - organization: *809 - repository: *432 + security_and_analysis: *366 + enterprise: *808 + installation: *809 + organization: *810 + repository: *433 sender: *4 required: - changes @@ -228976,12 +228991,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: &878 + sponsorship: &879 type: object properties: created_at: @@ -229282,12 +229297,12 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: *878 + sponsorship: *879 required: - action - sponsorship @@ -229375,12 +229390,12 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: *878 + sponsorship: *879 required: - action - changes @@ -229457,17 +229472,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &879 + effective_date: &880 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: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: *878 + sponsorship: *879 required: - action - sponsorship @@ -229541,7 +229556,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &880 + changes: &881 type: object properties: tier: @@ -229585,13 +229600,13 @@ x-webhooks: - from required: - tier - effective_date: *879 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + effective_date: *880 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: *878 + sponsorship: *879 required: - action - changes @@ -229668,13 +229683,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *880 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + changes: *881 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: *878 + sponsorship: *879 required: - action - changes @@ -229748,10 +229763,10 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229834,10 +229849,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230257,15 +230272,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *807 + enterprise: *808 id: description: The unique identifier of the status. type: integer - installation: *808 + installation: *809 name: type: string - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 sha: description: The Commit SHA. @@ -230374,15 +230389,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *184 - parent_issue_repo: *66 + parent_issue: *185 + parent_issue_repo: *67 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *184 - installation: *808 - organization: *809 - repository: *810 + sub_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -230466,15 +230481,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *184 - parent_issue_repo: *66 + parent_issue: *185 + parent_issue_repo: *67 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *184 - installation: *808 - organization: *809 - repository: *810 + sub_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -230558,15 +230573,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *184 - sub_issue_repo: *66 + sub_issue: *185 + sub_issue_repo: *67 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *184 - installation: *808 - organization: *809 - repository: *810 + parent_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -230650,15 +230665,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *184 - sub_issue_repo: *66 + sub_issue: *185 + sub_issue_repo: *67 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *184 - installation: *808 - organization: *809 - repository: *810 + parent_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -230735,12 +230750,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - team: &881 + team: &882 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -230930,9 +230945,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 repository: title: Repository description: A git repository @@ -231390,7 +231405,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *881 + team: *882 required: - action - team @@ -231466,9 +231481,9 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 repository: title: Repository description: A git repository @@ -231926,7 +231941,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *881 + team: *882 required: - action - team @@ -232003,9 +232018,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 repository: title: Repository description: A git repository @@ -232463,7 +232478,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *881 + team: *882 required: - action - team @@ -232607,9 +232622,9 @@ x-webhooks: - from required: - permissions - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 repository: title: Repository description: A git repository @@ -233067,7 +233082,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *881 + team: *882 required: - action - changes @@ -233145,9 +233160,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 repository: title: Repository description: A git repository @@ -233605,7 +233620,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *881 + team: *882 required: - action - team @@ -233681,10 +233696,10 @@ x-webhooks: type: string enum: - started - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -233757,16 +233772,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *807 + enterprise: *808 inputs: type: object nullable: true additionalProperties: true - installation: *808 - organization: *809 + installation: *809 + organization: *810 ref: type: string - repository: *810 + repository: *811 sender: *4 workflow: type: string @@ -233848,10 +233863,10 @@ x-webhooks: type: string enum: - completed - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 workflow_job: allOf: @@ -234088,7 +234103,7 @@ x-webhooks: type: string required: - conclusion - deployment: *567 + deployment: *568 required: - action - repository @@ -234167,10 +234182,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 workflow_job: allOf: @@ -234430,7 +234445,7 @@ x-webhooks: required: - status - steps - deployment: *567 + deployment: *568 required: - action - repository @@ -234509,10 +234524,10 @@ x-webhooks: type: string enum: - queued - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 workflow_job: type: object @@ -234647,7 +234662,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *567 + deployment: *568 required: - action - repository @@ -234726,10 +234741,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 workflow_job: type: object @@ -234865,7 +234880,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *567 + deployment: *568 required: - action - repository @@ -234945,12 +234960,12 @@ x-webhooks: type: string enum: - completed - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - workflow: *829 + workflow: *830 workflow_run: title: Workflow Run type: object @@ -235949,12 +235964,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - workflow: *829 + workflow: *830 workflow_run: title: Workflow Run type: object @@ -236938,12 +236953,12 @@ x-webhooks: type: string enum: - requested - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - workflow: *829 + workflow: *830 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 668eda724..c8e63adc1 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -18763,6 +18763,10 @@ "selected_actions_url": { "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` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -18774,7 +18778,8 @@ "value": { "enabled_organizations": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/enterprises/2/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/enterprises/2/actions/permissions/selected-actions", + "sha_pinning_required": true } } } @@ -18840,6 +18845,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -18850,7 +18859,8 @@ "default": { "value": { "enabled_organizations": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -88989,6 +88999,10 @@ "selected_actions_url": { "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` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -89000,7 +89014,8 @@ "value": { "enabled_repositories": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions", + "sha_pinning_required": true } } } @@ -89066,6 +89081,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -89076,7 +89095,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -217027,6 +217047,10 @@ "selected_actions_url": { "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` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -217038,7 +217062,8 @@ "value": { "enabled": true, "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions", + "sha_pinning_required": true } } } @@ -217108,6 +217133,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -217118,7 +217147,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 5fd33edfc..2cce180e0 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -444,7 +444,7 @@ paths: The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs. schema: type: string - - &91 + - &92 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 results before this cursor. For @@ -453,7 +453,7 @@ paths: required: false schema: type: string - - &92 + - &93 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 results after this cursor. For @@ -462,7 +462,7 @@ paths: required: false schema: type: string - - &93 + - &94 name: direction description: The direction to sort the results by. in: query @@ -683,7 +683,7 @@ paths: required: - vector_string - score - cvss_severities: &107 + cvss_severities: &108 type: object nullable: true properties: @@ -723,7 +723,7 @@ paths: required: - vector_string - score - epss: &108 + epss: &109 type: object nullable: true readOnly: true @@ -861,7 +861,7 @@ paths: - subscriptions_url - type - url - type: &385 + type: &386 type: string description: The type of credit the user is receiving. enum: @@ -994,7 +994,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &212 + schema: &213 title: Validation Error Simple description: Validation Error Simple type: object @@ -1027,7 +1027,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: - - &715 + - &716 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1145,7 +1145,7 @@ paths: GitHub. type: object nullable: true - properties: &169 + properties: &170 id: description: Unique identifier of the GitHub app example: 37 @@ -1278,7 +1278,7 @@ paths: about itself. example: 5 type: integer - required: &170 + required: &171 - id - node_id - owner @@ -1583,7 +1583,7 @@ paths: schema: type: integer default: 30 - - &304 + - &305 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1599,7 +1599,7 @@ paths: application/json: schema: type: array - items: &305 + items: &306 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1679,7 +1679,7 @@ paths: - installation_id - repository_id examples: - default: &306 + default: &307 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1711,7 +1711,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &725 + schema: &726 title: Scim Error description: Scim Error type: object @@ -1738,7 +1738,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &211 + schema: &212 title: Validation Error description: Validation Error type: object @@ -1807,7 +1807,7 @@ paths: description: Response content: application/json: - schema: &307 + schema: &308 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1921,7 +1921,7 @@ paths: - request - response examples: - default: &308 + default: &309 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2122,7 +2122,7 @@ paths: parameters: - *17 - *19 - - &174 + - &175 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2700,7 +2700,7 @@ paths: application/json: schema: *22 examples: - default: &76 + default: &77 value: id: 1 account: @@ -2850,11 +2850,11 @@ paths: - selected repositories: type: array - items: &66 + items: &67 title: Repository description: A repository on GitHub. type: object - properties: &363 + properties: &364 id: description: Unique identifier of the repository example: 42 @@ -2874,7 +2874,7 @@ paths: title: License Simple description: License Simple type: object - properties: &185 + properties: &186 key: type: string example: mit @@ -2896,7 +2896,7 @@ paths: html_url: type: string format: uri - required: &186 + required: &187 - key - name - url @@ -3292,7 +3292,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &364 + required: &365 - archive_url - assignees_url - blobs_url @@ -5079,7 +5079,7 @@ paths: responses: '202': *39 '422': *7 - '500': &90 + '500': &91 description: Internal Error content: application/json: @@ -7364,7 +7364,7 @@ paths: description: Response content: application/json: - schema: &213 + schema: &214 type: object properties: total_active_caches_count: @@ -7379,7 +7379,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &214 + default: &215 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7563,7 +7563,7 @@ paths: - public_ip_enabled - platform examples: - default: &215 + default: &216 value: total_count: 2 runners: @@ -7849,7 +7849,7 @@ paths: description: Response content: application/json: - schema: &216 + schema: &217 type: object properties: public_ips: @@ -7874,7 +7874,7 @@ paths: required: - public_ips examples: - default: &217 + default: &218 value: public_ips: current_usage: 17 @@ -7914,7 +7914,7 @@ paths: type: array items: *45 examples: - default: &218 + default: &219 value: id: 4-core cpu_cores: 4 @@ -8171,11 +8171,15 @@ paths: - all - local_only - selected - selected_actions_url: &221 + selected_actions_url: &222 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` is set to `selected`. + sha_pinning_required: &50 + type: boolean + description: Whether actions must be pinned to a full-length commit + SHA. required: - enabled_organizations examples: @@ -8184,6 +8188,7 @@ paths: enabled_organizations: all allowed_actions: selected selected_actions_url: https://api.github.com/enterprises/2/actions/permissions/selected-actions + sha_pinning_required: true x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8215,6 +8220,7 @@ paths: properties: enabled_organizations: *48 allowed_actions: *49 + sha_pinning_required: *50 required: - enabled_organizations examples: @@ -8222,6 +8228,7 @@ paths: value: enabled_organizations: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8244,7 +8251,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &223 + schema: &224 type: object properties: days: @@ -8262,7 +8269,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &726 + '401': &727 description: Authorization failure '404': *6 x-github: @@ -8290,7 +8297,7 @@ paths: required: true content: application/json: - schema: &224 + schema: &225 type: object properties: days: @@ -8325,7 +8332,7 @@ paths: description: Response content: application/json: - schema: &50 + schema: &51 type: object properties: approval_policy: @@ -8339,7 +8346,7 @@ paths: required: - approval_policy examples: - default: &225 + default: &226 value: approval_policy: first_time_contributors '404': *6 @@ -8368,7 +8375,7 @@ paths: required: true content: application/json: - schema: *50 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -8397,7 +8404,7 @@ paths: description: Response content: application/json: - schema: &226 + schema: &227 type: object required: - run_workflows_from_fork_pull_requests @@ -8423,7 +8430,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &51 + default: &52 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -8451,7 +8458,7 @@ paths: required: true content: application/json: - schema: &227 + schema: &228 type: object required: - run_workflows_from_fork_pull_requests @@ -8474,7 +8481,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *51 + default: *52 responses: '204': description: Empty response for successful settings update @@ -8514,11 +8521,11 @@ paths: type: number organizations: type: array - items: &61 + items: &62 title: Organization Simple description: A GitHub organization. type: object - properties: &103 + properties: &104 login: type: string example: github @@ -8559,7 +8566,7 @@ paths: type: string example: A great organization nullable: true - required: &104 + required: &105 - login - url - id @@ -8576,7 +8583,7 @@ paths: - total_count - organizations examples: - default: &62 + default: &63 value: total_count: 1 organizations: @@ -8655,7 +8662,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *41 - - &52 + - &53 name: org_id description: The unique identifier of the organization. in: path @@ -8684,7 +8691,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *41 - - *52 + - *53 responses: '204': description: Response @@ -8713,7 +8720,7 @@ paths: description: Response content: application/json: - schema: &53 + schema: &54 type: object properties: github_owned_allowed: @@ -8734,7 +8741,7 @@ paths: items: type: string examples: - default: &54 + default: &55 value: github_owned_allowed: true verified_allowed: false @@ -8767,9 +8774,9 @@ paths: required: true content: application/json: - schema: *53 + schema: *54 examples: - selected_actions: *54 + selected_actions: *55 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8874,17 +8881,17 @@ paths: description: Success response content: application/json: - schema: &230 + schema: &231 type: object properties: - default_workflow_permissions: &55 + default_workflow_permissions: &56 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &56 + can_approve_pull_request_reviews: &57 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -8892,7 +8899,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &57 + default: &58 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -8922,13 +8929,13 @@ paths: required: true content: application/json: - schema: &231 + schema: &232 type: object properties: - default_workflow_permissions: *55 - can_approve_pull_request_reviews: *56 + default_workflow_permissions: *56 + can_approve_pull_request_reviews: *57 examples: - default: *57 + default: *58 responses: '204': description: Success response @@ -8973,7 +8980,7 @@ paths: type: number runner_groups: type: array - items: &58 + items: &59 type: object properties: id: @@ -9152,9 +9159,9 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: - default: &59 + default: &60 value: id: 2 name: octo-runner-group @@ -9189,7 +9196,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise parameters: - *41 - - &60 + - &61 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -9201,9 +9208,9 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: - default: *59 + default: *60 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9223,7 +9230,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise parameters: - *41 - - *60 + - *61 requestBody: required: false content: @@ -9275,7 +9282,7 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: default: value: @@ -9311,7 +9318,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise parameters: - *41 - - *60 + - *61 responses: '204': description: Response @@ -9335,7 +9342,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *41 - - *60 + - *61 - *17 - *19 responses: @@ -9350,12 +9357,12 @@ paths: type: number organizations: type: array - items: *61 + items: *62 required: - total_count - organizations examples: - default: *62 + default: *63 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9375,7 +9382,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-organization-access-for-a-self-hosted-runner-group-in-an-enterprise parameters: - *41 - - *60 + - *61 requestBody: required: true content: @@ -9421,8 +9428,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *41 - - *60 - - *52 + - *61 + - *53 responses: '204': description: Response @@ -9445,8 +9452,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *41 - - *60 - - *52 + - *61 + - *53 responses: '204': description: Response @@ -9470,7 +9477,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise parameters: - *41 - - *60 + - *61 - *17 - *19 responses: @@ -9485,7 +9492,7 @@ paths: type: number runners: type: array - items: &64 + items: &65 title: Self hosted runners description: A self hosted runner type: object @@ -9514,7 +9521,7 @@ paths: type: boolean labels: type: array - items: &68 + items: &69 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -9547,7 +9554,7 @@ paths: - total_count - runners examples: - default: &65 + default: &66 value: total_count: 2 runners: @@ -9607,7 +9614,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise parameters: - *41 - - *60 + - *61 requestBody: required: true content: @@ -9652,8 +9659,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-enterprise parameters: - *41 - - *60 - - &63 + - *61 + - &64 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -9682,8 +9689,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise parameters: - *41 - - *60 - - *63 + - *61 + - *64 responses: '204': description: Response @@ -9726,9 +9733,9 @@ paths: type: number runners: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: Link: *40 x-github: @@ -9758,7 +9765,7 @@ paths: application/json: schema: type: array - items: &235 + items: &236 title: Runner Application description: Runner Application type: object @@ -9783,7 +9790,7 @@ paths: - download_url - filename examples: - default: &236 + default: &237 value: - os: osx architecture: x64 @@ -9867,7 +9874,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &237 + '201': &238 description: Response content: application/json: @@ -9877,7 +9884,7 @@ paths: - runner - encoded_jit_config properties: - runner: *64 + runner: *65 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -9906,7 +9913,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': &101 + '409': &102 description: Conflict content: application/json: @@ -9944,7 +9951,7 @@ paths: description: Response content: application/json: - schema: &67 + schema: &68 title: Authentication Token description: Authentication Token type: object @@ -9966,7 +9973,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *66 + items: *67 single_file: type: string example: config.yaml @@ -9982,7 +9989,7 @@ paths: - token - expires_at examples: - default: &238 + default: &239 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10020,9 +10027,9 @@ paths: description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: &239 + default: &240 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10046,15 +10053,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 + - *64 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: &240 + default: &241 value: id: 23 name: MBP @@ -10094,7 +10101,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-enterprise parameters: - *41 - - *63 + - *64 responses: '204': description: Response @@ -10119,9 +10126,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 + - *64 responses: - '200': &69 + '200': &70 description: Response content: application/json: @@ -10135,7 +10142,7 @@ paths: type: integer labels: type: array - items: *68 + items: *69 examples: default: value: @@ -10173,7 +10180,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 + - *64 requestBody: required: true content: @@ -10197,7 +10204,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -10220,7 +10227,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 + - *64 requestBody: required: true content: @@ -10245,7 +10252,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -10268,9 +10275,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 + - *64 responses: - '200': &241 + '200': &242 description: Response content: application/json: @@ -10284,7 +10291,7 @@ paths: type: integer labels: type: array - items: *68 + items: *69 examples: default: value: @@ -10325,8 +10332,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise parameters: - *41 - - *63 - - &242 + - *64 + - &243 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10334,7 +10341,7 @@ paths: schema: type: string responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -10359,20 +10366,20 @@ paths: description: Response content: application/json: - schema: &74 + schema: &75 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &70 + announcement: &71 type: string description: The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see "[Basic writing and formatting syntax](https://docs.github.com/enterprise-cloud@latest//github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)." example: Very **important** announcement about _something_. nullable: true - expires_at: &71 + expires_at: &72 type: string format: date-time description: 'The time at which the announcement expires. This @@ -10382,7 +10389,7 @@ paths: it to an empty string.' example: '"2021-01-01T00:00:00.000-07:00"' nullable: true - user_dismissible: &72 + user_dismissible: &73 type: boolean description: Whether an announcement can be dismissed by the user. example: false @@ -10393,7 +10400,7 @@ paths: - expires_at - user_dismissible examples: - default: &73 + default: &74 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -10417,18 +10424,18 @@ paths: required: true content: application/json: - schema: &249 + schema: &250 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *70 - expires_at: *71 - user_dismissible: *72 + announcement: *71 + expires_at: *72 + user_dismissible: *73 required: - announcement examples: - default: *73 + default: *74 parameters: - *41 responses: @@ -10436,9 +10443,9 @@ paths: description: Response content: application/json: - schema: *74 + schema: *75 examples: - default: *73 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10534,7 +10541,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization parameters: - *41 - - &75 + - &76 name: org description: The organization name. The name is not case sensitive. in: path @@ -10551,7 +10558,7 @@ paths: application/json: schema: type: array - items: &77 + items: &78 title: Accessible Repository description: A repository that may be made accessible to a GitHub App. @@ -10602,7 +10609,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#list-github-apps-installed-on-an-enterprise-owned-organization parameters: - *41 - - *75 + - *76 - *17 - *19 responses: @@ -10697,7 +10704,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#install-a-github-app-on-an-enterprise-owned-organization parameters: - *41 - - *75 + - *76 responses: '200': description: A GitHub App installation that was installed previously. @@ -10705,14 +10712,14 @@ paths: application/json: schema: *22 examples: - default: *76 + default: *77 '201': description: A GitHub App installation. content: application/json: schema: *22 examples: - default: *76 + default: *77 requestBody: required: true content: @@ -10780,7 +10787,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#uninstall-a-github-app-from-an-enterprise-owned-organization parameters: - *41 - - *75 + - *76 - *23 responses: '204': @@ -10808,7 +10815,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-the-repositories-accessible-to-a-given-github-app-installation parameters: - *41 - - *75 + - *76 - *23 - *17 - *19 @@ -10820,7 +10827,7 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: default: value: @@ -10849,7 +10856,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#toggle-installation-repository-access-between-selected-and-all-repositories parameters: - *41 - - *75 + - *76 - *23 requestBody: required: true @@ -10889,7 +10896,7 @@ paths: application/json: schema: *22 examples: - default: *76 + default: *77 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -10910,7 +10917,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation parameters: - *41 - - *75 + - *76 - *23 responses: '200': @@ -10920,7 +10927,7 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: default: value: @@ -10971,7 +10978,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation parameters: - *41 - - *75 + - *76 - *23 responses: '200': @@ -10981,7 +10988,7 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: default: value: @@ -11058,7 +11065,7 @@ paths: required: false schema: type: string - - &250 + - &251 name: include description: |- The event types to include: @@ -11076,7 +11083,7 @@ paths: - web - git - all - - &251 + - &252 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. @@ -11084,7 +11091,7 @@ paths: required: false schema: type: string - - &252 + - &253 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. @@ -11092,7 +11099,7 @@ paths: required: false schema: type: string - - &253 + - &254 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11114,7 +11121,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 type: object properties: "@timestamp": @@ -11236,7 +11243,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &255 + default: &256 value: - "@timestamp": 1606929874512 action: team.add_member @@ -11415,7 +11422,7 @@ paths: vendor_specific: type: object oneOf: - - &81 + - &82 title: AzureBlobConfig description: Azure Blob Config for audit log streaming configuration. type: object @@ -11434,7 +11441,7 @@ paths: - key_id - encrypted_sas_url - container - - &82 + - &83 title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. type: object @@ -11453,7 +11460,7 @@ paths: - name - encrypted_connstring - key_id - - &83 + - &84 title: AmazonS3OIDCConfig description: Amazon S3 OIDC Config for audit log streaming configuration. type: object @@ -11481,7 +11488,7 @@ paths: - bucket - key_id - region - - &84 + - &85 title: AmazonS3AccessKeysConfig description: Amazon S3 Access Keys Config for audit log streaming configuration. @@ -11515,7 +11522,7 @@ paths: - encrypted_secret_key - key_id - region - - &85 + - &86 title: SplunkConfig description: Splunk Config for Audit Log Stream Configuration type: object @@ -11543,7 +11550,7 @@ paths: - key_id - port - ssl_verify - - &86 + - &87 title: HecConfig description: Hec Config for Audit Log Stream Configuration type: object @@ -11575,7 +11582,7 @@ paths: - key_id - port - ssl_verify - - &87 + - &88 title: GoogleCloudConfig description: Google Cloud Config for audit log streaming configuration. type: object @@ -11593,7 +11600,7 @@ paths: - bucket - key_id - encrypted_json_credentials - - &88 + - &89 title: DatadogConfig description: Datadog Config for audit log streaming configuration. type: object @@ -11624,7 +11631,7 @@ paths: - stream_type - vendor_specific examples: - default: &89 + default: &90 value: enabled: false stream_type: Azure Event Hubs @@ -11638,7 +11645,7 @@ paths: description: The audit log stream configuration was created successfully. content: application/json: - schema: &78 + schema: &79 title: Get an audit log streaming configuration description: Get an audit log streaming configuration for an enterprise. type: object @@ -11669,7 +11676,7 @@ paths: - created_at - updated_at examples: - default: &79 + default: &80 value: id: 1 stream_type: Splunk @@ -11698,7 +11705,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#list-one-audit-log-streaming-configuration-via-a-stream-id parameters: - *41 - - &80 + - &81 name: stream_id description: The ID of the audit log stream configuration. in: path @@ -11710,9 +11717,9 @@ paths: description: Lists one audit log stream configuration via stream ID. content: application/json: - schema: *78 + schema: *79 examples: - default: *79 + default: *80 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -11732,7 +11739,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#update-an-existing-audit-log-stream-configuration parameters: - *41 - - *80 + - *81 requestBody: required: true content: @@ -11758,7 +11765,6 @@ paths: vendor_specific: type: object oneOf: - - *81 - *82 - *83 - *84 @@ -11766,20 +11772,21 @@ paths: - *86 - *87 - *88 + - *89 required: - enabled - stream_type - vendor_specific examples: - default: *89 + default: *90 responses: '200': description: Successful update content: application/json: - schema: *78 + schema: *79 examples: - default: *79 + default: *80 '422': description: Validation error content: @@ -11810,7 +11817,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#delete-an-audit-log-streaming-configuration-for-an-enterprise parameters: - *41 - - *80 + - *81 responses: '204': description: The audit log stream configuration was deleted successfully. @@ -11842,7 +11849,7 @@ paths: in: query schema: type: string - - &257 + - &258 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -11850,7 +11857,7 @@ paths: required: false schema: type: string - - &258 + - &259 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -11858,7 +11865,7 @@ paths: required: false schema: type: string - - &259 + - &260 name: time_period description: |- The time period to filter by. @@ -11874,7 +11881,7 @@ paths: - week - month default: day - - &260 + - &261 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -11901,7 +11908,7 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12018,7 +12025,7 @@ paths: type: array description: The responses to the bypass request. nullable: true - items: &264 + items: &265 title: Bypass response description: A response made by a delegated bypasser to a bypass request. @@ -12062,7 +12069,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &262 + default: &263 value: - id: 21 number: 42 @@ -12131,7 +12138,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *90 + '500': *91 "/enterprises/{enterprise}/code-scanning/alerts": get: summary: List code scanning alerts for an enterprise @@ -12149,17 +12156,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *41 - - &269 + - &270 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`, but not both. in: query required: false - schema: &94 + schema: &95 type: string description: The name of the tool used to generate the code scanning analysis. - - &270 + - &271 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 @@ -12167,22 +12174,22 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &95 + schema: &96 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *91 - *92 + - *93 - *19 - *17 - - *93 + - *94 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &271 + schema: &272 type: string description: State of a code scanning alert. enum: @@ -12207,42 +12214,42 @@ paths: application/json: schema: type: array - items: &272 + items: &273 type: object properties: - number: &105 + number: &106 type: integer description: The security alert number. readOnly: true - created_at: &112 + created_at: &113 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &113 + updated_at: &114 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &110 + url: &111 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &111 + html_url: &112 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &502 + instances_url: &503 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &96 + state: &97 type: string description: State of a code scanning alert. nullable: true @@ -12250,7 +12257,7 @@ paths: - open - dismissed - fixed - fixed_at: &115 + fixed_at: &116 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -12264,14 +12271,14 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: &114 + dismissed_at: &115 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissed_reason: &503 + dismissed_reason: &504 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12280,13 +12287,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &504 + dismissed_comment: &505 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &505 + rule: &506 type: object properties: id: @@ -12339,25 +12346,25 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &506 + tool: &507 type: object properties: - name: *94 + name: *95 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *95 - most_recent_instance: &507 + guid: *96 + most_recent_instance: &508 type: object properties: - ref: &500 + ref: &501 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &517 + analysis_key: &518 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12368,13 +12375,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &518 + category: &519 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *96 + state: *97 commit_sha: type: string message: @@ -12413,11 +12420,11 @@ paths: - generated - test - library - repository: &102 + repository: &103 title: Simple Repository description: A GitHub repository. type: object - properties: &201 + properties: &202 id: type: integer format: int64 @@ -12644,7 +12651,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &202 + required: &203 - archive_url - assignees_url - blobs_url @@ -12713,7 +12720,7 @@ paths: - most_recent_instance - repository examples: - default: &273 + default: &274 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -12944,7 +12951,7 @@ paths: headers: Link: *40 '404': *6 - '503': &159 + '503': &160 description: Service unavailable content: application/json: @@ -12988,8 +12995,8 @@ paths: schema: type: integer default: 30 - - *91 - *92 + - *93 responses: '200': description: Response @@ -12997,7 +13004,7 @@ paths: application/json: schema: type: array - items: &97 + items: &98 type: object description: A code security configuration properties: @@ -13366,7 +13373,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &274 + code_scanning_options: &275 type: object description: Security Configuration feature options for code scanning nullable: true @@ -13383,7 +13390,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &100 + code_scanning_default_setup_options: &101 type: object description: Feature options for code scanning default setup nullable: true @@ -13500,9 +13507,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *97 + schema: *98 examples: - default: &98 + default: &99 value: id: 1325 target_type: enterprise @@ -13560,7 +13567,7 @@ paths: description: Response content: application/json: - schema: &276 + schema: &277 type: array description: A list of default code security configurations items: @@ -13574,9 +13581,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *97 + configuration: *98 examples: - default: &277 + default: &278 value: - default_for_new_repos: public configuration: @@ -13665,7 +13672,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - *41 - - &99 + - &100 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -13677,9 +13684,9 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: - default: *98 + default: *99 '304': *37 '403': *29 '404': *6 @@ -13704,7 +13711,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - *41 - - *99 + - *100 requestBody: required: true content: @@ -13783,7 +13790,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *100 + code_scanning_default_setup_options: *101 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -13871,13 +13878,13 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: - default: *98 + default: *99 '304': *37 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13901,14 +13908,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - *41 - - *99 + - *100 responses: - '204': &125 + '204': &126 description: A header with no content is returned. '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13933,7 +13940,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - *41 - - *99 + - *100 requestBody: required: true content: @@ -13960,7 +13967,7 @@ paths: '202': *39 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -13985,7 +13992,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-enterprise parameters: - *41 - - *99 + - *100 requestBody: required: true content: @@ -14025,12 +14032,12 @@ paths: - none - private_and_internal - public - configuration: *97 + configuration: *98 examples: default: value: default_for_new_repos: all - configuration: &275 + configuration: &276 value: id: 1325 target_type: organization @@ -14087,7 +14094,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - *41 - - *99 + - *100 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -14096,8 +14103,8 @@ paths: schema: type: integer default: 30 - - *91 - *92 + - *93 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -14115,7 +14122,7 @@ paths: application/json: schema: type: array - items: &278 + items: &279 type: object description: Repositories associated with a code security configuration and attachment status @@ -14133,13 +14140,13 @@ paths: - failed - updating - removed_by_enterprise - repository: *102 + repository: *103 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: &279 + repository: &280 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -14604,7 +14611,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &116 + items: &117 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -14621,14 +14628,14 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *103 - required: *104 + properties: *104 + required: *105 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &265 + - &266 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -14687,7 +14694,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &341 + properties: &342 id: description: Unique identifier of the team type: integer @@ -14743,7 +14750,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &342 + required: &343 - id - node_id - url @@ -14871,7 +14878,7 @@ paths: - created_at additionalProperties: false examples: - default: &117 + default: &118 value: total_seats: 2 seats: @@ -14942,7 +14949,7 @@ paths: site_admin: false headers: Link: *40 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -15004,7 +15011,7 @@ paths: application/json: schema: type: array - items: &165 + items: &166 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -15311,7 +15318,7 @@ paths: - date additionalProperties: true examples: - default: &166 + default: &167 value: - date: '2024-06-24' total_active_users: 24 @@ -15410,10 +15417,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *90 + '500': *91 '403': *29 '404': *6 - '422': &167 + '422': &168 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -15443,7 +15450,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &286 + - &287 name: state in: query description: |- @@ -15452,7 +15459,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &287 + - &288 name: severity in: query description: |- @@ -15461,7 +15468,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &288 + - &289 name: ecosystem in: query description: |- @@ -15470,14 +15477,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &289 + - &290 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &290 + - &291 name: epss_percentage in: query description: |- @@ -15489,7 +15496,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &291 + - &292 name: has in: query description: |- @@ -15503,7 +15510,7 @@ paths: type: string enum: - patch - - &292 + - &293 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -15513,7 +15520,7 @@ paths: enum: - development - runtime - - &293 + - &294 name: sort in: query description: |- @@ -15528,10 +15535,10 @@ paths: - updated - epss_percentage default: created - - *93 - - *91 + - *94 - *92 - - &294 + - *93 + - &295 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -15544,7 +15551,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &295 + - &296 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15564,11 +15571,11 @@ paths: application/json: schema: type: array - items: &296 + items: &297 type: object description: A Dependabot alert. properties: - number: *105 + number: *106 state: type: string description: The state of the Dependabot alert. @@ -15583,7 +15590,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &106 + package: &107 type: object description: Details for the vulnerable package. readOnly: true @@ -15627,7 +15634,7 @@ paths: - unknown - direct - transitive - security_advisory: &559 + security_advisory: &560 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15657,13 +15664,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &109 + items: &110 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *106 + package: *107 severity: type: string description: The severity of the vulnerability. @@ -15729,8 +15736,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *107 - epss: *108 + cvss_severities: *108 + epss: *109 cwes: type: array description: Details for the advisory pertaining to Common @@ -15829,12 +15836,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *109 - url: *110 - html_url: *111 - created_at: *112 - updated_at: *113 - dismissed_at: *114 + security_vulnerability: *110 + url: *111 + html_url: *112 + created_at: *113 + updated_at: *114 + dismissed_at: *115 dismissed_by: title: Simple User description: A GitHub user. @@ -15858,15 +15865,15 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *115 - auto_dismissed_at: &560 + fixed_at: *116 + auto_dismissed_at: &561 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - repository: *102 + repository: *103 required: - number - state @@ -15885,7 +15892,7 @@ paths: - repository additionalProperties: false examples: - default: &297 + default: &298 value: - number: 2 state: dismissed @@ -16302,7 +16309,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - *41 - - &256 + - &257 name: username description: The handle for the GitHub user account. in: path @@ -16324,10 +16331,10 @@ paths: teams or multiple organizations are only counted once. seats: type: array - items: *116 + items: *117 examples: - default: *117 - '500': *90 + default: *118 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -16369,7 +16376,7 @@ paths: type: integer network_configurations: type: array - items: &118 + items: &119 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -16409,7 +16416,7 @@ paths: - name - created_on examples: - default: &396 + default: &397 value: total_count: 2 network_configurations: @@ -16487,9 +16494,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: &119 + default: &120 value: id: 123456789ABCDEF name: My network configuration @@ -16516,7 +16523,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *41 - - &120 + - &121 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -16528,9 +16535,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *119 + default: *120 headers: Link: *40 x-github: @@ -16550,7 +16557,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#update-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *41 - - *120 + - *121 requestBody: required: true content: @@ -16589,9 +16596,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *119 + default: *120 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -16609,7 +16616,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#delete-a-hosted-compute-network-configuration-from-an-enterprise parameters: - *41 - - *120 + - *121 responses: '204': description: Response @@ -16632,7 +16639,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: - *41 - - &397 + - &398 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16644,7 +16651,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16678,7 +16685,7 @@ paths: - subnet_id - region examples: - default: &399 + default: &400 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16713,7 +16720,7 @@ paths: application/json: schema: type: array - items: &121 + items: &122 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -16779,7 +16786,7 @@ paths: - property_name - value_type examples: - default: &122 + default: &123 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -16836,7 +16843,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *121 + items: *122 minItems: 1 maxItems: 100 required: @@ -16866,9 +16873,9 @@ paths: application/json: schema: type: array - items: *121 + items: *122 examples: - default: *122 + default: *123 '403': *29 '404': *6 x-github: @@ -16891,8 +16898,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise parameters: - *41 - - *75 - - &123 + - *76 + - &124 name: custom_property_name description: The custom property name in: path @@ -16904,9 +16911,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &124 + default: &125 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -16939,15 +16946,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - *41 - - *123 + - *124 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *124 + default: *125 '403': *29 '404': *6 x-github: @@ -16969,12 +16976,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise parameters: - *41 - - *123 + - *124 requestBody: required: true content: application/json: - schema: &361 + schema: &362 title: Custom Property Set Payload description: Custom property set payload type: object @@ -17038,9 +17045,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *124 + default: *125 '403': *29 '404': *6 x-github: @@ -17062,9 +17069,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - *41 - - *123 + - *124 responses: - '204': *125 + '204': *126 '403': *29 '404': *6 x-github: @@ -17104,7 +17111,7 @@ paths: - push - repository default: branch - enforcement: &132 + enforcement: &133 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -17117,7 +17124,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &133 + items: &134 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -17155,7 +17162,7 @@ paths: - always - pull_request default: always - conditions: &156 + conditions: &157 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -17169,7 +17176,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &126 + - &127 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -17195,7 +17202,7 @@ paths: type: string required: - organization_name - - &129 + - &130 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -17224,7 +17231,7 @@ paths: is prevented. required: - repository_name - - &128 + - &129 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -17252,8 +17259,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *126 - - &131 + - *127 + - &132 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -17266,7 +17273,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &127 + items: &128 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -17297,16 +17304,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *127 + items: *128 required: - repository_property - - *128 + - *129 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &130 + - &131 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -17323,25 +17330,25 @@ paths: type: integer required: - organization_id + - *130 - *129 - - *128 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *130 - *131 - - *128 + - *132 + - *129 rules: type: array description: An array of rules within the ruleset. - items: &157 + items: &158 title: Repository Rule type: object description: A repository rule. oneOf: - - &134 + - &135 title: creation description: Only allow users with bypass permission to create matching refs. @@ -17353,7 +17360,7 @@ paths: type: string enum: - creation - - &135 + - &136 title: update description: Only allow users with bypass permission to update matching refs. @@ -17374,7 +17381,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &136 + - &137 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -17386,7 +17393,7 @@ paths: type: string enum: - deletion - - &137 + - &138 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -17398,7 +17405,7 @@ paths: type: string enum: - required_linear_history - - &138 + - &139 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17422,7 +17429,7 @@ paths: type: string required: - required_deployment_environments - - &139 + - &140 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17434,7 +17441,7 @@ paths: type: string enum: - required_signatures - - &140 + - &141 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. @@ -17494,7 +17501,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &141 + - &142 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17541,7 +17548,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &142 + - &143 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17553,7 +17560,7 @@ paths: type: string enum: - non_fast_forward - - &143 + - &144 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17589,7 +17596,7 @@ paths: required: - operator - pattern - - &144 + - &145 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17625,7 +17632,7 @@ paths: required: - operator - pattern - - &145 + - &146 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17661,7 +17668,7 @@ paths: required: - operator - pattern - - &146 + - &147 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17697,7 +17704,7 @@ paths: required: - operator - pattern - - &147 + - &148 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17733,7 +17740,7 @@ paths: required: - operator - pattern - - &148 + - &149 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -17757,7 +17764,7 @@ paths: type: string required: - restricted_file_paths - - &149 + - &150 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -17781,7 +17788,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &150 + - &151 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -17804,7 +17811,7 @@ paths: type: string required: - restricted_file_extensions - - &151 + - &152 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -17828,7 +17835,7 @@ paths: maximum: 100 required: - max_file_size - - &152 + - &153 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17877,7 +17884,7 @@ paths: - repository_id required: - workflows - - &153 + - &154 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17963,7 +17970,7 @@ paths: description: Response content: application/json: - schema: &154 + schema: &155 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -17998,11 +18005,11 @@ paths: source: type: string description: The name of the source - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 + items: *134 current_user_can_bypass: type: string description: |- @@ -18033,8 +18040,8 @@ paths: conditions: nullable: true anyOf: - - *128 - - &368 + - *129 + - &369 title: Organization ruleset conditions type: object description: |- @@ -18048,14 +18055,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *128 - *129 + - *130 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *128 + - *129 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -18077,20 +18084,20 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *128 - - *131 + - *129 + - *132 rules: type: array - items: &681 + items: &682 title: Repository Rule type: object description: A repository rule. oneOf: - - *134 - *135 - *136 - *137 - - &679 + - *138 + - &680 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -18168,7 +18175,6 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - *138 - *139 - *140 - *141 @@ -18184,6 +18190,7 @@ paths: - *151 - *152 - *153 + - *154 created_at: type: string format: date-time @@ -18191,7 +18198,7 @@ paths: type: string format: date-time examples: - default: &155 + default: &156 value: id: 21 name: super cool ruleset @@ -18217,7 +18224,7 @@ paths: created_at: '2024-08-15T08:43:03Z' updated_at: '2024-09-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18250,11 +18257,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *155 + default: *156 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18296,16 +18303,16 @@ paths: - tag - push - repository - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 - conditions: *156 + items: *134 + conditions: *157 rules: description: An array of rules within the ruleset. type: array - items: *157 + items: *158 examples: default: value: @@ -18329,11 +18336,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *155 + default: *156 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18360,7 +18367,7 @@ paths: '204': description: Response '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18393,7 +18400,7 @@ paths: application/json: schema: type: array - items: &158 + items: &159 title: Ruleset version type: object description: The historical version of a ruleset @@ -18417,7 +18424,7 @@ paths: type: string format: date-time examples: - default: &371 + default: &372 value: - version_id: 3 actor: @@ -18435,7 +18442,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18470,9 +18477,9 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 allOf: - - *158 + - *159 - type: object required: - state @@ -18505,7 +18512,7 @@ paths: rules: - type: repository_delete '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18525,7 +18532,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &373 + - &374 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -18536,7 +18543,7 @@ paths: enum: - open - resolved - - &374 + - &375 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -18546,7 +18553,7 @@ paths: required: false schema: type: string - - &375 + - &376 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -18555,7 +18562,7 @@ paths: required: false schema: type: string - - &376 + - &377 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. @@ -18567,11 +18574,11 @@ paths: - created - updated default: created - - *93 + - *94 - *17 - - *91 - *92 - - &377 + - *93 + - &378 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -18580,7 +18587,7 @@ paths: required: false schema: type: string - - &378 + - &379 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -18589,7 +18596,7 @@ paths: schema: type: boolean default: false - - &379 + - &380 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18598,7 +18605,7 @@ paths: schema: type: boolean default: false - - &380 + - &381 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -18614,11 +18621,11 @@ paths: application/json: schema: type: array - items: &381 + items: &382 type: object properties: - number: *105 - created_at: *112 + number: *106 + created_at: *113 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -18626,21 +18633,21 @@ paths: format: date-time readOnly: true nullable: true - url: *110 - html_url: *111 + url: *111 + html_url: *112 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &693 + state: &694 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: &694 + resolution: &695 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -18674,7 +18681,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *102 + repository: *103 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -18747,8 +18754,8 @@ paths: pull request. ' - oneOf: &695 - - &697 + oneOf: &696 + - &698 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -18800,7 +18807,7 @@ paths: - blob_url - commit_sha - commit_url - - &698 + - &699 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -18855,7 +18862,7 @@ paths: - page_url - commit_sha - commit_url - - &699 + - &700 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -18869,7 +18876,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &700 + - &701 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -18883,7 +18890,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &701 + - &702 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -18897,7 +18904,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &702 + - &703 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -18911,7 +18918,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &703 + - &704 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -18925,7 +18932,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &704 + - &705 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -18939,7 +18946,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &705 + - &706 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -18953,7 +18960,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &706 + - &707 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -18967,7 +18974,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &707 + - &708 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -18981,7 +18988,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &708 + - &709 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -18995,7 +19002,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &709 + - &710 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -19015,7 +19022,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &382 + default: &383 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -19266,7 +19273,7 @@ paths: headers: Link: *40 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19297,13 +19304,13 @@ paths: description: Response content: application/json: - schema: &383 + schema: &384 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. type: object properties: - pattern_config_version: &161 + pattern_config_version: &162 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -19312,7 +19319,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &160 + items: &161 type: object properties: token_type: @@ -19378,9 +19385,9 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *160 + items: *161 examples: - default: &384 + default: &385 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -19435,7 +19442,7 @@ paths: schema: type: object properties: - pattern_config_version: *161 + pattern_config_version: *162 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -19461,7 +19468,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *161 + custom_pattern_version: *162 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -19497,7 +19504,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 "/enterprises/{enterprise}/settings/billing/actions": get: @@ -19524,7 +19531,7 @@ paths: description: Response content: application/json: - schema: &387 + schema: &388 type: object properties: total_minutes_used: @@ -19594,7 +19601,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &388 + default: &389 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -19625,7 +19632,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &389 + - &390 name: advanced_security_product in: query description: | @@ -19645,7 +19652,7 @@ paths: description: Success content: application/json: - schema: &390 + schema: &391 type: object properties: total_advanced_security_committers: @@ -19700,7 +19707,7 @@ paths: required: - repositories examples: - default: &391 + default: &392 value: total_advanced_security_committers: 2 total_count: 2 @@ -19809,8 +19816,8 @@ paths: name: Octocat '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19939,7 +19946,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-a-cost-center-by-id parameters: - *41 - - &164 + - &165 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -19951,7 +19958,7 @@ paths: description: Response when getting a cost center content: application/json: - schema: &162 + schema: &163 type: object properties: id: @@ -19990,7 +19997,7 @@ paths: - name - resources examples: - default: &163 + default: &164 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -20003,8 +20010,8 @@ paths: name: octocat/hello-world '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20054,15 +20061,15 @@ paths: description: Response when updating a cost center content: application/json: - schema: *162 + schema: *163 examples: - default: *163 + default: *164 '400': *14 '403': *29 '404': *6 - '409': *101 - '500': *90 - '503': *159 + '409': *102 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20080,7 +20087,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#delete-a-cost-center parameters: - *41 - - *164 + - *165 responses: '200': description: Response when deleting a cost center @@ -20118,8 +20125,8 @@ paths: '400': *14 '404': *6 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20140,7 +20147,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-resources-to-a-cost-center parameters: - *41 - - *164 + - *165 requestBody: required: true content: @@ -20185,9 +20192,9 @@ paths: message: Resources successfully added to the cost center. '400': *14 '403': *29 - '409': *101 - '500': *90 - '503': *159 + '409': *102 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20207,7 +20214,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-resources-from-a-cost-center parameters: - *41 - - *164 + - *165 requestBody: required: true content: @@ -20253,8 +20260,8 @@ paths: message: Resources successfully removed from the cost center. '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20285,7 +20292,7 @@ paths: description: Response content: application/json: - schema: &392 + schema: &393 type: object properties: total_gigabytes_bandwidth_used: @@ -20303,7 +20310,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &393 + default: &394 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -20338,7 +20345,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &395 type: object properties: days_left_in_billing_cycle: @@ -20356,7 +20363,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &395 + default: &396 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -20381,7 +20388,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *41 - - &203 + - &204 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -20390,7 +20397,7 @@ paths: required: false schema: type: integer - - &204 + - &205 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -20399,7 +20406,7 @@ paths: required: false schema: type: integer - - &205 + - &206 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -20408,7 +20415,7 @@ paths: required: false schema: type: integer - - &206 + - &207 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or @@ -20429,7 +20436,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &207 + schema: &208 type: object properties: usageItems: @@ -20482,7 +20489,7 @@ paths: - netAmount - organizationName examples: - default: &208 + default: &209 value: usageItems: - date: '2023-08-01' @@ -20498,8 +20505,8 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20570,13 +20577,13 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 - '500': *90 + default: *167 + '500': *91 '403': *29 '404': *6 - '422': *167 + '422': *168 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -20665,7 +20672,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Event description: Event type: object @@ -20675,7 +20682,7 @@ paths: type: type: string nullable: true - actor: &168 + actor: &169 title: Actor description: Actor type: object @@ -20715,18 +20722,18 @@ paths: - id - name - url - org: *168 + org: *169 payload: type: object properties: action: type: string - issue: &184 + issue: &185 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &617 + properties: &618 id: type: integer format: int64 @@ -20838,7 +20845,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &544 + properties: &545 url: type: string format: uri @@ -20908,7 +20915,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &545 + required: &546 - closed_issues - creator - description @@ -20987,7 +20994,7 @@ paths: timeline_url: type: string format: uri - type: &326 + type: &327 title: Issue Type description: The type of issue. type: object @@ -21036,7 +21043,7 @@ paths: - node_id - name - description - repository: *66 + repository: *67 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -21046,9 +21053,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 - author_association: &171 + properties: *170 + required: *171 + author_association: &172 title: author_association type: string example: OWNER @@ -21062,7 +21069,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &172 + reactions: &173 title: Reaction Rollup type: object properties: @@ -21098,7 +21105,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &753 + sub_issues_summary: &754 title: Sub-issues Summary type: object properties: @@ -21112,7 +21119,7 @@ paths: - total - completed - percent_completed - issue_dependencies_summary: &754 + issue_dependencies_summary: &755 title: Issue Dependencies Summary type: object properties: @@ -21131,7 +21138,7 @@ paths: - total_blocking issue_field_values: type: array - items: &755 + items: &756 title: Issue Field Value description: A value assigned to an issue field type: object @@ -21191,7 +21198,7 @@ paths: - node_id - data_type - value - required: &618 + required: &619 - assignee - closed_at - comments @@ -21213,7 +21220,7 @@ paths: - author_association - created_at - updated_at - comment: &615 + comment: &616 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -21261,7 +21268,7 @@ paths: issue_url: type: string format: uri - author_association: *171 + author_association: *172 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -21271,9 +21278,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 - reactions: *172 + properties: *170 + required: *171 + reactions: *173 required: - id - node_id @@ -21368,7 +21375,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *37 '403': *29 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21449,7 +21456,7 @@ paths: _links: type: object properties: - timeline: &173 + timeline: &174 title: Link With Type description: Hypermedia Link with Type type: object @@ -21461,17 +21468,17 @@ paths: required: - href - type - user: *173 - security_advisories: *173 - current_user: *173 - current_user_public: *173 - current_user_actor: *173 - current_user_organization: *173 + user: *174 + security_advisories: *174 + current_user: *174 + current_user_public: *174 + current_user_actor: *174 + current_user_organization: *174 current_user_organizations: type: array - items: *173 - repository_discussions: *173 - repository_discussions_category: *173 + items: *174 + repository_discussions: *174 + repository_discussions_category: *174 required: - timeline - user @@ -21533,7 +21540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *174 + - *175 - *17 - *19 responses: @@ -21543,7 +21550,7 @@ paths: application/json: schema: type: array - items: &175 + items: &176 title: Base Gist description: Base Gist type: object @@ -21642,7 +21649,7 @@ paths: - created_at - updated_at examples: - default: &176 + default: &177 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -21763,7 +21770,7 @@ paths: description: Response content: application/json: - schema: &177 + schema: &178 title: Gist Simple description: Gist Simple type: object @@ -21780,7 +21787,7 @@ paths: url: type: string format: uri - user: &767 + user: &768 title: Public User description: Public User type: object @@ -22142,7 +22149,7 @@ paths: truncated: type: boolean examples: - default: &178 + default: &179 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -22246,7 +22253,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *174 + - *175 - *17 - *19 responses: @@ -22256,9 +22263,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *40 '422': *15 @@ -22280,7 +22287,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *174 + - *175 - *17 - *19 responses: @@ -22290,9 +22297,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *40 '401': *25 @@ -22320,7 +22327,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &179 + - &180 name: gist_id description: The unique identifier of the gist. in: path @@ -22332,10 +22339,10 @@ paths: description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 - '403': &182 + default: *179 + '403': &183 description: Forbidden Gist content: application/json: @@ -22383,7 +22390,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *179 + - *180 requestBody: required: true content: @@ -22443,9 +22450,9 @@ paths: description: Response content: application/json: - schema: *177 + schema: *178 examples: - updateGist: *178 + updateGist: *179 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -22603,7 +22610,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *179 + - *180 responses: '204': description: Response @@ -22632,7 +22639,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *179 + - *180 - *17 - *19 responses: @@ -22642,7 +22649,7 @@ paths: application/json: schema: type: array - items: &180 + items: &181 title: Gist Comment description: A comment made to a gist. type: object @@ -22677,7 +22684,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *171 + author_association: *172 required: - url - id @@ -22742,7 +22749,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *179 + - *180 requestBody: required: true content: @@ -22767,9 +22774,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: &181 + default: &182 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -22827,8 +22834,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *179 - - &183 + - *180 + - &184 name: comment_id description: The unique identifier of the comment. in: path @@ -22841,12 +22848,12 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 '304': *37 '404': *6 - '403': *182 + '403': *183 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22868,8 +22875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *179 - - *183 + - *180 + - *184 requestBody: required: true content: @@ -22894,9 +22901,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 '404': *6 x-github: githubCloudOnly: false @@ -22913,8 +22920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *179 - - *183 + - *180 + - *184 responses: '204': description: Response @@ -22937,7 +22944,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *179 + - *180 - *17 - *19 responses: @@ -23038,7 +23045,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *179 + - *180 - *17 - *19 responses: @@ -23048,7 +23055,7 @@ paths: application/json: schema: type: array - items: *177 + items: *178 examples: default: value: @@ -23113,13 +23120,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *179 + - *180 responses: '201': description: Response content: application/json: - schema: *175 + schema: *176 examples: default: value: @@ -23190,7 +23197,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *179 + - *180 responses: '204': description: Response if gist is starred @@ -23220,7 +23227,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *179 + - *180 responses: '204': description: Response @@ -23242,7 +23249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *179 + - *180 responses: '204': description: Response @@ -23271,7 +23278,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *179 + - *180 - name: sha in: path required: true @@ -23282,9 +23289,9 @@ paths: description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 '422': *15 '404': *6 '403': *29 @@ -23443,7 +23450,7 @@ paths: type: integer repositories: type: array - items: *66 + items: *67 repository_selection: type: string example: selected @@ -23650,7 +23657,7 @@ paths: - closed - all default: open - - &329 + - &330 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -23668,8 +23675,8 @@ paths: - updated - comments default: created - - *93 - - *174 + - *94 + - *175 - name: collab in: query required: false @@ -23699,9 +23706,9 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: &330 + default: &331 value: - id: 1 node_id: MDU6SXNzdWUx @@ -23985,8 +23992,8 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 examples: default: value: @@ -24271,7 +24278,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &187 + X-CommonMarker-Version: &188 example: 0.17.4 schema: type: string @@ -24326,7 +24333,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *187 + X-CommonMarker-Version: *188 content: text/html: schema: @@ -24355,7 +24362,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &190 + - &191 name: account_id description: account_id parameter in: path @@ -24367,7 +24374,7 @@ paths: description: Response content: application/json: - schema: &189 + schema: &190 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -24397,7 +24404,7 @@ paths: nullable: true id: type: integer - plan: &188 + plan: &189 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -24486,7 +24493,7 @@ paths: nullable: true updated_at: type: string - plan: *188 + plan: *189 required: - url - id @@ -24494,7 +24501,7 @@ paths: - login - marketplace_purchase examples: - default: &191 + default: &192 value: url: https://api.github.com/orgs/github type: Organization @@ -24579,9 +24586,9 @@ paths: application/json: schema: type: array - items: *188 + items: *189 examples: - default: &192 + default: &193 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -24621,14 +24628,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &193 + - &194 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &194 + - &195 name: sort description: The property to sort the results by. in: query @@ -24658,9 +24665,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: &195 + default: &196 value: - url: https://api.github.com/orgs/github type: Organization @@ -24734,15 +24741,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *190 + - *191 responses: '200': description: Response content: application/json: - schema: *189 + schema: *190 examples: - default: *191 + default: *192 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -24774,9 +24781,9 @@ paths: application/json: schema: type: array - items: *188 + items: *189 examples: - default: *192 + default: *193 headers: Link: *40 '401': *25 @@ -24799,8 +24806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *193 - *194 + - *195 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -24820,9 +24827,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *195 + default: *196 headers: Link: *40 '401': *25 @@ -25086,14 +25093,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: - - &419 + - &420 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &420 + - &421 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -25110,7 +25117,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -25164,7 +25171,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &433 + '301': &434 description: Moved permanently content: application/json: @@ -25186,7 +25193,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &647 + - &648 name: all description: If `true`, show notifications marked as read. in: query @@ -25194,7 +25201,7 @@ paths: schema: type: boolean default: false - - &648 + - &649 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -25203,8 +25210,8 @@ paths: schema: type: boolean default: false - - *174 - - &649 + - *175 + - &650 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: @@ -25229,18 +25236,18 @@ paths: application/json: schema: type: array - items: &197 + items: &198 title: Thread description: Thread type: object properties: id: type: string - repository: &234 + repository: &235 title: Minimal Repository description: Minimal Repository type: object - properties: &299 + properties: &300 id: type: integer format: int64 @@ -25516,7 +25523,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &365 + security_and_analysis: &366 nullable: true type: object properties: @@ -25598,7 +25605,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &300 + required: &301 - archive_url - assignees_url - blobs_url @@ -25686,7 +25693,7 @@ paths: - url - subscription_url examples: - default: &650 + default: &651 value: - id: '1' repository: @@ -25852,7 +25859,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &198 + - &199 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -25866,7 +25873,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -25969,7 +25976,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *198 + - *199 responses: '205': description: Reset Content @@ -25992,7 +25999,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *198 + - *199 responses: '204': description: No content @@ -26015,13 +26022,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *198 + - *199 responses: '200': description: Response content: application/json: - schema: &199 + schema: &200 title: Thread Subscription description: Thread Subscription type: object @@ -26058,7 +26065,7 @@ paths: - url - subscribed examples: - default: &200 + default: &201 value: subscribed: true ignored: false @@ -26089,7 +26096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *198 + - *199 requestBody: required: false content: @@ -26110,9 +26117,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 + default: *201 '304': *37 '403': *29 '401': *25 @@ -26135,7 +26142,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *198 + - *199 responses: '204': description: Response @@ -26230,9 +26237,9 @@ paths: application/json: schema: type: array - items: *61 + items: *62 examples: - default: &784 + default: &785 value: - login: github id: 1 @@ -26296,7 +26303,7 @@ paths: type: integer custom_roles: type: array - items: &281 + items: &282 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -26344,7 +26351,7 @@ paths: - created_at - updated_at examples: - default: &282 + default: &283 value: id: 8030 name: Security Engineer @@ -26391,7 +26398,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *75 + - *76 - name: page in: query description: The page number of results to fetch. @@ -26435,8 +26442,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *201 - required: *202 + properties: *202 + required: *203 nullable: true additionalProperties: false examples: @@ -26542,7 +26549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -26608,7 +26615,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *75 + - *76 requestBody: required: true content: @@ -26655,23 +26662,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - - *75 - - *203 + - *76 - *204 - *205 - *206 + - *207 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26697,13 +26704,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: &209 + schema: &210 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -27036,7 +27043,7 @@ paths: - updated_at - archived_at examples: - default-response: &210 + default-response: &211 value: login: github id: 1 @@ -27138,7 +27145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *75 + - *76 requestBody: required: false content: @@ -27361,18 +27368,18 @@ paths: description: Response content: application/json: - schema: *209 + schema: *210 examples: - default: *210 + default: *211 '422': description: Validation failed content: application/json: schema: oneOf: - - *211 - *212 - '409': *101 + - *213 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27395,7 +27402,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *75 + - *76 responses: '202': *39 '404': *6 @@ -27420,15 +27427,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: *214 + default: *215 headers: Link: *40 x-github: @@ -27451,7 +27458,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -27469,7 +27476,7 @@ paths: type: integer repository_cache_usages: type: array - items: &438 + items: &439 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -27524,7 +27531,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -27544,7 +27551,7 @@ paths: type: array items: *42 examples: - default: *215 + default: *216 headers: Link: *40 x-github: @@ -27564,7 +27571,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -27651,7 +27658,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -27687,7 +27694,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -27722,15 +27729,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *216 + schema: *217 examples: - default: *217 + default: *218 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27748,7 +27755,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -27766,7 +27773,7 @@ paths: type: array items: *45 examples: - default: *218 + default: *219 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27784,7 +27791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -27828,7 +27835,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *75 + - *76 - *47 responses: '200': @@ -27857,7 +27864,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *75 + - *76 - *47 requestBody: required: true @@ -27914,7 +27921,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *75 + - *76 - *47 responses: '202': @@ -27943,13 +27950,13 @@ 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-an-organization parameters: - - *75 + - *76 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &219 + schema: &220 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -27963,7 +27970,7 @@ paths: required: - include_claim_keys examples: - default: &220 + default: &221 value: include_claim_keys: - repo @@ -27985,20 +27992,20 @@ 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-an-organization parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: *219 + schema: *220 examples: - default: *220 + default: *221 responses: '201': description: Empty response content: application/json: - schema: &245 + schema: &246 title: Empty Object description: An object without any properties. type: object @@ -28028,7 +28035,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -28037,7 +28044,7 @@ paths: schema: type: object properties: - enabled_repositories: &222 + enabled_repositories: &223 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -28051,7 +28058,8 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *49 - selected_actions_url: *221 + selected_actions_url: *222 + sha_pinning_required: *50 required: - enabled_repositories examples: @@ -28060,6 +28068,7 @@ paths: enabled_repositories: all allowed_actions: selected selected_actions_url: https://api.github.com/organizations/42/actions/permissions/selected-actions + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28080,7 +28089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -28091,8 +28100,9 @@ paths: schema: type: object properties: - enabled_repositories: *222 + enabled_repositories: *223 allowed_actions: *49 + sha_pinning_required: *50 required: - enabled_repositories examples: @@ -28100,6 +28110,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28119,13 +28130,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: response: summary: Example response @@ -28151,12 +28162,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: *224 + schema: *225 examples: application/json: value: @@ -28166,7 +28177,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 x-github: enabledForGitHubApps: true @@ -28186,15 +28197,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *50 + schema: *51 examples: - default: *225 + default: *226 '404': *6 x-github: enabledForGitHubApps: true @@ -28213,7 +28224,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -28223,7 +28234,7 @@ paths: required: true content: application/json: - schema: *50 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -28245,15 +28256,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: *51 + default: *52 '403': *29 '404': *6 x-github: @@ -28271,14 +28282,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: *227 + schema: *228 examples: - default: *51 + default: *52 responses: '204': description: Empty response for successful settings update @@ -28308,7 +28319,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -28326,9 +28337,9 @@ paths: type: number repositories: type: array - items: *66 + items: *67 examples: - default: &229 + default: &230 value: total_count: 1 repositories: @@ -28468,7 +28479,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -28512,8 +28523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *75 - - &228 + - *76 + - &229 name: repository_id description: The unique identifier of the repository. in: path @@ -28541,8 +28552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *75 - - *228 + - *76 + - *229 responses: '204': description: Response @@ -28565,15 +28576,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *53 + schema: *54 examples: - default: *54 + default: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28596,7 +28607,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -28604,9 +28615,9 @@ paths: required: false content: application/json: - schema: *53 + schema: *54 examples: - selected_actions: *54 + selected_actions: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28626,7 +28637,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -28674,7 +28685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -28701,7 +28712,7 @@ paths: description: No content '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 x-github: enabledForGitHubApps: true @@ -28721,7 +28732,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -28736,9 +28747,9 @@ paths: type: integer repositories: type: array - items: *66 + items: *67 examples: - default: *229 + default: *230 '403': *29 '404': *6 x-github: @@ -28758,7 +28769,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -28806,14 +28817,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *75 - - *228 + - *76 + - *229 responses: '204': description: No content '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 x-github: enabledForGitHubApps: true @@ -28833,14 +28844,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *75 - - *228 + - *76 + - *229 responses: '204': description: No content '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 x-github: enabledForGitHubApps: true @@ -28862,15 +28873,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *57 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28891,7 +28902,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *75 + - *76 responses: '204': description: Success response @@ -28902,9 +28913,9 @@ paths: required: false content: application/json: - schema: *231 + schema: *232 examples: - default: *57 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28924,7 +28935,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *75 + - *76 - *17 - *19 - name: visible_to_repository @@ -28949,7 +28960,7 @@ paths: type: number runner_groups: type: array - items: &232 + items: &233 type: object properties: id: @@ -29065,7 +29076,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -29137,9 +29148,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: &233 + default: &234 value: id: 2 name: octo-runner-group @@ -29174,14 +29185,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *75 - - *60 + - *76 + - *61 responses: '200': description: Response content: application/json: - schema: *232 + schema: *233 examples: default: value: @@ -29217,8 +29228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *75 - - *60 + - *76 + - *61 requestBody: required: true content: @@ -29272,9 +29283,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *233 + default: *234 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29293,8 +29304,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *75 - - *60 + - *76 + - *61 responses: '204': description: Response @@ -29317,8 +29328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *75 - - *60 + - *76 + - *61 - *17 - *19 responses: @@ -29338,7 +29349,7 @@ paths: type: array items: *42 examples: - default: *215 + default: *216 headers: Link: *40 x-github: @@ -29360,8 +29371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *75 - - *60 + - *76 + - *61 - *19 - *17 responses: @@ -29379,9 +29390,9 @@ paths: type: number repositories: type: array - items: *234 + items: *235 examples: - default: &770 + default: &771 value: total_count: 1 repositories: @@ -29633,8 +29644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *75 - - *60 + - *76 + - *61 requestBody: required: true content: @@ -29678,9 +29689,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *75 - - *60 - - *228 + - *76 + - *61 + - *229 responses: '204': description: Response @@ -29702,9 +29713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *75 - - *60 - - *228 + - *76 + - *61 + - *229 responses: '204': description: Response @@ -29727,8 +29738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *75 - - *60 + - *76 + - *61 - *17 - *19 responses: @@ -29746,9 +29757,9 @@ paths: type: number runners: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: Link: *40 x-github: @@ -29769,8 +29780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *75 - - *60 + - *76 + - *61 requestBody: required: true content: @@ -29814,9 +29825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *75 - - *60 - - *63 + - *76 + - *61 + - *64 responses: '204': description: Response @@ -29838,9 +29849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *75 - - *60 - - *63 + - *76 + - *61 + - *64 responses: '204': description: Response @@ -29870,7 +29881,7 @@ paths: in: query schema: type: string - - *75 + - *76 - *17 - *19 responses: @@ -29888,9 +29899,9 @@ paths: type: integer runners: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: Link: *40 x-github: @@ -29914,7 +29925,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -29922,9 +29933,9 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29946,7 +29957,7 @@ 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-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -29989,10 +30000,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *237 + '201': *238 '404': *6 '422': *7 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30020,15 +30031,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *75 + - *76 responses: '201': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *238 + default: *239 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30056,15 +30067,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *75 + - *76 responses: '201': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *239 + default: *240 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30086,16 +30097,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *75 - - *63 + - *76 + - *64 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *240 + default: *241 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30116,8 +30127,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-an-organization parameters: - - *75 - - *63 + - *76 + - *64 responses: '204': description: Response @@ -30143,10 +30154,10 @@ 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-an-organization parameters: - - *75 - - *63 + - *76 + - *64 responses: - '200': *69 + '200': *70 '404': *6 x-github: githubCloudOnly: false @@ -30168,8 +30179,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-an-organization parameters: - - *75 - - *63 + - *76 + - *64 requestBody: required: true content: @@ -30193,7 +30204,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -30217,8 +30228,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-an-organization parameters: - - *75 - - *63 + - *76 + - *64 requestBody: required: true content: @@ -30243,7 +30254,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -30267,10 +30278,10 @@ 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-an-organization parameters: - - *75 - - *63 + - *76 + - *64 responses: - '200': *241 + '200': *242 '404': *6 x-github: githubCloudOnly: false @@ -30297,11 +30308,11 @@ 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-an-organization parameters: - - *75 - - *63 - - *242 + - *76 + - *64 + - *243 responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -30326,7 +30337,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *75 + - *76 - *17 - *19 responses: @@ -30344,7 +30355,7 @@ paths: type: integer secrets: type: array - items: &243 + items: &244 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -30417,13 +30428,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: &458 + schema: &459 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -30452,7 +30463,7 @@ paths: - key_id - key examples: - default: &459 + default: &460 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30477,8 +30488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *75 - - &244 + - *76 + - &245 name: secret_name description: The name of the secret. in: path @@ -30490,7 +30501,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -30520,8 +30531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -30578,7 +30589,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -30604,8 +30615,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 responses: '204': description: Response @@ -30631,8 +30642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - *19 - *17 responses: @@ -30650,9 +30661,9 @@ paths: type: integer repositories: type: array - items: *234 + items: *235 examples: - default: &248 + default: &249 value: total_count: 1 repositories: @@ -30744,8 +30755,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -30797,8 +30808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -30831,8 +30842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -30864,8 +30875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *75 - - &443 + - *76 + - &444 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)." @@ -30889,7 +30900,7 @@ paths: type: integer variables: type: array - items: &246 + items: &247 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -30974,7 +30985,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *75 + - *76 requestBody: required: true content: @@ -31022,7 +31033,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -31047,8 +31058,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *75 - - &247 + - *76 + - &248 name: name description: The name of the variable. in: path @@ -31060,7 +31071,7 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: default: value: @@ -31090,8 +31101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 requestBody: required: true content: @@ -31153,8 +31164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 responses: '204': description: Response @@ -31180,8 +31191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 - *19 - *17 responses: @@ -31199,9 +31210,9 @@ paths: type: integer repositories: type: array - items: *234 + items: *235 examples: - default: *248 + default: *249 '409': description: Response when the visibility of the variable is not set to `selected` @@ -31227,8 +31238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 requestBody: required: true content: @@ -31277,8 +31288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 - name: repository_id in: path required: true @@ -31312,8 +31323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *75 - - *247 + - *76 + - *248 - name: repository_id in: path required: true @@ -31344,15 +31355,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *74 + schema: *75 examples: - default: *73 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -31371,19 +31382,19 @@ paths: required: true content: application/json: - schema: *249 + schema: *250 examples: - default: *73 + default: *74 parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *74 + schema: *75 examples: - default: *73 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -31399,7 +31410,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -31425,9 +31436,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests parameters: - *17 - - *91 - *92 - - *75 + - *93 + - *76 requestBody: required: true content: @@ -31450,12 +31461,12 @@ paths: required: - subject_digests examples: - default: &799 + default: &800 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &800 + withPredicateType: &801 value: subject_digests: - sha256:abc123 @@ -31513,7 +31524,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &801 + default: &802 value: attestations_subject_digests: - sha256:abc: @@ -31622,7 +31633,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *75 + - *76 requestBody: required: true content: @@ -31687,7 +31698,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *75 + - *76 - name: subject_digest description: Subject Digest in: path @@ -31718,7 +31729,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id parameters: - - *75 + - *76 - name: attestation_id description: Attestation ID in: path @@ -31754,9 +31765,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations parameters: - *17 - - *91 - *92 - - *75 + - *93 + - *76 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -31807,7 +31818,7 @@ paths: bundle_url: type: string examples: - default: &472 + default: &473 value: attestations: - bundle: @@ -31925,7 +31936,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *75 + - *76 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest//github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -31933,10 +31944,10 @@ paths: required: false schema: type: string - - *250 - *251 - *252 - *253 + - *254 - *17 responses: '200': @@ -31945,9 +31956,9 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *255 + default: *256 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -31964,7 +31975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -31976,7 +31987,7 @@ paths: type: array items: *4 examples: - default: &331 + default: &332 value: - login: octocat id: 1 @@ -32014,8 +32025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: If the user is blocked @@ -32040,8 +32051,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -32061,8 +32072,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -32088,17 +32099,17 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *75 - - &263 + - *76 + - &264 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - *257 - *258 - *259 - *260 + - *261 - *17 - *19 responses: @@ -32108,11 +32119,11 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *262 + default: *263 '404': *6 - '500': *90 + '500': *91 "/orgs/{org}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an org @@ -32133,12 +32144,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *75 - - *263 - - *257 + - *76 + - *264 - *258 - *259 - *260 + - *261 - *17 - *19 responses: @@ -32148,7 +32159,7 @@ paths: application/json: schema: type: array - items: &489 + items: &490 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -32262,7 +32273,7 @@ paths: type: array description: The responses to the bypass request. nullable: true - items: *264 + items: *265 url: type: string format: uri @@ -32273,7 +32284,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &490 + default: &491 value: - id: 21 number: 42 @@ -32340,7 +32351,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/secret-scanning/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *90 + '500': *91 "/orgs/{org}/campaigns": get: summary: List campaigns for an organization @@ -32357,15 +32368,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *75 + - *76 - *19 - *17 - - *93 + - *94 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &266 + schema: &267 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -32391,7 +32402,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -32422,7 +32433,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *265 + items: *266 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -32440,7 +32451,7 @@ paths: type: string format: date-time nullable: true - state: *266 + state: *267 contact_link: description: The contact link of the campaign. type: string @@ -32537,7 +32548,7 @@ paths: headers: Link: *40 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32561,7 +32572,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -32655,9 +32666,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: &268 + default: &269 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -32706,7 +32717,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32728,7 +32739,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *75 + - *76 - name: campaign_number description: The campaign number. in: path @@ -32740,16 +32751,16 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32770,7 +32781,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#update-a-campaign parameters: - - *75 + - *76 - name: campaign_number description: The campaign number. in: path @@ -32819,7 +32830,7 @@ paths: type: string format: uri nullable: true - state: *266 + state: *267 examples: default: value: @@ -32829,9 +32840,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '400': description: Bad Request content: @@ -32843,7 +32854,7 @@ paths: content: application/json: schema: *3 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32864,7 +32875,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *75 + - *76 - name: campaign_number description: The campaign number. in: path @@ -32875,7 +32886,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32897,20 +32908,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *75 - - *269 + - *76 - *270 - - *91 + - *271 - *92 + - *93 - *19 - *17 - - *93 + - *94 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *271 + schema: *272 - name: sort description: The property by which to sort the results. in: query @@ -32926,7 +32937,7 @@ paths: be returned. in: query required: false - schema: &501 + schema: &502 type: string description: Severity of a code scanning alert. enum: @@ -32944,13 +32955,13 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *273 + default: *274 headers: Link: *40 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32972,7 +32983,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *75 + - *76 - name: target_type in: query description: The target type of the code security configuration @@ -32991,8 +33002,8 @@ paths: schema: type: integer default: 30 - - *91 - *92 + - *93 responses: '200': description: Response @@ -33000,7 +33011,7 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: default: value: @@ -33083,7 +33094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#create-a-code-security-configuration parameters: - - *75 + - *76 requestBody: required: true content: @@ -33161,7 +33172,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *274 + code_scanning_options: *275 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -33170,7 +33181,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *100 + code_scanning_default_setup_options: *101 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -33302,9 +33313,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *97 + schema: *98 examples: - default: *275 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33326,15 +33337,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-default-code-security-configurations parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '304': *37 '403': *29 '404': *6 @@ -33360,7 +33371,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *75 + - *76 requestBody: required: true content: @@ -33386,11 +33397,11 @@ paths: - 32 - 91 responses: - '204': *125 + '204': *126 '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33412,16 +33423,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-a-code-security-configuration parameters: - - *75 - - *99 + - *76 + - *100 responses: '200': description: Response content: application/json: - schema: *97 + schema: *98 examples: - default: *275 + default: *276 '304': *37 '403': *29 '404': *6 @@ -33445,8 +33456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-code-security-configuration parameters: - - *75 - - *99 + - *76 + - *100 requestBody: required: true content: @@ -33525,7 +33536,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *100 + code_scanning_default_setup_options: *101 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -33643,7 +33654,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *97 + schema: *98 examples: default: value: @@ -33702,14 +33713,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *75 - - *99 + - *76 + - *100 responses: - '204': *125 + '204': *126 '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33733,8 +33744,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *75 - - *99 + - *76 + - *100 requestBody: required: true content: @@ -33797,8 +33808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *75 - - *99 + - *76 + - *100 requestBody: required: true content: @@ -33838,12 +33849,12 @@ paths: - none - private_and_internal - public - configuration: *97 + configuration: *98 examples: default: value: default_for_new_repos: all - configuration: *275 + configuration: *276 '403': *29 '404': *6 x-github: @@ -33867,8 +33878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *75 - - *99 + - *76 + - *100 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -33877,8 +33888,8 @@ paths: schema: type: integer default: 30 - - *91 - *92 + - *93 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -33896,13 +33907,13 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *279 + repository: *280 '403': *29 '404': *6 x-github: @@ -33926,7 +33937,7 @@ paths: parameters: - *17 - *19 - - *75 + - *76 responses: '200': description: Response @@ -33942,7 +33953,7 @@ paths: type: integer codespaces: type: array - items: &332 + items: &333 type: object title: Codespace description: A codespace. @@ -33967,12 +33978,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *234 + repository: *235 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &530 + properties: &531 name: type: string description: The name of the machine. @@ -34014,7 +34025,7 @@ paths: - ready - in_progress nullable: true - required: &531 + required: &532 - name - display_name - operating_system @@ -34219,7 +34230,7 @@ paths: - pulls_url - recent_folders examples: - default: &333 + default: &334 value: total_count: 3 codespaces: @@ -34629,7 +34640,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -34651,7 +34662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *75 + - *76 deprecated: true requestBody: required: true @@ -34695,7 +34706,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34718,7 +34729,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *75 + - *76 deprecated: true requestBody: required: true @@ -34750,7 +34761,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34773,7 +34784,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *75 + - *76 requestBody: required: true content: @@ -34804,7 +34815,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34825,7 +34836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *75 + - *76 - *17 - *19 responses: @@ -34843,7 +34854,7 @@ paths: type: integer secrets: type: array - items: &280 + items: &281 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -34882,7 +34893,7 @@ paths: - updated_at - visibility examples: - default: &532 + default: &533 value: total_count: 2 secrets: @@ -34914,13 +34925,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: &533 + schema: &534 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -34949,7 +34960,7 @@ paths: - key_id - key examples: - default: &534 + default: &535 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34972,16 +34983,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: &536 + default: &537 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -35008,8 +35019,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -35064,7 +35075,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -35090,8 +35101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 responses: '204': description: Response @@ -35116,8 +35127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - *19 - *17 responses: @@ -35135,9 +35146,9 @@ paths: type: integer repositories: type: array - items: *234 + items: *235 examples: - default: *248 + default: *249 '404': *6 x-github: githubCloudOnly: false @@ -35159,8 +35170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -35210,8 +35221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -35244,8 +35255,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -35284,7 +35295,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *75 + - *76 responses: '200': description: OK @@ -35393,7 +35404,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35425,7 +35436,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *75 + - *76 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -35448,12 +35459,12 @@ paths: currently being billed. seats: type: array - items: *116 + items: *117 examples: - default: *117 + default: *118 headers: Link: *40 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35486,7 +35497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *75 + - *76 requestBody: content: application/json: @@ -35528,7 +35539,7 @@ paths: default: value: seats_created: 5 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35564,7 +35575,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *75 + - *76 requestBody: content: application/json: @@ -35606,7 +35617,7 @@ paths: default: value: seats_cancelled: 5 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35644,7 +35655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *75 + - *76 requestBody: content: application/json: @@ -35685,7 +35696,7 @@ paths: default: value: seats_created: 5 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35721,7 +35732,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *75 + - *76 requestBody: content: application/json: @@ -35763,7 +35774,7 @@ paths: default: value: seats_cancelled: 5 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -35802,7 +35813,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *75 + - *76 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -35834,13 +35845,13 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 - '500': *90 + default: *167 + '500': *91 '403': *29 '404': *6 - '422': *167 + '422': *168 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35862,7 +35873,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization parameters: - - *75 + - *76 - *17 - name: page description: Page token @@ -36006,7 +36017,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization parameters: - - *75 + - *76 - name: credential_id in: path required: true @@ -36037,7 +36048,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *75 + - *76 responses: '200': description: Response - list of custom role names @@ -36052,7 +36063,7 @@ paths: type: integer custom_roles: type: array - items: *281 + items: *282 examples: default: value: @@ -36139,12 +36150,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: &284 + schema: &285 type: object properties: name: @@ -36185,9 +36196,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *15 '404': *6 x-github: @@ -36211,8 +36222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *75 - - &283 + - *76 + - &284 name: role_id description: The unique identifier of the role. in: path @@ -36224,9 +36235,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *6 x-github: githubCloudOnly: true @@ -36248,13 +36259,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *75 - - *283 + - *76 + - *284 requestBody: required: true content: application/json: - schema: &285 + schema: &286 type: object properties: name: @@ -36292,9 +36303,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *15 '404': *6 x-github: @@ -36318,8 +36329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *75 - - *283 + - *76 + - *284 responses: '204': description: Response @@ -36347,12 +36358,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---create-a-custom-role parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -36366,9 +36377,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *15 '404': *6 x-github: @@ -36398,16 +36409,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - - *75 - - *283 + - *76 + - *284 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *6 x-github: githubCloudOnly: true @@ -36435,13 +36446,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - - *75 - - *283 + - *76 + - *284 requestBody: required: true content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -36456,9 +36467,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *15 '404': *6 x-github: @@ -36488,8 +36499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - - *75 - - *283 + - *76 + - *284 responses: '204': description: Response @@ -36517,12 +36528,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *75 - - *286 + - *76 - *287 - *288 - *289 - *290 + - *291 - name: package_registry_url in: query description: A comma-separated list of package registry URLs. If specified, @@ -36538,14 +36549,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string - - *291 - *292 - *293 - - *93 - - *91 - - *92 - *294 + - *94 + - *92 + - *93 - *295 + - *296 - *17 responses: '200': @@ -36554,9 +36565,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 '304': *37 '400': *14 '403': *29 @@ -36582,7 +36593,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *75 + - *76 - *17 - *19 responses: @@ -36600,7 +36611,7 @@ paths: type: integer secrets: type: array - items: &298 + items: &299 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -36671,13 +36682,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: &563 + schema: &564 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -36694,7 +36705,7 @@ paths: - key_id - key examples: - default: &564 + default: &565 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36717,14 +36728,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: default: value: @@ -36752,8 +36763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -36808,7 +36819,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -36832,8 +36843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 responses: '204': description: Response @@ -36857,8 +36868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - *19 - *17 responses: @@ -36876,9 +36887,9 @@ paths: type: integer repositories: type: array - items: *234 + items: *235 examples: - default: *248 + default: *249 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36899,8 +36910,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -36950,8 +36961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -36982,8 +36993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *75 - - *244 + - *76 + - *245 - name: repository_id in: path required: true @@ -37019,8 +37030,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *75 - - &572 + - *76 + - &573 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -37028,7 +37039,7 @@ paths: required: false schema: type: string - - &573 + - &574 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -37036,7 +37047,7 @@ paths: required: false schema: type: string - - &574 + - &575 name: time_period description: |- The time period to filter by. @@ -37052,7 +37063,7 @@ paths: - week - month default: month - - &575 + - &576 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -37067,7 +37078,7 @@ paths: - denied - all default: all - - *263 + - *264 - *17 - *19 responses: @@ -37077,7 +37088,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -37233,7 +37244,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &577 + default: &578 value: - id: 21 number: 42 @@ -37298,7 +37309,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *90 + '500': *91 "/orgs/{org}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for an org @@ -37319,12 +37330,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *75 - - *263 - - *257 + - *76 + - *264 - *258 - *259 - - &578 + - *260 + - &579 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -37350,7 +37361,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -37460,7 +37471,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *264 + items: *265 url: type: string format: uri @@ -37471,7 +37482,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &580 + default: &581 value: - id: 21 number: 42 @@ -37536,7 +37547,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/19 '404': *6 '403': *29 - '500': *90 + '500': *91 "/orgs/{org}/docker/conflicts": get: summary: Get list of conflicting packages during Docker migration for organization @@ -37551,7 +37562,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -37559,7 +37570,7 @@ paths: application/json: schema: type: array - items: &344 + items: &345 title: Package description: A software package type: object @@ -37609,8 +37620,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *299 - required: *300 + properties: *300 + required: *301 nullable: true created_at: type: string @@ -37629,7 +37640,7 @@ paths: - created_at - updated_at examples: - default: &345 + default: &346 value: - id: 197 name: hello_docker @@ -37707,7 +37718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *75 + - *76 - *17 - *19 responses: @@ -37717,7 +37728,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: 200-response: value: @@ -37787,7 +37798,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *75 + - *76 - name: group_id description: The unique identifier of the group. in: path @@ -37813,7 +37824,7 @@ paths: description: Response content: application/json: - schema: &414 + schema: &415 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -37894,7 +37905,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &415 + default: &416 value: group_id: '123' group_name: Octocat admins @@ -37932,7 +37943,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-external-groups-in-an-organization parameters: - - *75 + - *76 - *17 - name: page description: Page token @@ -37949,7 +37960,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -37986,7 +37997,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &413 + default: &414 value: groups: - group_id: '123' @@ -38020,7 +38031,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *75 + - *76 - *17 - *19 responses: @@ -38030,7 +38041,7 @@ paths: application/json: schema: type: array - items: &323 + items: &324 title: Organization Invitation description: Organization Invitation type: object @@ -38077,7 +38088,7 @@ paths: - invitation_teams_url - node_id examples: - default: &324 + default: &325 value: - id: 1 login: monalisa @@ -38136,7 +38147,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---list-fine-grained-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -38144,7 +38155,7 @@ paths: application/json: schema: type: array - items: &366 + items: &367 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -38158,7 +38169,7 @@ paths: - name - description examples: - default: &367 + default: &368 value: - name: add_assignee description: Assign or remove a user @@ -38189,7 +38200,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *75 + - *76 - *17 - *19 responses: @@ -38199,7 +38210,7 @@ paths: application/json: schema: type: array - items: &301 + items: &302 title: Org Hook description: Org Hook type: object @@ -38308,7 +38319,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *75 + - *76 requestBody: required: true content: @@ -38368,9 +38379,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &302 + default: &303 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -38414,8 +38425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *75 - - &303 + - *76 + - &304 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -38428,9 +38439,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *302 + default: *303 '404': *6 x-github: githubCloudOnly: false @@ -38451,8 +38462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *75 - - *303 + - *76 + - *304 requestBody: required: false content: @@ -38497,7 +38508,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -38536,8 +38547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *75 - - *303 + - *76 + - *304 responses: '204': description: Response @@ -38562,8 +38573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *75 - - *303 + - *76 + - *304 responses: '200': description: Response @@ -38591,8 +38602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *75 - - *303 + - *76 + - *304 requestBody: required: false content: @@ -38640,10 +38651,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *75 - - *303 - - *17 + - *76 - *304 + - *17 + - *305 responses: '200': description: Response @@ -38651,9 +38662,9 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 '400': *14 '422': *15 x-github: @@ -38676,17 +38687,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *75 - - *303 + - *76 + - *304 - *16 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '400': *14 '422': *15 x-github: @@ -38709,8 +38720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *75 - - *303 + - *76 + - *304 - *16 responses: '202': *39 @@ -38736,8 +38747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *75 - - *303 + - *76 + - *304 responses: '204': description: Response @@ -38759,8 +38770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *75 - - &313 + - *76 + - &314 name: actor_type in: path description: The type of the actor @@ -38773,14 +38784,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &314 + - &315 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &309 + - &310 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -38788,7 +38799,7 @@ paths: required: true schema: type: string - - &310 + - &311 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -38799,7 +38810,7 @@ paths: type: string - *19 - *17 - - *93 + - *94 - name: sort description: The property to sort the results by. in: query @@ -38881,13 +38892,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - - *75 - - *309 + - *76 - *310 + - *311 - *19 - *17 - - *93 - - &319 + - *94 + - &320 name: sort description: The property to sort the results by. in: query @@ -38965,15 +38976,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - - *75 - - *309 + - *76 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: &311 + schema: &312 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -38989,7 +39000,7 @@ paths: type: integer format: int64 examples: - default: &312 + default: &313 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -39009,24 +39020,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *75 - - &315 + - *76 + - &316 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *309 - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: enabledForGitHubApps: true category: orgs @@ -39044,19 +39055,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *75 - - *309 + - *76 - *310 - - *313 + - *311 - *314 + - *315 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: enabledForGitHubApps: true category: orgs @@ -39073,10 +39084,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - - *75 - - *309 + - *76 - *310 - - &316 + - *311 + - &317 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -39089,7 +39100,7 @@ paths: description: Response content: application/json: - schema: &317 + schema: &318 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -39105,7 +39116,7 @@ paths: type: integer format: int64 examples: - default: &318 + default: &319 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -39141,19 +39152,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - - *75 - - *315 - - *309 - - *310 + - *76 - *316 + - *310 + - *311 + - *317 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *318 + default: *319 x-github: enabledForGitHubApps: true category: orgs @@ -39170,20 +39181,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *75 - - *313 + - *76 - *314 - - *309 + - *315 - *310 - - *316 + - *311 + - *317 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *318 + default: *319 x-github: enabledForGitHubApps: true category: orgs @@ -39200,14 +39211,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - - *75 - - *315 - - *309 + - *76 + - *316 - *310 + - *311 - *19 - *17 - - *93 - - *319 + - *94 + - *320 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -39280,7 +39291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *75 + - *76 responses: '200': description: Response @@ -39288,7 +39299,7 @@ paths: application/json: schema: *22 examples: - default: &611 + default: &612 value: id: 1 account: @@ -39357,7 +39368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -39446,7 +39457,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -39454,12 +39465,12 @@ paths: application/json: schema: anyOf: - - &321 + - &322 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &320 + limit: &321 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -39484,7 +39495,7 @@ paths: properties: {} additionalProperties: false examples: - default: &322 + default: &323 value: limit: collaborators_only origin: organization @@ -39508,18 +39519,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: application/json: - schema: &612 + schema: &613 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *320 + limit: *321 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -39543,9 +39554,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 '422': *15 x-github: githubCloudOnly: false @@ -39563,7 +39574,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *75 + - *76 responses: '204': description: Response @@ -39589,7 +39600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *75 + - *76 - *17 - *19 - name: role @@ -39623,9 +39634,9 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *40 '404': *6 @@ -39649,7 +39660,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *75 + - *76 requestBody: required: false content: @@ -39703,7 +39714,7 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: default: value: @@ -39759,8 +39770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *75 - - &325 + - *76 + - &326 name: invitation_id description: The unique identifier of the invitation. in: path @@ -39793,8 +39804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *75 - - *325 + - *76 + - *326 - *17 - *19 responses: @@ -39804,9 +39815,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: &343 + default: &344 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -39841,7 +39852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -39849,7 +39860,7 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: default: value: @@ -39887,7 +39898,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -39934,9 +39945,9 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: &327 + default: &328 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -39968,8 +39979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *75 - - &328 + - *76 + - &329 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -40022,9 +40033,9 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: *327 + default: *328 '404': *6 '422': *7 x-github: @@ -40048,8 +40059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *75 - - *328 + - *76 + - *329 responses: '204': description: Response @@ -40082,7 +40093,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *75 + - *76 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -40112,7 +40123,7 @@ paths: - closed - all default: open - - *329 + - *330 - name: type description: Can be the name of an issue type. in: query @@ -40130,8 +40141,8 @@ paths: - updated - comments default: created - - *93 - - *174 + - *94 + - *175 - *17 - *19 responses: @@ -40141,9 +40152,9 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *330 + default: *331 headers: Link: *40 '404': *6 @@ -40165,7 +40176,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *75 + - *76 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -40203,7 +40214,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '422': *15 @@ -40223,8 +40234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response if requester is an organization member and user is @@ -40258,8 +40269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -40285,8 +40296,8 @@ paths: parameters: - *17 - *19 - - *75 - - *256 + - *76 + - *257 responses: '200': description: Response @@ -40302,11 +40313,11 @@ paths: type: integer codespaces: type: array - items: *332 + items: *333 examples: - default: *333 + default: *334 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -40329,9 +40340,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *75 - - *256 - - &334 + - *76 + - *257 + - &335 name: codespace_name in: path required: true @@ -40341,7 +40352,7 @@ paths: responses: '202': *39 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -40364,17 +40375,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *75 - - *256 - - *334 + - *76 + - *257 + - *335 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: &529 + default: &530 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -40516,7 +40527,7 @@ paths: recent_folders: [] template: '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -40547,14 +40558,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *116 + schema: *117 examples: default: value: @@ -40598,7 +40609,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -40623,14 +40634,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '200': description: Response content: application/json: - schema: &335 + schema: &336 title: Org Membership description: Org Membership type: object @@ -40674,7 +40685,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *61 + organization: *62 user: title: Simple User description: A GitHub user. @@ -40697,7 +40708,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &336 + response-if-user-has-an-active-admin-membership-with-organization: &337 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -40765,8 +40776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 requestBody: required: false content: @@ -40794,9 +40805,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - response-if-user-already-had-membership-with-organization: *336 + response-if-user-already-had-membership-with-organization: *337 '422': *15 '403': *29 x-github: @@ -40820,8 +40831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -40846,7 +40857,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *75 + - *76 - *17 - *19 - name: exclude @@ -40867,7 +40878,7 @@ paths: application/json: schema: type: array - items: &337 + items: &338 title: Migration description: A migration. type: object @@ -40908,7 +40919,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *66 + items: *67 url: type: string format: uri @@ -41120,7 +41131,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *75 + - *76 requestBody: required: true content: @@ -41196,7 +41207,7 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -41374,8 +41385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *75 - - &338 + - *76 + - &339 name: migration_id description: The unique identifier of the migration. in: path @@ -41402,7 +41413,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -41571,8 +41582,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *75 - - *338 + - *76 + - *339 responses: '302': description: Response @@ -41593,8 +41604,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *75 - - *338 + - *76 + - *339 responses: '204': description: Response @@ -41617,9 +41628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *75 - - *338 - - &783 + - *76 + - *339 + - &784 name: repo_name description: repo_name parameter in: path @@ -41646,8 +41657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *75 - - *338 + - *76 + - *339 - *17 - *19 responses: @@ -41657,9 +41668,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: &350 + default: &351 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -41798,7 +41809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -41852,7 +41863,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response - list of organization roles @@ -41868,7 +41879,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &339 + items: &340 title: Organization Role description: Organization roles type: object @@ -42028,7 +42039,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *75 + - *76 requestBody: required: true content: @@ -42075,7 +42086,7 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: default: value: @@ -42104,7 +42115,7 @@ paths: updated_at: '2022-07-04T22:19:11Z' '422': *15 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -42126,8 +42137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *75 - - &340 + - *76 + - &341 name: team_slug description: The slug of the team name. in: path @@ -42158,9 +42169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *75 - - *340 - - *283 + - *76 + - *341 + - *284 responses: '204': description: Response @@ -42189,9 +42200,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *75 - - *340 - - *283 + - *76 + - *341 + - *284 responses: '204': description: Response @@ -42216,8 +42227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -42242,9 +42253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *75 - - *256 - - *283 + - *76 + - *257 + - *284 responses: '204': description: Response @@ -42274,9 +42285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *75 - - *256 - - *283 + - *76 + - *257 + - *284 responses: '204': description: Response @@ -42304,14 +42315,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *75 - - *283 + - *76 + - *284 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: default: value: @@ -42368,8 +42379,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *75 - - *283 + - *76 + - *284 requestBody: required: true content: @@ -42408,7 +42419,7 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: default: value: @@ -42436,7 +42447,7 @@ paths: created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' '422': *15 - '409': *101 + '409': *102 '404': *6 x-github: githubCloudOnly: true @@ -42461,8 +42472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *75 - - *283 + - *76 + - *284 responses: '204': description: Response @@ -42487,8 +42498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *75 - - *283 + - *76 + - *284 - *17 - *19 responses: @@ -42566,8 +42577,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *341 - required: *342 + properties: *342 + required: *343 nullable: true required: - id @@ -42582,7 +42593,7 @@ paths: - slug - parent examples: - default: *343 + default: *344 headers: Link: *40 '404': @@ -42611,8 +42622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *75 - - *283 + - *76 + - *284 - *17 - *19 responses: @@ -42640,13 +42651,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &386 + items: &387 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *341 - required: *342 + properties: *342 + required: *343 name: nullable: true type: string @@ -42741,7 +42752,7 @@ paths: - type - url examples: - default: *331 + default: *332 headers: Link: *40 '404': @@ -42765,7 +42776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *75 + - *76 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -42792,7 +42803,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -42817,8 +42828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *75 - - *256 + - *76 + - *257 requestBody: required: false content: @@ -42875,8 +42886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -42933,8 +42944,8 @@ paths: - docker - nuget - container - - *75 - - &785 + - *76 + - &786 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -42970,12 +42981,12 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *345 + default: *346 '403': *29 '401': *25 - '400': &787 + '400': &788 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42997,7 +43008,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &346 + - &347 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -43015,20 +43026,20 @@ paths: - docker - nuget - container - - &347 + - &348 name: package_name description: The name of the package. in: path required: true schema: type: string - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: default: value: @@ -43080,9 +43091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *346 - *347 - - *75 + - *348 + - *76 responses: '204': description: Response @@ -43114,9 +43125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *346 - *347 - - *75 + - *348 + - *76 - name: token description: package token schema: @@ -43148,9 +43159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *346 - *347 - - *75 + - *348 + - *76 - *19 - *17 - name: state @@ -43170,7 +43181,7 @@ paths: application/json: schema: type: array - items: &348 + items: &349 title: Package Version description: A version of a software package type: object @@ -43295,10 +43306,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *346 - *347 - - *75 - - &349 + - *348 + - *76 + - &350 name: package_version_id description: Unique identifier of the package version. in: path @@ -43310,7 +43321,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -43346,10 +43357,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *346 - *347 - - *75 - - *349 + - *348 + - *76 + - *350 responses: '204': description: Response @@ -43381,10 +43392,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *346 - *347 - - *75 - - *349 + - *348 + - *76 + - *350 responses: '204': description: Response @@ -43411,10 +43422,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *75 + - *76 - *17 - *19 - - &351 + - &352 name: sort description: The property by which to sort the results. in: query @@ -43424,8 +43435,8 @@ paths: enum: - created_at default: created_at - - *93 - - &352 + - *94 + - &353 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -43436,7 +43447,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &353 + - &354 name: repository description: The name of the repository to use to filter the results. in: query @@ -43444,7 +43455,7 @@ paths: schema: type: string example: Hello-World - - &354 + - &355 name: permission description: The permission to use to filter the results. in: query @@ -43452,7 +43463,7 @@ paths: schema: type: string example: issues_read - - &355 + - &356 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -43462,7 +43473,7 @@ paths: schema: type: string format: date-time - - &356 + - &357 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -43472,7 +43483,7 @@ paths: schema: type: string format: date-time - - &357 + - &358 name: token_id description: The ID of the token in: query @@ -43484,7 +43495,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': *90 + '500': *91 '422': *15 '404': *6 '403': *29 @@ -43636,7 +43647,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *75 + - *76 requestBody: required: true content: @@ -43677,7 +43688,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *90 + '500': *91 '422': *15 '404': *6 '403': *29 @@ -43702,7 +43713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *75 + - *76 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -43738,11 +43749,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *90 + '500': *91 '422': *15 '404': *6 '403': *29 - '204': *125 + '204': *126 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43763,7 +43774,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *75 + - *76 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -43774,7 +43785,7 @@ paths: - *17 - *19 responses: - '500': *90 + '500': *91 '404': *6 '403': *29 '200': @@ -43783,9 +43794,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -43808,19 +43819,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *75 + - *76 - *17 - *19 - - *351 - - *93 - *352 + - *94 - *353 - *354 - *355 - *356 - *357 + - *358 responses: - '500': *90 + '500': *91 '422': *15 '404': *6 '403': *29 @@ -43967,7 +43978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *75 + - *76 requestBody: required: true content: @@ -44002,7 +44013,7 @@ paths: - 1296269 - 1296280 responses: - '500': *90 + '500': *91 '404': *6 '202': *39 '403': *29 @@ -44027,7 +44038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *75 + - *76 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -44055,9 +44066,9 @@ paths: value: action: revoke responses: - '500': *90 + '500': *91 '404': *6 - '204': *125 + '204': *126 '403': *29 '422': *15 x-github: @@ -44079,7 +44090,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *75 + - *76 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -44089,7 +44100,7 @@ paths: - *17 - *19 responses: - '500': *90 + '500': *91 '404': *6 '403': *29 '200': @@ -44098,9 +44109,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -44124,7 +44135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -44142,7 +44153,7 @@ paths: type: integer configurations: type: array - items: &358 + items: &359 title: Organization private registry description: Private registry configuration for an organization type: object @@ -44230,7 +44241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -44395,7 +44406,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &359 + org-private-registry-with-selected-visibility: &360 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -44436,7 +44447,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -44484,16 +44495,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *75 - - *244 + - *76 + - *245 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 x-github: githubCloudOnly: false @@ -44514,8 +44525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *75 - - *244 + - *76 + - *245 requestBody: required: true content: @@ -44610,8 +44621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *75 - - *244 + - *76 + - *245 responses: '204': description: Response @@ -44636,7 +44647,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects parameters: - - *75 + - *76 - name: state description: Indicates the state of the projects to return. in: query @@ -44657,7 +44668,7 @@ paths: application/json: schema: type: array - items: &360 + items: &361 title: Project description: Projects are a way to organize columns and cards of work. @@ -44804,7 +44815,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project parameters: - - *75 + - *76 requestBody: required: true content: @@ -44830,7 +44841,7 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: default: value: @@ -44868,7 +44879,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &430 + '410': &431 description: Gone content: application/json: @@ -44895,7 +44906,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -44903,9 +44914,9 @@ paths: application/json: schema: type: array - items: *121 + items: *122 examples: - default: *122 + default: *123 '403': *29 '404': *6 x-github: @@ -44932,7 +44943,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -44943,7 +44954,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *121 + items: *122 minItems: 1 maxItems: 100 required: @@ -44973,9 +44984,9 @@ paths: application/json: schema: type: array - items: *121 + items: *122 examples: - default: *122 + default: *123 '403': *29 '404': *6 x-github: @@ -44996,16 +45007,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *75 - - *123 + - *76 + - *124 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *124 + default: *125 '403': *29 '404': *6 x-github: @@ -45028,13 +45039,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *75 - - *123 + - *76 + - *124 requestBody: required: true content: application/json: - schema: *361 + schema: *362 examples: default: value: @@ -45050,9 +45061,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *124 + default: *125 '403': *29 '404': *6 x-github: @@ -45075,10 +45086,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *75 - - *123 + - *76 + - *124 responses: - '204': *125 + '204': *126 '403': *29 '404': *6 x-github: @@ -45099,7 +45110,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *75 + - *76 - *17 - *19 - name: repository_query @@ -45137,7 +45148,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &362 + items: &363 title: Custom Property Value description: Custom property name and associated value type: object @@ -45204,7 +45215,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *75 + - *76 requestBody: required: true content: @@ -45224,7 +45235,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *362 + items: *363 required: - repository_names - properties @@ -45265,7 +45276,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *75 + - *76 - *17 - *19 responses: @@ -45277,7 +45288,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -45296,8 +45307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response if user is a public member @@ -45321,8 +45332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -45343,8 +45354,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *75 - - *256 + - *76 + - *257 responses: '204': description: Response @@ -45368,7 +45379,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *75 + - *76 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -45415,9 +45426,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -45438,7 +45449,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *75 + - *76 requestBody: required: true content: @@ -45620,7 +45631,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &433 title: Full Repository description: Full Repository type: object @@ -45897,8 +45908,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *363 - required: *364 + properties: *364 + required: *365 nullable: true temp_clone_token: type: string @@ -45985,8 +45996,8 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true organization: title: Simple User @@ -45995,8 +46006,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *66 - source: *66 + parent: *67 + source: *67 forks: type: integer master_branch: @@ -46013,7 +46024,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &551 + properties: &552 url: type: string format: uri @@ -46029,12 +46040,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &552 + required: &553 - url - key - name - html_url - security_and_analysis: *365 + security_and_analysis: *366 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -46118,7 +46129,7 @@ paths: - network_count - subscribers_count examples: - default: &434 + default: &435 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -46636,7 +46647,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response @@ -46644,9 +46655,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46668,10 +46679,10 @@ paths: category: orgs subcategory: rules parameters: - - *75 + - *76 - *17 - *19 - - &680 + - &681 name: targets description: | A comma-separated list of rule targets to filter by. @@ -46689,7 +46700,7 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: default: value: @@ -46720,7 +46731,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -46736,7 +46747,7 @@ paths: category: orgs subcategory: rules parameters: - - *75 + - *76 requestBody: description: Request body required: true @@ -46757,21 +46768,20 @@ paths: - push - repository default: branch - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 - conditions: *368 + items: *134 + conditions: *369 rules: type: array description: An array of rules within the ruleset. - items: &370 + items: &371 title: Repository Rule type: object description: A repository rule. oneOf: - - *134 - *135 - *136 - *137 @@ -46791,6 +46801,7 @@ paths: - *151 - *152 - *153 + - *154 required: - name - enforcement @@ -46828,9 +46839,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: &369 + default: &370 value: id: 21 name: super cool ruleset @@ -46870,7 +46881,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -46884,8 +46895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *75 - - &682 + - *76 + - &683 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 @@ -46895,16 +46906,16 @@ paths: schema: type: string x-multi-segment: true - - *263 - - *259 - - &683 + - *264 + - *260 + - &684 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 - - &684 + - &685 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -46924,7 +46935,7 @@ paths: description: Response content: application/json: - schema: &685 + schema: &686 title: Rule Suites description: Response type: array @@ -46979,7 +46990,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &686 + default: &687 value: - id: 21 actor_id: 12 @@ -47003,7 +47014,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47022,8 +47033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *75 - - &687 + - *76 + - &688 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -47039,7 +47050,7 @@ paths: description: Response content: application/json: - schema: &688 + schema: &689 title: Rule Suite description: Response type: object @@ -47138,7 +47149,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &689 + default: &690 value: id: 21 actor_id: 12 @@ -47173,7 +47184,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47199,7 +47210,7 @@ paths: category: orgs subcategory: rules parameters: - - *75 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -47211,11 +47222,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *369 + default: *370 '404': *6 - '500': *90 + '500': *91 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -47231,7 +47242,7 @@ paths: category: orgs subcategory: rules parameters: - - *75 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -47257,16 +47268,16 @@ paths: - tag - push - repository - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 - conditions: *368 + items: *134 + conditions: *369 rules: description: An array of rules within the ruleset. type: array - items: *370 + items: *371 examples: default: value: @@ -47301,11 +47312,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *369 + default: *370 '404': *6 - '500': *90 + '500': *91 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -47321,7 +47332,7 @@ paths: category: orgs subcategory: rules parameters: - - *75 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -47332,7 +47343,7 @@ paths: '204': description: Response '404': *6 - '500': *90 + '500': *91 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -47344,7 +47355,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-history parameters: - - *75 + - *76 - *17 - *19 - name: ruleset_id @@ -47360,11 +47371,11 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *371 + default: *372 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47381,7 +47392,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-version parameters: - - *75 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -47399,7 +47410,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -47439,7 +47450,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47461,15 +47472,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *75 - - *373 + - *76 - *374 - *375 - *376 - - *93 + - *377 + - *94 - *19 - *17 - - &691 + - &692 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 @@ -47479,7 +47490,7 @@ paths: required: false schema: type: string - - &692 + - &693 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 @@ -47489,10 +47500,10 @@ paths: required: false schema: type: string - - *377 - *378 - *379 - *380 + - *381 responses: '200': description: Response @@ -47500,13 +47511,13 @@ paths: application/json: schema: type: array - items: *381 + items: *382 examples: - default: *382 + default: *383 headers: Link: *40 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47531,15 +47542,15 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 '403': *29 '404': *6 patch: @@ -47560,7 +47571,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *75 + - *76 requestBody: required: true content: @@ -47568,7 +47579,7 @@ paths: schema: type: object properties: - pattern_config_version: *161 + pattern_config_version: *162 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -47594,7 +47605,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *161 + custom_pattern_version: *162 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -47630,7 +47641,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *15 "/orgs/{org}/security-advisories": get: @@ -47648,8 +47659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *75 - - *93 + - *76 + - *94 - name: sort description: The property to sort the results by. in: query @@ -47661,8 +47672,8 @@ paths: - updated - published default: created - - *91 - *92 + - *93 - name: per_page description: The number of advisories to return per page. 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)." @@ -47692,7 +47703,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 description: A repository security advisory. type: object properties: @@ -47879,7 +47890,7 @@ paths: required: - vector_string - score - cvss_severities: *107 + cvss_severities: *108 cwes: type: array nullable: true @@ -47912,7 +47923,7 @@ paths: login: type: string description: The username of the user credited. - type: *385 + type: *386 credits_detailed: type: array nullable: true @@ -47922,7 +47933,7 @@ paths: type: object properties: user: *4 - type: *385 + type: *386 state: type: string description: The state of the user's acceptance of the @@ -47946,14 +47957,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *265 + items: *266 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *102 + - *103 required: - ghsa_id - cve_id @@ -47983,7 +47994,7 @@ paths: - private_fork additionalProperties: false examples: - default: &714 + default: &715 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -48362,7 +48373,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *75 + - *76 responses: '200': description: Response @@ -48370,9 +48381,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *343 + default: *344 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48395,8 +48406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '204': description: Response @@ -48421,8 +48432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '204': description: Response @@ -48451,15 +48462,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48483,8 +48494,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *75 - - *389 + - *76 + - *390 - *17 - *19 responses: @@ -48492,9 +48503,9 @@ paths: description: Success content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48516,15 +48527,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48546,15 +48557,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48574,7 +48585,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *75 + - *76 - *17 - *19 responses: @@ -48592,9 +48603,9 @@ paths: type: integer network_configurations: type: array - items: *118 + items: *119 examples: - default: *396 + default: *397 headers: Link: *40 x-github: @@ -48615,7 +48626,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *75 + - *76 requestBody: required: true content: @@ -48657,9 +48668,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *119 + default: *120 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48679,16 +48690,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *75 - - *120 + - *76 + - *121 responses: '200': description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *119 + default: *120 headers: Link: *40 x-github: @@ -48709,8 +48720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *75 - - *120 + - *76 + - *121 requestBody: required: true content: @@ -48749,9 +48760,9 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *119 + default: *120 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48770,8 +48781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *75 - - *120 + - *76 + - *121 responses: '204': description: Response @@ -48794,16 +48805,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *75 - - *397 + - *76 + - *398 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 headers: Link: *40 x-github: @@ -48822,7 +48833,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-an-organization parameters: - - *75 + - *76 - *17 - name: page description: Page token @@ -48841,7 +48852,7 @@ paths: description: Response content: application/json: - schema: &421 + schema: &422 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -48887,7 +48898,7 @@ paths: type: string nullable: true examples: - default: &422 + default: &423 value: groups: - group_id: '123' @@ -48932,8 +48943,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *75 - - *340 + - *76 + - *341 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -48965,13 +48976,13 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 - '500': *90 + default: *167 + '500': *91 '403': *29 '404': *6 - '422': *167 + '422': *168 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48989,7 +49000,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *75 + - *76 - *17 - *19 responses: @@ -48999,9 +49010,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 headers: Link: *40 '403': *29 @@ -49023,7 +49034,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *75 + - *76 requestBody: required: true content: @@ -49095,7 +49106,7 @@ paths: description: Response content: application/json: - schema: &400 + schema: &401 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -49158,8 +49169,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *341 - required: *342 + properties: *342 + required: *343 nullable: true members_count: type: integer @@ -49405,7 +49416,7 @@ paths: - repos_count - organization examples: - default: &401 + default: &402 value: id: 1 node_id: MDQ6VGVhbTE= @@ -49475,16 +49486,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *75 - - *340 + - *76 + - *341 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -49505,8 +49516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *75 - - *340 + - *76 + - *341 requestBody: required: false content: @@ -49568,16 +49579,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '201': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 '422': *15 '403': *29 @@ -49602,8 +49613,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '204': description: Response @@ -49629,9 +49640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *75 - - *340 - - *93 + - *76 + - *341 + - *94 - *17 - *19 - name: pinned @@ -49647,7 +49658,7 @@ paths: application/json: schema: type: array - items: &402 + items: &403 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -49726,7 +49737,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *172 + reactions: *173 required: - author - body @@ -49746,7 +49757,7 @@ paths: - updated_at - url examples: - default: &757 + default: &758 value: - author: login: octocat @@ -49820,8 +49831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *75 - - *340 + - *76 + - *341 requestBody: required: true content: @@ -49855,9 +49866,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &403 + default: &404 value: author: login: octocat @@ -49929,9 +49940,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *75 - - *340 - - &404 + - *76 + - *341 + - &405 name: discussion_number description: The number that identifies the discussion. in: path @@ -49943,9 +49954,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49967,9 +49978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *75 - - *340 - - *404 + - *76 + - *341 + - *405 requestBody: required: false content: @@ -49992,9 +50003,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &758 + default: &759 value: author: login: octocat @@ -50064,9 +50075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *75 - - *340 - - *404 + - *76 + - *341 + - *405 responses: '204': description: Response @@ -50092,10 +50103,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *75 - - *340 - - *404 - - *93 + - *76 + - *341 + - *405 + - *94 - *17 - *19 responses: @@ -50105,7 +50116,7 @@ paths: application/json: schema: type: array - items: &405 + items: &406 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -50162,7 +50173,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *172 + reactions: *173 required: - author - body @@ -50177,7 +50188,7 @@ paths: - updated_at - url examples: - default: &759 + default: &760 value: - author: login: octocat @@ -50245,9 +50256,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *75 - - *340 - - *404 + - *76 + - *341 + - *405 requestBody: required: true content: @@ -50269,9 +50280,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &406 + default: &407 value: author: login: octocat @@ -50337,10 +50348,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *75 - - *340 - - *404 - - &407 + - *76 + - *341 + - *405 + - &408 name: comment_number description: The number that identifies the comment. in: path @@ -50352,9 +50363,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50376,10 +50387,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *75 - - *340 - - *404 - - *407 + - *76 + - *341 + - *405 + - *408 requestBody: required: true content: @@ -50401,9 +50412,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &760 + default: &761 value: author: login: octocat @@ -50467,10 +50478,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *75 - - *340 - - *404 - - *407 + - *76 + - *341 + - *405 + - *408 responses: '204': description: Response @@ -50496,10 +50507,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *75 - - *340 - - *404 - - *407 + - *76 + - *341 + - *405 + - *408 - 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. @@ -50525,7 +50536,7 @@ paths: application/json: schema: type: array - items: &408 + items: &409 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -50568,7 +50579,7 @@ paths: - content - created_at examples: - default: &410 + default: &411 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50618,10 +50629,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *75 - - *340 - - *404 - - *407 + - *76 + - *341 + - *405 + - *408 requestBody: required: true content: @@ -50654,9 +50665,9 @@ paths: team discussion comment content: application/json: - schema: *408 + schema: *409 examples: - default: &409 + default: &410 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50685,9 +50696,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50710,11 +50721,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *75 - - *340 - - *404 - - *407 - - &411 + - *76 + - *341 + - *405 + - *408 + - &412 name: reaction_id description: The unique identifier of the reaction. in: path @@ -50746,9 +50757,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *75 - - *340 - - *404 + - *76 + - *341 + - *405 - 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. @@ -50774,9 +50785,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 x-github: @@ -50802,9 +50813,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *75 - - *340 - - *404 + - *76 + - *341 + - *405 requestBody: required: true content: @@ -50836,16 +50847,16 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -50868,10 +50879,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *75 - - *340 - - *404 - - *411 + - *76 + - *341 + - *405 + - *412 responses: '204': description: Response @@ -50894,16 +50905,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -50922,8 +50933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *75 - - *340 + - *76 + - *341 requestBody: required: true content: @@ -50946,9 +50957,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50967,8 +50978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '204': description: Response @@ -50992,8 +51003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *75 - - *340 + - *76 + - *341 - *17 - *19 responses: @@ -51003,9 +51014,9 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *40 x-github: @@ -51027,8 +51038,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *75 - - *340 + - *76 + - *341 - name: role description: Filters members returned by their role in the team. in: query @@ -51051,7 +51062,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -51081,15 +51092,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *75 - - *340 - - *256 + - *76 + - *341 + - *257 responses: '200': description: Response content: application/json: - schema: &416 + schema: &417 title: Team Membership description: Team Membership type: object @@ -51116,7 +51127,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &761 + response-if-user-is-a-team-maintainer: &762 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51152,9 +51163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *75 - - *340 - - *256 + - *76 + - *341 + - *257 requestBody: required: false content: @@ -51179,9 +51190,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-users-membership-with-team-is-now-pending: &762 + response-if-users-membership-with-team-is-now-pending: &763 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51216,9 +51227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *75 - - *340 - - *256 + - *76 + - *341 + - *257 responses: '204': description: Response @@ -51243,8 +51254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *75 - - *340 + - *76 + - *341 - *17 - *19 responses: @@ -51254,7 +51265,7 @@ paths: application/json: schema: type: array - items: &417 + items: &418 title: Team Project description: A team's access to a project. type: object @@ -51322,7 +51333,7 @@ paths: - updated_at - permissions examples: - default: &763 + default: &764 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51385,9 +51396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *75 - - *340 - - &418 + - *76 + - *341 + - &419 name: project_id description: The unique identifier of the project. in: path @@ -51399,9 +51410,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: &764 + default: &765 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51463,9 +51474,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *75 - - *340 - - *418 + - *76 + - *341 + - *419 requestBody: required: false content: @@ -51531,9 +51542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *75 - - *340 - - *418 + - *76 + - *341 + - *419 responses: '204': description: Response @@ -51560,8 +51571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *75 - - *340 + - *76 + - *341 - *17 - *19 responses: @@ -51571,9 +51582,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -51602,16 +51613,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *75 - - *340 - - *419 + - *76 + - *341 - *420 + - *421 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &765 + schema: &766 title: Team Repository description: A team's access to a repository. type: object @@ -51634,8 +51645,8 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true forks: type: integer @@ -52180,10 +52191,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *75 - - *340 - - *419 + - *76 + - *341 - *420 + - *421 requestBody: required: false content: @@ -52228,10 +52239,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *75 - - *340 - - *419 + - *76 + - *341 - *420 + - *421 responses: '204': description: Response @@ -52257,16 +52268,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - - *75 - - *340 + - *76 + - *341 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -52288,8 +52299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - - *75 - - *340 + - *76 + - *341 requestBody: required: true content: @@ -52332,7 +52343,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -52364,8 +52375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *75 - - *340 + - *76 + - *341 - *17 - *19 responses: @@ -52375,9 +52386,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - response-if-child-teams-exist: &766 + response-if-child-teams-exist: &767 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -52430,7 +52441,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *75 + - *76 - name: security_product in: path description: The security feature to enable or disable. @@ -52504,7 +52515,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - - &423 + - &424 name: card_id description: The unique identifier of the card. in: path @@ -52516,7 +52527,7 @@ paths: description: Response content: application/json: - schema: &424 + schema: &425 title: Project Card description: Project cards represent a scope of work. type: object @@ -52583,7 +52594,7 @@ paths: - created_at - updated_at examples: - default: &425 + default: &426 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -52639,7 +52650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - - *423 + - *424 requestBody: required: false content: @@ -52666,9 +52677,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '304': *37 '403': *29 '401': *25 @@ -52695,7 +52706,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - - *423 + - *424 responses: '204': description: Response @@ -52739,7 +52750,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - - *423 + - *424 requestBody: required: true content: @@ -52850,7 +52861,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - - &426 + - &427 name: column_id description: The unique identifier of the column. in: path @@ -52862,7 +52873,7 @@ paths: description: Response content: application/json: - schema: &427 + schema: &428 title: Project Column description: Project columns contain cards of work. type: object @@ -52908,7 +52919,7 @@ paths: - created_at - updated_at examples: - default: &428 + default: &429 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -52943,7 +52954,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - - *426 + - *427 requestBody: required: true content: @@ -52967,9 +52978,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '304': *37 '403': *29 '401': *25 @@ -52994,7 +53005,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - - *426 + - *427 responses: '204': description: Response @@ -53023,7 +53034,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - - *426 + - *427 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -53044,7 +53055,7 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: default: value: @@ -53103,7 +53114,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - - *426 + - *427 requestBody: required: true content: @@ -53143,9 +53154,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '304': *37 '403': *29 '401': *25 @@ -53155,8 +53166,8 @@ paths: application/json: schema: oneOf: - - *211 - *212 + - *213 '503': description: Response content: @@ -53201,7 +53212,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - - *426 + - *427 requestBody: required: true content: @@ -53261,15 +53272,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - - *418 + - *419 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &429 + default: &430 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -53326,7 +53337,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - - *418 + - *419 requestBody: required: false content: @@ -53372,9 +53383,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *429 + default: *430 '404': description: Not Found if the authenticated user does not have access to the project @@ -53395,7 +53406,7 @@ paths: items: type: string '401': *25 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -53418,7 +53429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - - *418 + - *419 responses: '204': description: Delete Success @@ -53439,7 +53450,7 @@ paths: items: type: string '401': *25 - '410': *430 + '410': *431 '404': *6 x-github: githubCloudOnly: false @@ -53463,7 +53474,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - - *418 + - *419 - 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 @@ -53490,7 +53501,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '404': *6 @@ -53520,8 +53531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - - *418 - - *256 + - *419 + - *257 requestBody: required: false content: @@ -53573,8 +53584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *418 - - *256 + - *419 + - *257 responses: '204': description: Response @@ -53605,8 +53616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *418 - - *256 + - *419 + - *257 responses: '200': description: Response @@ -53679,7 +53690,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns parameters: - - *418 + - *419 - *17 - *19 responses: @@ -53689,7 +53700,7 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: default: value: @@ -53727,7 +53738,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column parameters: - - *418 + - *419 requestBody: required: true content: @@ -53750,7 +53761,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: default: value: @@ -53815,7 +53826,7 @@ paths: resources: type: object properties: - core: &431 + core: &432 title: Rate Limit type: object properties: @@ -53832,21 +53843,21 @@ paths: - remaining - reset - used - graphql: *431 - search: *431 - code_search: *431 - source_import: *431 - integration_manifest: *431 - code_scanning_upload: *431 - actions_runner_registration: *431 - scim: *431 - dependency_snapshots: *431 - dependency_sbom: *431 - code_scanning_autofix: *431 + graphql: *432 + search: *432 + code_search: *432 + source_import: *432 + integration_manifest: *432 + code_scanning_upload: *432 + actions_runner_registration: *432 + scim: *432 + dependency_snapshots: *432 + dependency_sbom: *432 + code_scanning_autofix: *432 required: - core - search - rate: *431 + rate: *432 required: - rate - resources @@ -53950,14 +53961,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: default-response: summary: Default response @@ -54462,7 +54473,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *433 + '301': *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54480,8 +54491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -54738,10 +54749,10 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 - '307': &435 + default: *435 + '307': &436 description: Temporary Redirect content: application/json: @@ -54770,8 +54781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -54793,9 +54804,9 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *435 + '307': *436 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54817,11 +54828,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 - - &450 + - &451 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -54844,7 +54855,7 @@ paths: type: integer artifacts: type: array - items: &436 + items: &437 title: Artifact description: An artifact type: object @@ -54922,7 +54933,7 @@ paths: - expires_at - updated_at examples: - default: &451 + default: &452 value: total_count: 2 artifacts: @@ -54983,9 +54994,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *419 - *420 - - &437 + - *421 + - &438 name: artifact_id description: The unique identifier of the artifact. in: path @@ -54997,7 +55008,7 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: default: value: @@ -55035,9 +55046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *419 - *420 - - *437 + - *421 + - *438 responses: '204': description: Response @@ -55061,9 +55072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *419 - *420 - - *437 + - *421 + - *438 - name: archive_format in: path required: true @@ -55077,7 +55088,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': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55100,14 +55111,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: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -55133,11 +55144,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: - - *419 - *420 + - *421 - *17 - *19 - - &439 + - &440 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 @@ -55165,13 +55176,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &440 + schema: &441 title: Repository actions caches description: Repository actions caches type: object @@ -55213,7 +55224,7 @@ paths: - total_count - actions_caches examples: - default: &441 + default: &442 value: total_count: 1 actions_caches: @@ -55245,23 +55256,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: - - *419 - *420 + - *421 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *439 + - *440 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55281,8 +55292,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: - - *419 - *420 + - *421 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -55313,9 +55324,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: - - *419 - *420 - - &442 + - *421 + - &443 name: job_id description: The unique identifier of the job. in: path @@ -55327,7 +55338,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 title: Job description: Information of a job execution in a workflow run type: object @@ -55634,9 +55645,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: - - *419 - *420 - - *442 + - *421 + - *443 responses: '302': description: Response @@ -55664,9 +55675,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: - - *419 - *420 - - *442 + - *421 + - *443 requestBody: required: false content: @@ -55687,7 +55698,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -55711,8 +55722,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: - - *419 - *420 + - *421 responses: '200': description: Status response @@ -55762,8 +55773,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -55797,7 +55808,7 @@ paths: description: Empty response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -55826,8 +55837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -55845,7 +55856,7 @@ paths: type: integer secrets: type: array - items: &456 + items: &457 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -55865,7 +55876,7 @@ paths: - created_at - updated_at examples: - default: &457 + default: &458 value: total_count: 2 secrets: @@ -55898,9 +55909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *419 - *420 - - *443 + - *421 + - *444 - *19 responses: '200': @@ -55917,7 +55928,7 @@ paths: type: integer variables: type: array - items: &460 + items: &461 title: Actions Variable type: object properties: @@ -55947,7 +55958,7 @@ paths: - created_at - updated_at examples: - default: &461 + default: &462 value: total_count: 2 variables: @@ -55980,8 +55991,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -55990,11 +56001,12 @@ paths: schema: type: object properties: - enabled: &444 + enabled: &445 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *49 - selected_actions_url: *221 + selected_actions_url: *222 + sha_pinning_required: *50 required: - enabled examples: @@ -56003,6 +56015,7 @@ paths: enabled: true allowed_actions: selected selected_actions_url: https://api.github.com/repositories/42/actions/permissions/selected-actions + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -56023,8 +56036,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -56035,8 +56048,9 @@ paths: schema: type: object properties: - enabled: *444 + enabled: *445 allowed_actions: *49 + sha_pinning_required: *50 required: - enabled examples: @@ -56044,6 +56058,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -56066,14 +56081,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: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &445 + schema: &446 type: object properties: access_level: @@ -56091,7 +56106,7 @@ paths: required: - access_level examples: - default: &446 + default: &447 value: access_level: organization x-github: @@ -56116,15 +56131,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: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 responses: '204': description: Response @@ -56148,14 +56163,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -56179,8 +56194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Empty response for successful settings update @@ -56190,7 +56205,7 @@ paths: required: true content: application/json: - schema: *224 + schema: *225 examples: default: summary: Set retention days @@ -56214,16 +56229,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *50 + schema: *51 examples: - default: *225 + default: *226 '404': *6 x-github: enabledForGitHubApps: true @@ -56242,8 +56257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -56253,7 +56268,7 @@ paths: required: true content: application/json: - schema: *50 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -56277,16 +56292,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: *51 + default: *52 '403': *29 '404': *6 x-github: @@ -56306,15 +56321,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *227 + schema: *228 examples: - default: *51 + default: *52 responses: '204': description: Empty response for successful settings update @@ -56338,16 +56353,16 @@ 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: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *53 + schema: *54 examples: - default: *54 + default: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -56370,8 +56385,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -56379,9 +56394,9 @@ paths: required: false content: application/json: - schema: *53 + schema: *54 examples: - selected_actions: *54 + selected_actions: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -56403,16 +56418,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *57 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56433,8 +56448,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: - - *419 - *420 + - *421 responses: '204': description: Success response @@ -56445,9 +56460,9 @@ paths: required: true content: application/json: - schema: *231 + schema: *232 examples: - default: *57 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56474,8 +56489,8 @@ paths: in: query schema: type: string - - *419 - *420 + - *421 - *17 - *19 responses: @@ -56493,9 +56508,9 @@ paths: type: integer runners: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: Link: *40 x-github: @@ -56519,8 +56534,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -56528,9 +56543,9 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56552,8 +56567,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -56596,10 +56611,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *237 + '201': *238 '404': *6 '422': *7 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56627,16 +56642,16 @@ 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: - - *419 - *420 + - *421 responses: '201': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *238 + default: *239 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56664,16 +56679,16 @@ 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: - - *419 - *420 + - *421 responses: '201': description: Response content: application/json: - schema: *67 + schema: *68 examples: - default: *239 + default: *240 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56695,17 +56710,17 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 responses: '200': description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *240 + default: *241 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56726,9 +56741,9 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 responses: '204': description: Response @@ -56754,11 +56769,11 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 responses: - '200': *69 + '200': *70 '404': *6 x-github: githubCloudOnly: false @@ -56780,9 +56795,9 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 requestBody: required: true content: @@ -56806,7 +56821,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -56830,9 +56845,9 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 requestBody: required: true content: @@ -56857,7 +56872,7 @@ paths: - gpu - accelerated responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -56881,11 +56896,11 @@ 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: - - *419 - *420 - - *63 + - *421 + - *64 responses: - '200': *241 + '200': *242 '404': *6 x-github: githubCloudOnly: false @@ -56912,12 +56927,12 @@ 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: - - *419 - *420 - - *63 - - *242 + - *421 + - *64 + - *243 responses: - '200': *69 + '200': *70 '404': *6 '422': *7 x-github: @@ -56943,9 +56958,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: - - *419 - *420 - - &464 + - *421 + - &465 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. @@ -56953,7 +56968,7 @@ paths: required: false schema: type: string - - &465 + - &466 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -56961,7 +56976,7 @@ paths: required: false schema: type: string - - &466 + - &467 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -56970,7 +56985,7 @@ paths: required: false schema: type: string - - &467 + - &468 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 @@ -56997,7 +57012,7 @@ paths: - pending - *17 - *19 - - &468 + - &469 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)." @@ -57006,7 +57021,7 @@ paths: schema: type: string format: date-time - - &447 + - &448 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -57015,13 +57030,13 @@ paths: schema: type: boolean default: false - - &469 + - &470 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &470 + - &471 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -57044,7 +57059,7 @@ paths: type: integer workflow_runs: type: array - items: &448 + items: &449 title: Workflow Run description: An invocation of a workflow type: object @@ -57139,7 +57154,7 @@ paths: that triggered the run. type: array nullable: true - items: &491 + items: &492 title: Pull Request Minimal type: object properties: @@ -57258,7 +57273,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &495 + properties: &496 id: type: string description: SHA for the commit @@ -57309,7 +57324,7 @@ paths: - name - email nullable: true - required: &496 + required: &497 - id - tree_id - message @@ -57317,8 +57332,8 @@ paths: - author - committer nullable: true - repository: *234 - head_repository: *234 + repository: *235 + head_repository: *235 head_repository_id: type: integer example: 5 @@ -57356,7 +57371,7 @@ paths: - workflow_url - pull_requests examples: - default: &471 + default: &472 value: total_count: 1 workflow_runs: @@ -57592,24 +57607,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *419 - *420 - - &449 + - *421 + - &450 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *447 + - *448 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: &452 + default: &453 value: id: 30433642 name: Build @@ -57850,9 +57865,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '204': description: Response @@ -57875,9 +57890,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: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -57996,15 +58011,15 @@ 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: - - *419 - *420 - - *449 + - *421 + - *450 responses: '201': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -58031,12 +58046,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *419 - *420 - - *449 + - *421 + - *450 - *17 - *19 - - *450 + - *451 responses: '200': description: Response @@ -58052,9 +58067,9 @@ paths: type: integer artifacts: type: array - items: *436 + items: *437 examples: - default: *451 + default: *452 headers: Link: *40 x-github: @@ -58078,25 +58093,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *419 - *420 - - *449 - - &453 + - *421 + - *450 + - &454 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *447 + - *448 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58119,10 +58134,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: - - *419 - *420 - - *449 - - *453 + - *421 + - *450 + - *454 - *17 - *19 responses: @@ -58140,9 +58155,9 @@ paths: type: integer jobs: type: array - items: *454 + items: *455 examples: - default: &455 + default: &456 value: total_count: 1 jobs: @@ -58255,10 +58270,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *419 - *420 - - *449 - - *453 + - *421 + - *450 + - *454 responses: '302': description: Response @@ -58286,19 +58301,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '202': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58321,9 +58336,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: true content: @@ -58390,19 +58405,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '202': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58425,9 +58440,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: - - *419 - *420 - - *449 + - *421 + - *450 - 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 @@ -58457,9 +58472,9 @@ paths: type: integer jobs: type: array - items: *454 + items: *455 examples: - default: *455 + default: *456 headers: Link: *40 x-github: @@ -58484,9 +58499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '302': description: Response @@ -58513,14 +58528,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '204': description: Response '403': *29 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58542,9 +58557,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: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -58604,7 +58619,7 @@ paths: items: type: object properties: - type: &581 + type: &582 type: string description: The type of reviewer. enum: @@ -58614,7 +58629,7 @@ paths: reviewer: anyOf: - *4 - - *265 + - *266 required: - environment - wait_timer @@ -58689,9 +58704,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: true content: @@ -58738,7 +58753,7 @@ paths: application/json: schema: type: array - items: &567 + items: &568 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -58826,8 +58841,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 required: - id - node_id @@ -58844,7 +58859,7 @@ paths: - created_at - updated_at examples: - default: &568 + default: &569 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -58900,9 +58915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: false content: @@ -58923,7 +58938,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -58946,9 +58961,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: false content: @@ -58969,7 +58984,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -59002,9 +59017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -59141,8 +59156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -59160,9 +59175,9 @@ paths: type: integer secrets: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: Link: *40 x-github: @@ -59187,16 +59202,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59218,17 +59233,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '200': description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: &594 + default: &595 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -59254,9 +59269,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 requestBody: required: true content: @@ -59287,7 +59302,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -59313,9 +59328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '204': description: Response @@ -59340,9 +59355,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *419 - *420 - - *443 + - *421 + - *444 - *19 responses: '200': @@ -59359,9 +59374,9 @@ paths: type: integer variables: type: array - items: *460 + items: *461 examples: - default: *461 + default: *462 headers: Link: *40 x-github: @@ -59384,8 +59399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -59412,7 +59427,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -59437,17 +59452,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *419 - *420 - - *247 + - *421 + - *248 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: &595 + default: &596 value: name: USERNAME value: octocat @@ -59473,9 +59488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *419 - *420 - - *247 + - *421 + - *248 requestBody: required: true content: @@ -59517,9 +59532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *419 - *420 - - *247 + - *421 + - *248 responses: '204': description: Response @@ -59544,8 +59559,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -59563,7 +59578,7 @@ paths: type: integer workflows: type: array - items: &462 + items: &463 title: Workflow description: A GitHub Actions workflow type: object @@ -59670,9 +59685,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *419 - *420 - - &463 + - *421 + - &464 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -59687,7 +59702,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -59720,9 +59735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -59747,9 +59762,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -59800,9 +59815,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -59829,19 +59844,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: - - *419 - *420 - - *463 + - *421 - *464 - *465 - *466 - *467 + - *468 - *17 - *19 - - *468 - - *447 - *469 + - *448 - *470 + - *471 responses: '200': description: Response @@ -59857,9 +59872,9 @@ paths: type: integer workflow_runs: type: array - items: *448 + items: *449 examples: - default: *471 + default: *472 headers: Link: *40 x-github: @@ -59892,9 +59907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '200': description: Response @@ -59955,12 +59970,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *419 - *420 - - *93 + - *421 + - *94 - *17 - - *91 - *92 + - *93 - name: ref description: |- The Git reference for the activities you want to list. @@ -60120,8 +60135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -60133,7 +60148,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '404': *6 @@ -60158,8 +60173,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: - - *419 - *420 + - *421 - name: assignee in: path required: true @@ -60195,8 +60210,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -60308,11 +60323,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *419 - *420 + - *421 - *17 - - *91 - *92 + - *93 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -60363,7 +60378,7 @@ paths: bundle_url: type: string examples: - default: *472 + default: *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60383,8 +60398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -60392,7 +60407,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Autolink reference description: An autolink reference. type: object @@ -60442,8 +60457,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -60482,9 +60497,9 @@ paths: description: response content: application/json: - schema: *473 + schema: *474 examples: - default: &474 + default: &475 value: id: 1 key_prefix: TICKET- @@ -60515,9 +60530,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: - - *419 - *420 - - &475 + - *421 + - &476 name: autolink_id description: The unique identifier of the autolink. in: path @@ -60529,9 +60544,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '404': *6 x-github: githubCloudOnly: false @@ -60551,9 +60566,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: - - *419 - *420 - - *475 + - *421 + - *476 responses: '204': description: Response @@ -60577,8 +60592,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: - - *419 - *420 + - *421 responses: '200': description: Response if Dependabot is enabled @@ -60626,8 +60641,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -60648,8 +60663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -60669,8 +60684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *419 - *420 + - *421 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -60708,7 +60723,7 @@ paths: - url protected: type: boolean - protection: &477 + protection: &478 title: Branch Protection description: Branch Protection type: object @@ -60750,7 +60765,7 @@ paths: required: - contexts - checks - enforce_admins: &480 + enforce_admins: &481 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -60765,7 +60780,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &482 + required_pull_request_reviews: &483 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -60786,7 +60801,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *265 + items: *266 apps: description: The list of apps with review dismissal access. @@ -60815,7 +60830,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *265 + items: *266 apps: description: The list of apps allowed to bypass pull request requirements. @@ -60841,7 +60856,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &479 + restrictions: &480 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -61148,9 +61163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *419 - *420 - - &478 + - *421 + - &479 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). @@ -61164,14 +61179,14 @@ paths: description: Response content: application/json: - schema: &488 + schema: &489 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &540 + commit: &541 title: Commit description: Commit type: object @@ -61205,7 +61220,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &476 + properties: &477 name: type: string example: '"Chris Wanstrath"' @@ -61220,7 +61235,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *476 + properties: *477 nullable: true message: type: string @@ -61241,7 +61256,7 @@ paths: required: - sha - url - verification: &601 + verification: &602 title: Verification type: object properties: @@ -61275,12 +61290,12 @@ paths: nullable: true oneOf: - *4 - - *245 + - *246 committer: nullable: true oneOf: - *4 - - *245 + - *246 parents: type: array items: @@ -61311,7 +61326,7 @@ paths: type: integer files: type: array - items: &555 + items: &556 title: Diff Entry description: Diff Entry type: object @@ -61394,7 +61409,7 @@ paths: - self protected: type: boolean - protection: *477 + protection: *478 protection_url: type: string format: uri @@ -61501,7 +61516,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *433 + '301': *434 '404': *6 x-github: githubCloudOnly: false @@ -61523,15 +61538,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -61725,9 +61740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -61982,7 +61997,7 @@ paths: url: type: string format: uri - required_status_checks: &485 + required_status_checks: &486 title: Status Check Policy description: Status Check Policy type: object @@ -62058,7 +62073,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 apps: type: array items: *5 @@ -62076,7 +62091,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 apps: type: array items: *5 @@ -62134,7 +62149,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *479 + restrictions: *480 required_conversation_resolution: type: object properties: @@ -62246,9 +62261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -62273,17 +62288,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &481 + default: &482 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -62305,17 +62320,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62334,9 +62349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -62361,17 +62376,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &483 + default: &484 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -62467,9 +62482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -62567,9 +62582,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *483 + default: *484 '422': *15 x-github: githubCloudOnly: false @@ -62590,9 +62605,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -62619,17 +62634,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -62652,17 +62667,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -62682,9 +62697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -62709,17 +62724,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: &486 + default: &487 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -62745,9 +62760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -62799,9 +62814,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 '404': *6 '422': *15 x-github: @@ -62823,9 +62838,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -62849,9 +62864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -62885,9 +62900,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -62954,9 +62969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -63020,9 +63035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: content: application/json: @@ -63088,15 +63103,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -63187,9 +63202,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -63212,9 +63227,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -63224,7 +63239,7 @@ paths: type: array items: *5 examples: - default: &487 + default: &488 value: - id: 1 slug: octoapp @@ -63281,9 +63296,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63317,7 +63332,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -63338,9 +63353,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63374,7 +63389,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -63395,9 +63410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63431,7 +63446,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -63453,9 +63468,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -63463,9 +63478,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 '404': *6 x-github: githubCloudOnly: false @@ -63485,9 +63500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -63523,9 +63538,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -63546,9 +63561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -63584,9 +63599,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -63607,9 +63622,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: content: application/json: @@ -63644,9 +63659,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -63668,9 +63683,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -63680,7 +63695,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 '404': *6 x-github: githubCloudOnly: false @@ -63704,9 +63719,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63739,7 +63754,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -63764,9 +63779,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63799,7 +63814,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -63824,9 +63839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63859,7 +63874,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -63886,9 +63901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -63910,7 +63925,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -64024,12 +64039,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *419 - *420 - - *257 + - *421 - *258 - *259 - *260 + - *261 - *17 - *19 responses: @@ -64039,11 +64054,11 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *262 + default: *263 '404': *6 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": get: summary: Get a repository push bypass request @@ -64061,8 +64076,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -64076,7 +64091,7 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: default: value: @@ -64114,7 +64129,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for a repository @@ -64135,12 +64150,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 - - *257 + - *421 - *258 - *259 - *260 + - *261 - *17 - *19 responses: @@ -64150,12 +64165,12 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: - default: *490 + default: *491 '404': *6 '403': *29 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/bypass-requests/secret-scanning/{bypass_request_number}": get: summary: Get a bypass request for secret scanning @@ -64176,8 +64191,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -64189,7 +64204,7 @@ paths: description: A single bypass request. content: application/json: - schema: *489 + schema: *490 examples: default: value: @@ -64227,7 +64242,7 @@ paths: html_url: https://github.com/octo-org/smile/exemptions/1 '404': *6 '403': *29 - '500': *90 + '500': *91 patch: summary: Review a bypass request for secret scanning description: |- @@ -64247,8 +64262,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -64298,7 +64313,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/bypass-responses/secret-scanning/{bypass_response_id}": delete: summary: Dismiss a response on a bypass request for secret scanning @@ -64319,8 +64334,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_response_id in: path required: true @@ -64333,7 +64348,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/check-runs": post: summary: Create a check run @@ -64353,8 +64368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -64633,7 +64648,7 @@ paths: description: Response content: application/json: - schema: &492 + schema: &493 title: CheckRun description: A check performed on the code of a given code change type: object @@ -64744,16 +64759,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *491 - deployment: &819 + items: *492 + deployment: &820 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64820,8 +64835,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 required: - id - node_id @@ -65033,9 +65048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *419 - *420 - - &493 + - *421 + - &494 name: check_run_id description: The unique identifier of the check run. in: path @@ -65047,9 +65062,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: &494 + default: &495 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -65149,9 +65164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *419 - *420 - - *493 + - *421 + - *494 requestBody: required: true content: @@ -65391,9 +65406,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65413,9 +65428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *419 - *420 - - *493 + - *421 + - *494 - *17 - *19 responses: @@ -65510,15 +65525,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *419 - *420 - - *493 + - *421 + - *494 responses: '201': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -65556,8 +65571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -65579,7 +65594,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &497 + schema: &498 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -65643,7 +65658,7 @@ paths: nullable: true pull_requests: type: array - items: *491 + items: *492 nullable: true app: title: GitHub app @@ -65654,9 +65669,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 - repository: *234 + properties: *170 + required: *171 + repository: *235 created_at: type: string format: date-time @@ -65665,12 +65680,12 @@ paths: type: string format: date-time nullable: true - head_commit: &845 + head_commit: &846 title: Simple Commit description: A commit. type: object - properties: *495 - required: *496 + properties: *496 + required: *497 latest_check_runs_count: type: integer check_runs_url: @@ -65698,7 +65713,7 @@ paths: - check_runs_url - pull_requests examples: - default: &498 + default: &499 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -65989,9 +66004,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *497 + schema: *498 examples: - default: *498 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66010,8 +66025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -66072,7 +66087,7 @@ paths: required: - app_id - setting - repository: *234 + repository: *235 examples: default: value: @@ -66320,9 +66335,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *419 - *420 - - &499 + - *421 + - &500 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -66334,9 +66349,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *498 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66359,17 +66374,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: - - *419 - *420 - - *499 - - &548 + - *421 + - *500 + - &549 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &549 + - &550 name: status description: Returns check runs with the specified `status`. in: query @@ -66408,9 +66423,9 @@ paths: type: integer check_runs: type: array - items: *492 + items: *493 examples: - default: &550 + default: &551 value: total_count: 1 check_runs: @@ -66512,15 +66527,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *419 - *420 - - *499 + - *421 + - *500 responses: '201': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -66547,30 +66562,30 @@ 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: - - *419 - *420 - - *269 + - *421 - *270 + - *271 - *19 - *17 - - &515 + - &516 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: *500 - - &516 + schema: *501 + - &517 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *93 - - *91 + - *94 - *92 + - *93 - name: sort description: The property by which to sort the results. in: query @@ -66586,13 +66601,13 @@ paths: be returned. in: query required: false - schema: *271 + schema: *272 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *501 + schema: *502 responses: '200': description: Response @@ -66603,14 +66618,14 @@ paths: items: type: object properties: - number: *105 - created_at: *112 - updated_at: *113 - url: *110 - html_url: *111 - instances_url: *502 - state: *96 - fixed_at: *115 + number: *106 + created_at: *113 + updated_at: *114 + url: *111 + html_url: *112 + instances_url: *503 + state: *97 + fixed_at: *116 dismissed_by: title: Simple User description: A GitHub user. @@ -66618,12 +66633,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *114 - dismissed_reason: *503 - dismissed_comment: *504 - rule: *505 - tool: *506 - most_recent_instance: *507 + dismissed_at: *115 + dismissed_reason: *504 + dismissed_comment: *505 + rule: *506 + tool: *507 + most_recent_instance: *508 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -66746,14 +66761,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &508 + '403': &509 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66773,9 +66788,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: - - *419 - *420 - - &509 + - *421 + - &510 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -66783,23 +66798,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *105 + schema: *106 responses: '200': description: Response content: application/json: - schema: &510 + schema: &511 type: object properties: - number: *105 - created_at: *112 - updated_at: *113 - url: *110 - html_url: *111 - instances_url: *502 - state: *96 - fixed_at: *115 + number: *106 + created_at: *113 + updated_at: *114 + url: *111 + html_url: *112 + instances_url: *503 + state: *97 + fixed_at: *116 dismissed_by: title: Simple User description: A GitHub user. @@ -66807,9 +66822,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *114 - dismissed_reason: *503 - dismissed_comment: *504 + dismissed_at: *115 + dismissed_reason: *504 + dismissed_comment: *505 rule: type: object properties: @@ -66863,8 +66878,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *506 - most_recent_instance: *507 + tool: *507 + most_recent_instance: *508 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -66960,9 +66975,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66980,9 +66995,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: - - *419 - *420 - - *509 + - *421 + - *510 requestBody: required: true content: @@ -66997,8 +67012,8 @@ paths: enum: - open - dismissed - dismissed_reason: *503 - dismissed_comment: *504 + dismissed_reason: *504 + dismissed_comment: *505 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -67017,7 +67032,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -67093,14 +67108,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &514 + '403': &515 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67120,15 +67135,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: - - *419 - *420 - - *509 + - *421 + - *510 responses: '200': description: Response content: application/json: - schema: &511 + schema: &512 type: object properties: status: @@ -67154,13 +67169,13 @@ paths: - description - started_at examples: - default: &512 + default: &513 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &513 + '400': &514 description: Bad Request content: application/json: @@ -67171,9 +67186,9 @@ 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': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67196,29 +67211,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: - - *419 - *420 - - *509 + - *421 + - *510 responses: '200': description: OK content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '202': description: Accepted content: application/json: - schema: *511 + schema: *512 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *513 + '400': *514 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -67228,7 +67243,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67250,9 +67265,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: - - *419 - *420 - - *509 + - *421 + - *510 requestBody: required: false content: @@ -67297,12 +67312,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *513 - '403': *514 + '400': *514 + '403': *515 '404': *6 '422': description: Unprocessable Entity - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67322,13 +67337,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: - - *419 - *420 - - *509 + - *421 + - *510 - *19 - *17 - - *515 - *516 + - *517 responses: '200': description: Response @@ -67336,7 +67351,7 @@ paths: application/json: schema: type: array - items: *507 + items: *508 examples: default: value: @@ -67375,9 +67390,9 @@ paths: end_column: 50 classifications: - source - '403': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67409,29 +67424,29 @@ 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: - - *419 - *420 - - *269 + - *421 - *270 + - *271 - *19 - *17 - - *516 + - *517 - 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: *500 + schema: *501 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &519 + schema: &520 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *93 + - *94 - name: sort description: The property by which to sort the results. in: query @@ -67448,23 +67463,23 @@ paths: application/json: schema: type: array - items: &520 + items: &521 type: object properties: - ref: *500 - commit_sha: &528 + ref: *501 + commit_sha: &529 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: *517 + analysis_key: *518 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *518 + category: *519 error: type: string example: error reading field xyz @@ -67488,8 +67503,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *519 - tool: *506 + sarif_id: *520 + tool: *507 deletable: type: boolean warning: @@ -67550,9 +67565,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67586,8 +67601,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: - - *419 - *420 + - *421 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67600,7 +67615,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: response: summary: application/json response @@ -67654,14 +67669,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *508 + '403': *509 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67741,8 +67756,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: - - *419 - *420 + - *421 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67795,9 +67810,9 @@ 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': *514 + '403': *515 '404': *6 - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67817,8 +67832,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -67826,7 +67841,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: CodeQL Database description: A CodeQL database. type: object @@ -67937,9 +67952,9 @@ 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': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67966,8 +67981,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: - - *419 - *420 + - *421 - name: language in: path description: The language of the CodeQL database. @@ -67979,7 +67994,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -68011,11 +68026,11 @@ 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': &557 + '302': &558 description: Found - '403': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68035,8 +68050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *419 - *420 + - *421 - name: language in: path description: The language of the CodeQL database. @@ -68046,9 +68061,9 @@ paths: responses: '204': description: Response - '403': *514 + '403': *515 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68074,8 +68089,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -68084,7 +68099,7 @@ paths: type: object additionalProperties: false properties: - language: &522 + language: &523 type: string description: The language targeted by the CodeQL query enum: @@ -68163,7 +68178,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &526 + schema: &527 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -68171,9 +68186,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *102 + controller_repo: *103 actor: *4 - query_language: *522 + query_language: *523 query_pack_url: type: string description: The download url for the query pack. @@ -68220,7 +68235,7 @@ paths: items: type: object properties: - repository: &523 + repository: &524 title: Repository Identifier description: Repository Identifier type: object @@ -68256,7 +68271,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &527 + analysis_status: &528 type: string description: The new status of the CodeQL variant analysis repository task. @@ -68288,7 +68303,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &524 + access_mismatch_repos: &525 type: object properties: repository_count: @@ -68302,7 +68317,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: *523 + items: *524 required: - repository_count - repositories @@ -68324,8 +68339,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *524 - over_limit_repos: *524 + no_codeql_db_repos: *525 + over_limit_repos: *525 required: - access_mismatch_repos - not_found_repos @@ -68341,7 +68356,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &525 + value: &526 summary: Default response value: id: 1 @@ -68493,17 +68508,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *525 + value: *526 repository_lists: summary: Response for a successful variant analysis submission - value: *525 + value: *526 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68524,8 +68539,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: - - *419 - *420 + - *421 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -68537,11 +68552,11 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *525 + default: *526 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68562,7 +68577,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: - - *419 + - *420 - name: repo in: path description: The name of the controller repository. @@ -68596,8 +68611,8 @@ paths: schema: type: object properties: - repository: *102 - analysis_status: *527 + repository: *103 + analysis_status: *528 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -68701,7 +68716,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68722,8 +68737,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -68808,9 +68823,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *508 + '403': *509 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68829,8 +68844,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -68897,7 +68912,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -68922,7 +68937,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *514 + '403': *515 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -68936,7 +68951,7 @@ paths: content: application/json: schema: *3 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68993,8 +69008,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -69002,7 +69017,7 @@ paths: schema: type: object properties: - commit_sha: *528 + commit_sha: *529 ref: type: string description: |- @@ -69060,7 +69075,7 @@ paths: schema: type: object properties: - id: *519 + id: *520 url: type: string description: The REST API URL for checking the status of the upload. @@ -69074,11 +69089,11 @@ 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': *514 + '403': *515 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69097,8 +69112,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: - - *419 - *420 + - *421 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -69144,10 +69159,10 @@ 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': *508 + '403': *509 '404': description: Not Found if the sarif id does not match any upload - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69169,8 +69184,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -69194,7 +69209,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *97 + configuration: *98 examples: default: value: @@ -69226,7 +69241,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *125 + '204': *126 '304': *37 '403': *29 '404': *6 @@ -69251,8 +69266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *419 - *420 + - *421 - 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 @@ -69372,8 +69387,8 @@ paths: parameters: - *17 - *19 - - *419 - *420 + - *421 responses: '200': description: Response @@ -69389,7 +69404,7 @@ paths: type: integer codespaces: type: array - items: *332 + items: *333 examples: default: value: @@ -69665,7 +69680,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -69687,8 +69702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -69751,22 +69766,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -69790,8 +69805,8 @@ paths: parameters: - *17 - *19 - - *419 - *420 + - *421 responses: '200': description: Response @@ -69831,7 +69846,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *90 + '500': *91 '400': *14 '401': *25 '403': *29 @@ -69855,8 +69870,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: - - *419 - *420 + - *421 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -69891,14 +69906,14 @@ paths: type: integer machines: type: array - items: &773 + items: &774 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *530 - required: *531 + properties: *531 + required: *532 examples: - default: &774 + default: &775 value: total_count: 2 machines: @@ -69915,7 +69930,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -69938,8 +69953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *419 - *420 + - *421 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -70023,8 +70038,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: - - *419 - *420 + - *421 - 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 @@ -70069,7 +70084,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70090,8 +70105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -70109,7 +70124,7 @@ paths: type: integer secrets: type: array - items: &535 + items: &536 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -70129,7 +70144,7 @@ paths: - created_at - updated_at examples: - default: *532 + default: *533 headers: Link: *40 x-github: @@ -70152,16 +70167,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -70181,17 +70196,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '200': description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70211,9 +70226,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 requestBody: required: true content: @@ -70241,7 +70256,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -70265,9 +70280,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '204': description: Response @@ -70295,8 +70310,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *419 - *420 + - *421 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -70338,7 +70353,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &537 + properties: &538 login: type: string example: octocat @@ -70431,7 +70446,7 @@ paths: user_view_type: type: string example: public - required: &538 + required: &539 - avatar_url - events_url - followers_url @@ -70505,9 +70520,9 @@ 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: - - *419 - *420 - - *256 + - *421 + - *257 responses: '204': description: Response if user is a collaborator @@ -70553,9 +70568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *419 - *420 - - *256 + - *421 + - *257 requestBody: required: false content: @@ -70581,7 +70596,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &614 + schema: &615 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -70592,7 +70607,7 @@ paths: example: 42 type: integer format: int64 - repository: *234 + repository: *235 invitee: title: Simple User description: A GitHub user. @@ -70770,7 +70785,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *211 + schema: *212 '403': *29 x-github: triggersNotification: true @@ -70810,9 +70825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *419 - *420 - - *256 + - *421 + - *257 responses: '204': description: No Content when collaborator was removed from the repository. @@ -70843,9 +70858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *419 - *420 - - *256 + - *421 + - *257 responses: '200': description: if user has admin permissions @@ -70865,8 +70880,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *537 - required: *538 + properties: *538 + required: *539 nullable: true required: - permission @@ -70921,8 +70936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -70932,7 +70947,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Commit Comment description: Commit Comment type: object @@ -70973,8 +70988,8 @@ paths: updated_at: type: string format: date-time - author_association: *171 - reactions: *172 + author_association: *172 + reactions: *173 required: - url - html_url @@ -70990,7 +71005,7 @@ paths: - created_at - updated_at examples: - default: &542 + default: &543 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71049,17 +71064,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: &543 + default: &544 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71116,9 +71131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -71140,7 +71155,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -71191,9 +71206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 responses: '204': description: Response @@ -71214,9 +71229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 - 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 commit comment. @@ -71242,9 +71257,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 '404': *6 @@ -71265,9 +71280,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -71299,16 +71314,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -71330,10 +71345,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *419 - *420 - - *183 - - *411 + - *421 + - *184 + - *412 responses: '204': description: Response @@ -71382,8 +71397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *419 - *420 + - *421 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -71439,9 +71454,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: &665 + default: &666 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71512,10 +71527,10 @@ paths: sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: Link: *40 - '500': *90 + '500': *91 '400': *14 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71535,9 +71550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *419 - *420 - - &541 + - *421 + - &542 name: commit_sha description: The SHA of the commit. in: path @@ -71584,7 +71599,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71609,9 +71624,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *419 - *420 - - *541 + - *421 + - *542 - *17 - *19 responses: @@ -71621,9 +71636,9 @@ paths: application/json: schema: type: array - items: *539 + items: *540 examples: - default: *542 + default: *543 headers: Link: *40 x-github: @@ -71651,9 +71666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *419 - *420 - - *541 + - *421 + - *542 requestBody: required: true content: @@ -71688,9 +71703,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *543 + default: *544 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71718,9 +71733,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: - - *419 - *420 - - *541 + - *421 + - *542 - *17 - *19 responses: @@ -71730,7 +71745,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Pull Request Simple description: Pull Request Simple type: object @@ -71836,8 +71851,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *544 - required: *545 + properties: *545 + required: *546 nullable: true active_lock_reason: type: string @@ -71882,7 +71897,7 @@ paths: nullable: true requested_teams: type: array - items: *265 + items: *266 nullable: true head: type: object @@ -71891,7 +71906,7 @@ paths: type: string ref: type: string - repo: *66 + repo: *67 sha: type: string user: @@ -71914,7 +71929,7 @@ paths: type: string ref: type: string - repo: *66 + repo: *67 sha: type: string user: @@ -71933,7 +71948,7 @@ paths: _links: type: object properties: - comments: &546 + comments: &547 title: Link description: Hypermedia Link type: object @@ -71942,13 +71957,13 @@ paths: type: string required: - href - commits: *546 - statuses: *546 - html: *546 - issue: *546 - review_comments: *546 - review_comment: *546 - self: *546 + commits: *547 + statuses: *547 + html: *547 + issue: *547 + review_comments: *547 + review_comment: *547 + self: *547 required: - comments - commits @@ -71958,8 +71973,8 @@ paths: - review_comments - review_comment - self - author_association: *171 - auto_merge: &658 + author_association: *172 + auto_merge: &659 title: Auto merge description: The status of auto merging a pull request. type: object @@ -72022,7 +72037,7 @@ paths: - author_association - auto_merge examples: - default: &657 + default: &658 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72502,7 +72517,7 @@ paths: draft: false headers: Link: *40 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72559,11 +72574,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *419 - *420 + - *421 - *19 - *17 - - &547 + - &548 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)" @@ -72578,9 +72593,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: &643 + default: &644 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72666,9 +72681,9 @@ paths: ..... '422': *15 '404': *6 - '500': *90 - '503': *159 - '409': *101 + '500': *91 + '503': *160 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72693,11 +72708,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: - - *419 - *420 - - *547 + - *421 - *548 - *549 + - *550 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -72731,9 +72746,9 @@ paths: type: integer check_runs: type: array - items: *492 + items: *493 examples: - default: *550 + default: *551 headers: Link: *40 x-github: @@ -72758,9 +72773,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: - - *419 - *420 - - *547 + - *421 + - *548 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -72768,7 +72783,7 @@ paths: schema: type: integer example: 1 - - *548 + - *549 - *17 - *19 responses: @@ -72786,7 +72801,7 @@ paths: type: integer check_suites: type: array - items: *497 + items: *498 examples: default: value: @@ -72986,9 +73001,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: - - *419 - *420 - - *547 + - *421 + - *548 - *17 - *19 responses: @@ -73055,7 +73070,7 @@ paths: type: string total_count: type: integer - repository: *234 + repository: *235 commit_url: type: string format: uri @@ -73186,9 +73201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *419 - *420 - - *547 + - *421 + - *548 - *17 - *19 responses: @@ -73198,7 +73213,7 @@ paths: application/json: schema: type: array - items: &718 + items: &719 title: Status description: The status of a commit. type: object @@ -73279,7 +73294,7 @@ paths: site_admin: false headers: Link: *40 - '301': *433 + '301': *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73307,8 +73322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -73337,20 +73352,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *551 - required: *552 + properties: *552 + required: *553 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &553 + properties: &554 url: type: string format: uri html_url: type: string format: uri - required: &554 + required: &555 - url - html_url nullable: true @@ -73358,32 +73373,32 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true contributing: title: Community Health File type: object - properties: *553 - required: *554 + properties: *554 + required: *555 nullable: true readme: title: Community Health File type: object - properties: *553 - required: *554 + properties: *554 + required: *555 nullable: true issue_template: title: Community Health File type: object - properties: *553 - required: *554 + properties: *554 + required: *555 nullable: true pull_request_template: title: Community Health File type: object - properties: *553 - required: *554 + properties: *554 + required: *555 nullable: true required: - code_of_conduct @@ -73510,8 +73525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *419 - *420 + - *421 - *19 - *17 - name: basehead @@ -73554,8 +73569,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *540 - merge_base_commit: *540 + base_commit: *541 + merge_base_commit: *541 status: type: string enum: @@ -73575,10 +73590,10 @@ paths: example: 6 commits: type: array - items: *540 + items: *541 files: type: array - items: *555 + items: *556 required: - url - html_url @@ -73821,8 +73836,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73864,8 +73879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -74008,7 +74023,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &556 + response-if-content-is-a-file: &557 summary: Response if content is a file value: type: file @@ -74140,7 +74155,7 @@ paths: - size - type - url - - &670 + - &671 title: Content File description: Content File type: object @@ -74341,7 +74356,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *556 + response-if-content-is-a-file: *557 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -74410,7 +74425,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *557 + '302': *558 '304': *37 x-github: githubCloudOnly: false @@ -74433,8 +74448,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -74527,7 +74542,7 @@ paths: description: Response content: application/json: - schema: &558 + schema: &559 title: File Commit description: File Commit type: object @@ -74679,7 +74694,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: example-for-creating-a-file: value: @@ -74733,7 +74748,7 @@ paths: schema: oneOf: - *3 - - &596 + - &597 description: Repository rule violation was detected type: object properties: @@ -74754,7 +74769,7 @@ paths: items: type: object properties: - placeholder_id: &710 + placeholder_id: &711 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -74786,8 +74801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -74848,7 +74863,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: default: value: @@ -74882,8 +74897,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *101 - '503': *159 + '409': *102 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74903,8 +74918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *419 - *420 + - *421 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -75027,23 +75042,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *419 - *420 - - *286 + - *421 - *287 - *288 - *289 + - *290 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *290 - *291 - *292 - *293 - - *93 + - *294 + - *94 - name: page description: "**Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -75060,10 +75075,10 @@ paths: schema: type: integer default: 30 - - *91 - *92 - - *294 + - *93 - *295 + - *296 responses: '200': description: Response @@ -75071,11 +75086,11 @@ paths: application/json: schema: type: array - items: &561 + items: &562 type: object description: A Dependabot alert. properties: - number: *105 + number: *106 state: type: string description: The state of the Dependabot alert. @@ -75090,7 +75105,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *106 + package: *107 manifest_path: type: string description: The full path to the dependency manifest file, @@ -75117,13 +75132,13 @@ paths: - unknown - direct - transitive - security_advisory: *559 - security_vulnerability: *109 - url: *110 - html_url: *111 - created_at: *112 - updated_at: *113 - dismissed_at: *114 + security_advisory: *560 + security_vulnerability: *110 + url: *111 + html_url: *112 + created_at: *113 + updated_at: *114 + dismissed_at: *115 dismissed_by: title: Simple User description: A GitHub user. @@ -75147,8 +75162,8 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *115 - auto_dismissed_at: *560 + fixed_at: *116 + auto_dismissed_at: *561 required: - number - state @@ -75378,9 +75393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *419 - *420 - - &562 + - *421 + - &563 name: alert_number in: path description: |- @@ -75389,13 +75404,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *105 + schema: *106 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -75508,9 +75523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *419 - *420 - - *562 + - *421 + - *563 requestBody: required: true content: @@ -75555,7 +75570,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -75661,7 +75676,7 @@ paths: '400': *14 '403': *29 '404': *6 - '409': *101 + '409': *102 '422': *7 x-github: githubCloudOnly: false @@ -75684,8 +75699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -75703,7 +75718,7 @@ paths: type: integer secrets: type: array - items: &565 + items: &566 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -75756,16 +75771,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *564 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75785,15 +75800,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -75819,9 +75834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 requestBody: required: true content: @@ -75849,7 +75864,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -75873,9 +75888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *244 + - *421 + - *245 responses: '204': description: Response @@ -75897,8 +75912,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: - - *419 - *420 + - *421 - 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 @@ -76058,8 +76073,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -76298,8 +76313,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -76374,7 +76389,7 @@ paths: - version - url additionalProperties: false - metadata: &566 + metadata: &567 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76407,7 +76422,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *566 + metadata: *567 resolved: type: object description: A collection of resolved package dependencies. @@ -76420,7 +76435,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *566 + metadata: *567 relationship: type: string description: A notation of whether a dependency is requested @@ -76549,8 +76564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *419 - *420 + - *421 - name: sha description: The SHA recorded at creation time. in: query @@ -76590,9 +76605,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: *568 + default: *569 headers: Link: *40 x-github: @@ -76658,8 +76673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -76740,7 +76755,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: simple-example: summary: Simple example @@ -76813,9 +76828,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *419 - *420 - - &569 + - *421 + - &570 name: deployment_id description: deployment_id parameter in: path @@ -76827,7 +76842,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -76892,9 +76907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *419 - *420 - - *569 + - *421 + - *570 responses: '204': description: Response @@ -76916,9 +76931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *419 - *420 - - *569 + - *421 + - *570 - *17 - *19 responses: @@ -76928,7 +76943,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Deployment Status description: The status of a deployment. type: object @@ -77019,8 +77034,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 required: - id - node_id @@ -77089,9 +77104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *419 - *420 - - *569 + - *421 + - *570 requestBody: required: true content: @@ -77166,9 +77181,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &571 + default: &572 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77224,9 +77239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *419 - *420 - - *569 + - *421 + - *570 - name: status_id in: path required: true @@ -77237,9 +77252,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 x-github: githubCloudOnly: false @@ -77266,12 +77281,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 - - *572 + - *421 - *573 - *574 - *575 + - *576 - *17 - *19 responses: @@ -77281,12 +77296,12 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *577 + default: *578 '404': *6 '403': *29 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/dismissal-requests/code-scanning/{alert_number}": get: summary: Get a dismissal request for a code scanning alert for a repository @@ -77307,8 +77322,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -77320,7 +77335,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *576 + schema: *577 examples: default: value: @@ -77356,7 +77371,7 @@ paths: html_url: https://github.com/octo-org/smile/code-scanning/alerts/1 '404': *6 '403': *29 - '500': *90 + '500': *91 patch: summary: Review a dismissal request for a code scanning alert for a repository description: |- @@ -77376,8 +77391,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -77415,7 +77430,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -77436,12 +77451,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 - - *257 + - *421 - *258 - *259 - - *578 + - *260 + - *579 - *17 - *19 responses: @@ -77451,12 +77466,12 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: *580 + default: *581 '404': *6 '403': *29 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning/{alert_number}": get: summary: Get an alert dismissal request for secret scanning @@ -77478,8 +77493,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -77491,7 +77506,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *579 + schema: *580 examples: default: value: @@ -77528,7 +77543,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/17 '404': *6 '403': *29 - '500': *90 + '500': *91 patch: summary: Review an alert dismissal request for secret scanning description: |- @@ -77549,8 +77564,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -77600,7 +77615,7 @@ paths: '404': *6 '403': *29 '422': *15 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/dispatches": post: summary: Create a repository dispatch event @@ -77619,8 +77634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -77677,8 +77692,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -77695,7 +77710,7 @@ paths: type: integer environments: type: array - items: &582 + items: &583 title: Environment description: Details of a deployment environment type: object @@ -77747,7 +77762,7 @@ paths: type: type: string example: wait_timer - wait_timer: &584 + wait_timer: &585 type: integer example: 30 description: The amount of time to delay a job after @@ -77784,11 +77799,11 @@ paths: items: type: object properties: - type: *581 + type: *582 reviewer: anyOf: - *4 - - *265 + - *266 required: - id - node_id @@ -77808,7 +77823,7 @@ paths: - id - node_id - type - deployment_branch_policy: &585 + deployment_branch_policy: &586 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -77924,9 +77939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *419 - *420 - - &583 + - *421 + - &584 name: environment_name in: path required: true @@ -77939,9 +77954,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: &586 + default: &587 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -78025,9 +78040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *419 - *420 - - *583 + - *421 + - *584 requestBody: required: false content: @@ -78036,7 +78051,7 @@ paths: type: object nullable: true properties: - wait_timer: *584 + wait_timer: *585 prevent_self_review: type: boolean example: false @@ -78053,13 +78068,13 @@ paths: items: type: object properties: - type: *581 + type: *582 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *585 + deployment_branch_policy: *586 additionalProperties: false examples: default: @@ -78079,9 +78094,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *586 + default: *587 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78105,9 +78120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *419 - *420 - - *583 + - *421 + - *584 responses: '204': description: Default response @@ -78132,9 +78147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *419 - *420 - - *583 + - *421 + - *584 - *17 - *19 responses: @@ -78152,7 +78167,7 @@ paths: example: 2 branch_policies: type: array - items: &587 + items: &588 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78209,9 +78224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *419 - *420 - - *583 + - *421 + - *584 requestBody: required: true content: @@ -78257,9 +78272,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - example-wildcard: &588 + example-wildcard: &589 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78301,10 +78316,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *419 - *420 - - *583 - - &589 + - *421 + - *584 + - &590 name: branch_policy_id in: path required: true @@ -78316,9 +78331,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78337,10 +78352,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *419 - *420 - - *583 - - *589 + - *421 + - *584 + - *590 requestBody: required: true content: @@ -78368,9 +78383,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78389,10 +78404,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *419 - *420 - - *583 - - *589 + - *421 + - *584 + - *590 responses: '204': description: Response @@ -78417,9 +78432,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: - - *583 + - *584 + - *421 - *420 - - *419 responses: '200': description: List of deployment protection rules @@ -78435,7 +78450,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &590 + items: &591 title: Deployment protection rule description: Deployment protection rule type: object @@ -78454,7 +78469,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &591 + app: &592 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78553,9 +78568,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: - - *583 + - *584 + - *421 - *420 - - *419 requestBody: content: application/json: @@ -78576,9 +78591,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *590 + schema: *591 examples: - default: &592 + default: &593 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -78613,9 +78628,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: - - *583 + - *584 + - *421 - *420 - - *419 - *19 - *17 responses: @@ -78634,7 +78649,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *591 + items: *592 examples: default: value: @@ -78669,10 +78684,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: - - *419 - *420 - - *583 - - &593 + - *421 + - *584 + - &594 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -78684,9 +78699,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *592 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78707,10 +78722,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: - - *583 + - *584 + - *421 - *420 - - *419 - - *593 + - *594 responses: '204': description: Response @@ -78736,9 +78751,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *419 - *420 - - *583 + - *421 + - *584 - *17 - *19 responses: @@ -78756,9 +78771,9 @@ paths: type: integer secrets: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: Link: *40 x-github: @@ -78783,17 +78798,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *419 - *420 - - *583 + - *421 + - *584 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78815,18 +78830,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *419 - *420 - - *583 - - *244 + - *421 + - *584 + - *245 responses: '200': description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *594 + default: *595 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78848,10 +78863,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *419 - *420 - - *583 - - *244 + - *421 + - *584 + - *245 requestBody: required: true content: @@ -78882,7 +78897,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -78908,10 +78923,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *419 - *420 - - *583 - - *244 + - *421 + - *584 + - *245 responses: '204': description: Default response @@ -78936,10 +78951,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *419 - *420 - - *583 - - *443 + - *421 + - *584 + - *444 - *19 responses: '200': @@ -78956,9 +78971,9 @@ paths: type: integer variables: type: array - items: *460 + items: *461 examples: - default: *461 + default: *462 headers: Link: *40 x-github: @@ -78981,9 +78996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *419 - *420 - - *583 + - *421 + - *584 requestBody: required: true content: @@ -79010,7 +79025,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -79035,18 +79050,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *419 - *420 - - *583 - - *247 + - *421 + - *584 + - *248 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *595 + default: *596 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79067,10 +79082,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *419 - *420 - - *247 - - *583 + - *421 + - *248 + - *584 requestBody: required: true content: @@ -79112,10 +79127,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *419 - *420 - - *247 - - *583 + - *421 + - *248 + - *584 responses: '204': description: Response @@ -79137,8 +79152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -79148,7 +79163,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: 200-response: value: @@ -79215,8 +79230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *419 - *420 + - *421 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -79238,7 +79253,7 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: value: @@ -79375,8 +79390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -79408,9 +79423,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 '400': *14 '422': *15 '403': *29 @@ -79431,8 +79446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -79483,7 +79498,7 @@ paths: schema: type: string '404': *6 - '409': *101 + '409': *102 '403': *29 '422': description: Validation failed @@ -79491,8 +79506,8 @@ paths: application/json: schema: oneOf: - - *211 - - *596 + - *212 + - *597 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79517,8 +79532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *419 - *420 + - *421 - name: file_sha in: path required: true @@ -79569,7 +79584,7 @@ paths: '404': *6 '422': *15 '403': *29 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79617,8 +79632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -79727,7 +79742,7 @@ paths: description: Response content: application/json: - schema: &597 + schema: &598 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -79891,7 +79906,7 @@ paths: type: string '422': *15 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79941,15 +79956,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *419 - *420 - - *541 + - *421 + - *542 responses: '200': description: Response content: application/json: - schema: *597 + schema: *598 examples: default: value: @@ -79980,7 +79995,7 @@ paths: payload: verified_at: '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80005,9 +80020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *419 - *420 - - &598 + - *421 + - &599 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. @@ -80024,7 +80039,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: Git Reference description: Git references within a repository type: object @@ -80078,7 +80093,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: Link: *40 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80099,17 +80114,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *419 - *420 - - *598 + - *421 + - *599 responses: '200': description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: &600 + default: &601 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80119,7 +80134,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80138,8 +80153,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -80168,16 +80183,16 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *600 + default: *601 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80196,9 +80211,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *419 - *420 - - *598 + - *421 + - *599 requestBody: required: true content: @@ -80227,11 +80242,11 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *600 + default: *601 '422': *15 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80247,16 +80262,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *419 - *420 - - *598 + - *421 + - *599 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80304,8 +80319,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -80372,7 +80387,7 @@ paths: description: Response content: application/json: - schema: &602 + schema: &603 title: Git Tag description: Metadata for a Git tag type: object @@ -80423,7 +80438,7 @@ paths: - sha - type - url - verification: *601 + verification: *602 required: - sha - url @@ -80433,7 +80448,7 @@ paths: - tag - message examples: - default: &603 + default: &604 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80460,7 +80475,7 @@ paths: schema: type: string '422': *15 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80506,8 +80521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *419 - *420 + - *421 - name: tag_sha in: path required: true @@ -80518,11 +80533,11 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *603 + default: *604 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80544,8 +80559,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -80618,7 +80633,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &605 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -80691,7 +80706,7 @@ paths: '422': *15 '404': *6 '403': *29 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80714,8 +80729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *419 - *420 + - *421 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -80738,7 +80753,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: default-response: summary: Default response @@ -80779,7 +80794,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80797,8 +80812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -80808,7 +80823,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Webhook description: Webhooks for repositories. type: object @@ -80862,7 +80877,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &853 + last_response: &854 title: Hook Response type: object properties: @@ -80936,8 +80951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -80989,9 +81004,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: &606 + default: &607 value: type: Repository id: 12345678 @@ -81039,17 +81054,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 responses: '200': description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -81069,9 +81084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 requestBody: required: true content: @@ -81116,9 +81131,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 '422': *15 '404': *6 x-github: @@ -81139,9 +81154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 responses: '204': description: Response @@ -81165,9 +81180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *419 - *420 - - *303 + - *421 + - *304 responses: '200': description: Response @@ -81194,9 +81209,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *419 - *420 - - *303 + - *421 + - *304 requestBody: required: false content: @@ -81240,11 +81255,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *419 - *420 - - *303 - - *17 + - *421 - *304 + - *17 + - *305 responses: '200': description: Response @@ -81252,9 +81267,9 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 '400': *14 '422': *15 x-github: @@ -81273,18 +81288,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 - *16 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '400': *14 '422': *15 x-github: @@ -81303,9 +81318,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 - *16 responses: '202': *39 @@ -81328,9 +81343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 responses: '204': description: Response @@ -81355,9 +81370,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *419 - *420 - - *303 + - *421 + - *304 responses: '204': description: Response @@ -81415,14 +81430,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &607 + schema: &608 title: Import description: A repository import from an external source. type: object @@ -81521,7 +81536,7 @@ paths: - html_url - authors_url examples: - default: &610 + default: &611 value: vcs: subversion use_lfs: true @@ -81537,7 +81552,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': &608 + '503': &609 description: Unavailable due to service under maintenance. content: application/json: @@ -81566,8 +81581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -81615,7 +81630,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: default: value: @@ -81640,7 +81655,7 @@ paths: type: string '422': *15 '404': *6 - '503': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81668,8 +81683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -81718,7 +81733,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: example-1: summary: Example 1 @@ -81766,7 +81781,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': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81789,12 +81804,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *419 - *420 + - *421 responses: '204': description: Response - '503': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81820,9 +81835,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *419 - *420 - - &796 + - *421 + - &797 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -81836,7 +81851,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Porter Author description: Porter Author type: object @@ -81890,7 +81905,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': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81915,8 +81930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *419 - *420 + - *421 - name: author_id in: path required: true @@ -81946,7 +81961,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -81959,7 +81974,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81983,8 +81998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -82025,7 +82040,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82053,8 +82068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -82081,11 +82096,11 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *610 + default: *611 '422': *15 - '503': *608 + '503': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82108,8 +82123,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -82117,8 +82132,8 @@ paths: application/json: schema: *22 examples: - default: *611 - '301': *433 + default: *612 + '301': *434 '404': *6 x-github: githubCloudOnly: false @@ -82138,8 +82153,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -82147,12 +82162,12 @@ paths: application/json: schema: anyOf: - - *321 + - *322 - type: object properties: {} additionalProperties: false examples: - default: &613 + default: &614 value: limit: collaborators_only origin: repository @@ -82177,13 +82192,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *612 + schema: *613 examples: default: summary: Example request body @@ -82195,9 +82210,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *613 + default: *614 '409': description: Response x-github: @@ -82219,8 +82234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -82243,8 +82258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -82254,9 +82269,9 @@ paths: application/json: schema: type: array - items: *614 + items: *615 examples: - default: &789 + default: &790 value: - id: 1 repository: @@ -82387,9 +82402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *419 - *420 - - *325 + - *421 + - *326 requestBody: required: false content: @@ -82418,7 +82433,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -82549,9 +82564,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *419 - *420 - - *325 + - *421 + - *326 responses: '204': description: Response @@ -82582,8 +82597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *419 - *420 + - *421 - 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 @@ -82631,7 +82646,7 @@ paths: required: false schema: type: string - - *329 + - *330 - name: sort description: What to sort results by. in: query @@ -82643,8 +82658,8 @@ paths: - updated - comments default: created - - *93 - - *174 + - *94 + - *175 - *17 - *19 responses: @@ -82654,9 +82669,9 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: &623 + default: &624 value: - id: 1 node_id: MDU6SXNzdWUx @@ -82804,7 +82819,7 @@ paths: state_reason: completed headers: Link: *40 - '301': *433 + '301': *434 '422': *15 '404': *6 x-github: @@ -82833,8 +82848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -82916,9 +82931,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: &620 + default: &621 value: id: 1 node_id: MDU6SXNzdWUx @@ -83072,9 +83087,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *159 + '503': *160 '404': *6 - '410': *430 + '410': *431 x-github: triggersNotification: true githubCloudOnly: false @@ -83102,9 +83117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *419 - *420 - - *194 + - *421 + - *195 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -83114,7 +83129,7 @@ paths: enum: - asc - desc - - *174 + - *175 - *17 - *19 responses: @@ -83124,9 +83139,9 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: - default: &622 + default: &623 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83184,17 +83199,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 responses: '200': description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: &616 + default: &617 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83248,9 +83263,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -83272,9 +83287,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 '422': *15 x-github: githubCloudOnly: false @@ -83292,9 +83307,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 responses: '204': description: Response @@ -83314,9 +83329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 - 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 comment. @@ -83342,9 +83357,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 '404': *6 @@ -83365,9 +83380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -83399,16 +83414,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -83430,10 +83445,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *419 - *420 - - *183 - - *411 + - *421 + - *184 + - *412 responses: '204': description: Response @@ -83453,8 +83468,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -83464,7 +83479,7 @@ paths: application/json: schema: type: array - items: &619 + items: &620 title: Issue Event description: Issue Event type: object @@ -83507,8 +83522,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *617 - required: *618 + properties: *618 + required: *619 nullable: true label: title: Issue Event Label @@ -83552,7 +83567,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *265 + requested_team: *266 dismissed_review: title: Issue Event Dismissed Review type: object @@ -83617,7 +83632,7 @@ paths: required: - from - to - author_association: *171 + author_association: *172 lock_reason: type: string nullable: true @@ -83630,8 +83645,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 required: - id - node_id @@ -83815,8 +83830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *419 - *420 + - *421 - name: event_id in: path required: true @@ -83827,7 +83842,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: default: value: @@ -84020,7 +84035,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *430 + '410': *431 '403': *29 x-github: githubCloudOnly: false @@ -84054,9 +84069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *419 - *420 - - &621 + - *421 + - &622 name: issue_number description: The number that identifies the issue. in: path @@ -84068,12 +84083,12 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 - '301': *433 + default: *621 + '301': *434 '404': *6 - '410': *430 + '410': *431 '304': *37 x-github: githubCloudOnly: false @@ -84098,9 +84113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: false content: @@ -84211,15 +84226,15 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 '422': *15 - '503': *159 + '503': *160 '403': *29 - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84237,9 +84252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: false content: @@ -84265,9 +84280,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84283,9 +84298,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: content: application/json: @@ -84310,9 +84325,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84334,9 +84349,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: - - *419 - *420 - - *621 + - *421 + - *622 - name: assignee in: path required: true @@ -84376,10 +84391,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *419 - *420 - - *621 - - *174 + - *421 + - *622 + - *175 - *17 - *19 responses: @@ -84389,13 +84404,13 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: - default: *622 + default: *623 headers: Link: *40 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84424,9 +84439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -84448,16 +84463,16 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -84485,9 +84500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -84497,14 +84512,14 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *623 + default: *624 headers: Link: *40 - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84532,9 +84547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -84556,17 +84571,17 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *433 + '301': *434 '403': *29 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -84597,9 +84612,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *419 - *420 - - *621 + - *421 + - *622 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -84611,15 +84626,15 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 - '301': *433 + default: *621 + '301': *434 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *430 + '410': *431 x-github: triggersNotification: true githubCloudOnly: false @@ -84645,9 +84660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -84657,14 +84672,14 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *623 + default: *624 headers: Link: *40 - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84681,9 +84696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -84697,7 +84712,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &626 + - &627 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -84728,8 +84743,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 label: type: object properties: @@ -84751,7 +84766,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &627 + - &628 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -84782,8 +84797,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 label: type: object properties: @@ -84871,8 +84886,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 assignee: *4 assigner: *4 required: @@ -84887,7 +84902,7 @@ paths: - performed_via_github_app - assignee - assigner - - &628 + - &629 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -84918,8 +84933,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 milestone: type: object properties: @@ -84938,7 +84953,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &629 + - &630 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -84969,8 +84984,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 milestone: type: object properties: @@ -84989,7 +85004,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &630 + - &631 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85020,8 +85035,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 rename: type: object properties: @@ -85043,7 +85058,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &631 + - &632 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85074,10 +85089,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 review_requester: *4 - requested_team: *265 + requested_team: *266 requested_reviewer: *4 required: - review_requester @@ -85090,7 +85105,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &632 + - &633 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85121,10 +85136,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 review_requester: *4 - requested_team: *265 + requested_team: *266 requested_reviewer: *4 required: - review_requester @@ -85137,7 +85152,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &633 + - &634 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -85168,8 +85183,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 dismissed_review: type: object properties: @@ -85197,7 +85212,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &634 + - &635 title: Locked Issue Event description: Locked Issue Event type: object @@ -85228,8 +85243,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 lock_reason: type: string example: '"off-topic"' @@ -85245,7 +85260,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &635 + - &636 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -85276,8 +85291,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 project_card: type: object properties: @@ -85311,7 +85326,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &636 + - &637 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -85342,8 +85357,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 project_card: type: object properties: @@ -85377,7 +85392,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &637 + - &638 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -85408,8 +85423,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 project_card: type: object properties: @@ -85443,7 +85458,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &638 + - &639 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -85534,7 +85549,7 @@ paths: color: red headers: Link: *40 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85551,9 +85566,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -85563,7 +85578,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -85610,7 +85625,7 @@ paths: - color - default examples: - default: &625 + default: &626 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85628,9 +85643,9 @@ paths: default: false headers: Link: *40 - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85647,9 +85662,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: false content: @@ -85708,12 +85723,12 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *625 - '301': *433 + default: *626 + '301': *434 '404': *6 - '410': *430 + '410': *431 '422': *15 x-github: githubCloudOnly: false @@ -85730,9 +85745,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: false content: @@ -85792,12 +85807,12 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *625 - '301': *433 + default: *626 + '301': *434 '404': *6 - '410': *430 + '410': *431 '422': *15 x-github: githubCloudOnly: false @@ -85814,15 +85829,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 responses: '204': description: Response - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85841,9 +85856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 - name: name in: path required: true @@ -85856,7 +85871,7 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: default: value: @@ -85867,9 +85882,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85889,9 +85904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: false content: @@ -85919,7 +85934,7 @@ paths: '204': description: Response '403': *29 - '410': *430 + '410': *431 '404': *6 '422': *15 x-github: @@ -85937,9 +85952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 responses: '204': description: Response @@ -85961,9 +85976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 - 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. @@ -85989,13 +86004,13 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86013,9 +86028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -86047,16 +86062,16 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -86078,10 +86093,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *419 - *420 - - *621 - - *411 + - *421 + - *622 + - *412 responses: '204': description: Response @@ -86110,9 +86125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -86134,9 +86149,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -86169,9 +86184,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -86181,13 +86196,13 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *623 + default: *624 headers: Link: *40 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86215,9 +86230,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -86244,16 +86259,16 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -86273,9 +86288,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 requestBody: required: true content: @@ -86306,13 +86321,13 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *620 + default: *621 '403': *29 '404': *6 '422': *7 - '503': *159 + '503': *160 x-github: triggersNotification: true githubCloudOnly: false @@ -86330,9 +86345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *419 - *420 - - *621 + - *421 + - *622 - *17 - *19 responses: @@ -86347,7 +86362,6 @@ paths: description: Timeline Event type: object anyOf: - - *626 - *627 - *628 - *629 @@ -86360,6 +86374,7 @@ paths: - *636 - *637 - *638 + - *639 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -86402,7 +86417,7 @@ paths: issue_url: type: string format: uri - author_association: *171 + author_association: *172 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -86412,9 +86427,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 - reactions: *172 + properties: *170 + required: *171 + reactions: *173 required: - event - actor @@ -86445,7 +86460,7 @@ paths: properties: type: type: string - issue: *184 + issue: *185 required: - event - created_at @@ -86645,7 +86660,7 @@ paths: type: string body_text: type: string - author_association: *171 + author_association: *172 required: - event - id @@ -86668,7 +86683,7 @@ paths: type: string comments: type: array - items: &659 + items: &660 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -86757,7 +86772,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *171 + author_association: *172 _links: type: object properties: @@ -86841,7 +86856,7 @@ paths: enum: - line - file - reactions: *172 + reactions: *173 body_html: type: string example: '"

comment body

"' @@ -86877,7 +86892,7 @@ paths: type: string comments: type: array - items: *539 + items: *540 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -86908,8 +86923,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 assignee: *4 required: - id @@ -86952,8 +86967,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 assignee: *4 required: - id @@ -86996,8 +87011,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 state_reason: type: string nullable: true @@ -87166,7 +87181,7 @@ paths: headers: Link: *40 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87183,8 +87198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -87194,7 +87209,7 @@ paths: application/json: schema: type: array - items: &639 + items: &640 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -87260,8 +87275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -87297,9 +87312,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &640 + default: &641 value: id: 1 key: ssh-rsa AAA... @@ -87333,9 +87348,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *419 - *420 - - &641 + - *421 + - &642 name: key_id description: The unique identifier of the key. in: path @@ -87347,9 +87362,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 '404': *6 x-github: githubCloudOnly: false @@ -87367,9 +87382,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *419 - *420 - - *641 + - *421 + - *642 responses: '204': description: Response @@ -87389,8 +87404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -87400,9 +87415,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *625 + default: *626 headers: Link: *40 '404': *6 @@ -87423,8 +87438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -87460,9 +87475,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: &642 + default: &643 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87494,8 +87509,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -87506,9 +87521,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *642 + default: *643 '404': *6 x-github: githubCloudOnly: false @@ -87525,8 +87540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -87565,7 +87580,7 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: default: value: @@ -87591,8 +87606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -87618,8 +87633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -87655,8 +87670,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *419 - *420 + - *421 responses: '202': *39 '403': @@ -87684,8 +87699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -87711,9 +87726,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *419 - *420 - - *515 + - *421 + - *516 responses: '200': description: Response @@ -87775,8 +87790,8 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true required: - _links @@ -87858,8 +87873,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -87924,8 +87939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -87959,9 +87974,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *540 + schema: *541 examples: - default: *643 + default: *644 '204': description: Response when already merged '404': @@ -87986,8 +88001,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *419 - *420 + - *421 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -88028,12 +88043,12 @@ paths: application/json: schema: type: array - items: &644 + items: &645 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *544 - required: *545 + properties: *545 + required: *546 examples: default: value: @@ -88089,8 +88104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -88130,9 +88145,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: &645 + default: &646 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -88191,9 +88206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *419 - *420 - - &646 + - *421 + - &647 name: milestone_number description: The number that identifies the milestone. in: path @@ -88205,9 +88220,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *645 + default: *646 '404': *6 x-github: githubCloudOnly: false @@ -88224,9 +88239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *419 - *420 - - *646 + - *421 + - *647 requestBody: required: false content: @@ -88264,9 +88279,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88282,9 +88297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *419 - *420 - - *646 + - *421 + - *647 responses: '204': description: Response @@ -88305,9 +88320,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: - - *419 - *420 - - *646 + - *421 + - *647 - *17 - *19 responses: @@ -88317,9 +88332,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *625 + default: *626 headers: Link: *40 x-github: @@ -88338,12 +88353,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: - - *419 - *420 - - *647 + - *421 - *648 - - *174 - *649 + - *175 + - *650 - *17 - *19 responses: @@ -88353,9 +88368,9 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: - default: *650 + default: *651 headers: Link: *40 x-github: @@ -88379,8 +88394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -88438,14 +88453,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &651 + schema: &652 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -88570,7 +88585,7 @@ paths: - custom_404 - public examples: - default: &652 + default: &653 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -88611,8 +88626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -88666,11 +88681,11 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 '422': *15 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88691,8 +88706,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -88778,7 +88793,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88799,14 +88814,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *419 - *420 + - *421 responses: '204': description: Response '422': *15 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88826,8 +88841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -88837,7 +88852,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Page Build description: Page Build type: object @@ -88931,8 +88946,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *419 - *420 + - *421 responses: '201': description: Response @@ -88977,16 +88992,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: &654 + default: &655 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89034,8 +89049,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *419 - *420 + - *421 - name: build_id in: path required: true @@ -89046,9 +89061,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89068,8 +89083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -89174,9 +89189,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: - - *419 - *420 - - &655 + - *421 + - &656 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -89234,11 +89249,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *419 - *420 - - *655 + - *421 + - *656 responses: - '204': *125 + '204': *126 '404': *6 x-github: githubCloudOnly: false @@ -89263,8 +89278,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -89495,7 +89510,7 @@ paths: description: Empty response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -89522,8 +89537,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: - - *419 - *420 + - *421 responses: '200': description: Private vulnerability reporting status @@ -89560,10 +89575,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *419 - *420 + - *421 responses: - '204': *125 + '204': *126 '422': *14 x-github: githubCloudOnly: false @@ -89582,10 +89597,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *419 - *420 + - *421 responses: - '204': *125 + '204': *126 '422': *14 x-github: githubCloudOnly: false @@ -89606,8 +89621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: - - *419 - *420 + - *421 - name: state description: Indicates the state of the projects to return. in: query @@ -89628,7 +89643,7 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: default: value: @@ -89668,7 +89683,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -89691,8 +89706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -89718,13 +89733,13 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *429 + default: *430 '401': *25 '403': *29 '404': *6 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -89747,8 +89762,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -89756,7 +89771,7 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: default: value: @@ -89787,8 +89802,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -89800,7 +89815,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *362 + items: *363 required: - properties examples: @@ -89850,8 +89865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *419 - *420 + - *421 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -89911,9 +89926,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: *657 + default: *658 headers: Link: *40 '304': *37 @@ -89945,8 +89960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -90011,7 +90026,7 @@ paths: description: Response content: application/json: - schema: &661 + schema: &662 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -90122,8 +90137,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *544 - required: *545 + properties: *545 + required: *546 nullable: true active_lock_reason: type: string @@ -90168,7 +90183,7 @@ paths: nullable: true requested_teams: type: array - items: *386 + items: *387 nullable: true head: type: object @@ -90177,7 +90192,7 @@ paths: type: string ref: type: string - repo: *66 + repo: *67 sha: type: string user: *4 @@ -90194,7 +90209,7 @@ paths: type: string ref: type: string - repo: *66 + repo: *67 sha: type: string user: *4 @@ -90207,14 +90222,14 @@ paths: _links: type: object properties: - comments: *546 - commits: *546 - statuses: *546 - html: *546 - issue: *546 - review_comments: *546 - review_comment: *546 - self: *546 + comments: *547 + commits: *547 + statuses: *547 + html: *547 + issue: *547 + review_comments: *547 + review_comment: *547 + self: *547 required: - comments - commits @@ -90224,8 +90239,8 @@ paths: - review_comments - review_comment - self - author_association: *171 - auto_merge: *658 + author_association: *172 + auto_merge: *659 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -90317,7 +90332,7 @@ paths: - merged_by - review_comments examples: - default: &662 + default: &663 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -90844,8 +90859,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *419 - *420 + - *421 - name: sort in: query required: false @@ -90864,7 +90879,7 @@ paths: enum: - asc - desc - - *174 + - *175 - *17 - *19 responses: @@ -90874,9 +90889,9 @@ paths: application/json: schema: type: array - items: *659 + items: *660 examples: - default: &664 + default: &665 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -90953,17 +90968,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: - - *419 - *420 - - *183 + - *421 + - *184 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: &660 + default: &661 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91038,9 +91053,9 @@ 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: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -91062,9 +91077,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91080,9 +91095,9 @@ 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: - - *419 - *420 - - *183 + - *421 + - *184 responses: '204': description: Response @@ -91103,9 +91118,9 @@ 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: - - *419 - *420 - - *183 + - *421 + - *184 - 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 pull request review comment. @@ -91131,9 +91146,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 '404': *6 @@ -91154,9 +91169,9 @@ 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: - - *419 - *420 - - *183 + - *421 + - *184 requestBody: required: true content: @@ -91188,16 +91203,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -91219,10 +91234,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *419 - *420 - - *183 - - *411 + - *421 + - *184 + - *412 responses: '204': description: Response @@ -91265,9 +91280,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *419 - *420 - - &663 + - *421 + - &664 name: pull_number description: The number that identifies the pull request. in: path @@ -91280,9 +91295,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '304': *37 '404': *6 '406': @@ -91290,8 +91305,8 @@ paths: content: application/json: schema: *3 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91317,9 +91332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: false content: @@ -91361,9 +91376,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '422': *15 '403': *29 x-github: @@ -91385,9 +91400,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: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: true content: @@ -91447,21 +91462,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '401': *25 '403': *29 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91487,10 +91502,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *419 - *420 - - *663 - - *194 + - *421 + - *664 + - *195 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -91500,7 +91515,7 @@ paths: enum: - asc - desc - - *174 + - *175 - *17 - *19 responses: @@ -91510,9 +91525,9 @@ paths: application/json: schema: type: array - items: *659 + items: *660 examples: - default: *664 + default: *665 headers: Link: *40 x-github: @@ -91545,9 +91560,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: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: true content: @@ -91652,7 +91667,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: example-for-a-multi-line-comment: value: @@ -91740,10 +91755,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *419 - *420 - - *663 - - *183 + - *421 + - *664 + - *184 requestBody: required: true content: @@ -91765,7 +91780,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: default: value: @@ -91851,9 +91866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *419 - *420 - - *663 + - *421 + - *664 - *17 - *19 responses: @@ -91863,9 +91878,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: *665 + default: *666 headers: Link: *40 x-github: @@ -91895,9 +91910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *419 - *420 - - *663 + - *421 + - *664 - *17 - *19 responses: @@ -91907,7 +91922,7 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: default: value: @@ -91925,8 +91940,8 @@ paths: headers: Link: *40 '422': *15 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91945,9 +91960,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: - - *419 - *420 - - *663 + - *421 + - *664 responses: '204': description: Response if pull request has been merged @@ -91970,9 +91985,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: false content: @@ -92083,9 +92098,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: - - *419 - *420 - - *663 + - *421 + - *664 responses: '200': description: Response @@ -92101,7 +92116,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 required: - users - teams @@ -92160,9 +92175,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: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: false content: @@ -92199,7 +92214,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -92735,9 +92750,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: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: true content: @@ -92771,7 +92786,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -93276,9 +93291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *419 - *420 - - *663 + - *421 + - *664 - *17 - *19 responses: @@ -93288,7 +93303,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -93357,7 +93372,7 @@ paths: type: string body_text: type: string - author_association: *171 + author_association: *172 required: - id - node_id @@ -93439,9 +93454,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: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: false content: @@ -93527,9 +93542,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: &668 + default: &669 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93592,10 +93607,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: - - *419 - *420 - - *663 - - &667 + - *421 + - *664 + - &668 name: review_id description: The unique identifier of the review. in: path @@ -93607,9 +93622,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: &669 + default: &670 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93668,10 +93683,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: - - *419 - *420 - - *663 - - *667 + - *421 + - *664 + - *668 requestBody: required: true content: @@ -93694,7 +93709,7 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -93756,18 +93771,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: - - *419 - *420 - - *663 - - *667 + - *421 + - *664 + - *668 responses: '200': description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *668 + default: *669 '422': *7 '404': *6 x-github: @@ -93794,10 +93809,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: - - *419 - *420 - - *663 - - *667 + - *421 + - *664 + - *668 - *17 - *19 responses: @@ -93876,13 +93891,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *171 + author_association: *172 _links: type: object properties: - self: *546 - html: *546 - pull_request: *546 + self: *547 + html: *547 + pull_request: *547 required: - self - html @@ -93891,7 +93906,7 @@ paths: type: string body_html: type: string - reactions: *172 + reactions: *173 side: description: The side of the first line of the range for a multi-line comment. @@ -94032,10 +94047,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: - - *419 - *420 - - *663 - - *667 + - *421 + - *664 + - *668 requestBody: required: true content: @@ -94063,7 +94078,7 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -94126,10 +94141,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: - - *419 - *420 - - *663 - - *667 + - *421 + - *664 + - *668 requestBody: required: true content: @@ -94164,9 +94179,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *669 + default: *670 '404': *6 '422': *7 '403': *29 @@ -94188,9 +94203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *419 - *420 - - *663 + - *421 + - *664 requestBody: required: false content: @@ -94253,8 +94268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *419 - *420 + - *421 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -94267,9 +94282,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: &671 + default: &672 value: type: file encoding: base64 @@ -94311,8 +94326,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: - - *419 - *420 + - *421 - name: dir description: The alternate path to look for a README file in: path @@ -94332,9 +94347,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: *671 + default: *672 '404': *6 '422': *15 x-github: @@ -94356,8 +94371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -94367,7 +94382,7 @@ paths: application/json: schema: type: array - items: &672 + items: &673 title: Release description: A release. type: object @@ -94438,7 +94453,7 @@ paths: author: *4 assets: type: array - items: &673 + items: &674 title: Release Asset description: Data related to a release. type: object @@ -94513,7 +94528,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *172 + reactions: *173 required: - assets_url - upload_url @@ -94625,8 +94640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -94702,9 +94717,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: &676 + default: &677 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -94809,9 +94824,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *419 - *420 - - &674 + - *421 + - &675 name: asset_id description: The unique identifier of the asset. in: path @@ -94823,9 +94838,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: &675 + default: &676 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 @@ -94860,7 +94875,7 @@ paths: type: User site_admin: false '404': *6 - '302': *557 + '302': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94876,9 +94891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *419 - *420 - - *674 + - *421 + - *675 requestBody: required: false content: @@ -94906,9 +94921,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: *675 + default: *676 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94924,9 +94939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *419 - *420 - - *674 + - *421 + - *675 responses: '204': description: Response @@ -94950,8 +94965,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -95036,16 +95051,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *676 + default: *677 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95062,8 +95077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *419 - *420 + - *421 - name: tag description: tag parameter in: path @@ -95076,9 +95091,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *676 + default: *677 '404': *6 x-github: githubCloudOnly: false @@ -95100,9 +95115,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *419 - *420 - - &677 + - *421 + - &678 name: release_id description: The unique identifier of the release. in: path @@ -95116,9 +95131,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: *672 + schema: *673 examples: - default: *676 + default: *677 '401': description: Unauthorized x-github: @@ -95136,9 +95151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *419 - *420 - - *677 + - *421 + - *678 requestBody: required: false content: @@ -95202,9 +95217,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *676 + default: *677 '404': description: Not Found if the discussion category name is invalid content: @@ -95225,9 +95240,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *419 - *420 - - *677 + - *421 + - *678 responses: '204': description: Response @@ -95247,9 +95262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *419 - *420 - - *677 + - *421 + - *678 - *17 - *19 responses: @@ -95259,7 +95274,7 @@ paths: application/json: schema: type: array - items: *673 + items: *674 examples: default: value: @@ -95341,9 +95356,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: - - *419 - *420 - - *677 + - *421 + - *678 - name: name in: query required: true @@ -95369,7 +95384,7 @@ paths: description: Response for successful upload content: application/json: - schema: *673 + schema: *674 examples: response-for-successful-upload: value: @@ -95424,9 +95439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *419 - *420 - - *677 + - *421 + - *678 - 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. @@ -95450,9 +95465,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 '404': *6 @@ -95473,9 +95488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *419 - *420 - - *677 + - *421 + - *678 requestBody: required: true content: @@ -95505,16 +95520,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -95536,10 +95551,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *419 - *420 - - *677 - - *411 + - *421 + - *678 + - *412 responses: '204': description: Response @@ -95563,9 +95578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *419 - *420 - - *478 + - *421 + - *479 - *17 - *19 responses: @@ -95581,8 +95596,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *134 - - &678 + - *135 + - &679 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -95601,66 +95616,66 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *135 - - *678 - allOf: - *136 - - *678 + - *679 - allOf: - *137 - - *678 - - allOf: - *679 - - *678 - allOf: - *138 - - *678 + - *679 + - allOf: + - *680 + - *679 - allOf: - *139 - - *678 + - *679 - allOf: - *140 - - *678 + - *679 - allOf: - *141 - - *678 + - *679 - allOf: - *142 - - *678 + - *679 - allOf: - *143 - - *678 + - *679 - allOf: - *144 - - *678 + - *679 - allOf: - *145 - - *678 + - *679 - allOf: - *146 - - *678 + - *679 - allOf: - *147 - - *678 + - *679 - allOf: - *148 - - *678 + - *679 - allOf: - *149 - - *678 + - *679 - allOf: - *150 - - *678 + - *679 - allOf: - *151 - - *678 + - *679 - allOf: - *152 - - *678 + - *679 - allOf: - *153 - - *678 + - *679 + - allOf: + - *154 + - *679 examples: default: value: @@ -95699,8 +95714,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - *17 - *19 - name: includes_parents @@ -95711,7 +95726,7 @@ paths: schema: type: boolean default: true - - *680 + - *681 responses: '200': description: Response @@ -95719,7 +95734,7 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: default: value: @@ -95750,7 +95765,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -95766,8 +95781,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 requestBody: description: Request body required: true @@ -95787,16 +95802,16 @@ paths: - tag - push default: branch - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 - conditions: *128 + items: *134 + conditions: *129 rules: type: array description: An array of rules within the ruleset. - items: *681 + items: *682 required: - name - enforcement @@ -95827,9 +95842,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: &690 + default: &691 value: id: 42 name: super cool ruleset @@ -95862,7 +95877,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *6 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -95876,12 +95891,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *419 - *420 - - *682 - - *259 + - *421 - *683 + - *260 - *684 + - *685 - *17 - *19 responses: @@ -95889,11 +95904,11 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: *686 + default: *687 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95912,19 +95927,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *419 - *420 - - *687 + - *421 + - *688 responses: '200': description: Response content: application/json: - schema: *688 + schema: *689 examples: - default: *689 + default: *690 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95950,8 +95965,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -95971,11 +95986,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *690 + default: *691 '404': *6 - '500': *90 + '500': *91 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -95991,8 +96006,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96017,16 +96032,16 @@ paths: - branch - tag - push - enforcement: *132 + enforcement: *133 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *133 - conditions: *128 + items: *134 + conditions: *129 rules: description: An array of rules within the ruleset. type: array - items: *681 + items: *682 examples: default: value: @@ -96054,11 +96069,11 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *690 + default: *691 '404': *6 - '500': *90 + '500': *91 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -96074,8 +96089,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96086,7 +96101,7 @@ paths: '204': description: Response '404': *6 - '500': *90 + '500': *91 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -96098,8 +96113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *419 - *420 + - *421 - *17 - *19 - name: ruleset_id @@ -96115,11 +96130,11 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *371 + default: *372 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96136,8 +96151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96155,7 +96170,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -96188,7 +96203,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96210,21 +96225,21 @@ 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: - - *419 - *420 - - *373 + - *421 - *374 - *375 - *376 - - *93 + - *377 + - *94 - *19 - *17 - - *691 - *692 - - *377 + - *693 - *378 - *379 - *380 + - *381 responses: '200': description: Response @@ -96232,11 +96247,11 @@ paths: application/json: schema: type: array - items: &696 + items: &697 type: object properties: - number: *105 - created_at: *112 + number: *106 + created_at: *113 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -96244,15 +96259,15 @@ paths: format: date-time readOnly: true nullable: true - url: *110 - html_url: *111 + url: *111 + html_url: *112 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *693 - resolution: *694 + state: *694 + resolution: *695 resolved_at: type: string format: date-time @@ -96348,7 +96363,7 @@ paths: pull request. ' - oneOf: *695 + oneOf: *696 nullable: true has_more_locations: type: boolean @@ -96476,7 +96491,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96498,16 +96513,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *419 - *420 - - *509 - - *380 + - *421 + - *510 + - *381 responses: '200': description: Response content: application/json: - schema: *696 + schema: *697 examples: default: value: @@ -96538,7 +96553,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96559,9 +96574,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: - - *419 - *420 - - *509 + - *421 + - *510 requestBody: required: true content: @@ -96569,8 +96584,8 @@ paths: schema: type: object properties: - state: *693 - resolution: *694 + state: *694 + resolution: *695 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96588,7 +96603,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: default: value: @@ -96641,7 +96656,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -96663,9 +96678,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: - - *419 - *420 - - *509 + - *421 + - *510 - *19 - *17 responses: @@ -96676,7 +96691,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &876 + items: &877 type: object properties: type: @@ -96702,7 +96717,6 @@ paths: example: commit details: oneOf: - - *697 - *698 - *699 - *700 @@ -96715,6 +96729,7 @@ paths: - *707 - *708 - *709 + - *710 examples: default: value: @@ -96778,7 +96793,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96800,8 +96815,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -96809,14 +96824,14 @@ paths: schema: type: object properties: - reason: &711 + reason: &712 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *710 + placeholder_id: *711 required: - reason - placeholder_id @@ -96833,7 +96848,7 @@ paths: schema: type: object properties: - reason: *711 + reason: *712 expire_at: type: string format: date-time @@ -96856,7 +96871,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *159 + '503': *160 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -96876,13 +96891,13 @@ 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: - - *419 - *420 + - *421 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *159 + '503': *160 '200': description: Response content: @@ -96892,7 +96907,7 @@ paths: properties: incremental_scans: type: array - items: &712 + items: &713 description: Information on a single scan performed by secret scanning on the repository type: object @@ -96918,15 +96933,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *712 + items: *713 backfill_scans: type: array - items: *712 + items: *713 custom_pattern_backfill_scans: type: array items: allOf: - - *712 + - *713 - type: object properties: pattern_name: @@ -96996,9 +97011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *419 - *420 - - *93 + - *421 + - *94 - name: sort description: The property to sort the results by. in: query @@ -97010,8 +97025,8 @@ paths: - updated - published default: created - - *91 - *92 + - *93 - name: per_page description: The number of advisories to return per page. 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)." @@ -97041,9 +97056,9 @@ paths: application/json: schema: type: array - items: *713 + items: *714 examples: - default: *714 + default: *715 '400': *14 '404': *6 x-github: @@ -97066,8 +97081,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -97140,7 +97155,7 @@ paths: login: type: string description: The username of the user credited. - type: *385 + type: *386 required: - login - type @@ -97227,9 +97242,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: &716 + default: &717 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97462,8 +97477,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -97567,7 +97582,7 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: default: value: @@ -97714,17 +97729,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: - - *419 - *420 - - *715 + - *421 + - *716 responses: '200': description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *716 + default: *717 '403': *29 '404': *6 x-github: @@ -97748,9 +97763,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: - - *419 - *420 - - *715 + - *421 + - *716 requestBody: required: true content: @@ -97823,7 +97838,7 @@ paths: login: type: string description: The username of the user credited. - type: *385 + type: *386 required: - login - type @@ -97909,17 +97924,17 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *716 - add_credit: *716 + default: *717 + add_credit: *717 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *211 + schema: *212 examples: invalid_state_transition: value: @@ -97950,9 +97965,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: - - *419 - *420 - - *715 + - *421 + - *716 responses: '202': *39 '400': *14 @@ -97979,17 +97994,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: - - *419 - *420 - - *715 + - *421 + - *716 responses: '202': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 '400': *14 '422': *15 '403': *29 @@ -98015,8 +98030,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -98115,8 +98130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *419 - *420 + - *421 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -98125,7 +98140,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98138,7 +98153,7 @@ paths: - 1124 - -435 '202': *39 - '204': *125 + '204': *126 '422': description: Repository contains more than 10,000 commits x-github: @@ -98158,8 +98173,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -98208,7 +98223,7 @@ paths: total: 89 week: 1336280400 '202': *39 - '204': *125 + '204': *126 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98235,8 +98250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -98310,7 +98325,7 @@ paths: d: 77 c: 10 '202': *39 - '204': *125 + '204': *126 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98332,8 +98347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *419 - *420 + - *421 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -98487,8 +98502,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: - - *419 - *420 + - *421 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -98498,7 +98513,7 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: default: value: @@ -98511,7 +98526,7 @@ paths: - - 0 - 2 - 21 - '204': *125 + '204': *126 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98531,8 +98546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *419 - *420 + - *421 - name: sha in: path required: true @@ -98586,7 +98601,7 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: default: value: @@ -98640,8 +98655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -98653,7 +98668,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -98673,14 +98688,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *419 - *420 + - *421 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &719 + schema: &720 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -98748,8 +98763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -98775,7 +98790,7 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: default: value: @@ -98802,8 +98817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -98823,8 +98838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -98903,8 +98918,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -98912,7 +98927,7 @@ paths: application/json: schema: type: array - items: &720 + items: &721 title: Tag protection description: Tag protection type: object @@ -98964,8 +98979,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -98988,7 +99003,7 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: default: value: @@ -99019,8 +99034,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: - - *419 - *420 + - *421 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -99057,8 +99072,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *419 - *420 + - *421 - name: ref in: path required: true @@ -99094,8 +99109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -99105,9 +99120,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *343 + default: *344 headers: Link: *40 '404': *6 @@ -99127,8 +99142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *419 - *420 + - *421 - *19 - *17 responses: @@ -99136,7 +99151,7 @@ paths: description: Response content: application/json: - schema: &721 + schema: &722 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99148,7 +99163,7 @@ paths: required: - names examples: - default: &722 + default: &723 value: names: - octocat @@ -99171,8 +99186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -99203,9 +99218,9 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: - default: *722 + default: *723 '404': *6 '422': *7 x-github: @@ -99226,9 +99241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *419 - *420 - - &723 + - *421 + - &724 name: per description: The time frame to display results for. in: query @@ -99257,7 +99272,7 @@ paths: example: 128 clones: type: array - items: &724 + items: &725 title: Traffic type: object properties: @@ -99344,8 +99359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -99435,8 +99450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -99496,9 +99511,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *419 - *420 - - *723 + - *421 + - *724 responses: '200': description: Response @@ -99517,7 +99532,7 @@ paths: example: 3782 views: type: array - items: *724 + items: *725 required: - uniques - count @@ -99594,8 +99609,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -99631,7 +99646,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: value: @@ -99869,8 +99884,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: - - *419 - *420 + - *421 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -99893,8 +99908,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -99916,8 +99931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -99943,8 +99958,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *419 - *420 + - *421 - name: ref in: path required: true @@ -100036,9 +100051,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -100079,7 +100094,7 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: value: @@ -100189,7 +100204,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &732 + - &733 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -100198,7 +100213,7 @@ paths: schema: type: string example: members - - &737 + - &738 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -100209,7 +100224,7 @@ paths: default: 1 format: int32 example: 1 - - &738 + - &739 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -100251,7 +100266,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &727 + items: &728 allOf: - type: object required: @@ -100326,7 +100341,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: &739 + meta: &740 type: object description: The metadata associated with the creation/updates to the user. @@ -100386,30 +100401,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &728 + '400': &729 description: Bad request content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 - '401': *726 - '403': &729 + schema: *726 + '401': *727 + '403': &730 description: Permission denied - '429': &730 + '429': &731 description: Too many requests content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 - '500': &731 + schema: *726 + '500': &732 description: Internal server error content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 + schema: *726 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100433,7 +100448,7 @@ paths: required: true content: application/json: - schema: &735 + schema: &736 type: object required: - schemas @@ -100489,9 +100504,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *727 + schema: *728 examples: - group: &733 + group: &734 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -100510,13 +100525,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': *728 - '401': *726 - '403': *729 - '409': &736 + '400': *729 + '401': *727 + '403': *730 + '409': &737 description: Duplicate record detected - '429': *730 - '500': *731 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100533,7 +100548,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: - - &734 + - &735 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -100541,22 +100556,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *732 + - *733 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *727 + schema: *728 examples: - default: *733 - '400': *728 - '401': *726 - '403': *729 + default: *734 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '429': *730 - '500': *731 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100575,13 +100590,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: - - *734 + - *735 - *41 requestBody: required: true content: application/json: - schema: *735 + schema: *736 examples: group: summary: Group @@ -100607,17 +100622,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *727 + schema: *728 examples: - group: *733 - groupWithMembers: *733 - '400': *728 - '401': *726 - '403': *729 + group: *734 + groupWithMembers: *734 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '409': *736 - '429': *730 - '500': *731 + '409': *737 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100641,13 +100656,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: - - *734 + - *735 - *41 requestBody: required: true content: application/json: - schema: &746 + schema: &747 type: object required: - Operations @@ -100707,17 +100722,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *727 + schema: *728 examples: - updateGroup: *733 - addMembers: *733 - '400': *728 - '401': *726 - '403': *729 + updateGroup: *734 + addMembers: *734 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '409': *736 - '429': *730 - '500': *731 + '409': *737 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100733,17 +100748,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: - - *734 + - *735 - *41 responses: '204': description: Group was deleted, no content - '400': *728 - '401': *726 - '403': *729 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '429': *730 - '500': *731 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100777,8 +100792,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *737 - *738 + - *739 - *41 responses: '200': @@ -100811,7 +100826,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &741 + items: &742 allOf: - type: object required: @@ -100890,7 +100905,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &740 + roles: &741 type: array description: The roles assigned to the user. items: @@ -100946,7 +100961,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *739 + meta: *740 startIndex: type: integer description: A starting index for the returned page @@ -100983,11 +100998,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *728 - '401': *726 - '403': *729 - '429': *730 - '500': *731 + '400': *729 + '401': *727 + '403': *730 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101011,7 +101026,7 @@ paths: required: true content: application/json: - schema: &744 + schema: &745 type: object required: - schemas @@ -101093,9 +101108,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *740 + roles: *741 examples: - user: &745 + user: &746 summary: User value: schemas: @@ -101142,9 +101157,9 @@ paths: description: User has been created content: application/scim+json: - schema: *741 + schema: *742 examples: - user: &742 + user: &743 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -101170,13 +101185,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: *742 - '400': *728 - '401': *726 - '403': *729 - '409': *736 - '429': *730 - '500': *731 + enterpriseOwner: *743 + '400': *729 + '401': *727 + '403': *730 + '409': *737 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101193,7 +101208,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: - - &743 + - &744 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -101206,15 +101221,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *741 + schema: *742 examples: - default: *742 - '400': *728 - '401': *726 - '403': *729 + default: *743 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '429': *730 - '500': *731 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101236,30 +101251,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: - - *743 + - *744 - *41 requestBody: required: true content: application/json: - schema: *744 + schema: *745 examples: - user: *745 + user: *746 responses: '200': description: User was updated content: application/scim+json: - schema: *741 + schema: *742 examples: - user: *742 - '400': *728 - '401': *726 - '403': *729 + user: *743 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '409': *736 - '429': *730 - '500': *731 + '409': *737 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101294,13 +101309,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: - - *743 + - *744 - *41 requestBody: required: true content: application/json: - schema: *746 + schema: *747 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -101340,18 +101355,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *741 + schema: *742 examples: - userMultiValuedProperties: *742 - userSingleValuedProperties: *742 - disableUser: *742 - '400': *728 - '401': *726 - '403': *729 + userMultiValuedProperties: *743 + userSingleValuedProperties: *743 + disableUser: *743 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '409': *736 - '429': *730 - '500': *731 + '409': *737 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101371,17 +101386,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: - - *743 + - *744 - *41 responses: '204': description: User was deleted, no content - '400': *728 - '401': *726 - '403': *729 + '400': *729 + '401': *727 + '403': *730 '404': *6 - '429': *730 - '500': *731 + '429': *731 + '500': *732 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101414,7 +101429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *75 + - *76 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -101468,7 +101483,7 @@ paths: example: 1 Resources: type: array - items: &747 + items: &748 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -101699,22 +101714,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': &748 + '404': &749 description: Resource not found content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 - '403': &749 + schema: *726 + '403': &750 description: Forbidden content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 - '400': *728 - '429': *730 + schema: *726 + '400': *729 + '429': *731 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -101734,15 +101749,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *75 + - *76 responses: '201': description: Response content: application/scim+json: - schema: *747 + schema: *748 examples: - default: &750 + default: &751 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -101765,17 +101780,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': *748 - '403': *749 - '500': *731 + '404': *749 + '403': *750 + '500': *732 '409': description: Conflict content: application/json: - schema: *725 + schema: *726 application/scim+json: - schema: *725 - '400': *728 + schema: *726 + '400': *729 requestBody: required: true content: @@ -101872,18 +101887,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - - *75 - - *743 + - *76 + - *744 responses: '200': description: Response content: application/scim+json: - schema: *747 + schema: *748 examples: - default: *750 - '404': *748 - '403': *749 + default: *751 + '404': *749 + '403': *750 '304': *37 x-github: githubCloudOnly: true @@ -101906,19 +101921,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *75 - - *743 + - *76 + - *744 responses: '200': description: Response content: application/scim+json: - schema: *747 + schema: *748 examples: - default: *750 + default: *751 '304': *37 - '404': *748 - '403': *749 + '404': *749 + '403': *750 requestBody: required: true content: @@ -102030,20 +102045,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - - *75 - - *743 + - *76 + - *744 responses: '200': description: Response content: application/scim+json: - schema: *747 + schema: *748 examples: - default: *750 + default: *751 '304': *37 - '404': *748 - '403': *749 - '400': *728 + '404': *749 + '403': *750 + '400': *729 '429': description: Response content: @@ -102133,13 +102148,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - - *75 - - *743 + - *76 + - *744 responses: '204': description: Response - '404': *748 - '403': *749 + '404': *749 + '403': *750 '304': *37 x-github: githubCloudOnly: true @@ -102254,7 +102269,7 @@ paths: html_url: type: string format: uri - repository: *234 + repository: *235 score: type: number file_size: @@ -102272,7 +102287,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &751 + text_matches: &752 title: Search Result Text Matches type: array items: @@ -102386,7 +102401,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *37 - '503': *159 + '503': *160 '422': *15 '403': *29 x-github: @@ -102435,7 +102450,7 @@ paths: enum: - author-date - committer-date - - &752 + - &753 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 @@ -102506,7 +102521,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *476 + properties: *477 nullable: true comment_count: type: integer @@ -102526,7 +102541,7 @@ paths: url: type: string format: uri - verification: *601 + verification: *602 required: - author - committer @@ -102545,7 +102560,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *476 + properties: *477 nullable: true parents: type: array @@ -102558,12 +102573,12 @@ paths: type: string sha: type: string - repository: *234 + repository: *235 score: type: number node_id: type: string - text_matches: *751 + text_matches: *752 required: - sha - node_id @@ -102746,7 +102761,7 @@ paths: - interactions - created - updated - - *752 + - *753 - *17 - *19 - name: advanced_search @@ -102843,11 +102858,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: type: string state_reason: @@ -102864,8 +102879,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *544 - required: *545 + properties: *545 + required: *546 nullable: true comments: type: integer @@ -102879,7 +102894,7 @@ paths: type: string format: date-time nullable: true - text_matches: *751 + text_matches: *752 pull_request: type: object properties: @@ -102912,10 +102927,10 @@ paths: type: string score: type: number - author_association: *171 + author_association: *172 draft: type: boolean - repository: *66 + repository: *67 body_html: type: string body_text: @@ -102923,7 +102938,7 @@ paths: timeline_url: type: string format: uri - type: *326 + type: *327 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -102933,9 +102948,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 - reactions: *172 + properties: *170 + required: *171 + reactions: *173 required: - assignee - closed_at @@ -103051,7 +103066,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *159 + '503': *160 '422': *15 '304': *37 '403': *29 @@ -103107,7 +103122,7 @@ paths: enum: - created - updated - - *752 + - *753 - *17 - *19 responses: @@ -103151,7 +103166,7 @@ paths: nullable: true score: type: number - text_matches: *751 + text_matches: *752 required: - id - node_id @@ -103237,7 +103252,7 @@ paths: - forks - help-wanted-issues - updated - - *752 + - *753 - *17 - *19 responses: @@ -103456,8 +103471,8 @@ paths: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true permissions: type: object @@ -103476,7 +103491,7 @@ paths: - admin - pull - push - text_matches: *751 + text_matches: *752 temp_clone_token: type: string allow_merge_commit: @@ -103678,7 +103693,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *159 + '503': *160 '422': *15 '304': *37 x-github: @@ -103777,7 +103792,7 @@ paths: type: string format: uri nullable: true - text_matches: *751 + text_matches: *752 related: type: array nullable: true @@ -103970,7 +103985,7 @@ paths: - followers - repositories - joined - - *752 + - *753 - *17 - *19 responses: @@ -104074,7 +104089,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *751 + text_matches: *752 blog: type: string nullable: true @@ -104133,7 +104148,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *37 - '503': *159 + '503': *160 '422': *15 x-github: githubCloudOnly: false @@ -104153,7 +104168,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &756 + - &757 name: team_id description: The unique identifier of the team. in: path @@ -104165,9 +104180,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -104194,7 +104209,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *756 + - *757 requestBody: required: true content: @@ -104257,16 +104272,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '201': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 '422': *15 '403': *29 @@ -104294,7 +104309,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *756 + - *757 responses: '204': description: Response @@ -104325,8 +104340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *756 - - *93 + - *757 + - *94 - *17 - *19 responses: @@ -104336,9 +104351,9 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *757 + default: *758 headers: Link: *40 x-github: @@ -104367,7 +104382,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *756 + - *757 requestBody: required: true content: @@ -104401,9 +104416,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: triggersNotification: true githubCloudOnly: false @@ -104430,16 +104445,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *756 - - *404 + - *757 + - *405 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104464,8 +104479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *756 - - *404 + - *757 + - *405 requestBody: required: false content: @@ -104488,9 +104503,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *758 + default: *759 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104515,8 +104530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *756 - - *404 + - *757 + - *405 responses: '204': description: Response @@ -104545,9 +104560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *756 - - *404 - - *93 + - *757 + - *405 + - *94 - *17 - *19 responses: @@ -104557,9 +104572,9 @@ paths: application/json: schema: type: array - items: *405 + items: *406 examples: - default: *759 + default: *760 headers: Link: *40 x-github: @@ -104588,8 +104603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *756 - - *404 + - *757 + - *405 requestBody: required: true content: @@ -104611,9 +104626,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: triggersNotification: true githubCloudOnly: false @@ -104640,17 +104655,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *756 - - *404 - - *407 + - *757 + - *405 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104675,9 +104690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *756 - - *404 - - *407 + - *757 + - *405 + - *408 requestBody: required: true content: @@ -104699,9 +104714,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *760 + default: *761 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104726,9 +104741,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *756 - - *404 - - *407 + - *757 + - *405 + - *408 responses: '204': description: Response @@ -104757,9 +104772,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: - - *756 - - *404 - - *407 + - *757 + - *405 + - *408 - 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. @@ -104785,9 +104800,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 x-github: @@ -104816,9 +104831,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: - - *756 - - *404 - - *407 + - *757 + - *405 + - *408 requestBody: required: true content: @@ -104850,9 +104865,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104878,8 +104893,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: - - *756 - - *404 + - *757 + - *405 - 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. @@ -104905,9 +104920,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: Link: *40 x-github: @@ -104936,8 +104951,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: - - *756 - - *404 + - *757 + - *405 requestBody: required: true content: @@ -104969,9 +104984,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104995,7 +105010,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *756 + - *757 - *17 - *19 responses: @@ -105005,9 +105020,9 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *40 x-github: @@ -105033,7 +105048,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *756 + - *757 - name: role description: Filters members returned by their role in the team. in: query @@ -105056,7 +105071,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '404': *6 @@ -105084,8 +105099,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *756 - - *256 + - *757 + - *257 responses: '204': description: if user is a member @@ -105121,8 +105136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *756 - - *256 + - *757 + - *257 responses: '204': description: Response @@ -105161,8 +105176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *756 - - *256 + - *757 + - *257 responses: '204': description: Response @@ -105198,16 +105213,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: - - *756 - - *256 + - *757 + - *257 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-user-is-a-team-maintainer: *761 + response-if-user-is-a-team-maintainer: *762 '404': *6 x-github: githubCloudOnly: false @@ -105240,8 +105255,8 @@ 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: - - *756 - - *256 + - *757 + - *257 requestBody: required: false content: @@ -105266,9 +105281,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-users-membership-with-team-is-now-pending: *762 + response-if-users-membership-with-team-is-now-pending: *763 '403': description: Forbidden if team synchronization is set up '422': @@ -105302,8 +105317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *756 - - *256 + - *757 + - *257 responses: '204': description: Response @@ -105331,7 +105346,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *756 + - *757 - *17 - *19 responses: @@ -105341,9 +105356,9 @@ paths: application/json: schema: type: array - items: *417 + items: *418 examples: - default: *763 + default: *764 headers: Link: *40 '404': *6 @@ -105369,16 +105384,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: - - *756 - - *418 + - *757 + - *419 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *764 + default: *765 '404': description: Not Found if project is not managed by this team x-github: @@ -105402,8 +105417,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: - - *756 - - *418 + - *757 + - *419 requestBody: required: false content: @@ -105470,8 +105485,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: - - *756 - - *418 + - *757 + - *419 responses: '204': description: Response @@ -105498,7 +105513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *756 + - *757 - *17 - *19 responses: @@ -105508,9 +105523,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 '404': *6 @@ -105540,15 +105555,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: - - *756 - - *419 + - *757 - *420 + - *421 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *765 + schema: *766 examples: alternative-response-with-extra-repository-information: value: @@ -105699,9 +105714,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: - - *756 - - *419 + - *757 - *420 + - *421 requestBody: required: false content: @@ -105751,9 +105766,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: - - *756 - - *419 + - *757 - *420 + - *421 responses: '204': description: Response @@ -105782,15 +105797,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: - - *756 + - *757 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 '403': *29 '404': *6 x-github: @@ -105817,7 +105832,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: - - *756 + - *757 requestBody: required: true content: @@ -105874,7 +105889,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -105905,7 +105920,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *756 + - *757 - *17 - *19 responses: @@ -105915,9 +105930,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - response-if-child-teams-exist: *766 + response-if-child-teams-exist: *767 headers: Link: *40 '404': *6 @@ -105950,7 +105965,7 @@ paths: application/json: schema: oneOf: - - &768 + - &769 title: Private User description: Private User type: object @@ -106153,7 +106168,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *767 + - *768 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -106306,7 +106321,7 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: default: value: @@ -106385,7 +106400,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 '304': *37 '404': *6 '403': *29 @@ -106408,7 +106423,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *256 + - *257 responses: '204': description: If the user is blocked @@ -106436,7 +106451,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *256 + - *257 responses: '204': description: Response @@ -106460,7 +106475,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *256 + - *257 responses: '204': description: Response @@ -106509,11 +106524,11 @@ paths: type: integer codespaces: type: array - items: *332 + items: *333 examples: - default: *333 + default: *334 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -106650,21 +106665,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '401': *25 '403': *29 '404': *6 - '503': *159 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106704,7 +106719,7 @@ paths: type: integer secrets: type: array - items: &769 + items: &770 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -106744,7 +106759,7 @@ paths: - visibility - selected_repositories_url examples: - default: *532 + default: *533 headers: Link: *40 x-github: @@ -106814,13 +106829,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *244 + - *245 responses: '200': description: Response content: application/json: - schema: *769 + schema: *770 examples: default: value: @@ -106850,7 +106865,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *244 + - *245 requestBody: required: true content: @@ -106895,7 +106910,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -106923,7 +106938,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *244 + - *245 responses: '204': description: Response @@ -106948,7 +106963,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *244 + - *245 responses: '200': description: Response @@ -106964,13 +106979,13 @@ paths: type: integer repositories: type: array - items: *234 + items: *235 examples: - default: *770 + default: *771 '401': *25 '403': *29 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106991,7 +107006,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *244 + - *245 requestBody: required: true content: @@ -107023,7 +107038,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107045,7 +107060,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *244 + - *245 - name: repository_id in: path required: true @@ -107057,7 +107072,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107078,7 +107093,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *244 + - *245 - name: repository_id in: path required: true @@ -107090,7 +107105,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *90 + '500': *91 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107110,17 +107125,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -107144,7 +107159,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 requestBody: required: false content: @@ -107174,9 +107189,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '401': *25 '403': *29 '404': *6 @@ -107198,11 +107213,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 responses: '202': *39 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -107227,13 +107242,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 responses: '202': description: Response content: application/json: - schema: &771 + schema: &772 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -107274,7 +107289,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &772 + default: &773 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -107282,7 +107297,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -107306,7 +107321,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *334 + - *335 - name: export_id in: path required: true @@ -107319,9 +107334,9 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: - default: *772 + default: *773 '404': *6 x-github: githubCloudOnly: false @@ -107342,7 +107357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *334 + - *335 responses: '200': description: Response @@ -107358,11 +107373,11 @@ paths: type: integer machines: type: array - items: *773 + items: *774 examples: - default: *774 + default: *775 '304': *37 - '500': *90 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -107389,7 +107404,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *334 + - *335 requestBody: required: true content: @@ -107439,13 +107454,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *432 + repository: *433 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *530 - required: *531 + properties: *531 + required: *532 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -108219,17 +108234,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *529 + default: *530 '304': *37 - '500': *90 + '500': *91 '400': *14 '401': *25 '402': @@ -108239,7 +108254,7 @@ paths: schema: *3 '403': *29 '404': *6 - '409': *101 + '409': *102 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108259,16 +108274,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *334 + - *335 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *529 - '500': *90 + default: *530 + '500': *91 '401': *25 '403': *29 '404': *6 @@ -108297,9 +108312,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: &786 + default: &787 value: - id: 197 name: hello_docker @@ -108400,7 +108415,7 @@ paths: application/json: schema: type: array - items: &775 + items: &776 title: Email description: Email type: object @@ -108465,9 +108480,9 @@ paths: application/json: schema: type: array - items: *775 + items: *776 examples: - default: &788 + default: &789 value: - email: octocat@github.com verified: true @@ -108542,7 +108557,7 @@ paths: application/json: schema: type: array - items: *775 + items: *776 examples: default: value: @@ -108652,7 +108667,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '304': *37 @@ -108685,7 +108700,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 '304': *37 @@ -108707,7 +108722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *256 + - *257 responses: '204': description: if the person is followed by the authenticated user @@ -108737,7 +108752,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *256 + - *257 responses: '204': description: Response @@ -108762,7 +108777,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *256 + - *257 responses: '204': description: Response @@ -108798,7 +108813,7 @@ paths: application/json: schema: type: array - items: &776 + items: &777 title: GPG Key description: A unique encryption key type: object @@ -108929,7 +108944,7 @@ paths: - subkeys - revoked examples: - default: &802 + default: &803 value: - id: 3 name: Octocat's GPG Key @@ -109014,9 +109029,9 @@ paths: description: Response content: application/json: - schema: *776 + schema: *777 examples: - default: &777 + default: &778 value: id: 3 name: Octocat's GPG Key @@ -109073,7 +109088,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: - - &778 + - &779 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -109085,9 +109100,9 @@ paths: description: Response content: application/json: - schema: *776 + schema: *777 examples: - default: *777 + default: *778 '404': *6 '304': *37 '403': *29 @@ -109110,7 +109125,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: - - *778 + - *779 responses: '204': description: Response @@ -109299,9 +109314,9 @@ paths: type: string repositories: type: array - items: *66 + items: *67 examples: - default: *229 + default: *230 headers: Link: *40 '404': *6 @@ -109326,7 +109341,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *228 + - *229 responses: '204': description: Response @@ -109352,7 +109367,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *228 + - *229 responses: '204': description: Response @@ -109386,12 +109401,12 @@ paths: application/json: schema: anyOf: - - *321 + - *322 - type: object properties: {} additionalProperties: false examples: - default: *322 + default: *323 '204': description: Response when there are no restrictions x-github: @@ -109415,7 +109430,7 @@ paths: required: true content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -109426,7 +109441,7 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -109507,7 +109522,7 @@ paths: - closed - all default: open - - *329 + - *330 - name: sort description: What to sort results by. in: query @@ -109519,8 +109534,8 @@ paths: - updated - comments default: created - - *93 - - *174 + - *94 + - *175 - *17 - *19 responses: @@ -109530,9 +109545,9 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *330 + default: *331 headers: Link: *40 '404': *6 @@ -109565,7 +109580,7 @@ paths: application/json: schema: type: array - items: &779 + items: &780 title: Key description: Key type: object @@ -109666,9 +109681,9 @@ paths: description: Response content: application/json: - schema: *779 + schema: *780 examples: - default: &780 + default: &781 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -109701,15 +109716,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: - - *641 + - *642 responses: '200': description: Response content: application/json: - schema: *779 + schema: *780 examples: - default: *780 + default: *781 '404': *6 '304': *37 '403': *29 @@ -109732,7 +109747,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: - - *641 + - *642 responses: '204': description: Response @@ -109765,7 +109780,7 @@ paths: application/json: schema: type: array - items: &781 + items: &782 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -109822,7 +109837,7 @@ paths: - id - type - login - plan: *188 + plan: *189 required: - billing_cycle - next_billing_date @@ -109833,7 +109848,7 @@ paths: - account - plan examples: - default: &782 + default: &783 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -109895,9 +109910,9 @@ paths: application/json: schema: type: array - items: *781 + items: *782 examples: - default: *782 + default: *783 headers: Link: *40 '304': *37 @@ -109937,7 +109952,7 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: default: value: @@ -110039,13 +110054,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *75 + - *76 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -110103,7 +110118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *75 + - *76 requestBody: required: true content: @@ -110128,7 +110143,7 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -110196,7 +110211,7 @@ paths: application/json: schema: type: array - items: *337 + items: *338 examples: default: value: @@ -110449,7 +110464,7 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -110629,7 +110644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *338 + - *339 - name: exclude in: query required: false @@ -110642,7 +110657,7 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -110836,7 +110851,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *338 + - *339 responses: '302': description: Response @@ -110862,7 +110877,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *338 + - *339 responses: '204': description: Response @@ -110891,8 +110906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *338 - - *783 + - *339 + - *784 responses: '204': description: Response @@ -110916,7 +110931,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *338 + - *339 - *17 - *19 responses: @@ -110926,9 +110941,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 '404': *6 @@ -110963,9 +110978,9 @@ paths: application/json: schema: type: array - items: *61 + items: *62 examples: - default: *784 + default: *785 headers: Link: *40 '304': *37 @@ -111007,7 +111022,7 @@ paths: - docker - nuget - container - - *785 + - *786 - *19 - *17 responses: @@ -111017,10 +111032,10 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *786 - '400': *787 + default: *787 + '400': *788 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111040,16 +111055,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: &803 + default: &804 value: id: 40201 name: octo-name @@ -111162,8 +111177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -111193,8 +111208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *346 - *347 + - *348 - name: token description: package token schema: @@ -111226,8 +111241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *346 - *347 + - *348 - *19 - *17 - name: state @@ -111247,7 +111262,7 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: default: value: @@ -111296,15 +111311,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *346 - *347 - - *349 + - *348 + - *350 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -111340,9 +111355,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *346 - *347 - - *349 + - *348 + - *350 responses: '204': description: Response @@ -111372,9 +111387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *346 - *347 - - *349 + - *348 + - *350 responses: '204': description: Response @@ -111430,7 +111445,7 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: default: value: @@ -111502,9 +111517,9 @@ paths: application/json: schema: type: array - items: *775 + items: *776 examples: - default: *788 + default: *789 headers: Link: *40 '304': *37 @@ -111615,9 +111630,9 @@ paths: application/json: schema: type: array - items: *66 + items: *67 examples: - default: &795 + default: &796 summary: Default response value: - id: 1296269 @@ -111921,9 +111936,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -111961,9 +111976,9 @@ paths: application/json: schema: type: array - items: *614 + items: *615 examples: - default: *789 + default: *790 headers: Link: *40 '304': *37 @@ -111986,12 +112001,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *325 + - *326 responses: '204': description: Response '403': *29 - '409': *101 + '409': *102 '404': *6 '304': *37 x-github: @@ -112009,11 +112024,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *325 + - *326 responses: '204': description: Response - '409': *101 + '409': *102 '304': *37 '404': *6 '403': *29 @@ -112042,7 +112057,7 @@ paths: application/json: schema: type: array - items: &790 + items: &791 title: Social account description: Social media account type: object @@ -112057,7 +112072,7 @@ paths: - provider - url examples: - default: &791 + default: &792 value: - provider: twitter url: https://twitter.com/github @@ -112119,9 +112134,9 @@ paths: application/json: schema: type: array - items: *790 + items: *791 examples: - default: *791 + default: *792 '422': *15 '304': *37 '404': *6 @@ -112208,7 +112223,7 @@ paths: application/json: schema: type: array - items: &792 + items: &793 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -112228,7 +112243,7 @@ paths: - title - created_at examples: - default: &804 + default: &805 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112294,9 +112309,9 @@ paths: description: Response content: application/json: - schema: *792 + schema: *793 examples: - default: &793 + default: &794 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112327,7 +112342,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: - - &794 + - &795 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -112339,9 +112354,9 @@ paths: description: Response content: application/json: - schema: *792 + schema: *793 examples: - default: *793 + default: *794 '404': *6 '304': *37 '403': *29 @@ -112364,7 +112379,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: - - *794 + - *795 responses: '204': description: Response @@ -112393,7 +112408,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: - - &805 + - &806 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 @@ -112406,7 +112421,7 @@ paths: - created - updated default: created - - *93 + - *94 - *17 - *19 responses: @@ -112416,13 +112431,13 @@ paths: application/json: schema: type: array - items: *66 + items: *67 examples: - default-response: *795 + default-response: *796 application/vnd.github.v3.star+json: schema: type: array - items: &806 + items: &807 title: Starred Repository description: Starred Repository type: object @@ -112430,7 +112445,7 @@ paths: starred_at: type: string format: date-time - repo: *66 + repo: *67 required: - starred_at - repo @@ -112578,8 +112593,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: - - *419 - *420 + - *421 responses: '204': description: Response if this repository is starred by you @@ -112607,8 +112622,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -112632,8 +112647,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -112666,9 +112681,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 '304': *37 @@ -112705,7 +112720,7 @@ paths: application/json: schema: type: array - items: *400 + items: *401 examples: default: value: @@ -112783,7 +112798,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *190 + - *191 responses: '200': description: Response @@ -112791,10 +112806,10 @@ paths: application/json: schema: oneOf: + - *769 - *768 - - *767 examples: - default-response: &797 + default-response: &798 summary: Default response value: login: octocat @@ -112829,7 +112844,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &798 + response-with-git-hub-plan-information: &799 summary: Response with GitHub plan information value: login: octocat @@ -112889,7 +112904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *796 + - *797 - *17 responses: '200': @@ -112900,7 +112915,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: example: ; rel="next" @@ -112930,7 +112945,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *256 + - *257 responses: '200': description: Response @@ -112938,11 +112953,11 @@ paths: application/json: schema: oneOf: + - *769 - *768 - - *767 examples: - default-response: *797 - response-with-git-hub-plan-information: *798 + default-response: *798 + response-with-git-hub-plan-information: *799 '404': *6 x-github: githubCloudOnly: false @@ -112966,9 +112981,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *91 - *92 - - *256 + - *93 + - *257 requestBody: required: true content: @@ -112991,8 +113006,8 @@ paths: required: - subject_digests examples: - default: *799 - withPredicateType: *800 + default: *800 + withPredicateType: *801 responses: '200': description: Response @@ -113045,7 +113060,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *801 + default: *802 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113063,7 +113078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-in-bulk parameters: - - *256 + - *257 requestBody: required: true content: @@ -113128,7 +113143,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *256 + - *257 - name: subject_digest description: Subject Digest in: path @@ -113159,7 +113174,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-id parameters: - - *256 + - *257 - name: attestation_id description: Attestation ID in: path @@ -113195,9 +113210,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations parameters: - *17 - - *91 - *92 - - *256 + - *93 + - *257 - name: subject_digest description: Subject Digest in: path @@ -113247,12 +113262,12 @@ paths: bundle_url: type: string examples: - default: *472 + default: *473 '201': description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -113278,7 +113293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *256 + - *257 responses: '200': description: Response @@ -113286,9 +113301,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *786 + default: *787 '403': *29 '401': *25 x-github: @@ -113311,7 +113326,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113321,7 +113336,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -113392,8 +113407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *256 - - *75 + - *257 + - *76 - *17 - *19 responses: @@ -113403,7 +113418,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -113482,7 +113497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113492,7 +113507,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -113559,7 +113574,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113571,7 +113586,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -113590,7 +113605,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113602,7 +113617,7 @@ paths: type: array items: *4 examples: - default: *331 + default: *332 headers: Link: *40 x-github: @@ -113621,7 +113636,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-user-follows-another-user parameters: - - *256 + - *257 - name: target_user in: path required: true @@ -113648,8 +113663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *256 - - *174 + - *257 + - *175 - *17 - *19 responses: @@ -113659,9 +113674,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *40 '422': *15 @@ -113682,7 +113697,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113692,9 +113707,9 @@ paths: application/json: schema: type: array - items: *776 + items: *777 examples: - default: *802 + default: *803 headers: Link: *40 x-github: @@ -113718,7 +113733,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *256 + - *257 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -113790,7 +113805,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *256 + - *257 responses: '200': description: Response @@ -113798,7 +113813,7 @@ paths: application/json: schema: *22 examples: - default: *611 + default: *612 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113816,7 +113831,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113871,7 +113886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -113881,9 +113896,9 @@ paths: application/json: schema: type: array - items: *61 + items: *62 examples: - default: *784 + default: *785 headers: Link: *40 x-github: @@ -113922,8 +113937,8 @@ paths: - docker - nuget - container - - *785 - - *256 + - *786 + - *257 - *19 - *17 responses: @@ -113933,12 +113948,12 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *786 + default: *787 '403': *29 '401': *25 - '400': *787 + '400': *788 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113958,17 +113973,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *346 - *347 - - *256 + - *348 + - *257 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *803 + default: *804 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113989,9 +114004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *346 - *347 - - *256 + - *348 + - *257 responses: '204': description: Response @@ -114023,9 +114038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *346 - *347 - - *256 + - *348 + - *257 - name: token description: package token schema: @@ -114057,9 +114072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *346 - *347 - - *256 + - *348 + - *257 responses: '200': description: Response @@ -114067,7 +114082,7 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: default: value: @@ -114125,16 +114140,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *346 - *347 - - *349 - - *256 + - *348 + - *350 + - *257 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -114169,10 +114184,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *346 - *347 - - *256 - - *349 + - *348 + - *257 + - *350 responses: '204': description: Response @@ -114204,10 +114219,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *346 - *347 - - *256 - - *349 + - *348 + - *257 + - *350 responses: '204': description: Response @@ -114233,7 +114248,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects parameters: - - *256 + - *257 - name: state description: Indicates the state of the projects to return. in: query @@ -114254,7 +114269,7 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: default: value: @@ -114316,7 +114331,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -114326,7 +114341,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -114405,7 +114420,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-received-by-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -114415,7 +114430,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -114492,7 +114507,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *256 + - *257 - name: type description: Limit results to repositories of the specified type. in: query @@ -114535,9 +114550,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -114561,15 +114576,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114591,15 +114606,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114621,15 +114636,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114649,11 +114664,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - - *256 - - *203 + - *257 - *204 - *205 - *206 + - *207 responses: '200': description: Response when getting a billing usage report @@ -114723,8 +114738,8 @@ paths: repositoryName: user/example '400': *14 '403': *29 - '500': *90 - '503': *159 + '500': *91 + '503': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114742,7 +114757,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -114752,9 +114767,9 @@ paths: application/json: schema: type: array - items: *790 + items: *791 examples: - default: *791 + default: *792 headers: Link: *40 x-github: @@ -114774,7 +114789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -114784,9 +114799,9 @@ paths: application/json: schema: type: array - items: *792 + items: *793 examples: - default: *804 + default: *805 headers: Link: *40 x-github: @@ -114810,9 +114825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *256 - - *805 - - *93 + - *257 + - *806 + - *94 - *17 - *19 responses: @@ -114823,11 +114838,11 @@ paths: schema: anyOf: - type: array - items: *806 + items: *807 - type: array - items: *66 + items: *67 examples: - default-response: *795 + default-response: *796 headers: Link: *40 x-github: @@ -114846,7 +114861,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *256 + - *257 - *17 - *19 responses: @@ -114856,9 +114871,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *350 + default: *351 headers: Link: *40 x-github: @@ -114986,7 +115001,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &807 + enterprise: &808 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -115044,7 +115059,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &808 + installation: &809 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -115063,7 +115078,7 @@ x-webhooks: required: - id - node_id - organization: &809 + organization: &810 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -115123,13 +115138,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &810 + repository: &811 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: &847 + properties: &848 id: description: Unique identifier of the repository example: 42 @@ -115149,8 +115164,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *185 - required: *186 + properties: *186 + required: *187 nullable: true organization: title: Simple User @@ -115812,7 +115827,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &848 + required: &849 - archive_url - assignees_url - blobs_url @@ -115963,10 +115978,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -116042,11 +116057,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - rule: &811 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + rule: &812 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) @@ -116269,11 +116284,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - rule: *811 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + rule: *812 sender: *4 required: - action @@ -116456,11 +116471,11 @@ x-webhooks: - everyone required: - from - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - rule: *811 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + rule: *812 sender: *4 required: - action @@ -116531,7 +116546,7 @@ x-webhooks: required: true content: application/json: - schema: &814 + schema: &815 title: Exemption request cancellation event type: object properties: @@ -116539,11 +116554,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - exemption_request: &812 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + exemption_request: &813 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -116776,7 +116791,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &813 + items: &814 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -116884,7 +116899,7 @@ x-webhooks: required: true content: application/json: - schema: &815 + schema: &816 title: Exemption request completed event type: object properties: @@ -116892,11 +116907,11 @@ x-webhooks: type: string enum: - completed - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - exemption_request: *812 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + exemption_request: *813 sender: *4 required: - action @@ -116966,7 +116981,7 @@ x-webhooks: required: true content: application/json: - schema: &816 + schema: &817 title: Exemption request created event type: object properties: @@ -116974,11 +116989,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - exemption_request: *812 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + exemption_request: *813 sender: *4 required: - action @@ -117048,7 +117063,7 @@ x-webhooks: required: true content: application/json: - schema: &817 + schema: &818 title: Exemption response dismissed event type: object properties: @@ -117056,12 +117071,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - exemption_request: *812 - exemption_response: *813 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + exemption_request: *813 + exemption_response: *814 sender: *4 required: - action @@ -117133,7 +117148,7 @@ x-webhooks: required: true content: application/json: - schema: &818 + schema: &819 title: Exemption response submitted event type: object properties: @@ -117141,12 +117156,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - exemption_request: *812 - exemption_response: *813 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + exemption_request: *813 + exemption_response: *814 sender: *4 required: - action @@ -117219,7 +117234,7 @@ x-webhooks: required: true content: application/json: - schema: *814 + schema: *815 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117286,7 +117301,7 @@ x-webhooks: required: true content: application/json: - schema: *815 + schema: *816 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117353,7 +117368,7 @@ x-webhooks: required: true content: application/json: - schema: *816 + schema: *817 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117420,7 +117435,7 @@ x-webhooks: required: true content: application/json: - schema: *817 + schema: *818 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117488,7 +117503,7 @@ x-webhooks: required: true content: application/json: - schema: *818 + schema: *819 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117566,7 +117581,7 @@ x-webhooks: type: string enum: - completed - check_run: &820 + check_run: &821 title: CheckRun description: A check performed on the code of a given code change type: object @@ -117619,8 +117634,8 @@ x-webhooks: type: string pull_requests: type: array - items: *491 - repository: *234 + items: *492 + repository: *235 status: example: completed type: string @@ -117657,7 +117672,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *819 + deployment: *820 details_url: example: https://example.com type: string @@ -117707,7 +117722,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *491 + items: *492 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -117742,9 +117757,9 @@ x-webhooks: - output - app - pull_requests - installation: *808 - organization: *809 - repository: *810 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - check_run @@ -118137,10 +118152,10 @@ x-webhooks: type: string enum: - created - check_run: *820 - installation: *808 - organization: *809 - repository: *810 + check_run: *821 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - check_run @@ -118536,10 +118551,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *820 - installation: *808 - organization: *809 - repository: *810 + check_run: *821 + installation: *809 + organization: *810 + repository: *811 requested_action: description: The action requested by the user. type: object @@ -118944,10 +118959,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *820 - installation: *808 - organization: *809 - repository: *810 + check_run: *821 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - check_run @@ -119924,10 +119939,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -120597,10 +120612,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -121264,10 +121279,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -121430,7 +121445,7 @@ x-webhooks: required: - login - id - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -121575,20 +121590,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &821 + commit_oid: &822 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: *807 - installation: *808 - organization: *809 - ref: &822 + enterprise: *808 + installation: *809 + organization: *810 + ref: &823 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: *810 + repository: *811 sender: *4 required: - action @@ -121750,7 +121765,7 @@ x-webhooks: required: - login - id - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -121980,12 +121995,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *821 - enterprise: *807 - installation: *808 - organization: *809 - ref: *822 - repository: *810 + commit_oid: *822 + enterprise: *808 + installation: *809 + organization: *810 + ref: *823 + repository: *811 sender: *4 required: - action @@ -122080,7 +122095,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -122248,12 +122263,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *821 - enterprise: *807 - installation: *808 - organization: *809 - ref: *822 - repository: *810 + commit_oid: *822 + enterprise: *808 + installation: *809 + organization: *810 + ref: *823 + repository: *811 sender: *4 required: - action @@ -122416,7 +122431,7 @@ x-webhooks: required: - login - id - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -122582,12 +122597,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *821 - enterprise: *807 - installation: *808 - organization: *809 - ref: *822 - repository: *810 + commit_oid: *822 + enterprise: *808 + installation: *809 + organization: *810 + ref: *823 + repository: *811 sender: *4 required: - action @@ -122684,7 +122699,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -122852,16 +122867,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 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: *810 + repository: *811 sender: *4 required: - action @@ -122955,7 +122970,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *504 + dismissed_comment: *505 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -123095,12 +123110,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *821 - enterprise: *807 - installation: *808 - organization: *809 - ref: *822 - repository: *810 + commit_oid: *822 + enterprise: *808 + installation: *809 + organization: *810 + ref: *823 + repository: *811 sender: *4 required: - action @@ -123357,10 +123372,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -123440,18 +123455,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *809 - pusher_type: &823 + organization: *810 + pusher_type: &824 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &824 + ref: &825 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -123461,7 +123476,7 @@ x-webhooks: enum: - tag - branch - repository: *810 + repository: *811 sender: *4 required: - ref @@ -123543,10 +123558,10 @@ x-webhooks: type: string enum: - created - definition: *121 - enterprise: *807 - installation: *808 - organization: *809 + definition: *122 + enterprise: *808 + installation: *809 + organization: *810 sender: *4 required: - action @@ -123631,9 +123646,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 sender: *4 required: - action @@ -123710,10 +123725,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *121 - enterprise: *807 - installation: *808 - organization: *809 + definition: *122 + enterprise: *808 + installation: *809 + organization: *810 sender: *4 required: - action @@ -123790,10 +123805,10 @@ x-webhooks: type: string enum: - updated - definition: *121 - enterprise: *807 - installation: *808 - organization: *809 + definition: *122 + enterprise: *808 + installation: *809 + organization: *810 sender: *4 required: - action @@ -123870,19 +123885,19 @@ x-webhooks: type: string enum: - updated - enterprise: *807 - installation: *808 - repository: *810 - organization: *809 + enterprise: *808 + installation: *809 + repository: *811 + organization: *810 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *362 + items: *363 old_property_values: type: array description: The old custom property values for the repository. - items: *362 + items: *363 required: - action - repository @@ -123958,18 +123973,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *807 - installation: *808 - organization: *809 - pusher_type: *823 - ref: *824 + enterprise: *808 + installation: *809 + organization: *810 + pusher_type: *824 + ref: *825 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *810 + repository: *811 sender: *4 required: - ref @@ -124053,11 +124068,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124141,11 +124156,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124229,11 +124244,11 @@ x-webhooks: type: string enum: - created - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124315,11 +124330,11 @@ x-webhooks: type: string enum: - dismissed - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124401,11 +124416,11 @@ x-webhooks: type: string enum: - fixed - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124488,11 +124503,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124574,11 +124589,11 @@ x-webhooks: type: string enum: - reopened - alert: *561 - installation: *808 - organization: *809 - enterprise: *807 - repository: *810 + alert: *562 + installation: *809 + organization: *810 + enterprise: *808 + repository: *811 sender: *4 required: - action @@ -124655,9 +124670,9 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - key: &825 + enterprise: *808 + installation: *809 + key: &826 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -124693,8 +124708,8 @@ x-webhooks: - verified - created_at - read_only - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -124771,11 +124786,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - key: *825 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + key: *826 + organization: *810 + repository: *811 sender: *4 required: - action @@ -125336,12 +125351,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - workflow: &829 + workflow: &830 title: Workflow type: object nullable: true @@ -126067,13 +126082,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *567 + deployment: *568 pull_requests: type: array - items: *661 - repository: *810 - organization: *809 - installation: *808 + items: *662 + repository: *811 + organization: *810 + installation: *809 sender: *4 responses: '200': @@ -126144,7 +126159,7 @@ x-webhooks: type: string enum: - approved - approver: &826 + approver: &827 type: object properties: avatar_url: @@ -126187,11 +126202,11 @@ x-webhooks: type: string comment: type: string - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - reviewers: &827 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + reviewers: &828 type: array items: type: object @@ -126270,7 +126285,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &828 + workflow_job_run: &829 type: object properties: conclusion: @@ -127001,18 +127016,18 @@ x-webhooks: type: string enum: - rejected - approver: *826 + approver: *827 comment: type: string - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - reviewers: *827 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + reviewers: *828 sender: *4 since: type: string - workflow_job_run: *828 + workflow_job_run: *829 workflow_job_runs: type: array items: @@ -127716,13 +127731,13 @@ x-webhooks: type: string enum: - requested - enterprise: *807 + enterprise: *808 environment: type: string - installation: *808 - organization: *809 - repository: *810 - requestor: &834 + installation: *809 + organization: *810 + repository: *811 + requestor: &835 title: User type: object nullable: true @@ -129621,12 +129636,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - workflow: *829 + workflow: *830 workflow_run: title: Deployment Workflow Run type: object @@ -130306,7 +130321,7 @@ x-webhooks: type: string enum: - answered - answer: &832 + answer: &833 type: object properties: author_association: @@ -130463,7 +130478,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &830 + discussion: &831 title: Discussion description: A Discussion in a repository. type: object @@ -130749,7 +130764,7 @@ x-webhooks: - id labels: type: array - items: *624 + items: *625 required: - repository_url - category @@ -130771,10 +130786,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -130901,11 +130916,11 @@ x-webhooks: - from required: - category - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -130988,11 +131003,11 @@ x-webhooks: type: string enum: - closed - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131074,7 +131089,7 @@ x-webhooks: type: string enum: - created - comment: &831 + comment: &832 type: object properties: author_association: @@ -131231,11 +131246,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131318,12 +131333,12 @@ x-webhooks: type: string enum: - deleted - comment: *831 - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + comment: *832 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131418,12 +131433,12 @@ x-webhooks: - from required: - body - comment: *831 - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + comment: *832 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131507,11 +131522,11 @@ x-webhooks: type: string enum: - created - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131593,11 +131608,11 @@ x-webhooks: type: string enum: - deleted - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131697,11 +131712,11 @@ x-webhooks: type: string required: - from - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131783,10 +131798,10 @@ x-webhooks: type: string enum: - labeled - discussion: *830 - enterprise: *807 - installation: *808 - label: &833 + discussion: *831 + enterprise: *808 + installation: *809 + label: &834 title: Label type: object properties: @@ -131818,8 +131833,8 @@ x-webhooks: - color - default - description - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131902,11 +131917,11 @@ x-webhooks: type: string enum: - locked - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -131988,11 +132003,11 @@ x-webhooks: type: string enum: - pinned - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132074,11 +132089,11 @@ x-webhooks: type: string enum: - reopened - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132163,16 +132178,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *830 - new_repository: *810 + new_discussion: *831 + new_repository: *811 required: - new_discussion - new_repository - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132255,10 +132270,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *830 - old_answer: *832 - organization: *809 - repository: *810 + discussion: *831 + old_answer: *833 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132340,12 +132355,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *830 - enterprise: *807 - installation: *808 - label: *833 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132428,11 +132443,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132514,11 +132529,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *830 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + discussion: *831 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -132587,7 +132602,7 @@ x-webhooks: required: true content: application/json: - schema: *816 + schema: *817 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132650,7 +132665,7 @@ x-webhooks: required: true content: application/json: - schema: *818 + schema: *819 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132716,7 +132731,7 @@ x-webhooks: required: true content: application/json: - schema: *814 + schema: *815 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132782,7 +132797,7 @@ x-webhooks: required: true content: application/json: - schema: *815 + schema: *816 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132848,7 +132863,7 @@ x-webhooks: required: true content: application/json: - schema: *816 + schema: *817 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132914,7 +132929,7 @@ x-webhooks: required: true content: application/json: - schema: *817 + schema: *818 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132980,7 +132995,7 @@ x-webhooks: required: true content: application/json: - schema: *818 + schema: *819 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133047,7 +133062,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *807 + enterprise: *808 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -133707,9 +133722,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *808 - organization: *809 - repository: *810 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - forkee @@ -133855,9 +133870,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pages: description: The pages that were updated. type: array @@ -133894,7 +133909,7 @@ x-webhooks: - action - sha - html_url - repository: *810 + repository: *811 sender: *4 required: - pages @@ -133970,10 +133985,10 @@ x-webhooks: type: string enum: - created - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories: &835 + organization: *810 + repositories: &836 description: An array of repository objects that the installation can access. type: array @@ -133999,8 +134014,8 @@ x-webhooks: - name - full_name - private - repository: *810 - requester: *834 + repository: *811 + requester: *835 sender: *4 required: - action @@ -134075,11 +134090,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories: *835 - repository: *810 + organization: *810 + repositories: *836 + repository: *811 requester: nullable: true sender: *4 @@ -134155,11 +134170,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories: *835 - repository: *810 + organization: *810 + repositories: *836 + repository: *811 requester: nullable: true sender: *4 @@ -134235,10 +134250,10 @@ x-webhooks: type: string enum: - added - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories_added: &836 + organization: *810 + repositories_added: &837 description: An array of repository objects, which were added to the installation. type: array @@ -134284,15 +134299,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *810 - repository_selection: &837 + repository: *811 + repository_selection: &838 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *834 + requester: *835 sender: *4 required: - action @@ -134371,10 +134386,10 @@ x-webhooks: type: string enum: - removed - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories_added: *836 + organization: *810 + repositories_added: *837 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -134401,9 +134416,9 @@ x-webhooks: - name - full_name - private - repository: *810 - repository_selection: *837 - requester: *834 + repository: *811 + repository_selection: *838 + requester: *835 sender: *4 required: - action @@ -134482,11 +134497,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories: *835 - repository: *810 + organization: *810 + repositories: *836 + repository: *811 requester: nullable: true sender: *4 @@ -134665,10 +134680,10 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 target_type: type: string @@ -134747,11 +134762,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *807 + enterprise: *808 installation: *22 - organization: *809 - repositories: *835 - repository: *810 + organization: *810 + repositories: *836 + repository: *811 requester: nullable: true sender: *4 @@ -134875,8 +134890,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *169 - required: *170 + properties: *170 + required: *171 reactions: title: Reactions type: object @@ -135003,8 +135018,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -135798,8 +135813,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135815,7 +135830,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -136148,8 +136163,8 @@ x-webhooks: - state - locked - assignee - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -136229,7 +136244,7 @@ x-webhooks: type: string enum: - deleted - comment: &838 + comment: &839 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -136394,8 +136409,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -137185,8 +137200,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137202,7 +137217,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -137537,8 +137552,8 @@ x-webhooks: - state - locked - assignee - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -137618,7 +137633,7 @@ x-webhooks: type: string enum: - edited - changes: &868 + changes: &869 description: The changes to the comment. type: object properties: @@ -137630,9 +137645,9 @@ x-webhooks: type: string required: - from - comment: *838 - enterprise: *807 - installation: *808 + comment: *839 + enterprise: *808 + installation: *809 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138425,8 +138440,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138442,7 +138457,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -138775,8 +138790,8 @@ x-webhooks: - state - locked - assignee - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -138860,15 +138875,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *184 + blocked_issue: *185 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *184 - blocking_issue_repo: *66 - installation: *808 - organization: *809 - repository: *810 + blocking_issue: *185 + blocking_issue_repo: *67 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -138956,15 +138971,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *184 + blocked_issue: *185 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *184 - blocking_issue_repo: *66 - installation: *808 - organization: *809 - repository: *810 + blocking_issue: *185 + blocking_issue_repo: *67 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -139051,15 +139066,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *184 - blocked_issue_repo: *66 + blocked_issue: *185 + blocked_issue_repo: *67 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *184 - installation: *808 - organization: *809 - repository: *810 + blocking_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -139147,15 +139162,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *184 - blocked_issue_repo: *66 + blocked_issue: *185 + blocked_issue_repo: *67 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *184 - installation: *808 - organization: *809 - repository: *810 + blocking_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -139240,10 +139255,10 @@ x-webhooks: type: string enum: - assigned - assignee: *834 - enterprise: *807 - installation: *808 - issue: &841 + assignee: *835 + enterprise: *808 + installation: *809 + issue: &842 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -140032,11 +140047,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140052,7 +140067,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -140153,8 +140168,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -140234,8 +140249,8 @@ x-webhooks: type: string enum: - closed - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -141029,11 +141044,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141049,7 +141064,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -141285,8 +141300,8 @@ x-webhooks: required: - state - closed_at - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -141365,8 +141380,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142151,11 +142166,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142171,7 +142186,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -142271,8 +142286,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -142351,8 +142366,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143159,11 +143174,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143179,7 +143194,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -143258,7 +143273,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &839 + milestone: &840 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143396,8 +143411,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -143496,8 +143511,8 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144286,11 +144301,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144303,7 +144318,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *326 + type: *327 title: description: Title of the issue type: string @@ -144407,9 +144422,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *833 - organization: *809 - repository: *810 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -144489,8 +144504,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145278,11 +145293,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145295,7 +145310,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *326 + type: *327 title: description: Title of the issue type: string @@ -145399,9 +145414,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *833 - organization: *809 - repository: *810 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -145481,8 +145496,8 @@ x-webhooks: type: string enum: - locked - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146294,11 +146309,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146311,7 +146326,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *326 + type: *327 title: description: Title of the issue type: string @@ -146392,8 +146407,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -146472,8 +146487,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147279,11 +147294,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147299,7 +147314,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -147377,9 +147392,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *839 - organization: *809 - repository: *810 + milestone: *840 + organization: *810 + repository: *811 sender: *4 required: - action @@ -148247,11 +148262,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148344,7 +148359,7 @@ x-webhooks: required: - login - id - type: *326 + type: *327 required: - id - number @@ -148813,8 +148828,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149603,11 +149618,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149623,7 +149638,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -149723,8 +149738,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -149804,9 +149819,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *807 - installation: *808 - issue: &840 + enterprise: *808 + installation: *809 + issue: &841 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -150589,11 +150604,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150609,7 +150624,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -150709,8 +150724,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -150789,8 +150804,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151600,11 +151615,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151698,9 +151713,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *326 - organization: *809 - repository: *810 + type: *327 + organization: *810 + repository: *811 sender: *4 required: - action @@ -152566,11 +152581,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152586,7 +152601,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -153154,11 +153169,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *807 - installation: *808 - issue: *840 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *841 + organization: *810 + repository: *811 sender: *4 required: - action @@ -153238,12 +153253,12 @@ x-webhooks: type: string enum: - typed - enterprise: *807 - installation: *808 - issue: *841 - type: *326 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *842 + type: *327 + organization: *810 + repository: *811 sender: *4 required: - action @@ -153324,7 +153339,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &871 + assignee: &872 title: User type: object nullable: true @@ -153394,11 +153409,11 @@ x-webhooks: required: - login - id - enterprise: *807 - installation: *808 - issue: *841 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *842 + organization: *810 + repository: *811 sender: *4 required: - action @@ -153477,12 +153492,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *807 - installation: *808 - issue: *841 - label: *833 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *842 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -153562,8 +153577,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154373,11 +154388,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *753 - issue_dependencies_summary: *754 + sub_issues_summary: *754 + issue_dependencies_summary: *755 issue_field_values: type: array - items: *755 + items: *756 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154393,7 +154408,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *326 + type: *327 updated_at: type: string format: date-time @@ -154471,8 +154486,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -154552,11 +154567,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *807 - installation: *808 - issue: *840 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *841 + organization: *810 + repository: *811 sender: *4 required: - action @@ -154635,12 +154650,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *807 - installation: *808 - issue: *841 - type: *326 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + issue: *842 + type: *327 + organization: *810 + repository: *811 sender: *4 required: - action @@ -154720,11 +154735,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - label: *833 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -154802,11 +154817,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - label: *833 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -154916,11 +154931,11 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - label: *833 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + label: *834 + organization: *810 + repository: *811 sender: *4 required: - action @@ -155002,9 +155017,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *807 - installation: *808 - marketplace_purchase: &842 + enterprise: *808 + installation: *809 + marketplace_purchase: &843 title: Marketplace Purchase type: object required: @@ -155087,8 +155102,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *809 - previous_marketplace_purchase: &843 + organization: *810 + previous_marketplace_purchase: &844 title: Marketplace Purchase type: object properties: @@ -155168,7 +155183,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *810 + repository: *811 sender: *4 required: - action @@ -155248,10 +155263,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *807 - installation: *808 - marketplace_purchase: *842 - organization: *809 + enterprise: *808 + installation: *809 + marketplace_purchase: *843 + organization: *810 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -155334,7 +155349,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *810 + repository: *811 sender: *4 required: - action @@ -155416,10 +155431,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *807 - installation: *808 - marketplace_purchase: *842 - organization: *809 + enterprise: *808 + installation: *809 + marketplace_purchase: *843 + organization: *810 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -155501,7 +155516,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *810 + repository: *811 sender: *4 required: - action @@ -155582,8 +155597,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 marketplace_purchase: title: Marketplace Purchase type: object @@ -155665,9 +155680,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *809 - previous_marketplace_purchase: *843 - repository: *810 + organization: *810 + previous_marketplace_purchase: *844 + repository: *811 sender: *4 required: - action @@ -155747,12 +155762,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *807 - installation: *808 - marketplace_purchase: *842 - organization: *809 - previous_marketplace_purchase: *843 - repository: *810 + enterprise: *808 + installation: *809 + marketplace_purchase: *843 + organization: *810 + previous_marketplace_purchase: *844 + repository: *811 sender: *4 required: - action @@ -155854,11 +155869,11 @@ x-webhooks: type: string required: - to - enterprise: *807 - installation: *808 - member: *834 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + member: *835 + organization: *810 + repository: *811 sender: *4 required: - action @@ -155958,11 +155973,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *807 - installation: *808 - member: *834 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + member: *835 + organization: *810 + repository: *811 sender: *4 required: - action @@ -156041,11 +156056,11 @@ x-webhooks: type: string enum: - removed - enterprise: *807 - installation: *808 - member: *834 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + member: *835 + organization: *810 + repository: *811 sender: *4 required: - action @@ -156123,11 +156138,11 @@ x-webhooks: type: string enum: - added - enterprise: *807 - installation: *808 - member: *834 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + member: *835 + organization: *810 + repository: *811 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156203,7 +156218,7 @@ x-webhooks: required: - login - id - team: &844 + team: &845 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -156393,11 +156408,11 @@ x-webhooks: type: string enum: - removed - enterprise: *807 - installation: *808 - member: *834 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + member: *835 + organization: *810 + repository: *811 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156474,7 +156489,7 @@ x-webhooks: required: - login - id - team: *844 + team: *845 required: - action - scope @@ -156556,8 +156571,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *808 - merge_group: &846 + installation: *809 + merge_group: &847 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -156576,15 +156591,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *845 + head_commit: *846 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -156670,10 +156685,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *808 - merge_group: *846 - organization: *809 - repository: *810 + installation: *809 + merge_group: *847 + organization: *810 + repository: *811 sender: *4 required: - action @@ -156746,7 +156761,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 + enterprise: *808 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -156855,16 +156870,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *808 - organization: *809 + installation: *809 + organization: *810 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: *847 - required: *848 + properties: *848 + required: *849 nullable: true sender: *4 required: @@ -156945,11 +156960,11 @@ x-webhooks: type: string enum: - closed - enterprise: *807 - installation: *808 - milestone: *839 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + milestone: *840 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157028,9 +157043,9 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - milestone: &849 + enterprise: *808 + installation: *809 + milestone: &850 title: Milestone description: A collection of related issues and pull requests. type: object @@ -157167,8 +157182,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157247,11 +157262,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - milestone: *839 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + milestone: *840 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157361,11 +157376,11 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - milestone: *839 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + milestone: *840 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157445,11 +157460,11 @@ x-webhooks: type: string enum: - opened - enterprise: *807 - installation: *808 - milestone: *849 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + milestone: *850 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157528,11 +157543,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *834 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + blocked_user: *835 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157611,11 +157626,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *834 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + blocked_user: *835 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157694,9 +157709,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - membership: &850 + enterprise: *808 + installation: *809 + membership: &851 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -157803,8 +157818,8 @@ x-webhooks: - role - organization_url - user - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157882,11 +157897,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *807 - installation: *808 - membership: *850 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + membership: *851 + organization: *810 + repository: *811 sender: *4 required: - action @@ -157965,8 +157980,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -158082,10 +158097,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 - user: *834 + user: *835 required: - action - invitation @@ -158163,11 +158178,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *807 - installation: *808 - membership: *850 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + membership: *851 + organization: *810 + repository: *811 sender: *4 required: - action @@ -158254,11 +158269,11 @@ x-webhooks: properties: from: type: string - enterprise: *807 - installation: *808 - membership: *850 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + membership: *851 + organization: *810 + repository: *811 sender: *4 required: - action @@ -158334,9 +158349,9 @@ x-webhooks: type: string enum: - published - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 package: description: Information about the package. type: object @@ -158835,7 +158850,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &851 + items: &852 title: Ruby Gems metadata type: object properties: @@ -158930,7 +158945,7 @@ x-webhooks: - owner - package_version - registry - repository: *810 + repository: *811 sender: *4 required: - action @@ -159006,9 +159021,9 @@ x-webhooks: type: string enum: - updated - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 package: description: Information about the package. type: object @@ -159361,7 +159376,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *851 + items: *852 source_url: type: string format: uri @@ -159431,7 +159446,7 @@ x-webhooks: - owner - package_version - registry - repository: *810 + repository: *811 sender: *4 required: - action @@ -159608,12 +159623,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *807 + enterprise: *808 id: type: integer - installation: *808 - organization: *809 - repository: *810 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - id @@ -159690,7 +159705,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &852 + personal_access_token_request: &853 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -159836,10 +159851,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *807 - organization: *809 + enterprise: *808 + organization: *810 sender: *4 - installation: *808 + installation: *809 required: - action - personal_access_token_request @@ -159916,11 +159931,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *852 - enterprise: *807 - organization: *809 + personal_access_token_request: *853 + enterprise: *808 + organization: *810 sender: *4 - installation: *808 + installation: *809 required: - action - personal_access_token_request @@ -159996,11 +160011,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *852 - enterprise: *807 - organization: *809 + personal_access_token_request: *853 + enterprise: *808 + organization: *810 sender: *4 - installation: *808 + installation: *809 required: - action - personal_access_token_request @@ -160075,11 +160090,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *852 - organization: *809 - enterprise: *807 + personal_access_token_request: *853 + organization: *810 + enterprise: *808 sender: *4 - installation: *808 + installation: *809 required: - action - personal_access_token_request @@ -160184,7 +160199,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *853 + last_response: *854 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -160216,8 +160231,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 zen: description: Random string of GitHub zen. @@ -160462,10 +160477,10 @@ x-webhooks: - from required: - note - enterprise: *807 - installation: *808 - organization: *809 - project_card: &854 + enterprise: *808 + installation: *809 + organization: *810 + project_card: &855 title: Project Card type: object properties: @@ -160584,7 +160599,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *810 + repository: *811 sender: *4 required: - action @@ -160665,11 +160680,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - project_card: *854 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project_card: *855 + repository: *811 sender: *4 required: - action @@ -160749,9 +160764,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 project_card: title: Project Card type: object @@ -160879,8 +160894,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: *847 - required: *848 + properties: *848 + required: *849 nullable: true sender: *4 required: @@ -160974,11 +160989,11 @@ x-webhooks: - from required: - note - enterprise: *807 - installation: *808 - organization: *809 - project_card: *854 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project_card: *855 + repository: *811 sender: *4 required: - action @@ -161072,9 +161087,9 @@ x-webhooks: - from required: - column_id - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 project_card: allOf: - title: Project Card @@ -161264,7 +161279,7 @@ x-webhooks: type: string required: - after_id - repository: *810 + repository: *811 sender: *4 required: - action @@ -161344,10 +161359,10 @@ x-webhooks: type: string enum: - closed - enterprise: *807 - installation: *808 - organization: *809 - project: &856 + enterprise: *808 + installation: *809 + organization: *810 + project: &857 title: Project type: object properties: @@ -161471,7 +161486,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *810 + repository: *811 sender: *4 required: - action @@ -161551,10 +161566,10 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - project_column: &855 + enterprise: *808 + installation: *809 + organization: *810 + project_column: &856 title: Project Column type: object properties: @@ -161593,7 +161608,7 @@ x-webhooks: - name - created_at - updated_at - repository: *810 + repository: *811 sender: *4 required: - action @@ -161672,18 +161687,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - project_column: *855 + enterprise: *808 + installation: *809 + organization: *810 + project_column: *856 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: *847 - required: *848 + properties: *848 + required: *849 nullable: true sender: *4 required: @@ -161773,11 +161788,11 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - organization: *809 - project_column: *855 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project_column: *856 + repository: *811 sender: *4 required: - action @@ -161857,11 +161872,11 @@ x-webhooks: type: string enum: - moved - enterprise: *807 - installation: *808 - organization: *809 - project_column: *855 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project_column: *856 + repository: *811 sender: *4 required: - action @@ -161941,11 +161956,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - project: *856 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project: *857 + repository: *811 sender: *4 required: - action @@ -162025,18 +162040,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - project: *856 + enterprise: *808 + installation: *809 + organization: *810 + project: *857 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: *847 - required: *848 + properties: *848 + required: *849 nullable: true sender: *4 required: @@ -162138,11 +162153,11 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - organization: *809 - project: *856 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project: *857 + repository: *811 sender: *4 required: - action @@ -162221,11 +162236,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *807 - installation: *808 - organization: *809 - project: *856 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + project: *857 + repository: *811 sender: *4 required: - action @@ -162306,9 +162321,9 @@ x-webhooks: type: string enum: - closed - installation: *808 - organization: *809 - projects_v2: &857 + installation: *809 + organization: *810 + projects_v2: &858 title: Projects v2 Project description: A projects v2 project type: object @@ -162365,7 +162380,7 @@ x-webhooks: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &862 + properties: &863 id: type: number node_id: @@ -162403,7 +162418,7 @@ x-webhooks: example: The project is off to a great start! type: string nullable: true - required: &863 + required: &864 - id - node_id - created_at @@ -162507,9 +162522,9 @@ x-webhooks: type: string enum: - created - installation: *808 - organization: *809 - projects_v2: *857 + installation: *809 + organization: *810 + projects_v2: *858 sender: *4 required: - action @@ -162590,9 +162605,9 @@ x-webhooks: type: string enum: - deleted - installation: *808 - organization: *809 - projects_v2: *857 + installation: *809 + organization: *810 + projects_v2: *858 sender: *4 required: - action @@ -162709,9 +162724,9 @@ x-webhooks: type: string to: type: string - installation: *808 - organization: *809 - projects_v2: *857 + installation: *809 + organization: *810 + projects_v2: *858 sender: *4 required: - action @@ -162794,7 +162809,7 @@ x-webhooks: type: string enum: - archived - changes: &861 + changes: &862 type: object properties: archived_at: @@ -162808,9 +162823,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *808 - organization: *809 - projects_v2_item: &858 + installation: *809 + organization: *810 + projects_v2_item: &859 title: Projects v2 Item description: An item belonging to a project type: object @@ -162944,9 +162959,9 @@ x-webhooks: nullable: true to: type: string - installation: *808 - organization: *809 - projects_v2_item: *858 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163028,9 +163043,9 @@ x-webhooks: type: string enum: - created - installation: *808 - organization: *809 - projects_v2_item: *858 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163111,9 +163126,9 @@ x-webhooks: type: string enum: - deleted - installation: *808 - organization: *809 - projects_v2_item: *858 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163219,7 +163234,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &859 + - &860 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -163237,7 +163252,7 @@ x-webhooks: required: - id - name - - &860 + - &861 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -163264,8 +163279,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *859 - *860 + - *861 required: - field_value - type: object @@ -163281,9 +163296,9 @@ x-webhooks: nullable: true required: - body - installation: *808 - organization: *809 - projects_v2_item: *858 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163378,9 +163393,9 @@ x-webhooks: to: type: string nullable: true - installation: *808 - organization: *809 - projects_v2_item: *858 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163463,10 +163478,10 @@ x-webhooks: type: string enum: - restored - changes: *861 - installation: *808 - organization: *809 - projects_v2_item: *858 + changes: *862 + installation: *809 + organization: *810 + projects_v2_item: *859 sender: *4 required: - action @@ -163548,9 +163563,9 @@ x-webhooks: type: string enum: - reopened - installation: *808 - organization: *809 - projects_v2: *857 + installation: *809 + organization: *810 + projects_v2: *858 sender: *4 required: - action @@ -163631,14 +163646,14 @@ x-webhooks: type: string enum: - created - installation: *808 - organization: *809 - projects_v2_status_update: &864 + installation: *809 + organization: *810 + projects_v2_status_update: &865 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *862 - required: *863 + properties: *863 + required: *864 sender: *4 required: - action @@ -163719,9 +163734,9 @@ x-webhooks: type: string enum: - deleted - installation: *808 - organization: *809 - projects_v2_status_update: *864 + installation: *809 + organization: *810 + projects_v2_status_update: *865 sender: *4 required: - action @@ -163857,9 +163872,9 @@ x-webhooks: type: string format: date nullable: true - installation: *808 - organization: *809 - projects_v2_status_update: *864 + installation: *809 + organization: *810 + projects_v2_status_update: *865 sender: *4 required: - action @@ -163930,10 +163945,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - repository @@ -164010,13 +164025,13 @@ x-webhooks: type: string enum: - assigned - assignee: *834 - enterprise: *807 - installation: *808 - number: &865 + assignee: *835 + enterprise: *808 + installation: *809 + number: &866 description: The pull request number. type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -166299,7 +166314,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -166381,11 +166396,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -168663,7 +168678,7 @@ x-webhooks: - draft reason: type: string - repository: *810 + repository: *811 sender: *4 required: - action @@ -168745,11 +168760,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -171027,7 +171042,7 @@ x-webhooks: - draft reason: type: string - repository: *810 + repository: *811 sender: *4 required: - action @@ -171109,13 +171124,13 @@ x-webhooks: type: string enum: - closed - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: &866 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: &867 allOf: - - *661 + - *662 - type: object properties: allow_auto_merge: @@ -171177,7 +171192,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *810 + repository: *811 sender: *4 required: - action @@ -171258,12 +171273,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: *866 - repository: *810 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: *867 + repository: *811 sender: *4 required: - action @@ -171343,11 +171358,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *807 - milestone: *644 - number: *865 - organization: *809 - pull_request: &867 + enterprise: *808 + milestone: *645 + number: *866 + organization: *810 + pull_request: &868 title: Pull Request type: object properties: @@ -173610,7 +173625,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -173689,11 +173704,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -175975,7 +175990,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *810 + repository: *811 sender: *4 required: - action @@ -176099,12 +176114,12 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: *866 - repository: *810 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: *867 + repository: *811 sender: *4 required: - action @@ -176184,11 +176199,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -178455,7 +178470,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -178535,11 +178550,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *807 - installation: *808 - label: *833 - number: *865 - organization: *809 + enterprise: *808 + installation: *809 + label: *834 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -180821,7 +180836,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -180902,10 +180917,10 @@ x-webhooks: type: string enum: - locked - enterprise: *807 - installation: *808 - number: *865 - organization: *809 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -183185,7 +183200,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -183265,12 +183280,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *807 - milestone: *644 - number: *865 - organization: *809 - pull_request: *867 - repository: *810 + enterprise: *808 + milestone: *645 + number: *866 + organization: *810 + pull_request: *868 + repository: *811 sender: *4 required: - action @@ -183349,12 +183364,12 @@ x-webhooks: type: string enum: - opened - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: *866 - repository: *810 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: *867 + repository: *811 sender: *4 required: - action @@ -183435,12 +183450,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: *866 - repository: *810 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: *867 + repository: *811 sender: *4 required: - action @@ -183520,12 +183535,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *807 - installation: *808 - number: *865 - organization: *809 - pull_request: *866 - repository: *810 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 + pull_request: *867 + repository: *811 sender: *4 required: - action @@ -183891,9 +183906,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: type: object properties: @@ -186063,7 +186078,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *810 + repository: *811 sender: *4 required: - action @@ -186143,7 +186158,7 @@ x-webhooks: type: string enum: - deleted - comment: &869 + comment: &870 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. @@ -186428,9 +186443,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: type: object properties: @@ -188588,7 +188603,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *810 + repository: *811 sender: *4 required: - action @@ -188668,11 +188683,11 @@ x-webhooks: type: string enum: - edited - changes: *868 - comment: *869 - enterprise: *807 - installation: *808 - organization: *809 + changes: *869 + comment: *870 + enterprise: *808 + installation: *809 + organization: *810 pull_request: type: object properties: @@ -190833,7 +190848,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *810 + repository: *811 sender: *4 required: - action @@ -190914,9 +190929,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: title: Simple Pull Request type: object @@ -193089,7 +193104,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *810 + repository: *811 review: description: The review that was affected. type: object @@ -193336,9 +193351,9 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: title: Simple Pull Request type: object @@ -195392,8 +195407,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *810 - review: &870 + repository: *811 + review: &871 description: The review that was affected. type: object properties: @@ -195626,12 +195641,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: description: The pull request number. type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -197914,7 +197929,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 requested_reviewer: title: User type: object @@ -197998,12 +198013,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: description: The pull request number. type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -200293,7 +200308,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200485,12 +200500,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: description: The pull request number. type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -202775,7 +202790,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 requested_reviewer: title: User type: object @@ -202860,12 +202875,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *807 - installation: *808 + enterprise: *808 + installation: *809 number: description: The pull request number. type: integer - organization: *809 + organization: *810 pull_request: title: Pull Request type: object @@ -205141,7 +205156,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205322,9 +205337,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: title: Simple Pull Request type: object @@ -207499,8 +207514,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *810 - review: *870 + repository: *811 + review: *871 sender: *4 required: - action @@ -207580,9 +207595,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: title: Simple Pull Request type: object @@ -209652,7 +209667,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *810 + repository: *811 sender: *4 thread: type: object @@ -210039,9 +210054,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 pull_request: title: Simple Pull Request type: object @@ -212097,7 +212112,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *810 + repository: *811 sender: *4 thread: type: object @@ -212487,10 +212502,10 @@ x-webhooks: type: string before: type: string - enterprise: *807 - installation: *808 - number: *865 - organization: *809 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -214761,7 +214776,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -214843,11 +214858,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *871 - enterprise: *807 - installation: *808 - number: *865 - organization: *809 + assignee: *872 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -217130,7 +217145,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -217209,11 +217224,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *807 - installation: *808 - label: *833 - number: *865 - organization: *809 + enterprise: *808 + installation: *809 + label: *834 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -219486,7 +219501,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -219567,10 +219582,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *807 - installation: *808 - number: *865 - organization: *809 + enterprise: *808 + installation: *809 + number: *866 + organization: *810 pull_request: title: Pull Request type: object @@ -221835,7 +221850,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *810 + repository: *811 sender: *4 required: - action @@ -222035,7 +222050,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *807 + enterprise: *808 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -222127,8 +222142,8 @@ x-webhooks: - url - author - committer - installation: *808 - organization: *809 + installation: *809 + organization: *810 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222703,9 +222718,9 @@ x-webhooks: type: string enum: - published - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 registry_package: type: object properties: @@ -223151,7 +223166,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *851 + items: *852 summary: type: string tag_name: @@ -223205,7 +223220,7 @@ x-webhooks: - owner - package_version - registry - repository: *810 + repository: *811 sender: *4 required: - action @@ -223283,9 +223298,9 @@ x-webhooks: type: string enum: - updated - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 registry_package: type: object properties: @@ -223593,7 +223608,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *851 + items: *852 summary: type: string tag_name: @@ -223642,7 +223657,7 @@ x-webhooks: - owner - package_version - registry - repository: *810 + repository: *811 sender: *4 required: - action @@ -223719,10 +223734,10 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - release: &872 + enterprise: *808 + installation: *809 + organization: *810 + release: &873 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -224040,7 +224055,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *810 + repository: *811 sender: *4 required: - action @@ -224117,11 +224132,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - release: *872 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + release: *873 + repository: *811 sender: *4 required: - action @@ -224238,11 +224253,11 @@ x-webhooks: type: boolean required: - to - enterprise: *807 - installation: *808 - organization: *809 - release: *872 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + release: *873 + repository: *811 sender: *4 required: - action @@ -224320,9 +224335,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -224644,7 +224659,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *810 + repository: *811 sender: *4 required: - action @@ -224720,10 +224735,10 @@ x-webhooks: type: string enum: - published - enterprise: *807 - installation: *808 - organization: *809 - release: &873 + enterprise: *808 + installation: *809 + organization: *810 + release: &874 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -225042,7 +225057,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *810 + repository: *811 sender: *4 required: - action @@ -225118,11 +225133,11 @@ x-webhooks: type: string enum: - released - enterprise: *807 - installation: *808 - organization: *809 - release: *872 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + release: *873 + repository: *811 sender: *4 required: - action @@ -225198,11 +225213,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *807 - installation: *808 - organization: *809 - release: *873 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + release: *874 + repository: *811 sender: *4 required: - action @@ -225278,11 +225293,11 @@ x-webhooks: type: string enum: - published - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - repository_advisory: *713 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + repository_advisory: *714 sender: *4 required: - action @@ -225358,11 +225373,11 @@ x-webhooks: type: string enum: - reported - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - repository_advisory: *713 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + repository_advisory: *714 sender: *4 required: - action @@ -225438,10 +225453,10 @@ x-webhooks: type: string enum: - archived - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -225518,10 +225533,10 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -225599,10 +225614,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -225686,10 +225701,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -225801,10 +225816,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -225876,10 +225891,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 status: type: string @@ -225960,10 +225975,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -226040,10 +226055,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -226137,10 +226152,10 @@ x-webhooks: - name required: - repository - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -226220,11 +226235,11 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - repository_ruleset: *154 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + repository_ruleset: *155 sender: *4 required: - action @@ -226302,11 +226317,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - repository_ruleset: *154 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + repository_ruleset: *155 sender: *4 required: - action @@ -226384,11 +226399,11 @@ x-webhooks: type: string enum: - edited - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - repository_ruleset: *154 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + repository_ruleset: *155 changes: type: object properties: @@ -226407,16 +226422,16 @@ x-webhooks: properties: added: type: array - items: *128 + items: *129 deleted: type: array - items: *128 + items: *129 updated: type: array items: type: object properties: - condition: *128 + condition: *129 changes: type: object properties: @@ -226449,16 +226464,16 @@ x-webhooks: properties: added: type: array - items: *681 + items: *682 deleted: type: array - items: *681 + items: *682 updated: type: array items: type: object properties: - rule: *681 + rule: *682 changes: type: object properties: @@ -226692,10 +226707,10 @@ x-webhooks: - from required: - owner - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -226773,10 +226788,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -226854,7 +226869,7 @@ x-webhooks: type: string enum: - create - alert: &874 + alert: &875 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -226975,10 +226990,10 @@ x-webhooks: type: string enum: - open - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -227184,10 +227199,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -227265,11 +227280,11 @@ x-webhooks: type: string enum: - reopen - alert: *874 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + alert: *875 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -227468,10 +227483,10 @@ x-webhooks: enum: - fixed - open - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -227549,11 +227564,11 @@ x-webhooks: type: string enum: - created - alert: &875 + alert: &876 type: object properties: - number: *105 - created_at: *112 + number: *106 + created_at: *113 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -227561,8 +227576,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *110 - html_url: *111 + url: *111 + html_url: *112 locations_url: type: string format: uri @@ -227660,10 +227675,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -227744,11 +227759,11 @@ x-webhooks: type: string enum: - created - alert: *875 - installation: *808 - location: *876 - organization: *809 - repository: *810 + alert: *876 + installation: *809 + location: *877 + organization: *810 + repository: *811 sender: *4 required: - location @@ -227986,11 +228001,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *875 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + alert: *876 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -228068,11 +228083,11 @@ x-webhooks: type: string enum: - reopened - alert: *875 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + alert: *876 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -228150,11 +228165,11 @@ x-webhooks: type: string enum: - resolved - alert: *875 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + alert: *876 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -228232,11 +228247,11 @@ x-webhooks: type: string enum: - validated - alert: *875 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + alert: *876 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -228362,10 +228377,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *810 - enterprise: *807 - installation: *808 - organization: *809 + repository: *811 + enterprise: *808 + installation: *809 + organization: *810 sender: *4 required: - action @@ -228443,11 +228458,11 @@ x-webhooks: type: string enum: - published - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - security_advisory: &877 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + security_advisory: &878 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228463,7 +228478,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *107 + cvss_severities: *108 cwes: type: array items: @@ -228630,11 +228645,11 @@ x-webhooks: type: string enum: - updated - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 - security_advisory: *877 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 + security_advisory: *878 sender: *4 required: - action @@ -228707,10 +228722,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -228727,7 +228742,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *107 + cvss_severities: *108 cwes: type: array items: @@ -228894,11 +228909,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *365 - enterprise: *807 - installation: *808 - organization: *809 - repository: *432 + security_and_analysis: *366 + enterprise: *808 + installation: *809 + organization: *810 + repository: *433 sender: *4 required: - changes @@ -228976,12 +228991,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: &878 + sponsorship: &879 type: object properties: created_at: @@ -229282,12 +229297,12 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: *878 + sponsorship: *879 required: - action - sponsorship @@ -229375,12 +229390,12 @@ x-webhooks: type: string required: - from - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: *878 + sponsorship: *879 required: - action - changes @@ -229457,17 +229472,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &879 + effective_date: &880 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: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: *878 + sponsorship: *879 required: - action - sponsorship @@ -229541,7 +229556,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &880 + changes: &881 type: object properties: tier: @@ -229585,13 +229600,13 @@ x-webhooks: - from required: - tier - effective_date: *879 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + effective_date: *880 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: *878 + sponsorship: *879 required: - action - changes @@ -229668,13 +229683,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *880 - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + changes: *881 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - sponsorship: *878 + sponsorship: *879 required: - action - changes @@ -229748,10 +229763,10 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229834,10 +229849,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230257,15 +230272,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *807 + enterprise: *808 id: description: The unique identifier of the status. type: integer - installation: *808 + installation: *809 name: type: string - organization: *809 - repository: *810 + organization: *810 + repository: *811 sender: *4 sha: description: The Commit SHA. @@ -230374,15 +230389,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *184 - parent_issue_repo: *66 + parent_issue: *185 + parent_issue_repo: *67 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *184 - installation: *808 - organization: *809 - repository: *810 + sub_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -230466,15 +230481,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *184 - parent_issue_repo: *66 + parent_issue: *185 + parent_issue_repo: *67 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *184 - installation: *808 - organization: *809 - repository: *810 + sub_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -230558,15 +230573,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *184 - sub_issue_repo: *66 + sub_issue: *185 + sub_issue_repo: *67 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *184 - installation: *808 - organization: *809 - repository: *810 + parent_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -230650,15 +230665,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *184 - sub_issue_repo: *66 + sub_issue: *185 + sub_issue_repo: *67 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *184 - installation: *808 - organization: *809 - repository: *810 + parent_issue: *185 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -230735,12 +230750,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - team: &881 + team: &882 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -230930,9 +230945,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 repository: title: Repository description: A git repository @@ -231390,7 +231405,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *881 + team: *882 required: - action - team @@ -231466,9 +231481,9 @@ x-webhooks: type: string enum: - created - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 repository: title: Repository description: A git repository @@ -231926,7 +231941,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *881 + team: *882 required: - action - team @@ -232003,9 +232018,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 repository: title: Repository description: A git repository @@ -232463,7 +232478,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *881 + team: *882 required: - action - team @@ -232607,9 +232622,9 @@ x-webhooks: - from required: - permissions - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 repository: title: Repository description: A git repository @@ -233067,7 +233082,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *881 + team: *882 required: - action - changes @@ -233145,9 +233160,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *807 - installation: *808 - organization: *809 + enterprise: *808 + installation: *809 + organization: *810 repository: title: Repository description: A git repository @@ -233605,7 +233620,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *881 + team: *882 required: - action - team @@ -233681,10 +233696,10 @@ x-webhooks: type: string enum: - started - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 required: - action @@ -233757,16 +233772,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *807 + enterprise: *808 inputs: type: object nullable: true additionalProperties: true - installation: *808 - organization: *809 + installation: *809 + organization: *810 ref: type: string - repository: *810 + repository: *811 sender: *4 workflow: type: string @@ -233848,10 +233863,10 @@ x-webhooks: type: string enum: - completed - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 workflow_job: allOf: @@ -234088,7 +234103,7 @@ x-webhooks: type: string required: - conclusion - deployment: *567 + deployment: *568 required: - action - repository @@ -234167,10 +234182,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 workflow_job: allOf: @@ -234430,7 +234445,7 @@ x-webhooks: required: - status - steps - deployment: *567 + deployment: *568 required: - action - repository @@ -234509,10 +234524,10 @@ x-webhooks: type: string enum: - queued - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 workflow_job: type: object @@ -234647,7 +234662,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *567 + deployment: *568 required: - action - repository @@ -234726,10 +234741,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 workflow_job: type: object @@ -234865,7 +234880,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *567 + deployment: *568 required: - action - repository @@ -234945,12 +234960,12 @@ x-webhooks: type: string enum: - completed - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - workflow: *829 + workflow: *830 workflow_run: title: Workflow Run type: object @@ -235949,12 +235964,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - workflow: *829 + workflow: *830 workflow_run: title: Workflow Run type: object @@ -236938,12 +236953,12 @@ x-webhooks: type: string enum: - requested - enterprise: *807 - installation: *808 - organization: *809 - repository: *810 + enterprise: *808 + installation: *809 + organization: *810 + repository: *811 sender: *4 - workflow: *829 + workflow: *830 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 fa9823dee..4de28f40c 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -3023,6 +3023,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -3033,7 +3036,8 @@ "default": { "value": { "enabled_organizations": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -15314,6 +15318,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -15324,7 +15331,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -39143,6 +39151,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -39153,7 +39164,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -115641,6 +115653,10 @@ "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` is set to `selected`." }, + "sha-pinning-required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." + }, "actions-enterprise-permissions": { "type": "object", "properties": { @@ -115656,6 +115672,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -125858,6 +125877,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -133561,6 +133583,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -293305,7 +293330,8 @@ "value": { "enabled_organizations": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/enterprises/2/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/enterprises/2/actions/permissions/selected-actions", + "sha_pinning_required": true } }, "actions-fork-pr-contributor-approval": { @@ -297536,7 +297562,8 @@ "value": { "enabled_repositories": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions", + "sha_pinning_required": true } }, "repository-paginated": { @@ -304340,7 +304367,8 @@ "value": { "enabled": true, "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions", + "sha_pinning_required": true } }, "actions-workflow-access-to-repository": { diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index e32091b17..5c9957ca4 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -2116,6 +2116,8 @@ paths: "$ref": "#/components/schemas/enabled-organizations" allowed_actions: "$ref": "#/components/schemas/allowed-actions" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_organizations examples: @@ -2123,6 +2125,7 @@ paths: value: enabled_organizations: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10930,6 +10933,8 @@ paths: "$ref": "#/components/schemas/enabled-repositories" allowed_actions: "$ref": "#/components/schemas/allowed-actions" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_repositories examples: @@ -10937,6 +10942,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28316,6 +28322,8 @@ paths: "$ref": "#/components/schemas/actions-enabled" allowed_actions: "$ref": "#/components/schemas/allowed-actions" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled examples: @@ -28323,6 +28331,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -83776,6 +83785,9 @@ components: 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` is set to `selected`. + sha-pinning-required: + type: boolean + description: Whether actions must be pinned to a full-length commit SHA. actions-enterprise-permissions: type: object properties: @@ -83790,6 +83802,8 @@ components: "$ref": "#/components/schemas/allowed-actions" selected_actions_url: "$ref": "#/components/schemas/selected-actions-url" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_organizations actions-artifact-and-log-retention-response: @@ -91799,6 +91813,8 @@ components: "$ref": "#/components/schemas/allowed-actions" selected_actions_url: "$ref": "#/components/schemas/selected-actions-url" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_repositories self-hosted-runners-settings: @@ -97963,6 +97979,8 @@ components: "$ref": "#/components/schemas/allowed-actions" selected_actions_url: "$ref": "#/components/schemas/selected-actions-url" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled actions-workflow-access-to-repository: @@ -219047,6 +219065,7 @@ components: enabled_organizations: all allowed_actions: selected selected_actions_url: https://api.github.com/enterprises/2/actions/permissions/selected-actions + sha_pinning_required: true actions-fork-pr-contributor-approval: value: approval_policy: first_time_contributors @@ -222565,6 +222584,7 @@ components: enabled_repositories: all allowed_actions: selected selected_actions_url: https://api.github.com/organizations/42/actions/permissions/selected-actions + sha_pinning_required: true repository-paginated: value: total_count: 1 @@ -228375,6 +228395,7 @@ components: enabled: true allowed_actions: selected selected_actions_url: https://api.github.com/repositories/42/actions/permissions/selected-actions + sha_pinning_required: true actions-workflow-access-to-repository: value: access_level: organization diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index fa9823dee..4de28f40c 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -3023,6 +3023,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -3033,7 +3036,8 @@ "default": { "value": { "enabled_organizations": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -15314,6 +15318,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -15324,7 +15331,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -39143,6 +39151,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -39153,7 +39164,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -115641,6 +115653,10 @@ "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` is set to `selected`." }, + "sha-pinning-required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." + }, "actions-enterprise-permissions": { "type": "object", "properties": { @@ -115656,6 +115672,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -125858,6 +125877,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -133561,6 +133583,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -293305,7 +293330,8 @@ "value": { "enabled_organizations": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/enterprises/2/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/enterprises/2/actions/permissions/selected-actions", + "sha_pinning_required": true } }, "actions-fork-pr-contributor-approval": { @@ -297536,7 +297562,8 @@ "value": { "enabled_repositories": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions", + "sha_pinning_required": true } }, "repository-paginated": { @@ -304340,7 +304367,8 @@ "value": { "enabled": true, "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions", + "sha_pinning_required": true } }, "actions-workflow-access-to-repository": { diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index e32091b17..5c9957ca4 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -2116,6 +2116,8 @@ paths: "$ref": "#/components/schemas/enabled-organizations" allowed_actions: "$ref": "#/components/schemas/allowed-actions" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_organizations examples: @@ -2123,6 +2125,7 @@ paths: value: enabled_organizations: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10930,6 +10933,8 @@ paths: "$ref": "#/components/schemas/enabled-repositories" allowed_actions: "$ref": "#/components/schemas/allowed-actions" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_repositories examples: @@ -10937,6 +10942,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28316,6 +28322,8 @@ paths: "$ref": "#/components/schemas/actions-enabled" allowed_actions: "$ref": "#/components/schemas/allowed-actions" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled examples: @@ -28323,6 +28331,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -83776,6 +83785,9 @@ components: 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` is set to `selected`. + sha-pinning-required: + type: boolean + description: Whether actions must be pinned to a full-length commit SHA. actions-enterprise-permissions: type: object properties: @@ -83790,6 +83802,8 @@ components: "$ref": "#/components/schemas/allowed-actions" selected_actions_url: "$ref": "#/components/schemas/selected-actions-url" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_organizations actions-artifact-and-log-retention-response: @@ -91799,6 +91813,8 @@ components: "$ref": "#/components/schemas/allowed-actions" selected_actions_url: "$ref": "#/components/schemas/selected-actions-url" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled_repositories self-hosted-runners-settings: @@ -97963,6 +97979,8 @@ components: "$ref": "#/components/schemas/allowed-actions" selected_actions_url: "$ref": "#/components/schemas/selected-actions-url" + sha_pinning_required: + "$ref": "#/components/schemas/sha-pinning-required" required: - enabled actions-workflow-access-to-repository: @@ -219047,6 +219065,7 @@ components: enabled_organizations: all allowed_actions: selected selected_actions_url: https://api.github.com/enterprises/2/actions/permissions/selected-actions + sha_pinning_required: true actions-fork-pr-contributor-approval: value: approval_policy: first_time_contributors @@ -222565,6 +222584,7 @@ components: enabled_repositories: all allowed_actions: selected selected_actions_url: https://api.github.com/organizations/42/actions/permissions/selected-actions + sha_pinning_required: true repository-paginated: value: total_count: 1 @@ -228375,6 +228395,7 @@ components: enabled: true allowed_actions: selected selected_actions_url: https://api.github.com/repositories/42/actions/permissions/selected-actions + sha_pinning_required: true actions-workflow-access-to-repository: value: access_level: organization