diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 7aaca879e..6af5120e1 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -7896,6 +7896,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -7906,7 +7909,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -29809,6 +29813,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -29819,7 +29826,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -108280,6 +108288,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": { @@ -108295,6 +108307,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -118544,6 +118559,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -286475,7 +286493,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": { @@ -293716,7 +293735,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-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 3f523f7d7..cede2a04a 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -5690,6 +5690,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: @@ -5697,6 +5699,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21661,6 +21664,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: @@ -21668,6 +21673,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -78477,6 +78483,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: @@ -78491,6 +78500,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: @@ -86150,6 +86161,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: @@ -211457,6 +211470,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 @@ -217616,6 +217630,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-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 7aaca879e..6af5120e1 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -7896,6 +7896,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -7906,7 +7909,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -29809,6 +29813,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -29819,7 +29826,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -108280,6 +108288,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": { @@ -108295,6 +108307,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -118544,6 +118559,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -286475,7 +286493,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": { @@ -293716,7 +293735,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-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 3f523f7d7..cede2a04a 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -5690,6 +5690,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: @@ -5697,6 +5699,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21661,6 +21664,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: @@ -21668,6 +21673,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -78477,6 +78483,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: @@ -78491,6 +78500,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: @@ -86150,6 +86161,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: @@ -211457,6 +211470,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 @@ -217616,6 +217630,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-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 2cb831df2..f146f5211 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -64537,6 +64537,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": [ @@ -64548,7 +64552,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 } } } @@ -64614,6 +64619,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -64624,7 +64633,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -201803,6 +201813,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": [ @@ -201814,7 +201828,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 } } } @@ -201884,6 +201899,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -201894,7 +201913,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 41fd6f879..8b60e4fd7 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -903,7 +903,7 @@ paths: - subscriptions_url - type - url - type: &272 + type: &273 type: string description: The type of credit the user is receiving. enum: @@ -1069,7 +1069,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &590 + - &591 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1654,7 +1654,7 @@ paths: schema: type: integer default: 30 - - &167 + - &168 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 @@ -1670,7 +1670,7 @@ paths: application/json: schema: type: array - items: &168 + items: &169 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1766,7 +1766,7 @@ paths: - installation_id - repository_id examples: - default: &169 + default: &170 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1901,7 +1901,7 @@ paths: description: Response content: application/json: - schema: &170 + schema: &171 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2036,7 +2036,7 @@ paths: - request - response examples: - default: &171 + default: &172 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -7714,7 +7714,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &141 + code_scanning_options: &142 type: - object - 'null' @@ -7912,7 +7912,7 @@ paths: description: Response content: application/json: - schema: &143 + schema: &144 type: array description: A list of default code security configurations items: @@ -7928,7 +7928,7 @@ paths: default configuration: *41 examples: - default: &144 + default: &145 value: - default_for_new_repos: public configuration: @@ -8259,7 +8259,7 @@ paths: - *40 - *43 responses: - '204': &145 + '204': &146 description: A header with no content is returned. '400': *14 '403': *27 @@ -8386,7 +8386,7 @@ paths: default: value: default_for_new_repos: all - configuration: &142 + configuration: &143 value: id: 1325 target_type: organization @@ -8471,7 +8471,7 @@ paths: application/json: schema: type: array - items: &146 + items: &147 type: object description: Repositories associated with a code security configuration and attachment status @@ -8816,7 +8816,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &147 + repository: &148 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8910,7 +8910,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *40 - - &151 + - &152 name: state in: query description: |- @@ -8919,7 +8919,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &152 + - &153 name: severity in: query description: |- @@ -8928,7 +8928,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &153 + - &154 name: ecosystem in: query description: |- @@ -8937,14 +8937,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &154 + - &155 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 - - &155 + - &156 name: epss_percentage in: query description: |- @@ -8956,7 +8956,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 - - &156 + - &157 name: has in: query description: |- @@ -8970,7 +8970,7 @@ paths: type: string enum: - patch - - &157 + - &158 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8980,7 +8980,7 @@ paths: enum: - development - runtime - - &158 + - &159 name: sort in: query description: |- @@ -8998,7 +8998,7 @@ paths: - *46 - *38 - *39 - - &159 + - &160 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -9011,7 +9011,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &160 + - &161 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -9031,7 +9031,7 @@ paths: application/json: schema: type: array - items: &161 + items: &162 type: object description: A Dependabot alert. properties: @@ -9101,7 +9101,7 @@ paths: - direct - transitive - - security_advisory: &443 + security_advisory: &444 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9330,7 +9330,7 @@ paths: 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &137 + dismissed_at: &138 type: - string - 'null' @@ -9361,7 +9361,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: &136 + fixed_at: &137 type: - string - 'null' @@ -9369,7 +9369,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &444 + auto_dismissed_at: &445 type: - string - 'null' @@ -9396,7 +9396,7 @@ paths: - repository additionalProperties: false examples: - default: &162 + default: &163 value: - number: 2 state: dismissed @@ -9743,7 +9743,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &260 + - &261 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9754,7 +9754,7 @@ paths: enum: - open - resolved - - &261 + - &262 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9764,7 +9764,7 @@ paths: required: false schema: type: string - - &262 + - &263 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9773,7 +9773,7 @@ paths: required: false schema: type: string - - &263 + - &264 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. @@ -9789,7 +9789,7 @@ paths: - *17 - *38 - *39 - - &264 + - &265 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9798,7 +9798,7 @@ paths: required: false schema: type: string - - &265 + - &266 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9807,7 +9807,7 @@ paths: schema: type: boolean default: false - - &266 + - &267 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9816,7 +9816,7 @@ paths: schema: type: boolean default: false - - &267 + - &268 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -9832,7 +9832,7 @@ paths: application/json: schema: type: array - items: &268 + items: &269 type: object properties: number: *52 @@ -9848,14 +9848,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &568 + state: &569 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: &569 + resolution: &570 type: - string - 'null' @@ -9962,14 +9962,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &570 + - &571 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &572 + - &573 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -10026,7 +10026,7 @@ paths: - blob_url - commit_sha - commit_url - - &573 + - &574 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. @@ -10087,7 +10087,7 @@ paths: - page_url - commit_sha - commit_url - - &574 + - &575 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -10102,7 +10102,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &575 + - &576 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -10117,7 +10117,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &576 + - &577 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -10132,7 +10132,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &577 + - &578 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -10147,7 +10147,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &578 + - &579 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -10162,7 +10162,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &579 + - &580 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -10177,7 +10177,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &580 + - &581 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. @@ -10192,7 +10192,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &581 + - &582 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. @@ -10207,7 +10207,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &582 + - &583 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. @@ -10222,7 +10222,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &583 + - &584 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. @@ -10237,7 +10237,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &584 + - &585 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 @@ -10258,7 +10258,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &269 + default: &270 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10728,7 +10728,7 @@ paths: milestone: anyOf: - type: 'null' - - &431 + - &432 title: Milestone description: A collection of related issues and pull requests. @@ -10900,7 +10900,7 @@ paths: timeline_url: type: string format: uri - type: &189 + type: &190 title: Issue Type description: The type of issue. type: @@ -11009,7 +11009,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &602 + sub_issues_summary: &603 title: Sub-issues Summary type: object properties: @@ -11023,7 +11023,7 @@ paths: - total - completed - percent_completed - issue_dependencies_summary: &603 + issue_dependencies_summary: &604 title: Issue Dependencies Summary type: object properties: @@ -11042,7 +11042,7 @@ paths: - total_blocking issue_field_values: type: array - items: &604 + items: &605 title: Issue Field Value description: A value assigned to an issue field type: object @@ -11138,7 +11138,7 @@ paths: - author_association - created_at - updated_at - comment: &490 + comment: &491 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11713,7 +11713,7 @@ paths: url: type: string format: uri - user: &616 + user: &617 title: Public User description: Public User type: object @@ -13608,7 +13608,7 @@ paths: - closed - all default: open - - &192 + - &193 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -13659,7 +13659,7 @@ paths: type: array items: *74 examples: - default: &193 + default: &194 value: - id: 1 node_id: MDU6SXNzdWUx @@ -15071,14 +15071,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &294 + - &295 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &295 + - &296 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -15149,7 +15149,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &306 + '301': &307 description: Moved permanently content: application/json: @@ -15171,7 +15171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &519 + - &520 name: all description: If `true`, show notifications marked as read. in: query @@ -15179,7 +15179,7 @@ paths: schema: type: boolean default: false - - &520 + - &521 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -15189,7 +15189,7 @@ paths: type: boolean default: false - *64 - - &521 + - &522 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: @@ -15221,7 +15221,7 @@ paths: properties: id: type: string - repository: &119 + repository: &120 title: Minimal Repository description: Minimal Repository type: object @@ -15560,7 +15560,7 @@ paths: type: boolean examples: - false - security_and_analysis: &230 + security_and_analysis: &231 type: - object - 'null' @@ -15725,7 +15725,7 @@ paths: - url - subscription_url examples: - default: &522 + default: &523 value: - id: '1' repository: @@ -16274,7 +16274,7 @@ paths: application/json: schema: type: array - items: &149 + items: &150 title: Organization Simple description: A GitHub organization. type: object @@ -16346,7 +16346,7 @@ paths: - avatar_url - description examples: - default: &632 + default: &633 value: - login: github id: 1 @@ -16658,7 +16658,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *90 - - &658 + - &659 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, @@ -16667,7 +16667,7 @@ paths: required: false schema: type: integer - - &659 + - &660 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 @@ -16676,7 +16676,7 @@ paths: required: false schema: type: integer - - &660 + - &661 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 @@ -16685,7 +16685,7 @@ paths: required: false schema: type: integer - - &661 + - &662 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 @@ -17637,7 +17637,7 @@ paths: type: integer repository_cache_usages: type: array - items: &311 + items: &312 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17875,7 +17875,7 @@ paths: - public_ip_enabled - platform examples: - default: &118 + default: &119 value: total_count: 2 runners: @@ -18474,7 +18474,7 @@ paths: description: Empty response content: application/json: - schema: &128 + schema: &129 title: Empty Object description: An object without any properties. type: object @@ -18534,11 +18534,15 @@ paths: - all - local_only - selected - selected_actions_url: &317 + selected_actions_url: &318 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: &106 + type: boolean + description: Whether actions must be pinned to a full-length commit + SHA. required: - enabled_repositories examples: @@ -18547,6 +18551,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 @@ -18578,6 +18583,7 @@ paths: properties: enabled_repositories: *104 allowed_actions: *105 + sha_pinning_required: *106 required: - enabled_repositories examples: @@ -18585,6 +18591,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18610,7 +18617,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &322 type: object properties: days: @@ -18652,7 +18659,7 @@ paths: required: true content: application/json: - schema: &322 + schema: &323 type: object properties: days: @@ -18695,7 +18702,7 @@ paths: description: Response content: application/json: - schema: &106 + schema: &107 type: object properties: approval_policy: @@ -18709,7 +18716,7 @@ paths: required: - approval_policy examples: - default: &323 + default: &324 value: approval_policy: first_time_contributors '404': *6 @@ -18740,7 +18747,7 @@ paths: required: true content: application/json: - schema: *106 + schema: *107 examples: default: summary: Set approval policy to first time contributors @@ -18768,7 +18775,7 @@ paths: description: Response content: application/json: - schema: &324 + schema: &325 type: object required: - run_workflows_from_fork_pull_requests @@ -18794,7 +18801,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &107 + default: &108 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -18822,7 +18829,7 @@ paths: required: true content: application/json: - schema: &325 + schema: &326 type: object required: - run_workflows_from_fork_pull_requests @@ -18845,7 +18852,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *107 + default: *108 responses: '204': description: Empty response for successful settings update @@ -18895,7 +18902,7 @@ paths: type: array items: *59 examples: - default: &111 + default: &112 value: total_count: 1 repositories: @@ -19080,7 +19087,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *90 - - &108 + - &109 name: repository_id description: The unique identifier of the repository. in: path @@ -19109,7 +19116,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *90 - - *108 + - *109 responses: '204': description: Response @@ -19138,7 +19145,7 @@ paths: description: Response content: application/json: - schema: &109 + schema: &110 type: object properties: github_owned_allowed: @@ -19160,7 +19167,7 @@ paths: items: type: string examples: - default: &110 + default: &111 value: github_owned_allowed: true verified_allowed: false @@ -19193,9 +19200,9 @@ paths: required: false content: application/json: - schema: *109 + schema: *110 examples: - selected_actions: *110 + selected_actions: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -19327,7 +19334,7 @@ paths: type: array items: *59 examples: - default: *111 + default: *112 '403': *27 '404': *6 x-github: @@ -19396,7 +19403,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: - *90 - - *108 + - *109 responses: '204': description: No content @@ -19423,7 +19430,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: - *90 - - *108 + - *109 responses: '204': description: No content @@ -19457,17 +19464,17 @@ paths: description: Response content: application/json: - schema: &326 + schema: &327 type: object properties: - default_workflow_permissions: &112 + default_workflow_permissions: &113 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &113 + can_approve_pull_request_reviews: &114 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -19475,7 +19482,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &114 + default: &115 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -19508,13 +19515,13 @@ paths: required: false content: application/json: - schema: &327 + schema: &328 type: object properties: - default_workflow_permissions: *112 - can_approve_pull_request_reviews: *113 + default_workflow_permissions: *113 + can_approve_pull_request_reviews: *114 examples: - default: *114 + default: *115 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19559,7 +19566,7 @@ paths: type: number runner_groups: type: array - items: &115 + items: &116 type: object properties: id: @@ -19749,9 +19756,9 @@ paths: description: Response content: application/json: - schema: *115 + schema: *116 examples: - default: &117 + default: &118 value: id: 2 name: octo-runner-group @@ -19787,7 +19794,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - *90 - - &116 + - &117 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -19799,7 +19806,7 @@ paths: description: Response content: application/json: - schema: *115 + schema: *116 examples: default: value: @@ -19836,7 +19843,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - *90 - - *116 + - *117 requestBody: required: true content: @@ -19892,9 +19899,9 @@ paths: description: Response content: application/json: - schema: *115 + schema: *116 examples: - default: *117 + default: *118 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -19914,7 +19921,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - *90 - - *116 + - *117 responses: '204': description: Response @@ -19938,7 +19945,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - *90 - - *116 + - *117 - *17 - *19 responses: @@ -19958,7 +19965,7 @@ paths: type: array items: *96 examples: - default: *118 + default: *119 headers: Link: *57 x-github: @@ -19981,7 +19988,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: - *90 - - *116 + - *117 - *19 - *17 responses: @@ -19999,9 +20006,9 @@ paths: type: number repositories: type: array - items: *119 + items: *120 examples: - default: &619 + default: &620 value: total_count: 1 repositories: @@ -20254,7 +20261,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: - *90 - - *116 + - *117 requestBody: required: true content: @@ -20299,8 +20306,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: - *90 - - *116 - - *108 + - *117 + - *109 responses: '204': description: Response @@ -20323,8 +20330,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: - *90 - - *116 - - *108 + - *117 + - *109 responses: '204': description: Response @@ -20348,7 +20355,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - *90 - - *116 + - *117 - *17 - *19 responses: @@ -20366,7 +20373,7 @@ paths: type: number runners: type: array - items: &121 + items: &122 title: Self hosted runners description: A self hosted runner type: object @@ -20400,7 +20407,7 @@ paths: type: boolean labels: type: array - items: &124 + items: &125 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -20430,7 +20437,7 @@ paths: - busy - labels examples: - default: &122 + default: &123 value: total_count: 2 runners: @@ -20490,7 +20497,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - *90 - - *116 + - *117 requestBody: required: true content: @@ -20535,8 +20542,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: - *90 - - *116 - - &120 + - *117 + - &121 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -20565,8 +20572,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: - *90 - - *116 - - *120 + - *117 + - *121 responses: '204': description: Response @@ -20614,9 +20621,9 @@ paths: type: integer runners: type: array - items: *121 + items: *122 examples: - default: *122 + default: *123 headers: Link: *57 x-github: @@ -20648,7 +20655,7 @@ paths: application/json: schema: type: array - items: &328 + items: &329 title: Runner Application description: Runner Application type: object @@ -20673,7 +20680,7 @@ paths: - download_url - filename examples: - default: &329 + default: &330 value: - os: osx architecture: x64 @@ -20759,7 +20766,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &330 + '201': &331 description: Response content: application/json: @@ -20769,7 +20776,7 @@ paths: - runner - encoded_jit_config properties: - runner: *121 + runner: *122 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -20832,7 +20839,7 @@ paths: description: Response content: application/json: - schema: &123 + schema: &124 title: Authentication Token description: Authentication Token type: object @@ -20874,7 +20881,7 @@ paths: - token - expires_at examples: - default: &331 + default: &332 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -20911,9 +20918,9 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: - default: &332 + default: &333 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -20939,15 +20946,15 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - *90 - - *120 + - *121 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &333 + default: &334 value: id: 23 name: MBP @@ -20989,7 +20996,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - *90 - - *120 + - *121 responses: '204': description: Response @@ -21016,9 +21023,9 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - *90 - - *120 + - *121 responses: - '200': &125 + '200': &126 description: Response content: application/json: @@ -21032,7 +21039,7 @@ paths: type: integer labels: type: array - items: *124 + items: *125 examples: default: value: @@ -21072,7 +21079,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - *90 - - *120 + - *121 requestBody: required: true content: @@ -21096,7 +21103,7 @@ paths: - gpu - accelerated responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -21121,7 +21128,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - *90 - - *120 + - *121 requestBody: required: true content: @@ -21146,7 +21153,7 @@ paths: - gpu - accelerated responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -21171,9 +21178,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: - *90 - - *120 + - *121 responses: - '200': &334 + '200': &335 description: Response content: application/json: @@ -21187,7 +21194,7 @@ paths: type: integer labels: type: array - items: *124 + items: *125 examples: default: value: @@ -21229,8 +21236,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: - *90 - - *120 - - &335 + - *121 + - &336 name: name description: The name of a self-hosted runner's custom label. in: path @@ -21238,7 +21245,7 @@ paths: schema: type: string responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -21281,7 +21288,7 @@ paths: type: integer secrets: type: array - items: &126 + items: &127 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -21362,7 +21369,7 @@ paths: description: Response content: application/json: - schema: &347 + schema: &348 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -21397,7 +21404,7 @@ paths: - key_id - key examples: - default: &348 + default: &349 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -21423,7 +21430,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - *90 - - &127 + - &128 name: secret_name description: The name of the secret. in: path @@ -21435,7 +21442,7 @@ paths: description: Response content: application/json: - schema: *126 + schema: *127 examples: default: value: @@ -21466,7 +21473,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -21523,7 +21530,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -21550,7 +21557,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - *90 - - *127 + - *128 responses: '204': description: Response @@ -21577,7 +21584,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 - *19 - *17 responses: @@ -21595,9 +21602,9 @@ paths: type: integer repositories: type: array - items: *119 + items: *120 examples: - default: &131 + default: &132 value: total_count: 1 repositories: @@ -21690,7 +21697,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -21743,7 +21750,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -21777,7 +21784,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -21810,7 +21817,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *90 - - &316 + - &317 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)." @@ -21834,7 +21841,7 @@ paths: type: integer variables: type: array - items: &129 + items: &130 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -21972,7 +21979,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -21998,7 +22005,7 @@ paths: url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - *90 - - &130 + - &131 name: name description: The name of the variable. in: path @@ -22010,7 +22017,7 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: default: value: @@ -22041,7 +22048,7 @@ paths: url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - *90 - - *130 + - *131 requestBody: required: true content: @@ -22104,7 +22111,7 @@ paths: url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - *90 - - *130 + - *131 responses: '204': description: Response @@ -22131,7 +22138,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *90 - - *130 + - *131 - *19 - *17 responses: @@ -22149,9 +22156,9 @@ paths: type: integer repositories: type: array - items: *119 + items: *120 examples: - default: *131 + default: *132 '409': description: Response when the visibility of the variable is not set to `selected` @@ -22178,7 +22185,7 @@ paths: url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *90 - - *130 + - *131 requestBody: required: true content: @@ -22228,7 +22235,7 @@ paths: url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *90 - - *130 + - *131 - name: repository_id in: path required: true @@ -22263,7 +22270,7 @@ paths: url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *90 - - *130 + - *131 - name: repository_id in: path required: true @@ -22322,12 +22329,12 @@ paths: required: - subject_digests examples: - default: &647 + default: &648 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &648 + withPredicateType: &649 value: subject_digests: - sha256:abc123 @@ -22386,7 +22393,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &649 + default: &650 value: attestations_subject_digests: - sha256:abc: @@ -22680,7 +22687,7 @@ paths: bundle_url: type: string examples: - default: &361 + default: &362 value: attestations: - bundle: @@ -22799,7 +22806,7 @@ paths: type: array items: *4 examples: - default: &194 + default: &195 value: - login: octocat id: 1 @@ -22838,7 +22845,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - *90 - - &132 + - &133 name: username description: The handle for the GitHub user account. in: path @@ -22870,7 +22877,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -22891,7 +22898,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -22924,7 +22931,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &133 + schema: &134 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -22950,7 +22957,7 @@ paths: application/json: schema: type: array - items: &134 + items: &135 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -22981,7 +22988,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &150 + items: &151 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -23040,7 +23047,7 @@ paths: parent: anyOf: - type: 'null' - - &206 + - &207 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -23156,7 +23163,7 @@ paths: - string - 'null' format: date-time - state: *133 + state: *134 contact_link: description: The contact link of the campaign. type: @@ -23373,9 +23380,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: &135 + default: &136 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -23458,9 +23465,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *135 + default: *136 '404': *6 '422': description: Unprocessable Entity @@ -23538,7 +23545,7 @@ paths: - string - 'null' format: uri - state: *133 + state: *134 examples: default: value: @@ -23548,9 +23555,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *135 + default: *136 '400': description: Bad Request content: @@ -23617,17 +23624,17 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *90 - - &386 + - &387 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: &138 + schema: &139 type: string description: The name of the tool used to generate the code scanning analysis. - - &387 + - &388 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 @@ -23635,7 +23642,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &139 + schema: &140 type: - string - 'null' @@ -23651,7 +23658,7 @@ paths: be returned. in: query required: false - schema: &389 + schema: &390 type: string description: State of a code scanning alert. enum: @@ -23674,7 +23681,7 @@ paths: be returned. in: query required: false - schema: &390 + schema: &391 type: string description: Severity of a code scanning alert. enum: @@ -23700,13 +23707,13 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: &391 + instances_url: &392 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &140 + state: &141 type: - string - 'null' @@ -23716,13 +23723,13 @@ paths: - dismissed - fixed - - fixed_at: *136 + fixed_at: *137 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *137 - dismissed_reason: &392 + dismissed_at: *138 + dismissed_reason: &393 type: - string - 'null' @@ -23733,14 +23740,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &393 + dismissed_comment: &394 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &394 + rule: &395 type: object properties: id: @@ -23801,26 +23808,26 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &395 + tool: &396 type: object properties: - name: *138 + name: *139 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *139 - most_recent_instance: &396 + guid: *140 + most_recent_instance: &397 type: object properties: - ref: &388 + ref: &389 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &406 + analysis_key: &407 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -23831,13 +23838,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &407 + category: &408 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: *140 + state: *141 commit_sha: type: string message: @@ -24340,7 +24347,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *141 + code_scanning_options: *142 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -24483,7 +24490,7 @@ paths: application/json: schema: *41 examples: - default: *142 + default: *143 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24511,9 +24518,9 @@ paths: description: Response content: application/json: - schema: *143 + schema: *144 examples: - default: *144 + default: *145 '304': *35 '403': *27 '404': *6 @@ -24565,7 +24572,7 @@ paths: - 32 - 91 responses: - '204': *145 + '204': *146 '400': *14 '403': *27 '404': *6 @@ -24600,7 +24607,7 @@ paths: application/json: schema: *41 examples: - default: *142 + default: *143 '304': *35 '403': *27 '404': *6 @@ -24884,7 +24891,7 @@ paths: - *90 - *43 responses: - '204': *145 + '204': *146 '400': *14 '403': *27 '404': *6 @@ -25022,7 +25029,7 @@ paths: default: value: default_for_new_repos: all - configuration: *142 + configuration: *143 '403': *27 '404': *6 x-github: @@ -25075,13 +25082,13 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *147 + repository: *148 '403': *27 '404': *6 x-github: @@ -25121,7 +25128,7 @@ paths: type: integer codespaces: type: array - items: &195 + items: &196 type: object title: Codespace description: A codespace. @@ -25152,11 +25159,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *119 + repository: *120 machine: anyOf: - type: 'null' - - &419 + - &420 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -25443,7 +25450,7 @@ paths: - pulls_url - recent_folders examples: - default: &196 + default: &197 value: total_count: 3 codespaces: @@ -26067,7 +26074,7 @@ paths: type: integer secrets: type: array - items: &148 + items: &149 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -26108,7 +26115,7 @@ paths: - updated_at - visibility examples: - default: &420 + default: &421 value: total_count: 2 secrets: @@ -26146,7 +26153,7 @@ paths: description: Response content: application/json: - schema: &421 + schema: &422 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -26181,7 +26188,7 @@ paths: - key_id - key examples: - default: &422 + default: &423 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26205,15 +26212,15 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *90 - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *148 + schema: *149 examples: - default: &424 + default: &425 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -26241,7 +26248,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -26296,7 +26303,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -26323,7 +26330,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *90 - - *127 + - *128 responses: '204': description: Response @@ -26349,7 +26356,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 - *19 - *17 responses: @@ -26367,9 +26374,9 @@ paths: type: integer repositories: type: array - items: *119 + items: *120 examples: - default: *131 + default: *132 '404': *6 x-github: githubCloudOnly: false @@ -26392,7 +26399,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -26443,7 +26450,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -26477,7 +26484,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -26680,7 +26687,7 @@ paths: currently being billed. seats: type: array - items: &198 + items: &199 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -26693,12 +26700,12 @@ paths: organization: anyOf: - type: 'null' - - *149 + - *150 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *150 + - *151 - title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -27268,7 +27275,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -27583,7 +27590,7 @@ paths: - date additionalProperties: true examples: - default: &277 + default: &278 value: - date: '2024-06-24' total_active_users: 24 @@ -27685,7 +27692,7 @@ paths: '500': *91 '403': *27 '404': *6 - '422': &278 + '422': &279 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -27713,11 +27720,11 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *90 - - *151 - *152 - *153 - *154 - *155 + - *156 - name: package_registry_url in: query description: A comma-separated list of package registry URLs. If specified, @@ -27733,14 +27740,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string - - *156 - *157 - *158 + - *159 - *46 - *38 - *39 - - *159 - *160 + - *161 - *17 responses: '200': @@ -27749,9 +27756,9 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *162 + default: *163 '304': *35 '400': *14 '403': *27 @@ -27795,7 +27802,7 @@ paths: type: integer secrets: type: array - items: &163 + items: &164 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -27874,7 +27881,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -27893,7 +27900,7 @@ paths: - key_id - key examples: - default: &448 + default: &449 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27917,13 +27924,13 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - *90 - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *163 + schema: *164 examples: default: value: @@ -27952,7 +27959,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -28007,7 +28014,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -28032,7 +28039,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - *90 - - *127 + - *128 responses: '204': description: Response @@ -28057,7 +28064,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 - *19 - *17 responses: @@ -28075,9 +28082,9 @@ paths: type: integer repositories: type: array - items: *119 + items: *120 examples: - default: *131 + default: *132 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28099,7 +28106,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -28150,7 +28157,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -28182,7 +28189,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -28220,7 +28227,7 @@ paths: application/json: schema: type: array - items: &208 + items: &209 title: Package description: A software package type: object @@ -28273,7 +28280,7 @@ paths: repository: anyOf: - type: 'null' - - *119 + - *120 created_at: type: string format: date-time @@ -28291,7 +28298,7 @@ paths: - created_at - updated_at examples: - default: &209 + default: &210 value: - id: 197 name: hello_docker @@ -28458,7 +28465,7 @@ paths: application/json: schema: type: array - items: &186 + items: &187 title: Organization Invitation description: Organization Invitation type: object @@ -28512,7 +28519,7 @@ paths: - invitation_teams_url - node_id examples: - default: &187 + default: &188 value: - id: 1 login: monalisa @@ -28579,7 +28586,7 @@ paths: application/json: schema: type: array - items: &164 + items: &165 title: Org Hook description: Org Hook type: object @@ -28764,9 +28771,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: &165 + default: &166 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -28814,7 +28821,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *90 - - &166 + - &167 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. @@ -28827,9 +28834,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *165 + default: *166 '404': *6 x-github: githubCloudOnly: false @@ -28857,7 +28864,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *90 - - *166 + - *167 requestBody: required: false content: @@ -28903,7 +28910,7 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -28945,7 +28952,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *90 - - *166 + - *167 responses: '204': description: Response @@ -28973,7 +28980,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *90 - - *166 + - *167 responses: '200': description: Response @@ -29004,7 +29011,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *90 - - *166 + - *167 requestBody: required: false content: @@ -29055,9 +29062,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *90 - - *166 - - *17 - *167 + - *17 + - *168 responses: '200': description: Response @@ -29065,9 +29072,9 @@ paths: application/json: schema: type: array - items: *168 + items: *169 examples: - default: *169 + default: *170 '400': *14 '422': *15 x-github: @@ -29093,16 +29100,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *90 - - *166 + - *167 - *16 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 '400': *14 '422': *15 x-github: @@ -29128,7 +29135,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *90 - - *166 + - *167 - *16 responses: '202': *37 @@ -29158,7 +29165,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *90 - - *166 + - *167 responses: '204': description: Response @@ -29181,7 +29188,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *90 - - &176 + - &177 name: actor_type in: path description: The type of the actor @@ -29194,14 +29201,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &177 + - &178 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &172 + - &173 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`.' @@ -29209,7 +29216,7 @@ paths: required: true schema: type: string - - &173 + - &174 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) @@ -29304,12 +29311,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *90 - - *172 - *173 + - *174 - *19 - *17 - *46 - - &182 + - &183 name: sort description: The property to sort the results by. in: query @@ -29389,14 +29396,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *90 - - *172 - *173 + - *174 responses: '200': description: Response content: application/json: - schema: &174 + schema: &175 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -29412,7 +29419,7 @@ paths: type: integer format: int64 examples: - default: &175 + default: &176 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -29433,23 +29440,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *90 - - &178 + - &179 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *172 - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 x-github: enabledForGitHubApps: true category: orgs @@ -29468,18 +29475,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *90 - - *172 - *173 - - *176 + - *174 - *177 + - *178 responses: '200': description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 x-github: enabledForGitHubApps: true category: orgs @@ -29497,9 +29504,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *90 - - *172 - *173 - - &179 + - *174 + - &180 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -29512,7 +29519,7 @@ paths: description: Response content: application/json: - schema: &180 + schema: &181 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -29528,7 +29535,7 @@ paths: type: integer format: int64 examples: - default: &181 + default: &182 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -29565,18 +29572,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *90 - - *178 - - *172 - - *173 - *179 + - *173 + - *174 + - *180 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 x-github: enabledForGitHubApps: true category: orgs @@ -29594,19 +29601,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *90 - - *176 - *177 - - *172 + - *178 - *173 - - *179 + - *174 + - *180 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 x-github: enabledForGitHubApps: true category: orgs @@ -29624,13 +29631,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *90 - - *178 - - *172 + - *179 - *173 + - *174 - *19 - *17 - *46 - - *182 + - *183 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -29714,7 +29721,7 @@ paths: application/json: schema: *20 examples: - default: &486 + default: &487 value: id: 1 account: @@ -29880,12 +29887,12 @@ paths: application/json: schema: anyOf: - - &184 + - &185 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &183 + limit: &184 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -29913,7 +29920,7 @@ paths: properties: {} additionalProperties: false examples: - default: &185 + default: &186 value: limit: collaborators_only origin: organization @@ -29942,13 +29949,13 @@ paths: required: true content: application/json: - schema: &487 + schema: &488 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *183 + limit: *184 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -29973,9 +29980,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 '422': *15 x-github: githubCloudOnly: false @@ -30051,9 +30058,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *187 + default: *188 headers: Link: *57 '404': *6 @@ -30130,7 +30137,7 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: default: value: @@ -30185,7 +30192,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *90 - - &188 + - &189 name: invitation_id description: The unique identifier of the invitation. in: path @@ -30216,7 +30223,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *90 - - *188 + - *189 - *17 - *19 responses: @@ -30226,9 +30233,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: &207 + default: &208 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -30271,7 +30278,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -30359,9 +30366,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: - default: &190 + default: &191 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -30394,7 +30401,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *90 - - &191 + - &192 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -30450,9 +30457,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: - default: *190 + default: *191 '404': *6 '422': *7 x-github: @@ -30477,7 +30484,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *90 - - *191 + - *192 responses: '204': description: Response @@ -30540,7 +30547,7 @@ paths: - closed - all default: open - - *192 + - *193 - name: type description: Can be the name of an issue type. in: query @@ -30571,7 +30578,7 @@ paths: type: array items: *74 examples: - default: *193 + default: *194 headers: Link: *57 '404': *6 @@ -30631,7 +30638,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '422': *15 @@ -30652,7 +30659,7 @@ paths: url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response if requester is an organization member and user is @@ -30687,7 +30694,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -30714,7 +30721,7 @@ paths: - *17 - *19 - *90 - - *132 + - *133 responses: '200': description: Response @@ -30730,9 +30737,9 @@ paths: type: integer codespaces: type: array - items: *195 + items: *196 examples: - default: *196 + default: *197 '304': *35 '500': *91 '401': *23 @@ -30758,8 +30765,8 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - *90 - - *132 - - &197 + - *133 + - &198 name: codespace_name in: path required: true @@ -30793,16 +30800,16 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - *90 - - *132 - - *197 + - *133 + - *198 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: &418 + default: &419 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -30976,13 +30983,13 @@ paths: url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - *90 - - *132 + - *133 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -31052,13 +31059,13 @@ paths: url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - *90 - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: &199 + schema: &200 title: Org Membership description: Org Membership type: object @@ -31107,7 +31114,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *149 + organization: *150 user: anyOf: - type: 'null' @@ -31127,7 +31134,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &200 + response-if-user-has-an-active-admin-membership-with-organization: &201 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -31196,7 +31203,7 @@ paths: url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - *90 - - *132 + - *133 requestBody: required: false content: @@ -31224,9 +31231,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - response-if-user-already-had-membership-with-organization: *200 + response-if-user-already-had-membership-with-organization: *201 '422': *15 '403': *27 x-github: @@ -31251,7 +31258,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -31298,7 +31305,7 @@ paths: application/json: schema: type: array - items: &201 + items: &202 title: Migration description: A migration. type: object @@ -31636,7 +31643,7 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -31815,7 +31822,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *90 - - &202 + - &203 name: migration_id description: The unique identifier of the migration. in: path @@ -31843,7 +31850,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -32013,7 +32020,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *90 - - *202 + - *203 responses: '302': description: Response @@ -32035,7 +32042,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *90 - - *202 + - *203 responses: '204': description: Response @@ -32059,8 +32066,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *90 - - *202 - - &631 + - *203 + - &632 name: repo_name description: repo_name parameter in: path @@ -32088,7 +32095,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *90 - - *202 + - *203 - *17 - *19 responses: @@ -32098,9 +32105,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: &214 + default: &215 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -32253,7 +32260,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &205 + items: &206 title: Organization Role description: Organization roles type: object @@ -32403,7 +32410,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *90 - - &203 + - &204 name: team_slug description: The slug of the team name. in: path @@ -32435,8 +32442,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *90 - - *203 - - &204 + - *204 + - &205 name: role_id description: The unique identifier of the role. in: path @@ -32472,8 +32479,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *90 - - *203 - *204 + - *205 responses: '204': description: Response @@ -32499,7 +32506,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -32525,8 +32532,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - *90 - - *132 - - *204 + - *133 + - *205 responses: '204': description: Response @@ -32557,8 +32564,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - *90 - - *132 - - *204 + - *133 + - *205 responses: '204': description: Response @@ -32587,13 +32594,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *90 - - *204 + - *205 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -32644,7 +32651,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *90 - - *204 + - *205 - *17 - *19 responses: @@ -32723,7 +32730,7 @@ paths: parent: anyOf: - type: 'null' - - *206 + - *207 required: - id - node_id @@ -32737,7 +32744,7 @@ paths: - slug - parent examples: - default: *207 + default: *208 headers: Link: *57 '404': @@ -32767,7 +32774,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *90 - - *204 + - *205 - *17 - *19 responses: @@ -32796,7 +32803,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *206 + items: *207 name: type: - string @@ -32913,7 +32920,7 @@ paths: - type - url examples: - default: *194 + default: *195 headers: Link: *57 '404': @@ -32964,7 +32971,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -32990,7 +32997,7 @@ paths: url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - *90 - - *132 + - *133 requestBody: required: false content: @@ -33048,7 +33055,7 @@ paths: url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -33106,7 +33113,7 @@ paths: - nuget - container - *90 - - &633 + - &634 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -33142,12 +33149,12 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *209 + default: *210 '403': *27 '401': *23 - '400': &635 + '400': &636 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -33169,7 +33176,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &210 + - &211 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 @@ -33187,7 +33194,7 @@ paths: - docker - nuget - container - - &211 + - &212 name: package_name description: The name of the package. in: path @@ -33200,7 +33207,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -33252,8 +33259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *210 - *211 + - *212 - *90 responses: '204': @@ -33286,8 +33293,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *210 - *211 + - *212 - *90 - name: token description: package token @@ -33320,8 +33327,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: - - *210 - *211 + - *212 - *90 - *19 - *17 @@ -33342,7 +33349,7 @@ paths: application/json: schema: type: array - items: &212 + items: &213 title: Package Version description: A version of a software package type: object @@ -33477,10 +33484,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *210 - *211 + - *212 - *90 - - &213 + - &214 name: package_version_id description: Unique identifier of the package version. in: path @@ -33492,7 +33499,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -33528,10 +33535,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *210 - *211 + - *212 - *90 - - *213 + - *214 responses: '204': description: Response @@ -33563,10 +33570,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *210 - *211 + - *212 - *90 - - *213 + - *214 responses: '204': description: Response @@ -33596,7 +33603,7 @@ paths: - *90 - *17 - *19 - - &215 + - &216 name: sort description: The property by which to sort the results. in: query @@ -33607,7 +33614,7 @@ paths: - created_at default: created_at - *46 - - &216 + - &217 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -33619,7 +33626,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &217 + - &218 name: repository description: The name of the repository to use to filter the results. in: query @@ -33628,7 +33635,7 @@ paths: type: string examples: - Hello-World - - &218 + - &219 name: permission description: The permission to use to filter the results. in: query @@ -33637,7 +33644,7 @@ paths: type: string examples: - issues_read - - &219 + - &220 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) @@ -33647,7 +33654,7 @@ paths: schema: type: string format: date-time - - &220 + - &221 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) @@ -33657,7 +33664,7 @@ paths: schema: type: string format: date-time - - &221 + - &222 name: token_id description: The ID of the token in: query @@ -33933,7 +33940,7 @@ paths: '422': *15 '404': *6 '403': *27 - '204': *145 + '204': *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33974,9 +33981,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -34002,14 +34009,14 @@ paths: - *90 - *17 - *19 - - *215 - - *46 - *216 + - *46 - *217 - *218 - *219 - *220 - *221 + - *222 responses: '500': *91 '422': *15 @@ -34250,7 +34257,7 @@ paths: responses: '500': *91 '404': *6 - '204': *145 + '204': *146 '403': *27 '422': *15 x-github: @@ -34291,9 +34298,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -34335,7 +34342,7 @@ paths: type: integer configurations: type: array - items: &222 + items: &223 title: Organization private registry description: Private registry configuration for an organization type: object @@ -34594,7 +34601,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &223 + org-private-registry-with-selected-visibility: &224 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -34686,15 +34693,15 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *90 - - *127 + - *128 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *222 + schema: *223 examples: - default: *223 + default: *224 '404': *6 x-github: githubCloudOnly: false @@ -34716,7 +34723,7 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -34813,7 +34820,7 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *90 - - *127 + - *128 responses: '204': description: Response @@ -34859,7 +34866,7 @@ paths: application/json: schema: type: array - items: &224 + items: &225 title: Project description: Projects are a way to organize columns and cards of work. @@ -35041,7 +35048,7 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: default: value: @@ -35079,7 +35086,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &303 + '410': &304 description: Gone content: application/json: @@ -35114,7 +35121,7 @@ paths: application/json: schema: type: array - items: &225 + items: &226 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -35190,7 +35197,7 @@ paths: - property_name - value_type examples: - default: &226 + default: &227 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -35249,7 +35256,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *225 + items: *226 minItems: 1 maxItems: 100 required: @@ -35279,9 +35286,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *226 + default: *227 '403': *27 '404': *6 x-github: @@ -35303,7 +35310,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *90 - - &227 + - &228 name: custom_property_name description: The custom property name in: path @@ -35315,9 +35322,9 @@ paths: description: Response content: application/json: - schema: *225 + schema: *226 examples: - default: &228 + default: &229 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -35352,7 +35359,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *90 - - *227 + - *228 requestBody: required: true content: @@ -35430,9 +35437,9 @@ paths: description: Response content: application/json: - schema: *225 + schema: *226 examples: - default: *228 + default: *229 '403': *27 '404': *6 x-github: @@ -35456,9 +35463,9 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *90 - - *227 + - *228 responses: - '204': *145 + '204': *146 '403': *27 '404': *6 x-github: @@ -35520,7 +35527,7 @@ paths: - octocat/Hello-World properties: type: array - items: &229 + items: &230 title: Custom Property Value description: Custom property name and associated value type: object @@ -35610,7 +35617,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *229 + items: *230 required: - repository_names - properties @@ -35663,7 +35670,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -35683,7 +35690,7 @@ paths: url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response if user is a public member @@ -35708,7 +35715,7 @@ paths: url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -35730,7 +35737,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -35800,9 +35807,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -36005,7 +36012,7 @@ paths: description: Response content: application/json: - schema: &305 + schema: &306 title: Full Repository description: Full Repository type: object @@ -36470,7 +36477,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &437 + code_of_conduct: &438 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -36500,7 +36507,7 @@ paths: - key - name - html_url - security_and_analysis: *230 + security_and_analysis: *231 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -36584,7 +36591,7 @@ paths: - network_count - subscribers_count examples: - default: &307 + default: &308 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -37105,7 +37112,7 @@ paths: - *90 - *17 - *19 - - &552 + - &553 name: targets description: | A comma-separated list of rule targets to filter by. @@ -37124,7 +37131,7 @@ paths: application/json: schema: type: array - items: &256 + items: &257 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -37159,7 +37166,7 @@ paths: source: type: string description: The name of the source - enforcement: &233 + enforcement: &234 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -37172,7 +37179,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &234 + items: &235 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -37239,7 +37246,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &231 + - &232 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -37263,7 +37270,7 @@ paths: match. items: type: string - - &235 + - &236 title: Organization ruleset conditions type: object description: |- @@ -37277,7 +37284,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -37311,7 +37318,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -37333,7 +37340,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -37346,7 +37353,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &232 + items: &233 title: Repository ruleset property targeting definition type: object @@ -37379,7 +37386,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *232 + items: *233 required: - repository_property type: @@ -37387,12 +37394,12 @@ paths: - object rules: type: array - items: &553 + items: &554 title: Repository Rule type: object description: A repository rule. oneOf: - - &236 + - &237 title: creation description: Only allow users with bypass permission to create matching refs. @@ -37404,7 +37411,7 @@ paths: type: string enum: - creation - - &237 + - &238 title: update description: Only allow users with bypass permission to update matching refs. @@ -37425,7 +37432,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &238 + - &239 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -37437,7 +37444,7 @@ paths: type: string enum: - deletion - - &239 + - &240 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -37449,7 +37456,7 @@ paths: type: string enum: - required_linear_history - - &551 + - &552 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -37527,7 +37534,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &240 + - &241 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -37551,7 +37558,7 @@ paths: type: string required: - required_deployment_environments - - &241 + - &242 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -37563,7 +37570,7 @@ paths: type: string enum: - required_signatures - - &242 + - &243 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -37625,7 +37632,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &243 + - &244 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -37673,7 +37680,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &244 + - &245 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -37685,7 +37692,7 @@ paths: type: string enum: - non_fast_forward - - &245 + - &246 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -37721,7 +37728,7 @@ paths: required: - operator - pattern - - &246 + - &247 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -37757,7 +37764,7 @@ paths: required: - operator - pattern - - &247 + - &248 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -37793,7 +37800,7 @@ paths: required: - operator - pattern - - &248 + - &249 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -37829,7 +37836,7 @@ paths: required: - operator - pattern - - &249 + - &250 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -37865,7 +37872,7 @@ paths: required: - operator - pattern - - &250 + - &251 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -37890,7 +37897,7 @@ paths: type: string required: - restricted_file_paths - - &251 + - &252 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -37914,7 +37921,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &252 + - &253 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -37937,7 +37944,7 @@ paths: type: string required: - restricted_file_extensions - - &253 + - &254 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -37962,7 +37969,7 @@ paths: maximum: 100 required: - max_file_size - - &254 + - &255 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -38012,7 +38019,7 @@ paths: - repository_id required: - workflows - - &255 + - &256 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -38146,21 +38153,20 @@ paths: - push - repository default: branch - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *235 + items: *235 + conditions: *236 rules: type: array description: An array of rules within the ruleset. - items: &258 + items: &259 title: Repository Rule type: object description: A repository rule. oneOf: - - *236 - *237 - *238 - *239 @@ -38180,6 +38186,7 @@ paths: - *253 - *254 - *255 + - *256 required: - name - enforcement @@ -38217,9 +38224,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &257 + default: &258 value: id: 21 name: super cool ruleset @@ -38274,7 +38281,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *90 - - &554 + - &555 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 @@ -38289,7 +38296,7 @@ paths: in: query schema: type: string - - &555 + - &556 name: time_period description: |- The time period to filter by. @@ -38305,14 +38312,14 @@ paths: - week - month default: day - - &556 + - &557 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 - - &557 + - &558 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -38332,7 +38339,7 @@ paths: description: Response content: application/json: - schema: &558 + schema: &559 title: Rule Suites description: Response type: array @@ -38388,7 +38395,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &559 + default: &560 value: - id: 21 actor_id: 12 @@ -38432,7 +38439,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *90 - - &560 + - &561 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -38448,7 +38455,7 @@ paths: description: Response content: application/json: - schema: &561 + schema: &562 title: Rule Suite description: Response type: object @@ -38555,7 +38562,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &562 + default: &563 value: id: 21 actor_id: 12 @@ -38628,9 +38635,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '404': *6 '500': *91 put: @@ -38674,16 +38681,16 @@ paths: - tag - push - repository - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *235 + items: *235 + conditions: *236 rules: description: An array of rules within the ruleset. type: array - items: *258 + items: *259 examples: default: value: @@ -38718,9 +38725,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '404': *6 '500': *91 delete: @@ -38777,7 +38784,7 @@ paths: application/json: schema: type: array - items: &259 + items: &260 title: Ruleset version type: object description: The historical version of a ruleset @@ -38801,7 +38808,7 @@ paths: type: string format: date-time examples: - default: &564 + default: &565 value: - version_id: 3 actor: @@ -38854,9 +38861,9 @@ paths: description: Response content: application/json: - schema: &565 + schema: &566 allOf: - - *259 + - *260 - type: object required: - state @@ -38926,14 +38933,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *90 - - *260 - *261 - *262 - *263 + - *264 - *46 - *19 - *17 - - &566 + - &567 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 @@ -38943,7 +38950,7 @@ paths: required: false schema: type: string - - &567 + - &568 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 @@ -38953,10 +38960,10 @@ paths: required: false schema: type: string - - *264 - *265 - *266 - *267 + - *268 responses: '200': description: Response @@ -38964,9 +38971,9 @@ paths: application/json: schema: type: array - items: *268 + items: *269 examples: - default: *269 + default: *270 headers: Link: *57 '404': *6 @@ -39007,7 +39014,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &271 + pattern_config_version: &272 type: - string - 'null' @@ -39017,7 +39024,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &270 + items: &271 type: object properties: token_type: @@ -39086,7 +39093,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *270 + items: *271 examples: default: value: @@ -39143,7 +39150,7 @@ paths: schema: type: object properties: - pattern_config_version: *271 + pattern_config_version: *272 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -39169,7 +39176,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *271 + custom_pattern_version: *272 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -39267,7 +39274,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 description: A repository security advisory. type: object properties: @@ -39511,7 +39518,7 @@ paths: login: type: string description: The username of the user credited. - type: *272 + type: *273 credits_detailed: type: - array @@ -39522,7 +39529,7 @@ paths: type: object properties: user: *4 - type: *272 + type: *273 state: type: string description: The state of the user's acceptance of the @@ -39548,7 +39555,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *150 + items: *151 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -39586,7 +39593,7 @@ paths: - private_fork additionalProperties: false examples: - default: &589 + default: &590 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -39973,9 +39980,9 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *207 + default: *208 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39999,7 +40006,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *90 - - *203 + - *204 responses: '204': description: Response @@ -40025,7 +40032,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *90 - - *203 + - *204 responses: '204': description: Response @@ -40060,7 +40067,7 @@ paths: description: Response content: application/json: - schema: &652 + schema: &653 type: object properties: total_minutes_used: @@ -40130,7 +40137,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &653 + default: &654 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -40166,7 +40173,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 type: object properties: total_gigabytes_bandwidth_used: @@ -40184,7 +40191,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &655 + default: &656 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -40216,7 +40223,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 type: object properties: days_left_in_billing_cycle: @@ -40234,7 +40241,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &657 + default: &658 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -40276,7 +40283,7 @@ paths: type: integer network_configurations: type: array - items: &273 + items: &274 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -40401,9 +40408,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: &274 + default: &275 value: id: 123456789ABCDEF name: My network configuration @@ -40432,7 +40439,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - &275 + - &276 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -40444,9 +40451,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 headers: Link: *57 x-github: @@ -40468,7 +40475,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - *275 + - *276 requestBody: required: true content: @@ -40507,9 +40514,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40529,7 +40536,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *90 - - *275 + - *276 responses: '204': description: Response @@ -40642,7 +40649,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *90 - - *203 + - *204 - 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`). @@ -40674,13 +40681,13 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 '500': *91 '403': *27 '404': *6 - '422': *278 + '422': *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40708,9 +40715,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 headers: Link: *57 '403': *27 @@ -40804,7 +40811,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &280 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -40878,7 +40885,7 @@ paths: parent: anyOf: - type: 'null' - - *206 + - *207 members_count: type: integer examples: @@ -41184,7 +41191,7 @@ paths: - repos_count - organization examples: - default: &280 + default: &281 value: id: 1 node_id: MDQ6VGVhbTE= @@ -41255,15 +41262,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *90 - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 x-github: githubCloudOnly: false @@ -41285,7 +41292,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *90 - - *203 + - *204 requestBody: required: false content: @@ -41348,16 +41355,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '201': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 '422': *15 '403': *27 @@ -41383,7 +41390,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *90 - - *203 + - *204 responses: '204': description: Response @@ -41410,7 +41417,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *90 - - *203 + - *204 - *46 - *17 - *19 @@ -41427,7 +41434,7 @@ paths: application/json: schema: type: array - items: &281 + items: &282 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -41538,7 +41545,7 @@ paths: - updated_at - url examples: - default: &606 + default: &607 value: - author: login: octocat @@ -41613,7 +41620,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *90 - - *203 + - *204 requestBody: required: true content: @@ -41647,9 +41654,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: &282 + default: &283 value: author: login: octocat @@ -41722,8 +41729,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *90 - - *203 - - &283 + - *204 + - &284 name: discussion_number description: The number that identifies the discussion. in: path @@ -41735,9 +41742,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41760,8 +41767,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *90 - - *203 - - *283 + - *204 + - *284 requestBody: required: false content: @@ -41784,9 +41791,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: &607 + default: &608 value: author: login: octocat @@ -41857,8 +41864,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *90 - - *203 - - *283 + - *204 + - *284 responses: '204': description: Response @@ -41885,8 +41892,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *90 - - *203 - - *283 + - *204 + - *284 - *46 - *17 - *19 @@ -41897,7 +41904,7 @@ paths: application/json: schema: type: array - items: &284 + items: &285 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -41977,7 +41984,7 @@ paths: - updated_at - url examples: - default: &608 + default: &609 value: - author: login: octocat @@ -42046,8 +42053,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *90 - - *203 - - *283 + - *204 + - *284 requestBody: required: true content: @@ -42069,9 +42076,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: &285 + default: &286 value: author: login: octocat @@ -42138,9 +42145,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *90 - - *203 - - *283 - - &286 + - *204 + - *284 + - &287 name: comment_number description: The number that identifies the comment. in: path @@ -42152,9 +42159,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42177,9 +42184,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *90 - - *203 - - *283 - - *286 + - *204 + - *284 + - *287 requestBody: required: true content: @@ -42201,9 +42208,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: &609 + default: &610 value: author: login: octocat @@ -42268,9 +42275,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *90 - - *203 - - *283 - - *286 + - *204 + - *284 + - *287 responses: '204': description: Response @@ -42297,9 +42304,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *90 - - *203 - - *283 - - *286 + - *204 + - *284 + - *287 - 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. @@ -42325,7 +42332,7 @@ paths: application/json: schema: type: array - items: &287 + items: &288 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -42369,7 +42376,7 @@ paths: - content - created_at examples: - default: &289 + default: &290 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -42420,9 +42427,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *90 - - *203 - - *283 - - *286 + - *204 + - *284 + - *287 requestBody: required: true content: @@ -42455,9 +42462,9 @@ paths: team discussion comment content: application/json: - schema: *287 + schema: *288 examples: - default: &288 + default: &289 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -42486,9 +42493,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42512,10 +42519,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *90 - - *203 - - *283 - - *286 - - &290 + - *204 + - *284 + - *287 + - &291 name: reaction_id description: The unique identifier of the reaction. in: path @@ -42548,8 +42555,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *90 - - *203 - - *283 + - *204 + - *284 - 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. @@ -42575,9 +42582,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 x-github: @@ -42604,8 +42611,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *90 - - *203 - - *283 + - *204 + - *284 requestBody: required: true content: @@ -42637,16 +42644,16 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -42670,9 +42677,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *90 - - *203 - - *283 - - *290 + - *204 + - *284 + - *291 responses: '204': description: Response @@ -42697,7 +42704,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *90 - - *203 + - *204 - *17 - *19 responses: @@ -42707,9 +42714,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *187 + default: *188 headers: Link: *57 x-github: @@ -42732,7 +42739,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *90 - - *203 + - *204 - name: role description: Filters members returned by their role in the team. in: query @@ -42755,7 +42762,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -42786,14 +42793,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *90 - - *203 - - *132 + - *204 + - *133 responses: '200': description: Response content: application/json: - schema: &291 + schema: &292 title: Team Membership description: Team Membership type: object @@ -42821,7 +42828,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &610 + response-if-user-is-a-team-maintainer: &611 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -42858,8 +42865,8 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *90 - - *203 - - *132 + - *204 + - *133 requestBody: required: false content: @@ -42884,9 +42891,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - response-if-users-membership-with-team-is-now-pending: &611 + response-if-users-membership-with-team-is-now-pending: &612 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -42922,8 +42929,8 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *90 - - *203 - - *132 + - *204 + - *133 responses: '204': description: Response @@ -42949,7 +42956,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *90 - - *203 + - *204 - *17 - *19 responses: @@ -42959,7 +42966,7 @@ paths: application/json: schema: type: array - items: &292 + items: &293 title: Team Project description: A team's access to a project. type: object @@ -43028,7 +43035,7 @@ paths: - updated_at - permissions examples: - default: &612 + default: &613 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -43092,8 +43099,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *90 - - *203 - - &293 + - *204 + - &294 name: project_id description: The unique identifier of the project. in: path @@ -43105,9 +43112,9 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: &613 + default: &614 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -43170,8 +43177,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *90 - - *203 - - *293 + - *204 + - *294 requestBody: required: false content: @@ -43239,8 +43246,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *90 - - *203 - - *293 + - *204 + - *294 responses: '204': description: Response @@ -43268,7 +43275,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *90 - - *203 + - *204 - *17 - *19 responses: @@ -43278,9 +43285,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -43310,15 +43317,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *90 - - *203 - - *294 + - *204 - *295 + - *296 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &614 + schema: &615 title: Team Repository description: A team's access to a repository. type: object @@ -43960,9 +43967,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *90 - - *203 - - *294 + - *204 - *295 + - *296 requestBody: required: false content: @@ -44008,9 +44015,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *90 - - *203 - - *294 + - *204 - *295 + - *296 responses: '204': description: Response @@ -44035,7 +44042,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *90 - - *203 + - *204 - *17 - *19 responses: @@ -44045,9 +44052,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - response-if-child-teams-exist: &615 + response-if-child-teams-exist: &616 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -44174,7 +44181,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#get-a-project-card parameters: - - &296 + - &297 name: card_id description: The unique identifier of the card. in: path @@ -44186,7 +44193,7 @@ paths: description: Response content: application/json: - schema: &297 + schema: &298 title: Project Card description: Project cards represent a scope of work. type: object @@ -44261,7 +44268,7 @@ paths: - created_at - updated_at examples: - default: &298 + default: &299 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -44317,7 +44324,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card parameters: - - *296 + - *297 requestBody: required: false content: @@ -44347,9 +44354,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: *298 + default: *299 '304': *35 '403': *27 '401': *23 @@ -44376,7 +44383,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#delete-a-project-card parameters: - - *296 + - *297 responses: '204': description: Response @@ -44420,7 +44427,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#move-a-project-card parameters: - - *296 + - *297 requestBody: required: true content: @@ -44533,7 +44540,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#get-a-project-column parameters: - - &299 + - &300 name: column_id description: The unique identifier of the column. in: path @@ -44545,7 +44552,7 @@ paths: description: Response content: application/json: - schema: &300 + schema: &301 title: Project Column description: Project columns contain cards of work. type: object @@ -44599,7 +44606,7 @@ paths: - created_at - updated_at examples: - default: &301 + default: &302 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -44634,7 +44641,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column parameters: - - *299 + - *300 requestBody: required: true content: @@ -44659,9 +44666,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *301 + default: *302 '304': *35 '403': *27 '401': *23 @@ -44686,7 +44693,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#delete-a-project-column parameters: - - *299 + - *300 responses: '204': description: Response @@ -44715,7 +44722,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#list-project-cards parameters: - - *299 + - *300 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -44736,7 +44743,7 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: default: value: @@ -44795,7 +44802,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#create-a-project-card parameters: - - *299 + - *300 requestBody: required: true content: @@ -44839,9 +44846,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: *298 + default: *299 '304': *35 '403': *27 '401': *23 @@ -44897,7 +44904,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#move-a-project-column parameters: - - *299 + - *300 requestBody: required: true content: @@ -44958,15 +44965,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#get-a-project parameters: - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: &302 + default: &303 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -45023,7 +45030,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#update-a-project parameters: - - *293 + - *294 requestBody: required: false content: @@ -45072,9 +45079,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *302 + default: *303 '404': description: Not Found if the authenticated user does not have access to the project @@ -45095,7 +45102,7 @@ paths: items: type: string '401': *23 - '410': *303 + '410': *304 '422': *7 x-github: githubCloudOnly: false @@ -45118,7 +45125,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#delete-a-project parameters: - - *293 + - *294 responses: '204': description: Delete Success @@ -45139,7 +45146,7 @@ paths: items: type: string '401': *23 - '410': *303 + '410': *304 '404': *6 x-github: githubCloudOnly: false @@ -45163,7 +45170,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators parameters: - - *293 + - *294 - 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 @@ -45190,7 +45197,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '404': *6 @@ -45220,8 +45227,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator parameters: - - *293 - - *132 + - *294 + - *133 requestBody: required: false content: @@ -45275,8 +45282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *293 - - *132 + - *294 + - *133 responses: '204': description: Response @@ -45307,8 +45314,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *293 - - *132 + - *294 + - *133 responses: '200': description: Response @@ -45378,7 +45385,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#list-project-columns parameters: - - *293 + - *294 - *17 - *19 responses: @@ -45388,7 +45395,7 @@ paths: application/json: schema: type: array - items: *300 + items: *301 examples: default: value: @@ -45426,7 +45433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column parameters: - - *293 + - *294 requestBody: required: true content: @@ -45450,7 +45457,7 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -45515,7 +45522,7 @@ paths: resources: type: object properties: - core: &304 + core: &305 title: Rate Limit type: object properties: @@ -45532,21 +45539,21 @@ paths: - remaining - reset - used - graphql: *304 - search: *304 - code_search: *304 - source_import: *304 - integration_manifest: *304 - code_scanning_upload: *304 - actions_runner_registration: *304 - scim: *304 - dependency_snapshots: *304 - dependency_sbom: *304 - code_scanning_autofix: *304 + graphql: *305 + search: *305 + code_search: *305 + source_import: *305 + integration_manifest: *305 + code_scanning_upload: *305 + actions_runner_registration: *305 + scim: *305 + dependency_snapshots: *305 + dependency_sbom: *305 + code_scanning_autofix: *305 required: - core - search - rate: *304 + rate: *305 required: - rate - resources @@ -45650,14 +45657,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: default-response: summary: Default response @@ -46158,7 +46165,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *306 + '301': *307 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46176,8 +46183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -46425,10 +46432,10 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *307 - '307': &308 + default: *308 + '307': &309 description: Temporary Redirect content: application/json: @@ -46457,8 +46464,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -46480,7 +46487,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *308 + '307': *309 '404': *6 '409': *45 x-github: @@ -46504,11 +46511,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *294 - *295 + - *296 - *17 - *19 - - &339 + - &340 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -46531,7 +46538,7 @@ paths: type: integer artifacts: type: array - items: &309 + items: &310 title: Artifact description: An artifact type: object @@ -46626,7 +46633,7 @@ paths: - expires_at - updated_at examples: - default: &340 + default: &341 value: total_count: 2 artifacts: @@ -46687,9 +46694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *294 - *295 - - &310 + - *296 + - &311 name: artifact_id description: The unique identifier of the artifact. in: path @@ -46701,7 +46708,7 @@ paths: description: Response content: application/json: - schema: *309 + schema: *310 examples: default: value: @@ -46739,9 +46746,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *294 - *295 - - *310 + - *296 + - *311 responses: '204': description: Response @@ -46765,9 +46772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *294 - *295 - - *310 + - *296 + - *311 - name: archive_format in: path required: true @@ -46781,7 +46788,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': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46804,14 +46811,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: default: value: @@ -46837,11 +46844,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *294 - *295 + - *296 - *17 - *19 - - &312 + - &313 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 @@ -46875,7 +46882,7 @@ paths: description: Response content: application/json: - schema: &313 + schema: &314 title: Repository actions caches description: Repository actions caches type: object @@ -46925,7 +46932,7 @@ paths: - total_count - actions_caches examples: - default: &314 + default: &315 value: total_count: 1 actions_caches: @@ -46957,23 +46964,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: - - *294 - *295 + - *296 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *312 + - *313 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: *314 + default: *315 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46993,8 +47000,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: - - *294 - *295 + - *296 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -47025,9 +47032,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *294 - *295 - - &315 + - *296 + - &316 name: job_id description: The unique identifier of the job. in: path @@ -47039,7 +47046,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &344 title: Job description: Information of a job execution in a workflow run type: object @@ -47386,9 +47393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *294 - *295 - - *315 + - *296 + - *316 responses: '302': description: Response @@ -47416,9 +47423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *294 - *295 - - *315 + - *296 + - *316 requestBody: required: false content: @@ -47440,7 +47447,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -47464,8 +47471,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: - - *294 - *295 + - *296 responses: '200': description: Status response @@ -47515,8 +47522,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: - - *294 - *295 + - *296 requestBody: required: true content: @@ -47550,7 +47557,7 @@ paths: description: Empty response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -47579,8 +47586,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -47598,7 +47605,7 @@ paths: type: integer secrets: type: array - items: &345 + items: &346 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -47619,7 +47626,7 @@ paths: - created_at - updated_at examples: - default: &346 + default: &347 value: total_count: 2 secrets: @@ -47652,9 +47659,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *294 - *295 - - *316 + - *296 + - *317 - *19 responses: '200': @@ -47671,7 +47678,7 @@ paths: type: integer variables: type: array - items: &349 + items: &350 title: Actions Variable type: object properties: @@ -47705,7 +47712,7 @@ paths: - created_at - updated_at examples: - default: &350 + default: &351 value: total_count: 2 variables: @@ -47738,8 +47745,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -47748,11 +47755,12 @@ paths: schema: type: object properties: - enabled: &318 + enabled: &319 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *105 - selected_actions_url: *317 + selected_actions_url: *318 + sha_pinning_required: *106 required: - enabled examples: @@ -47761,6 +47769,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 @@ -47779,8 +47788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -47791,8 +47800,9 @@ paths: schema: type: object properties: - enabled: *318 + enabled: *319 allowed_actions: *105 + sha_pinning_required: *106 required: - enabled examples: @@ -47800,6 +47810,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47821,14 +47832,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: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: &319 + schema: &320 type: object properties: access_level: @@ -47845,7 +47856,7 @@ paths: required: - access_level examples: - default: &320 + default: &321 value: access_level: organization x-github: @@ -47869,15 +47880,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: - - *294 - *295 + - *296 requestBody: required: true content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 responses: '204': description: Response @@ -47901,14 +47912,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -47932,8 +47943,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Empty response for successful settings update @@ -47943,7 +47954,7 @@ paths: required: true content: application/json: - schema: *322 + schema: *323 examples: default: summary: Set retention days @@ -47967,16 +47978,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *106 + schema: *107 examples: - default: *323 + default: *324 '404': *6 x-github: enabledForGitHubApps: true @@ -47995,8 +48006,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -48006,7 +48017,7 @@ paths: required: true content: application/json: - schema: *106 + schema: *107 examples: default: summary: Set approval policy to first time contributors @@ -48030,16 +48041,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: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *107 + default: *108 '403': *27 '404': *6 x-github: @@ -48059,15 +48070,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: - - *294 - *295 + - *296 requestBody: required: true content: application/json: - schema: *325 + schema: *326 examples: - default: *107 + default: *108 responses: '204': description: Empty response for successful settings update @@ -48091,16 +48102,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *109 + schema: *110 examples: - default: *110 + default: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48119,8 +48130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -48128,9 +48139,9 @@ paths: required: false content: application/json: - schema: *109 + schema: *110 examples: - selected_actions: *110 + selected_actions: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48152,16 +48163,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: *114 + default: *115 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48182,8 +48193,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Success response @@ -48194,9 +48205,9 @@ paths: required: true content: application/json: - schema: *327 + schema: *328 examples: - default: *114 + default: *115 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48223,8 +48234,8 @@ paths: in: query schema: type: string - - *294 - *295 + - *296 - *17 - *19 responses: @@ -48242,9 +48253,9 @@ paths: type: integer runners: type: array - items: *121 + items: *122 examples: - default: *122 + default: *123 headers: Link: *57 x-github: @@ -48268,8 +48279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -48277,9 +48288,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48301,8 +48312,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: - - *294 - *295 + - *296 requestBody: required: true content: @@ -48345,7 +48356,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *330 + '201': *331 '404': *6 '422': *7 '409': *45 @@ -48376,16 +48387,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *294 - *295 + - *296 responses: '201': description: Response content: application/json: - schema: *123 + schema: *124 examples: - default: *331 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48413,16 +48424,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *294 - *295 + - *296 responses: '201': description: Response content: application/json: - schema: *123 + schema: *124 examples: - default: *332 + default: *333 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48444,17 +48455,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: - - *294 - *295 - - *120 + - *296 + - *121 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48475,9 +48486,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: - - *294 - *295 - - *120 + - *296 + - *121 responses: '204': description: Response @@ -48503,11 +48514,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: - - *294 - *295 - - *120 + - *296 + - *121 responses: - '200': *125 + '200': *126 '404': *6 x-github: githubCloudOnly: false @@ -48529,9 +48540,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: - - *294 - *295 - - *120 + - *296 + - *121 requestBody: required: true content: @@ -48555,7 +48566,7 @@ paths: - gpu - accelerated responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -48579,9 +48590,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: - - *294 - *295 - - *120 + - *296 + - *121 requestBody: required: true content: @@ -48606,7 +48617,7 @@ paths: - gpu - accelerated responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -48630,11 +48641,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: - - *294 - *295 - - *120 + - *296 + - *121 responses: - '200': *334 + '200': *335 '404': *6 x-github: githubCloudOnly: false @@ -48661,12 +48672,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: - - *294 - *295 - - *120 - - *335 + - *296 + - *121 + - *336 responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -48692,9 +48703,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *294 - *295 - - &353 + - *296 + - &354 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. @@ -48702,7 +48713,7 @@ paths: required: false schema: type: string - - &354 + - &355 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -48710,7 +48721,7 @@ paths: required: false schema: type: string - - &355 + - &356 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -48719,7 +48730,7 @@ paths: required: false schema: type: string - - &356 + - &357 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 @@ -48746,7 +48757,7 @@ paths: - pending - *17 - *19 - - &357 + - &358 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)." @@ -48755,7 +48766,7 @@ paths: schema: type: string format: date-time - - &336 + - &337 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -48764,13 +48775,13 @@ paths: schema: type: boolean default: false - - &358 + - &359 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &359 + - &360 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -48793,7 +48804,7 @@ paths: type: integer workflow_runs: type: array - items: &337 + items: &338 title: Workflow Run description: An invocation of a workflow type: object @@ -48910,7 +48921,7 @@ paths: type: - array - 'null' - items: &378 + items: &379 title: Pull Request Minimal type: object properties: @@ -49037,7 +49048,7 @@ paths: head_commit: anyOf: - type: 'null' - - &382 + - &383 title: Simple Commit description: A commit. type: object @@ -49111,8 +49122,8 @@ paths: - timestamp - author - committer - repository: *119 - head_repository: *119 + repository: *120 + head_repository: *120 head_repository_id: type: integer examples: @@ -49152,7 +49163,7 @@ paths: - workflow_url - pull_requests examples: - default: &360 + default: &361 value: total_count: 1 workflow_runs: @@ -49388,24 +49399,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *294 - *295 - - &338 + - *296 + - &339 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *336 + - *337 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &341 + default: &342 value: id: 30433642 name: Build @@ -49646,9 +49657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '204': description: Response @@ -49671,9 +49682,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '200': description: Response @@ -49801,15 +49812,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: - - *294 - *295 - - *338 + - *296 + - *339 responses: '201': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -49836,12 +49847,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *294 - *295 - - *338 + - *296 + - *339 - *17 - *19 - - *339 + - *340 responses: '200': description: Response @@ -49857,9 +49868,9 @@ paths: type: integer artifacts: type: array - items: *309 + items: *310 examples: - default: *340 + default: *341 headers: Link: *57 x-github: @@ -49883,25 +49894,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *294 - *295 - - *338 - - &342 + - *296 + - *339 + - &343 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *336 + - *337 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49924,10 +49935,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *294 - *295 - - *338 - - *342 + - *296 + - *339 + - *343 - *17 - *19 responses: @@ -49945,9 +49956,9 @@ paths: type: integer jobs: type: array - items: *343 + items: *344 examples: - default: &344 + default: &345 value: total_count: 1 jobs: @@ -50060,10 +50071,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *294 - *295 - - *338 - - *342 + - *296 + - *339 + - *343 responses: '302': description: Response @@ -50091,15 +50102,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '202': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -50126,9 +50137,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: - - *294 - *295 - - *338 + - *296 + - *339 requestBody: required: true content: @@ -50195,15 +50206,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '202': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -50230,9 +50241,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 - 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 @@ -50262,9 +50273,9 @@ paths: type: integer jobs: type: array - items: *343 + items: *344 examples: - default: *344 + default: *345 headers: Link: *57 x-github: @@ -50289,9 +50300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '302': description: Response @@ -50318,9 +50329,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '204': description: Response @@ -50347,9 +50358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '200': description: Response @@ -50418,7 +50429,7 @@ paths: items: type: object properties: - type: &456 + type: &457 type: string description: The type of reviewer. enum: @@ -50429,7 +50440,7 @@ paths: reviewer: anyOf: - *4 - - *150 + - *151 required: - environment - wait_timer @@ -50504,9 +50515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 requestBody: required: true content: @@ -50556,7 +50567,7 @@ paths: application/json: schema: type: array - items: &451 + items: &452 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -50668,7 +50679,7 @@ paths: - created_at - updated_at examples: - default: &452 + default: &453 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -50724,9 +50735,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *294 - *295 - - *338 + - *296 + - *339 requestBody: required: false content: @@ -50748,7 +50759,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -50771,9 +50782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 requestBody: required: false content: @@ -50795,7 +50806,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -50827,9 +50838,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '200': description: Response @@ -50966,8 +50977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -50985,9 +50996,9 @@ paths: type: integer secrets: type: array - items: *345 + items: *346 examples: - default: *346 + default: *347 headers: Link: *57 x-github: @@ -51012,16 +51023,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51043,17 +51054,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: &469 + default: &470 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -51079,9 +51090,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 requestBody: required: true content: @@ -51112,7 +51123,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -51138,9 +51149,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '204': description: Response @@ -51165,9 +51176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *294 - *295 - - *316 + - *296 + - *317 - *19 responses: '200': @@ -51184,9 +51195,9 @@ paths: type: integer variables: type: array - items: *349 + items: *350 examples: - default: *350 + default: *351 headers: Link: *57 x-github: @@ -51209,8 +51220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -51237,7 +51248,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -51262,17 +51273,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *294 - *295 - - *130 + - *296 + - *131 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &470 + default: &471 value: name: USERNAME value: octocat @@ -51298,9 +51309,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *294 - *295 - - *130 + - *296 + - *131 requestBody: required: true content: @@ -51342,9 +51353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *294 - *295 - - *130 + - *296 + - *131 responses: '204': description: Response @@ -51369,8 +51380,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -51388,7 +51399,7 @@ paths: type: integer workflows: type: array - items: &351 + items: &352 title: Workflow description: A GitHub Actions workflow type: object @@ -51506,9 +51517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *294 - *295 - - &352 + - *296 + - &353 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -51523,7 +51534,7 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: default: value: @@ -51556,9 +51567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *294 - *295 - - *352 + - *296 + - *353 responses: '204': description: Response @@ -51583,9 +51594,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *294 - *295 - - *352 + - *296 + - *353 responses: '204': description: Response @@ -51636,9 +51647,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *294 - *295 - - *352 + - *296 + - *353 responses: '204': description: Response @@ -51665,19 +51676,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *294 - *295 - - *352 + - *296 - *353 - *354 - *355 - *356 + - *357 - *17 - *19 - - *357 - - *336 - *358 + - *337 - *359 + - *360 responses: '200': description: Response @@ -51693,9 +51704,9 @@ paths: type: integer workflow_runs: type: array - items: *337 + items: *338 examples: - default: *360 + default: *361 headers: Link: *57 x-github: @@ -51727,9 +51738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *294 - *295 - - *352 + - *296 + - *353 responses: '200': description: Response @@ -51790,8 +51801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *294 - *295 + - *296 - *46 - *17 - *38 @@ -51959,8 +51970,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -51972,7 +51983,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '404': *6 @@ -51997,8 +52008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *294 - *295 + - *296 - name: assignee in: path required: true @@ -52034,8 +52045,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -52147,8 +52158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *294 - *295 + - *296 - *17 - *38 - *39 @@ -52202,7 +52213,7 @@ paths: bundle_url: type: string examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52222,8 +52233,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -52231,7 +52242,7 @@ paths: application/json: schema: type: array - items: &362 + items: &363 title: Autolink reference description: An autolink reference. type: object @@ -52285,8 +52296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -52325,9 +52336,9 @@ paths: description: response content: application/json: - schema: *362 + schema: *363 examples: - default: &363 + default: &364 value: id: 1 key_prefix: TICKET- @@ -52358,9 +52369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *294 - *295 - - &364 + - *296 + - &365 name: autolink_id description: The unique identifier of the autolink. in: path @@ -52372,9 +52383,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '404': *6 x-github: githubCloudOnly: false @@ -52394,9 +52405,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *294 - *295 - - *364 + - *296 + - *365 responses: '204': description: Response @@ -52420,8 +52431,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: - - *294 - *295 + - *296 responses: '200': description: Response if Dependabot is enabled @@ -52471,8 +52482,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -52493,8 +52504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -52514,8 +52525,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *294 - *295 + - *296 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -52553,7 +52564,7 @@ paths: - url protected: type: boolean - protection: &366 + protection: &367 title: Branch Protection description: Branch Protection type: object @@ -52596,7 +52607,7 @@ paths: required: - contexts - checks - enforce_admins: &369 + enforce_admins: &370 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -52613,7 +52624,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &371 + required_pull_request_reviews: &372 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -52635,7 +52646,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *150 + items: *151 apps: description: The list of apps with review dismissal access. @@ -52667,7 +52678,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *150 + items: *151 apps: description: The list of apps allowed to bypass pull request requirements. @@ -52697,7 +52708,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &368 + restrictions: &369 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -53022,9 +53033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *294 - *295 - - &367 + - *296 + - &368 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). @@ -53038,14 +53049,14 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &427 + commit: &428 title: Commit description: Commit type: object @@ -53084,7 +53095,7 @@ paths: author: anyOf: - type: 'null' - - &365 + - &366 title: Git User description: Metaproperties for Git author/committer information. @@ -53105,7 +53116,7 @@ paths: committer: anyOf: - type: 'null' - - *365 + - *366 message: type: string examples: @@ -53129,7 +53140,7 @@ paths: required: - sha - url - verification: &476 + verification: &477 title: Verification type: object properties: @@ -53165,14 +53176,14 @@ paths: author: oneOf: - *4 - - *128 + - *129 type: - 'null' - object committer: oneOf: - *4 - - *128 + - *129 type: - 'null' - object @@ -53209,7 +53220,7 @@ paths: type: integer files: type: array - items: &439 + items: &440 title: Diff Entry description: Diff Entry type: object @@ -53303,7 +53314,7 @@ paths: - self protected: type: boolean - protection: *366 + protection: *367 protection_url: type: string format: uri @@ -53412,7 +53423,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *306 + '301': *307 '404': *6 x-github: githubCloudOnly: false @@ -53434,15 +53445,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -53636,9 +53647,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -53898,7 +53909,7 @@ paths: url: type: string format: uri - required_status_checks: &374 + required_status_checks: &375 title: Status Check Policy description: Status Check Policy type: object @@ -53979,7 +53990,7 @@ paths: items: *4 teams: type: array - items: *150 + items: *151 apps: type: array items: *5 @@ -53997,7 +54008,7 @@ paths: items: *4 teams: type: array - items: *150 + items: *151 apps: type: array items: *5 @@ -54057,7 +54068,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *368 + restrictions: *369 required_conversation_resolution: type: object properties: @@ -54169,9 +54180,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -54196,17 +54207,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: &370 + default: &371 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -54228,17 +54239,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54257,9 +54268,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -54284,17 +54295,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: &372 + default: &373 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -54390,9 +54401,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -54490,9 +54501,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 '422': *15 x-github: githubCloudOnly: false @@ -54513,9 +54524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -54542,17 +54553,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: &373 + default: &374 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -54575,17 +54586,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *373 + default: *374 '404': *6 x-github: githubCloudOnly: false @@ -54605,9 +54616,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -54632,17 +54643,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: &375 + default: &376 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -54668,9 +54679,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -54722,9 +54733,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '404': *6 '422': *15 x-github: @@ -54746,9 +54757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -54772,9 +54783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response @@ -54808,9 +54819,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -54877,9 +54888,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -54943,9 +54954,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: content: application/json: @@ -55011,15 +55022,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *368 + schema: *369 examples: default: value: @@ -55110,9 +55121,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -55135,9 +55146,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response @@ -55147,7 +55158,7 @@ paths: type: array items: *5 examples: - default: &376 + default: &377 value: - id: 1 slug: octoapp @@ -55204,9 +55215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55240,7 +55251,7 @@ paths: type: array items: *5 examples: - default: *376 + default: *377 '422': *15 x-github: githubCloudOnly: false @@ -55261,9 +55272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55297,7 +55308,7 @@ paths: type: array items: *5 examples: - default: *376 + default: *377 '422': *15 x-github: githubCloudOnly: false @@ -55318,9 +55329,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55354,7 +55365,7 @@ paths: type: array items: *5 examples: - default: *376 + default: *377 '422': *15 x-github: githubCloudOnly: false @@ -55376,9 +55387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response @@ -55386,9 +55397,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 '404': *6 x-github: githubCloudOnly: false @@ -55408,9 +55419,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -55446,9 +55457,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 '422': *15 x-github: githubCloudOnly: false @@ -55469,9 +55480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -55507,9 +55518,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 '422': *15 x-github: githubCloudOnly: false @@ -55530,9 +55541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: content: application/json: @@ -55567,9 +55578,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 '422': *15 x-github: githubCloudOnly: false @@ -55591,9 +55602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response @@ -55603,7 +55614,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 '404': *6 x-github: githubCloudOnly: false @@ -55627,9 +55638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55662,7 +55673,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -55687,9 +55698,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55722,7 +55733,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -55747,9 +55758,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55782,7 +55793,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -55809,9 +55820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55833,7 +55844,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: default: value: @@ -55949,8 +55960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -56229,7 +56240,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &380 title: CheckRun description: A check performed on the code of a given code change type: object @@ -56364,8 +56375,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *378 - deployment: &670 + items: *379 + deployment: &671 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -56652,9 +56663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *294 - *295 - - &380 + - *296 + - &381 name: check_run_id description: The unique identifier of the check run. in: path @@ -56666,9 +56677,9 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: &381 + default: &382 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -56768,9 +56779,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *294 - *295 - - *380 + - *296 + - *381 requestBody: required: true content: @@ -57010,9 +57021,9 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *381 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57032,9 +57043,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *294 - *295 - - *380 + - *296 + - *381 - *17 - *19 responses: @@ -57144,15 +57155,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *294 - *295 - - *380 + - *296 + - *381 responses: '201': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -57190,8 +57201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -57213,7 +57224,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &383 + schema: &384 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -57295,12 +57306,12 @@ paths: type: - array - 'null' - items: *378 + items: *379 app: anyOf: - type: 'null' - *5 - repository: *119 + repository: *120 created_at: type: - string @@ -57311,7 +57322,7 @@ paths: - string - 'null' format: date-time - head_commit: *382 + head_commit: *383 latest_check_runs_count: type: integer check_runs_url: @@ -57339,7 +57350,7 @@ paths: - check_runs_url - pull_requests examples: - default: &384 + default: &385 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -57630,9 +57641,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57651,8 +57662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -57713,7 +57724,7 @@ paths: required: - app_id - setting - repository: *119 + repository: *120 examples: default: value: @@ -57961,9 +57972,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *294 - *295 - - &385 + - *296 + - &386 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -57975,9 +57986,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58000,17 +58011,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *294 - *295 - - *385 - - &434 + - *296 + - *386 + - &435 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &435 + - &436 name: status description: Returns check runs with the specified `status`. in: query @@ -58049,9 +58060,9 @@ paths: type: integer check_runs: type: array - items: *379 + items: *380 examples: - default: &436 + default: &437 value: total_count: 1 check_runs: @@ -58153,15 +58164,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *294 - *295 - - *385 + - *296 + - *386 responses: '201': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -58188,21 +58199,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *294 - *295 - - *386 + - *296 - *387 + - *388 - *19 - *17 - - &404 + - &405 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: *388 - - &405 + schema: *389 + - &406 name: pr description: The number of the pull request for the results you want to list. in: query @@ -58227,13 +58238,13 @@ paths: be returned. in: query required: false - schema: *389 + schema: *390 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *390 + schema: *391 responses: '200': description: Response @@ -58249,19 +58260,19 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *391 - state: *140 - fixed_at: *136 + instances_url: *392 + state: *141 + fixed_at: *137 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *137 - dismissed_reason: *392 - dismissed_comment: *393 - rule: *394 - tool: *395 - most_recent_instance: *396 + dismissed_at: *138 + dismissed_reason: *393 + dismissed_comment: *394 + rule: *395 + tool: *396 + most_recent_instance: *397 dismissal_approved_by: anyOf: - type: 'null' @@ -58381,7 +58392,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &397 + '403': &398 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -58408,9 +58419,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *294 - *295 - - &398 + - *296 + - &399 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -58424,7 +58435,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 type: object properties: number: *52 @@ -58432,16 +58443,16 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *391 - state: *140 - fixed_at: *136 + instances_url: *392 + state: *141 + fixed_at: *137 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *137 - dismissed_reason: *392 - dismissed_comment: *393 + dismissed_at: *138 + dismissed_reason: *393 + dismissed_comment: *394 rule: type: object properties: @@ -58503,8 +58514,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *395 - most_recent_instance: *396 + tool: *396 + most_recent_instance: *397 dismissal_approved_by: anyOf: - type: 'null' @@ -58597,7 +58608,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -58617,9 +58628,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *294 - *295 - - *398 + - *296 + - *399 requestBody: required: true content: @@ -58634,8 +58645,8 @@ paths: enum: - open - dismissed - dismissed_reason: *392 - dismissed_comment: *393 + dismissed_reason: *393 + dismissed_comment: *394 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -58654,7 +58665,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: default: value: @@ -58730,7 +58741,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &403 + '403': &404 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -58757,15 +58768,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: - - *294 - *295 - - *398 + - *296 + - *399 responses: '200': description: Response content: application/json: - schema: &400 + schema: &401 type: object properties: status: @@ -58792,13 +58803,13 @@ paths: - description - started_at examples: - default: &401 + default: &402 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &402 + '400': &403 description: Bad Request content: application/json: @@ -58809,7 +58820,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': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -58834,29 +58845,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: - - *294 - *295 - - *398 + - *296 + - *399 responses: '200': description: OK content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '202': description: Accepted content: application/json: - schema: *400 + schema: *401 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *402 + '400': *403 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -58888,9 +58899,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: - - *294 - *295 - - *398 + - *296 + - *399 requestBody: required: false content: @@ -58936,8 +58947,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *402 - '403': *403 + '400': *403 + '403': *404 '404': *6 '422': description: Unprocessable Entity @@ -58961,13 +58972,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *294 - *295 - - *398 + - *296 + - *399 - *19 - *17 - - *404 - *405 + - *406 responses: '200': description: Response @@ -58975,7 +58986,7 @@ paths: application/json: schema: type: array - items: *396 + items: *397 examples: default: value: @@ -59014,7 +59025,7 @@ paths: end_column: 50 classifications: - source - '403': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -59048,25 +59059,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *294 - *295 - - *386 + - *296 - *387 + - *388 - *19 - *17 - - *405 + - *406 - 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: *388 + schema: *389 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &408 + schema: &409 type: string description: An identifier for the upload. examples: @@ -59088,23 +59099,23 @@ paths: application/json: schema: type: array - items: &409 + items: &410 type: object properties: - ref: *388 - commit_sha: &417 + ref: *389 + commit_sha: &418 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: *406 + analysis_key: *407 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *407 + category: *408 error: type: string examples: @@ -59129,8 +59140,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *408 - tool: *395 + sarif_id: *409 + tool: *396 deletable: type: boolean warning: @@ -59192,7 +59203,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -59228,8 +59239,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: - - *294 - *295 + - *296 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -59242,7 +59253,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: response: summary: application/json response @@ -59296,7 +59307,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *397 + '403': *398 '404': *6 '422': description: Response if analysis could not be processed @@ -59383,8 +59394,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: - - *294 - *295 + - *296 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -59440,7 +59451,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': *403 + '403': *404 '404': *6 '503': *62 x-github: @@ -59462,8 +59473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -59471,7 +59482,7 @@ paths: application/json: schema: type: array - items: &410 + items: &411 title: CodeQL Database description: A CodeQL database. type: object @@ -59583,7 +59594,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': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -59612,8 +59623,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *294 - *295 + - *296 - name: language in: path description: The language of the CodeQL database. @@ -59625,7 +59636,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: default: value: @@ -59657,9 +59668,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': &441 + '302': &442 description: Found - '403': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -59681,8 +59692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *294 - *295 + - *296 - name: language in: path description: The language of the CodeQL database. @@ -59692,7 +59703,7 @@ paths: responses: '204': description: Response - '403': *403 + '403': *404 '404': *6 '503': *62 x-github: @@ -59720,8 +59731,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -59730,7 +59741,7 @@ paths: type: object additionalProperties: false properties: - language: &411 + language: &412 type: string description: The language targeted by the CodeQL query enum: @@ -59809,7 +59820,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &415 + schema: &416 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -59819,7 +59830,7 @@ paths: description: The ID of the variant analysis. controller_repo: *51 actor: *4 - query_language: *411 + query_language: *412 query_pack_url: type: string description: The download url for the query pack. @@ -59867,7 +59878,7 @@ paths: items: type: object properties: - repository: &412 + repository: &413 title: Repository Identifier description: Repository Identifier type: object @@ -59909,7 +59920,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &416 + analysis_status: &417 type: string description: The new status of the CodeQL variant analysis repository task. @@ -59941,7 +59952,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &413 + access_mismatch_repos: &414 type: object properties: repository_count: @@ -59956,7 +59967,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: *412 + items: *413 required: - repository_count - repositories @@ -59979,8 +59990,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *413 - over_limit_repos: *413 + no_codeql_db_repos: *414 + over_limit_repos: *414 required: - access_mismatch_repos - not_found_repos @@ -59996,7 +60007,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &414 + value: &415 summary: Default response value: id: 1 @@ -60148,10 +60159,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *414 + value: *415 repository_lists: summary: Response for a successful variant analysis submission - value: *414 + value: *415 '404': *6 '422': description: Unable to process variant analysis submission @@ -60179,8 +60190,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: - - *294 - *295 + - *296 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -60192,9 +60203,9 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: *414 + default: *415 '404': *6 '503': *62 x-github: @@ -60217,7 +60228,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: - - *294 + - *295 - name: repo in: path description: The name of the controller repository. @@ -60252,7 +60263,7 @@ paths: type: object properties: repository: *51 - analysis_status: *416 + analysis_status: *417 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -60377,8 +60388,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -60471,7 +60482,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -60492,8 +60503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -60562,7 +60573,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -60587,7 +60598,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *403 + '403': *404 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -60658,8 +60669,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -60667,7 +60678,7 @@ paths: schema: type: object properties: - commit_sha: *417 + commit_sha: *418 ref: type: string description: |- @@ -60727,7 +60738,7 @@ paths: schema: type: object properties: - id: *408 + id: *409 url: type: string description: The REST API URL for checking the status of the upload. @@ -60741,7 +60752,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': *403 + '403': *404 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -60764,8 +60775,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *294 - *295 + - *296 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -60813,7 +60824,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': *397 + '403': *398 '404': description: Not Found if the sarif id does not match any upload '503': *62 @@ -60838,8 +60849,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: - - *294 - *295 + - *296 responses: '200': description: Response @@ -60895,7 +60906,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': *145 + '204': *146 '304': *35 '403': *27 '404': *6 @@ -60920,8 +60931,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *294 - *295 + - *296 - 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 @@ -61049,8 +61060,8 @@ paths: parameters: - *17 - *19 - - *294 - *295 + - *296 responses: '200': description: Response @@ -61066,7 +61077,7 @@ paths: type: integer codespaces: type: array - items: *195 + items: *196 examples: default: value: @@ -61364,8 +61375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -61429,17 +61440,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '400': *14 '401': *23 '403': *27 @@ -61468,8 +61479,8 @@ paths: parameters: - *17 - *19 - - *294 - *295 + - *296 responses: '200': description: Response @@ -61533,8 +61544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *294 - *295 + - *296 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -61571,9 +61582,9 @@ paths: type: integer machines: type: array - items: *419 + items: *420 examples: - default: &622 + default: &623 value: total_count: 2 machines: @@ -61613,8 +61624,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *294 - *295 + - *296 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -61701,8 +61712,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: - - *294 - *295 + - *296 - 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 @@ -61771,8 +61782,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -61790,7 +61801,7 @@ paths: type: integer secrets: type: array - items: &423 + items: &424 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -61811,7 +61822,7 @@ paths: - created_at - updated_at examples: - default: *420 + default: *421 headers: Link: *57 x-github: @@ -61834,16 +61845,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -61863,17 +61874,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: *424 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61893,9 +61904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 requestBody: required: true content: @@ -61923,7 +61934,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -61947,9 +61958,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '204': description: Response @@ -61977,8 +61988,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *294 - *295 + - *296 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -62016,7 +62027,7 @@ paths: application/json: schema: type: array - items: &425 + items: &426 title: Collaborator description: Collaborator type: object @@ -62209,9 +62220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *294 - *295 - - *132 + - *296 + - *133 responses: '204': description: Response if user is a collaborator @@ -62257,9 +62268,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *294 - *295 - - *132 + - *296 + - *133 requestBody: required: false content: @@ -62285,7 +62296,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &489 + schema: &490 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -62297,7 +62308,7 @@ paths: format: int64 examples: - 42 - repository: *119 + repository: *120 invitee: anyOf: - type: 'null' @@ -62513,9 +62524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *294 - *295 - - *132 + - *296 + - *133 responses: '204': description: No Content when collaborator was removed from the repository. @@ -62546,9 +62557,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *294 - *295 - - *132 + - *296 + - *133 responses: '200': description: if user has admin permissions @@ -62568,7 +62579,7 @@ paths: user: anyOf: - type: 'null' - - *425 + - *426 required: - permission - role_name @@ -62622,8 +62633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -62633,7 +62644,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 title: Commit Comment description: Commit Comment type: object @@ -62691,7 +62702,7 @@ paths: - created_at - updated_at examples: - default: &429 + default: &430 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -62750,17 +62761,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *294 - *295 + - *296 - *73 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &430 + default: &431 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -62817,8 +62828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -62841,7 +62852,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -62892,8 +62903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *294 - *295 + - *296 - *73 responses: '204': @@ -62915,8 +62926,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *294 - *295 + - *296 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -62943,9 +62954,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 '404': *6 @@ -62966,8 +62977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -63000,16 +63011,16 @@ paths: description: Reaction exists content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Reaction created content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '422': *15 x-github: githubCloudOnly: false @@ -63031,10 +63042,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *294 - *295 + - *296 - *73 - - *290 + - *291 responses: '204': description: Response @@ -63083,8 +63094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *294 - *295 + - *296 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -63140,9 +63151,9 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: - default: &537 + default: &538 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -63236,9 +63247,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *294 - *295 - - &428 + - *296 + - &429 name: commit_sha description: The SHA of the commit. in: path @@ -63310,9 +63321,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *294 - *295 - - *428 + - *296 + - *429 - *17 - *19 responses: @@ -63322,9 +63333,9 @@ paths: application/json: schema: type: array - items: *426 + items: *427 examples: - default: *429 + default: *430 headers: Link: *57 x-github: @@ -63352,9 +63363,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *294 - *295 - - *428 + - *296 + - *429 requestBody: required: true content: @@ -63389,9 +63400,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *430 + default: *431 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -63419,9 +63430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *294 - *295 - - *428 + - *296 + - *429 - *17 - *19 responses: @@ -63431,7 +63442,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Pull Request Simple description: Pull Request Simple type: object @@ -63551,7 +63562,7 @@ paths: milestone: anyOf: - type: 'null' - - *431 + - *432 active_lock_reason: type: - string @@ -63606,7 +63617,7 @@ paths: type: - array - 'null' - items: *150 + items: *151 head: type: object properties: @@ -63650,7 +63661,7 @@ paths: _links: type: object properties: - comments: &432 + comments: &433 title: Link description: Hypermedia Link type: object @@ -63659,13 +63670,13 @@ paths: type: string required: - href - commits: *432 - statuses: *432 - html: *432 - issue: *432 - review_comments: *432 - review_comment: *432 - self: *432 + commits: *433 + statuses: *433 + html: *433 + issue: *433 + review_comments: *433 + review_comment: *433 + self: *433 required: - comments - commits @@ -63676,7 +63687,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: &530 + auto_merge: &531 title: Auto merge description: The status of auto merging a pull request. type: @@ -63741,7 +63752,7 @@ paths: - author_association - auto_merge examples: - default: &529 + default: &530 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -64278,11 +64289,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *294 - *295 + - *296 - *19 - *17 - - &433 + - &434 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)" @@ -64297,9 +64308,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -64412,11 +64423,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *294 - *295 - - *433 + - *296 - *434 - *435 + - *436 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -64450,9 +64461,9 @@ paths: type: integer check_runs: type: array - items: *379 + items: *380 examples: - default: *436 + default: *437 headers: Link: *57 x-github: @@ -64477,9 +64488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *294 - *295 - - *433 + - *296 + - *434 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -64487,7 +64498,7 @@ paths: schema: type: integer example: 1 - - *434 + - *435 - *17 - *19 responses: @@ -64505,7 +64516,7 @@ paths: type: integer check_suites: type: array - items: *383 + items: *384 examples: default: value: @@ -64705,9 +64716,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *294 - *295 - - *433 + - *296 + - *434 - *17 - *19 responses: @@ -64778,7 +64789,7 @@ paths: type: string total_count: type: integer - repository: *119 + repository: *120 commit_url: type: string format: uri @@ -64909,9 +64920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *294 - *295 - - *433 + - *296 + - *434 - *17 - *19 responses: @@ -64921,7 +64932,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: Status description: The status of a commit. type: object @@ -65002,7 +65013,7 @@ paths: site_admin: false headers: Link: *57 - '301': *306 + '301': *307 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65030,8 +65041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -65064,11 +65075,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *437 + - *438 code_of_conduct_file: anyOf: - type: 'null' - - &438 + - &439 title: Community Health File type: object properties: @@ -65088,19 +65099,19 @@ paths: contributing: anyOf: - type: 'null' - - *438 + - *439 readme: anyOf: - type: 'null' - - *438 + - *439 issue_template: anyOf: - type: 'null' - - *438 + - *439 pull_request_template: anyOf: - type: 'null' - - *438 + - *439 required: - code_of_conduct - code_of_conduct_file @@ -65229,8 +65240,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *294 - *295 + - *296 - *19 - *17 - name: basehead @@ -65278,8 +65289,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *427 - merge_base_commit: *427 + base_commit: *428 + merge_base_commit: *428 status: type: string enum: @@ -65303,10 +65314,10 @@ paths: - 6 commits: type: array - items: *427 + items: *428 files: type: array - items: *439 + items: *440 required: - url - html_url @@ -65592,8 +65603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *294 - *295 + - *296 - name: path description: path parameter in: path @@ -65746,7 +65757,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &440 + response-if-content-is-a-file: &441 summary: Response if content is a file value: type: file @@ -65883,7 +65894,7 @@ paths: - size - type - url - - &542 + - &543 title: Content File description: Content File type: object @@ -66101,7 +66112,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *440 + response-if-content-is-a-file: *441 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -66170,7 +66181,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *441 + '302': *442 '304': *35 x-github: githubCloudOnly: false @@ -66193,8 +66204,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *294 - *295 + - *296 - name: path description: path parameter in: path @@ -66289,7 +66300,7 @@ paths: description: Response content: application/json: - schema: &442 + schema: &443 title: File Commit description: File Commit type: object @@ -66445,7 +66456,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: example-for-creating-a-file: value: @@ -66499,7 +66510,7 @@ paths: schema: oneOf: - *3 - - &471 + - &472 description: Repository rule violation was detected type: object properties: @@ -66520,7 +66531,7 @@ paths: items: type: object properties: - placeholder_id: &585 + placeholder_id: &586 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -66552,8 +66563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *294 - *295 + - *296 - name: path description: path parameter in: path @@ -66614,7 +66625,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -66669,8 +66680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *294 - *295 + - *296 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -66794,22 +66805,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *294 - *295 - - *151 + - *296 - *152 - *153 - *154 + - *155 - 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 - - *155 - *156 - *157 - *158 + - *159 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -66829,8 +66840,8 @@ paths: default: 30 - *38 - *39 - - *159 - *160 + - *161 responses: '200': description: Response @@ -66838,7 +66849,7 @@ paths: application/json: schema: type: array - items: &445 + items: &446 type: object description: A Dependabot alert. properties: @@ -66888,13 +66899,13 @@ paths: - direct - transitive - - security_advisory: *443 + security_advisory: *444 security_vulnerability: *50 url: *55 html_url: *56 created_at: *53 updated_at: *54 - dismissed_at: *137 + dismissed_at: *138 dismissed_by: anyOf: - type: 'null' @@ -66918,8 +66929,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *136 - auto_dismissed_at: *444 + fixed_at: *137 + auto_dismissed_at: *445 required: - number - state @@ -67149,9 +67160,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *294 - *295 - - &446 + - *296 + - &447 name: alert_number in: path description: |- @@ -67166,7 +67177,7 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: default: value: @@ -67279,9 +67290,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *294 - *295 - - *446 + - *296 + - *447 requestBody: required: true content: @@ -67326,7 +67337,7 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: default: value: @@ -67455,8 +67466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -67474,7 +67485,7 @@ paths: type: integer secrets: type: array - items: &449 + items: &450 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -67528,16 +67539,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67557,15 +67568,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '200': description: Response content: application/json: - schema: *449 + schema: *450 examples: default: value: @@ -67591,9 +67602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 requestBody: required: true content: @@ -67621,7 +67632,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -67645,9 +67656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '204': description: Response @@ -67669,8 +67680,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: - - *294 - *295 + - *296 - 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 @@ -67844,8 +67855,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: - - *294 - *295 + - *296 responses: '200': description: Response @@ -68105,8 +68116,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: - - *294 - *295 + - *296 requestBody: required: true content: @@ -68189,7 +68200,7 @@ paths: - version - url additionalProperties: false - metadata: &450 + metadata: &451 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -68228,7 +68239,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *450 + metadata: *451 resolved: type: object description: A collection of resolved package dependencies. @@ -68242,7 +68253,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *450 + metadata: *451 relationship: type: string description: A notation of whether a dependency is requested @@ -68375,8 +68386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *294 - *295 + - *296 - name: sha description: The SHA recorded at creation time. in: query @@ -68417,9 +68428,9 @@ paths: application/json: schema: type: array - items: *451 + items: *452 examples: - default: *452 + default: *453 headers: Link: *57 x-github: @@ -68485,8 +68496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -68568,7 +68579,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: simple-example: summary: Simple example @@ -68641,9 +68652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *294 - *295 - - &453 + - *296 + - &454 name: deployment_id description: deployment_id parameter in: path @@ -68655,7 +68666,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: default: value: @@ -68720,9 +68731,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *294 - *295 - - *453 + - *296 + - *454 responses: '204': description: Response @@ -68744,9 +68755,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *294 - *295 - - *453 + - *296 + - *454 - *17 - *19 responses: @@ -68756,7 +68767,7 @@ paths: application/json: schema: type: array - items: &454 + items: &455 title: Deployment Status description: The status of a deployment. type: object @@ -68920,9 +68931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *294 - *295 - - *453 + - *296 + - *454 requestBody: required: true content: @@ -68997,9 +69008,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: &455 + default: &456 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -69055,9 +69066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *294 - *295 - - *453 + - *296 + - *454 - name: status_id in: path required: true @@ -69068,9 +69079,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 '404': *6 x-github: githubCloudOnly: false @@ -69095,8 +69106,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -69153,8 +69164,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -69172,7 +69183,7 @@ paths: - 5 environments: type: array - items: &457 + items: &458 title: Environment description: Details of a deployment environment type: object @@ -69234,7 +69245,7 @@ paths: type: string examples: - wait_timer - wait_timer: &459 + wait_timer: &460 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -69276,11 +69287,11 @@ paths: items: type: object properties: - type: *456 + type: *457 reviewer: anyOf: - *4 - - *150 + - *151 required: - id - node_id @@ -69303,7 +69314,7 @@ paths: - id - node_id - type - deployment_branch_policy: &460 + deployment_branch_policy: &461 type: - object - 'null' @@ -69420,9 +69431,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *294 - *295 - - &458 + - *296 + - &459 name: environment_name in: path required: true @@ -69435,9 +69446,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: &461 + default: &462 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -69521,9 +69532,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *294 - *295 - - *458 + - *296 + - *459 requestBody: required: false content: @@ -69533,7 +69544,7 @@ paths: - object - 'null' properties: - wait_timer: *459 + wait_timer: *460 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -69552,14 +69563,14 @@ paths: items: type: object properties: - type: *456 + type: *457 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *460 + deployment_branch_policy: *461 additionalProperties: false examples: default: @@ -69579,9 +69590,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *461 + default: *462 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -69605,9 +69616,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *294 - *295 - - *458 + - *296 + - *459 responses: '204': description: Default response @@ -69632,9 +69643,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *294 - *295 - - *458 + - *296 + - *459 - *17 - *19 responses: @@ -69653,7 +69664,7 @@ paths: - 2 branch_policies: type: array - items: &462 + items: &463 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -69714,9 +69725,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *294 - *295 - - *458 + - *296 + - *459 requestBody: required: true content: @@ -69764,9 +69775,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: - example-wildcard: &463 + example-wildcard: &464 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -69808,10 +69819,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *294 - *295 - - *458 - - &464 + - *296 + - *459 + - &465 name: branch_policy_id in: path required: true @@ -69823,9 +69834,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: - default: *463 + default: *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69844,10 +69855,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *294 - *295 - - *458 - - *464 + - *296 + - *459 + - *465 requestBody: required: true content: @@ -69876,9 +69887,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: - default: *463 + default: *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69897,10 +69908,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *294 - *295 - - *458 - - *464 + - *296 + - *459 + - *465 responses: '204': description: Response @@ -69925,9 +69936,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *458 + - *459 + - *296 - *295 - - *294 responses: '200': description: List of deployment protection rules @@ -69944,7 +69955,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &465 + items: &466 title: Deployment protection rule description: Deployment protection rule type: object @@ -69966,7 +69977,7 @@ paths: for the environment. examples: - true - app: &466 + app: &467 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -70069,9 +70080,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: - - *458 + - *459 + - *296 - *295 - - *294 requestBody: content: application/json: @@ -70092,9 +70103,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *465 + schema: *466 examples: - default: &467 + default: &468 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -70129,9 +70140,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: - - *458 + - *459 + - *296 - *295 - - *294 - *19 - *17 responses: @@ -70151,7 +70162,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *466 + items: *467 examples: default: value: @@ -70186,10 +70197,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *294 - *295 - - *458 - - &468 + - *296 + - *459 + - &469 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -70201,9 +70212,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *467 + default: *468 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70224,10 +70235,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *458 + - *459 + - *296 - *295 - - *294 - - *468 + - *469 responses: '204': description: Response @@ -70253,9 +70264,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *294 - *295 - - *458 + - *296 + - *459 - *17 - *19 responses: @@ -70273,9 +70284,9 @@ paths: type: integer secrets: type: array - items: *345 + items: *346 examples: - default: *346 + default: *347 headers: Link: *57 x-github: @@ -70300,17 +70311,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *294 - *295 - - *458 + - *296 + - *459 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70332,18 +70343,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *294 - *295 - - *458 - - *127 + - *296 + - *459 + - *128 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70365,10 +70376,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *294 - *295 - - *458 - - *127 + - *296 + - *459 + - *128 requestBody: required: true content: @@ -70399,7 +70410,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -70425,10 +70436,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *294 - *295 - - *458 - - *127 + - *296 + - *459 + - *128 responses: '204': description: Default response @@ -70453,10 +70464,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *294 - *295 - - *458 - - *316 + - *296 + - *459 + - *317 - *19 responses: '200': @@ -70473,9 +70484,9 @@ paths: type: integer variables: type: array - items: *349 + items: *350 examples: - default: *350 + default: *351 headers: Link: *57 x-github: @@ -70498,9 +70509,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *294 - *295 - - *458 + - *296 + - *459 requestBody: required: true content: @@ -70527,7 +70538,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -70552,18 +70563,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *294 - *295 - - *458 - - *130 + - *296 + - *459 + - *131 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70584,10 +70595,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *294 - *295 - - *130 - - *458 + - *296 + - *131 + - *459 requestBody: required: true content: @@ -70629,10 +70640,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *294 - *295 - - *130 - - *458 + - *296 + - *131 + - *459 responses: '204': description: Response @@ -70654,8 +70665,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -70732,8 +70743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *294 - *295 + - *296 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -70755,7 +70766,7 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: default: value: @@ -70892,8 +70903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -70926,9 +70937,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *307 + default: *308 '400': *14 '422': *15 '403': *27 @@ -70949,8 +70960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -71010,7 +71021,7 @@ paths: schema: oneOf: - *94 - - *471 + - *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71035,8 +71046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *294 - *295 + - *296 - name: file_sha in: path required: true @@ -71136,8 +71147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -71246,7 +71257,7 @@ paths: description: Response content: application/json: - schema: &472 + schema: &473 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -71473,15 +71484,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *294 - *295 - - *428 + - *296 + - *429 responses: '200': description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -71537,9 +71548,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *294 - *295 - - &473 + - *296 + - &474 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. @@ -71556,7 +71567,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Git Reference description: Git references within a repository type: object @@ -71632,17 +71643,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *294 - *295 - - *473 + - *296 + - *474 responses: '200': description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: &475 + default: &476 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -71671,8 +71682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -71701,9 +71712,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *475 + default: *476 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -71729,9 +71740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *294 - *295 - - *473 + - *296 + - *474 requestBody: required: true content: @@ -71760,9 +71771,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *475 + default: *476 '422': *15 '409': *45 x-github: @@ -71780,9 +71791,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *294 - *295 - - *473 + - *296 + - *474 responses: '204': description: Response @@ -71837,8 +71848,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -71905,7 +71916,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &478 title: Git Tag description: Metadata for a Git tag type: object @@ -71961,7 +71972,7 @@ paths: - sha - type - url - verification: *476 + verification: *477 required: - sha - url @@ -71971,7 +71982,7 @@ paths: - tag - message examples: - default: &478 + default: &479 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -72044,8 +72055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *294 - *295 + - *296 - name: tag_sha in: path required: true @@ -72056,9 +72067,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 '404': *6 '409': *45 x-github: @@ -72082,8 +72093,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -72157,7 +72168,7 @@ paths: description: Response content: application/json: - schema: &479 + schema: &480 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -72259,8 +72270,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *294 - *295 + - *296 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -72283,7 +72294,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default-response: summary: Default response @@ -72342,8 +72353,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -72353,7 +72364,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Webhook description: Webhooks for repositories. type: object @@ -72416,7 +72427,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &701 + last_response: &702 title: Hook Response type: object properties: @@ -72493,8 +72504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -72547,9 +72558,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &481 + default: &482 value: type: Repository id: 12345678 @@ -72597,17 +72608,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 '404': *6 x-github: githubCloudOnly: false @@ -72627,9 +72638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 requestBody: required: true content: @@ -72674,9 +72685,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 '422': *15 '404': *6 x-github: @@ -72697,9 +72708,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 responses: '204': description: Response @@ -72723,9 +72734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *294 - *295 - - *166 + - *296 + - *167 responses: '200': description: Response @@ -72752,9 +72763,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *294 - *295 - - *166 + - *296 + - *167 requestBody: required: false content: @@ -72798,11 +72809,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *294 - *295 - - *166 - - *17 + - *296 - *167 + - *17 + - *168 responses: '200': description: Response @@ -72810,9 +72821,9 @@ paths: application/json: schema: type: array - items: *168 + items: *169 examples: - default: *169 + default: *170 '400': *14 '422': *15 x-github: @@ -72831,18 +72842,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 - *16 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 '400': *14 '422': *15 x-github: @@ -72861,9 +72872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 - *16 responses: '202': *37 @@ -72886,9 +72897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 responses: '204': description: Response @@ -72913,9 +72924,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 responses: '204': description: Response @@ -72973,14 +72984,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: &482 + schema: &483 title: Import description: A repository import from an external source. type: object @@ -73087,7 +73098,7 @@ paths: - html_url - authors_url examples: - default: &485 + default: &486 value: vcs: subversion use_lfs: true @@ -73103,7 +73114,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': &483 + '503': &484 description: Unavailable due to service under maintenance. content: application/json: @@ -73132,8 +73143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -73181,7 +73192,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -73206,7 +73217,7 @@ paths: type: string '422': *15 '404': *6 - '503': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73234,8 +73245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -73287,7 +73298,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: example-1: summary: Example 1 @@ -73335,7 +73346,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': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73358,12 +73369,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *294 - *295 + - *296 responses: '204': description: Response - '503': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73389,9 +73400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *294 - *295 - - &644 + - *296 + - &645 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -73405,7 +73416,7 @@ paths: application/json: schema: type: array - items: &484 + items: &485 title: Porter Author description: Porter Author type: object @@ -73459,7 +73470,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': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73484,8 +73495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *294 - *295 + - *296 - name: author_id in: path required: true @@ -73515,7 +73526,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -73528,7 +73539,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73552,8 +73563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -73594,7 +73605,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73622,8 +73633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -73650,11 +73661,11 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *485 + default: *486 '422': *15 - '503': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73677,8 +73688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -73686,8 +73697,8 @@ paths: application/json: schema: *20 examples: - default: *486 - '301': *306 + default: *487 + '301': *307 '404': *6 x-github: githubCloudOnly: false @@ -73707,8 +73718,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -73716,12 +73727,12 @@ paths: application/json: schema: anyOf: - - *184 + - *185 - type: object properties: {} additionalProperties: false examples: - default: &488 + default: &489 value: limit: collaborators_only origin: repository @@ -73746,13 +73757,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *294 - *295 + - *296 requestBody: required: true content: application/json: - schema: *487 + schema: *488 examples: default: summary: Example request body @@ -73764,9 +73775,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *488 + default: *489 '409': description: Response x-github: @@ -73788,8 +73799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -73812,8 +73823,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -73823,9 +73834,9 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: - default: &637 + default: &638 value: - id: 1 repository: @@ -73956,9 +73967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *294 - *295 - - *188 + - *296 + - *189 requestBody: required: false content: @@ -73987,7 +73998,7 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: default: value: @@ -74118,9 +74129,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *294 - *295 - - *188 + - *296 + - *189 responses: '204': description: Response @@ -74151,8 +74162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *294 - *295 + - *296 - 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 @@ -74200,7 +74211,7 @@ paths: required: false schema: type: string - - *192 + - *193 - name: sort description: What to sort results by. in: query @@ -74225,7 +74236,7 @@ paths: type: array items: *74 examples: - default: &496 + default: &497 value: - id: 1 node_id: MDU6SXNzdWUx @@ -74373,7 +74384,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *306 + '301': *307 '422': *15 '404': *6 x-github: @@ -74402,8 +74413,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -74495,7 +74506,7 @@ paths: application/json: schema: *74 examples: - default: &493 + default: &494 value: id: 1 node_id: MDU6SXNzdWUx @@ -74651,7 +74662,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *303 + '410': *304 x-github: triggersNotification: true githubCloudOnly: false @@ -74679,8 +74690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *294 - *295 + - *296 - *83 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -74701,9 +74712,9 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: - default: &495 + default: &496 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -74761,17 +74772,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *294 - *295 + - *296 - *73 responses: '200': description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: &491 + default: &492 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -74825,8 +74836,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -74849,9 +74860,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '422': *15 x-github: githubCloudOnly: false @@ -74869,8 +74880,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *294 - *295 + - *296 - *73 responses: '204': @@ -74891,8 +74902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *294 - *295 + - *296 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -74919,9 +74930,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 '404': *6 @@ -74942,8 +74953,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -74976,16 +74987,16 @@ paths: description: Reaction exists content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Reaction created content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '422': *15 x-github: githubCloudOnly: false @@ -75007,10 +75018,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *294 - *295 + - *296 - *73 - - *290 + - *291 responses: '204': description: Response @@ -75030,8 +75041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -75041,7 +75052,7 @@ paths: application/json: schema: type: array - items: &492 + items: &493 title: Issue Event description: Issue Event type: object @@ -75121,7 +75132,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *150 + requested_team: *151 dismissed_review: title: Issue Event Dismissed Review type: object @@ -75380,8 +75391,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *294 - *295 + - *296 - name: event_id in: path required: true @@ -75392,7 +75403,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: default: value: @@ -75585,7 +75596,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *303 + '410': *304 '403': *27 x-github: githubCloudOnly: false @@ -75619,9 +75630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *294 - *295 - - &494 + - *296 + - &495 name: issue_number description: The number that identifies the issue. in: path @@ -75635,10 +75646,10 @@ paths: application/json: schema: *74 examples: - default: *493 - '301': *306 + default: *494 + '301': *307 '404': *6 - '410': *303 + '410': *304 '304': *35 x-github: githubCloudOnly: false @@ -75663,9 +75674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: false content: @@ -75793,13 +75804,13 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 '422': *15 '503': *62 '403': *27 - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75817,9 +75828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: false content: @@ -75847,7 +75858,7 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75863,9 +75874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: content: application/json: @@ -75892,7 +75903,7 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75914,9 +75925,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: - - *294 - *295 - - *494 + - *296 + - *495 - name: assignee in: path required: true @@ -75956,9 +75967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *64 - *17 - *19 @@ -75969,13 +75980,13 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: - default: *495 + default: *496 headers: Link: *57 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76004,9 +76015,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -76028,16 +76039,16 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *303 + '410': *304 '422': *15 '404': *6 x-github: @@ -76065,9 +76076,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -76079,12 +76090,12 @@ paths: type: array items: *74 examples: - default: *496 + default: *497 headers: Link: *57 - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76112,9 +76123,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -76138,15 +76149,15 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *306 + '301': *307 '403': *27 - '410': *303 + '410': *304 '422': *15 '404': *6 x-github: @@ -76177,9 +76188,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *294 - *295 - - *494 + - *296 + - *495 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -76193,13 +76204,13 @@ paths: application/json: schema: *74 examples: - default: *493 - '301': *306 + default: *494 + '301': *307 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *303 + '410': *304 x-github: triggersNotification: true githubCloudOnly: false @@ -76225,9 +76236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -76239,12 +76250,12 @@ paths: type: array items: *74 examples: - default: *496 + default: *497 headers: Link: *57 - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76261,9 +76272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -76277,7 +76288,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &499 + - &500 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -76326,7 +76337,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &500 + - &501 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -76454,7 +76465,7 @@ paths: - performed_via_github_app - assignee - assigner - - &501 + - &502 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -76500,7 +76511,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &502 + - &503 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -76546,7 +76557,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &503 + - &504 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -76595,7 +76606,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &504 + - &505 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -76624,7 +76635,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *150 + requested_team: *151 requested_reviewer: *4 required: - review_requester @@ -76637,7 +76648,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &505 + - &506 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -76666,7 +76677,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *150 + requested_team: *151 requested_reviewer: *4 required: - review_requester @@ -76679,7 +76690,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &506 + - &507 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -76735,7 +76746,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &507 + - &508 title: Locked Issue Event description: Locked Issue Event type: object @@ -76780,7 +76791,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &508 + - &509 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -76841,7 +76852,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &509 + - &510 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -76902,7 +76913,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &510 + - &511 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -76963,7 +76974,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &511 + - &512 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -77056,7 +77067,7 @@ paths: color: red headers: Link: *57 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77073,9 +77084,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -77085,7 +77096,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -77140,7 +77151,7 @@ paths: - color - default examples: - default: &498 + default: &499 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -77158,9 +77169,9 @@ paths: default: false headers: Link: *57 - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77177,9 +77188,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: false content: @@ -77238,12 +77249,12 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *498 - '301': *306 + default: *499 + '301': *307 '404': *6 - '410': *303 + '410': *304 '422': *15 x-github: githubCloudOnly: false @@ -77260,9 +77271,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: false content: @@ -77322,12 +77333,12 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *498 - '301': *306 + default: *499 + '301': *307 '404': *6 - '410': *303 + '410': *304 '422': *15 x-github: githubCloudOnly: false @@ -77344,15 +77355,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 responses: '204': description: Response - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77371,9 +77382,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 - name: name in: path required: true @@ -77386,7 +77397,7 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: default: value: @@ -77397,9 +77408,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77419,9 +77430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: false content: @@ -77450,7 +77461,7 @@ paths: '204': description: Response '403': *27 - '410': *303 + '410': *304 '404': *6 '422': *15 x-github: @@ -77468,9 +77479,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 responses: '204': description: Response @@ -77492,9 +77503,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 - 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. @@ -77520,13 +77531,13 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77544,9 +77555,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -77578,16 +77589,16 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '422': *15 x-github: githubCloudOnly: false @@ -77609,10 +77620,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *294 - *295 - - *494 - - *290 + - *296 + - *495 + - *291 responses: '204': description: Response @@ -77641,9 +77652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -77667,7 +77678,7 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -77700,9 +77711,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -77714,11 +77725,11 @@ paths: type: array items: *74 examples: - default: *496 + default: *497 headers: Link: *57 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77746,9 +77757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -77777,14 +77788,14 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *303 + '410': *304 '422': *15 '404': *6 x-github: @@ -77804,9 +77815,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -77839,7 +77850,7 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 '403': *27 '404': *6 '422': *7 @@ -77861,9 +77872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -77878,7 +77889,6 @@ paths: description: Timeline Event type: object anyOf: - - *499 - *500 - *501 - *502 @@ -77891,6 +77901,7 @@ paths: - *509 - *510 - *511 + - *512 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -78219,7 +78230,7 @@ paths: type: string comments: type: array - items: &531 + items: &532 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -78457,7 +78468,7 @@ paths: type: string comments: type: array - items: *426 + items: *427 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -78732,7 +78743,7 @@ paths: headers: Link: *57 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78749,8 +78760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -78760,7 +78771,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -78828,8 +78839,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -78865,9 +78876,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: &513 + default: &514 value: id: 1 key: ssh-rsa AAA... @@ -78901,9 +78912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *294 - *295 - - &514 + - *296 + - &515 name: key_id description: The unique identifier of the key. in: path @@ -78915,9 +78926,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '404': *6 x-github: githubCloudOnly: false @@ -78935,9 +78946,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *294 - *295 - - *514 + - *296 + - *515 responses: '204': description: Response @@ -78957,8 +78968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -78968,9 +78979,9 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *498 + default: *499 headers: Link: *57 '404': *6 @@ -78991,8 +79002,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -79028,9 +79039,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: &515 + default: &516 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -79062,8 +79073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *294 - *295 + - *296 - name: name in: path required: true @@ -79074,9 +79085,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *515 + default: *516 '404': *6 x-github: githubCloudOnly: false @@ -79093,8 +79104,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *294 - *295 + - *296 - name: name in: path required: true @@ -79133,7 +79144,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -79159,8 +79170,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *294 - *295 + - *296 - name: name in: path required: true @@ -79186,8 +79197,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -79226,9 +79237,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *294 - *295 - - *404 + - *296 + - *405 responses: '200': description: Response @@ -79375,8 +79386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -79441,8 +79452,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -79476,9 +79487,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *427 + schema: *428 examples: - default: *516 + default: *517 '204': description: Response when already merged '404': @@ -79503,8 +79514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *294 - *295 + - *296 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -79545,7 +79556,7 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: default: value: @@ -79601,8 +79612,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -79642,9 +79653,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &517 + default: &518 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -79703,9 +79714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *294 - *295 - - &518 + - *296 + - &519 name: milestone_number description: The number that identifies the milestone. in: path @@ -79717,9 +79728,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *517 + default: *518 '404': *6 x-github: githubCloudOnly: false @@ -79736,9 +79747,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *294 - *295 - - *518 + - *296 + - *519 requestBody: required: false content: @@ -79776,9 +79787,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *517 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79794,9 +79805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *294 - *295 - - *518 + - *296 + - *519 responses: '204': description: Response @@ -79817,9 +79828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *294 - *295 - - *518 + - *296 + - *519 - *17 - *19 responses: @@ -79829,9 +79840,9 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *498 + default: *499 headers: Link: *57 x-github: @@ -79850,12 +79861,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *294 - *295 - - *519 + - *296 - *520 - - *64 - *521 + - *64 + - *522 - *17 - *19 responses: @@ -79867,7 +79878,7 @@ paths: type: array items: *86 examples: - default: *522 + default: *523 headers: Link: *57 x-github: @@ -79891,8 +79902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -79950,14 +79961,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: &523 + schema: &524 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -80101,7 +80112,7 @@ paths: - custom_404 - public examples: - default: &524 + default: &525 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -80142,8 +80153,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -80198,9 +80209,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *524 + default: *525 '422': *15 '409': *45 x-github: @@ -80223,8 +80234,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -80324,8 +80335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -80351,8 +80362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -80362,7 +80373,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Page Build description: Page Build type: object @@ -80454,8 +80465,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *294 - *295 + - *296 responses: '201': description: Response @@ -80502,16 +80513,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &526 + default: &527 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -80559,8 +80570,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *294 - *295 + - *296 - name: build_id in: path required: true @@ -80571,9 +80582,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80593,8 +80604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -80702,9 +80713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *294 - *295 - - &527 + - *296 + - &528 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -80762,11 +80773,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *294 - *295 - - *527 + - *296 + - *528 responses: - '204': *145 + '204': *146 '404': *6 x-github: githubCloudOnly: false @@ -80791,8 +80802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -81060,7 +81071,7 @@ paths: description: Empty response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -81087,8 +81098,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: - - *294 - *295 + - *296 responses: '200': description: Private vulnerability reporting status @@ -81125,10 +81136,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *294 - *295 + - *296 responses: - '204': *145 + '204': *146 '422': *14 x-github: githubCloudOnly: false @@ -81147,10 +81158,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *294 - *295 + - *296 responses: - '204': *145 + '204': *146 '422': *14 x-github: githubCloudOnly: false @@ -81171,8 +81182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#list-repository-projects parameters: - - *294 - *295 + - *296 - name: state description: Indicates the state of the projects to return. in: query @@ -81193,7 +81204,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -81233,7 +81244,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *303 + '410': *304 '422': *7 x-github: githubCloudOnly: false @@ -81256,8 +81267,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#create-a-repository-project parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -81283,13 +81294,13 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *302 + default: *303 '401': *23 '403': *27 '404': *6 - '410': *303 + '410': *304 '422': *7 x-github: githubCloudOnly: false @@ -81312,8 +81323,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -81321,7 +81332,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -81352,8 +81363,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: - - *294 - *295 + - *296 requestBody: required: true content: @@ -81365,7 +81376,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *229 + items: *230 required: - properties examples: @@ -81415,8 +81426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *294 - *295 + - *296 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -81476,9 +81487,9 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: *529 + default: *530 headers: Link: *57 '304': *35 @@ -81510,8 +81521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -81578,7 +81589,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &534 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -81707,7 +81718,7 @@ paths: milestone: anyOf: - type: 'null' - - *431 + - *432 active_lock_reason: type: - string @@ -81762,7 +81773,7 @@ paths: type: - array - 'null' - items: *206 + items: *207 head: type: object properties: @@ -81800,14 +81811,14 @@ paths: _links: type: object properties: - comments: *432 - commits: *432 - statuses: *432 - html: *432 - issue: *432 - review_comments: *432 - review_comment: *432 - self: *432 + comments: *433 + commits: *433 + statuses: *433 + html: *433 + issue: *433 + review_comments: *433 + review_comment: *433 + self: *433 required: - comments - commits @@ -81818,7 +81829,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: *530 + auto_merge: *531 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -81920,7 +81931,7 @@ paths: - merged_by - review_comments examples: - default: &534 + default: &535 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -82447,8 +82458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *294 - *295 + - *296 - name: sort in: query required: false @@ -82477,9 +82488,9 @@ paths: application/json: schema: type: array - items: *531 + items: *532 examples: - default: &536 + default: &537 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -82556,17 +82567,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *294 - *295 + - *296 - *73 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -82641,8 +82652,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -82665,9 +82676,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82683,8 +82694,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *294 - *295 + - *296 - *73 responses: '204': @@ -82706,8 +82717,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *294 - *295 + - *296 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -82734,9 +82745,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 '404': *6 @@ -82757,8 +82768,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -82791,16 +82802,16 @@ paths: description: Reaction exists content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Reaction created content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '422': *15 x-github: githubCloudOnly: false @@ -82822,10 +82833,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *294 - *295 + - *296 - *73 - - *290 + - *291 responses: '204': description: Response @@ -82868,9 +82879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *294 - *295 - - &535 + - *296 + - &536 name: pull_number description: The number that identifies the pull request. in: path @@ -82883,9 +82894,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '304': *35 '404': *6 '406': @@ -82920,9 +82931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: false content: @@ -82964,9 +82975,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '422': *15 '403': *27 x-github: @@ -82988,9 +82999,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: true content: @@ -83051,17 +83062,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '401': *23 '403': *27 '404': *6 @@ -83091,9 +83102,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 - *83 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -83114,9 +83125,9 @@ paths: application/json: schema: type: array - items: *531 + items: *532 examples: - default: *536 + default: *537 headers: Link: *57 x-github: @@ -83149,9 +83160,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: true content: @@ -83257,7 +83268,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: example-for-a-multi-line-comment: value: @@ -83345,9 +83356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *294 - *295 - - *535 + - *296 + - *536 - *73 requestBody: required: true @@ -83370,7 +83381,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -83456,9 +83467,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 - *17 - *19 responses: @@ -83468,9 +83479,9 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: - default: *537 + default: *538 headers: Link: *57 x-github: @@ -83500,9 +83511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *294 - *295 - - *535 + - *296 + - *536 - *17 - *19 responses: @@ -83512,7 +83523,7 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: default: value: @@ -83550,9 +83561,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *294 - *295 - - *535 + - *296 + - *536 responses: '204': description: Response if pull request has been merged @@ -83575,9 +83586,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: false content: @@ -83689,9 +83700,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 responses: '200': description: Response @@ -83707,7 +83718,7 @@ paths: items: *4 teams: type: array - items: *150 + items: *151 required: - users - teams @@ -83766,9 +83777,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: false content: @@ -83805,7 +83816,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -84341,9 +84352,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: true content: @@ -84377,7 +84388,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -84882,9 +84893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 - *17 - *19 responses: @@ -84894,7 +84905,7 @@ paths: application/json: schema: type: array - items: &538 + items: &539 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -85050,9 +85061,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: false content: @@ -85142,9 +85153,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: &540 + default: &541 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -85207,10 +85218,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *294 - *295 - - *535 - - &539 + - *296 + - *536 + - &540 name: review_id description: The unique identifier of the review. in: path @@ -85222,9 +85233,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: &541 + default: &542 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -85283,10 +85294,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *294 - *295 - - *535 - - *539 + - *296 + - *536 + - *540 requestBody: required: true content: @@ -85309,7 +85320,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -85371,18 +85382,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *294 - *295 - - *535 - - *539 + - *296 + - *536 + - *540 responses: '200': description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *540 + default: *541 '422': *7 '404': *6 x-github: @@ -85409,10 +85420,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *294 - *295 - - *535 - - *539 + - *296 + - *536 + - *540 - *17 - *19 responses: @@ -85510,9 +85521,9 @@ paths: _links: type: object properties: - self: *432 - html: *432 - pull_request: *432 + self: *433 + html: *433 + pull_request: *433 required: - self - html @@ -85670,10 +85681,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *294 - *295 - - *535 - - *539 + - *296 + - *536 + - *540 requestBody: required: true content: @@ -85702,7 +85713,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -85765,10 +85776,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *294 - *295 - - *535 - - *539 + - *296 + - *536 + - *540 requestBody: required: true content: @@ -85803,9 +85814,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *541 + default: *542 '404': *6 '422': *7 '403': *27 @@ -85827,9 +85838,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: false content: @@ -85893,8 +85904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *294 - *295 + - *296 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -85907,9 +85918,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: &543 + default: &544 value: type: file encoding: base64 @@ -85951,8 +85962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *294 - *295 + - *296 - name: dir description: The alternate path to look for a README file in: path @@ -85972,9 +85983,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 '404': *6 '422': *15 x-github: @@ -85996,8 +86007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -86007,7 +86018,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Release description: A release. type: object @@ -86089,7 +86100,7 @@ paths: author: *4 assets: type: array - items: &545 + items: &546 title: Release Asset description: Data related to a release. type: object @@ -86276,8 +86287,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -86353,9 +86364,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &548 + default: &549 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -86460,9 +86471,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *294 - *295 - - &546 + - *296 + - &547 name: asset_id description: The unique identifier of the asset. in: path @@ -86474,9 +86485,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: &547 + default: &548 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 @@ -86511,7 +86522,7 @@ paths: type: User site_admin: false '404': *6 - '302': *441 + '302': *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86527,9 +86538,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *294 - *295 - - *546 + - *296 + - *547 requestBody: required: false content: @@ -86558,9 +86569,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *547 + default: *548 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86576,9 +86587,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *294 - *295 - - *546 + - *296 + - *547 responses: '204': description: Response @@ -86602,8 +86613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -86689,16 +86700,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *548 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86715,8 +86726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *294 - *295 + - *296 - name: tag description: tag parameter in: path @@ -86729,9 +86740,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *548 + default: *549 '404': *6 x-github: githubCloudOnly: false @@ -86753,9 +86764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *294 - *295 - - &549 + - *296 + - &550 name: release_id description: The unique identifier of the release. in: path @@ -86769,9 +86780,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: *544 + schema: *545 examples: - default: *548 + default: *549 '401': description: Unauthorized x-github: @@ -86789,9 +86800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *294 - *295 - - *549 + - *296 + - *550 requestBody: required: false content: @@ -86855,9 +86866,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *548 + default: *549 '404': description: Not Found if the discussion category name is invalid content: @@ -86878,9 +86889,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *294 - *295 - - *549 + - *296 + - *550 responses: '204': description: Response @@ -86900,9 +86911,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *294 - *295 - - *549 + - *296 + - *550 - *17 - *19 responses: @@ -86912,7 +86923,7 @@ paths: application/json: schema: type: array - items: *545 + items: *546 examples: default: value: @@ -86993,9 +87004,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: - - *294 - *295 - - *549 + - *296 + - *550 - name: name in: query required: true @@ -87021,7 +87032,7 @@ paths: description: Response for successful upload content: application/json: - schema: *545 + schema: *546 examples: response-for-successful-upload: value: @@ -87076,9 +87087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *294 - *295 - - *549 + - *296 + - *550 - 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. @@ -87102,9 +87113,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 '404': *6 @@ -87125,9 +87136,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *294 - *295 - - *549 + - *296 + - *550 requestBody: required: true content: @@ -87157,16 +87168,16 @@ paths: description: Reaction exists content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Reaction created content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '422': *15 x-github: githubCloudOnly: false @@ -87188,10 +87199,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *294 - *295 - - *549 - - *290 + - *296 + - *550 + - *291 responses: '204': description: Response @@ -87215,9 +87226,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *294 - *295 - - *367 + - *296 + - *368 - *17 - *19 responses: @@ -87233,8 +87244,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *236 - - &550 + - *237 + - &551 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -87253,66 +87264,66 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *237 - - *550 - allOf: - *238 - - *550 + - *551 - allOf: - *239 - - *550 - - allOf: - *551 - - *550 - allOf: - *240 - - *550 + - *551 + - allOf: + - *552 + - *551 - allOf: - *241 - - *550 + - *551 - allOf: - *242 - - *550 + - *551 - allOf: - *243 - - *550 + - *551 - allOf: - *244 - - *550 + - *551 - allOf: - *245 - - *550 + - *551 - allOf: - *246 - - *550 + - *551 - allOf: - *247 - - *550 + - *551 - allOf: - *248 - - *550 + - *551 - allOf: - *249 - - *550 + - *551 - allOf: - *250 - - *550 + - *551 - allOf: - *251 - - *550 + - *551 - allOf: - *252 - - *550 + - *551 - allOf: - *253 - - *550 + - *551 - allOf: - *254 - - *550 + - *551 - allOf: - *255 - - *550 + - *551 + - allOf: + - *256 + - *551 examples: default: value: @@ -87351,8 +87362,8 @@ paths: category: repos subcategory: rules parameters: - - *294 - *295 + - *296 - *17 - *19 - name: includes_parents @@ -87363,7 +87374,7 @@ paths: schema: type: boolean default: true - - *552 + - *553 responses: '200': description: Response @@ -87371,7 +87382,7 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: default: value: @@ -87418,8 +87429,8 @@ paths: category: repos subcategory: rules parameters: - - *294 - *295 + - *296 requestBody: description: Request body required: true @@ -87439,16 +87450,16 @@ paths: - tag - push default: branch - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *231 + items: *235 + conditions: *232 rules: type: array description: An array of rules within the ruleset. - items: *553 + items: *554 required: - name - enforcement @@ -87479,9 +87490,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &563 + default: &564 value: id: 42 name: super cool ruleset @@ -87528,12 +87539,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *294 - *295 - - *554 + - *296 - *555 - *556 - *557 + - *558 - *17 - *19 responses: @@ -87541,9 +87552,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '404': *6 '500': *91 x-github: @@ -87564,17 +87575,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *294 - *295 - - *560 + - *296 + - *561 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 '404': *6 '500': *91 x-github: @@ -87602,8 +87613,8 @@ paths: category: repos subcategory: rules parameters: - - *294 - *295 + - *296 - name: ruleset_id description: The ID of the ruleset. in: path @@ -87623,9 +87634,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *563 + default: *564 '404': *6 '500': *91 put: @@ -87643,8 +87654,8 @@ paths: category: repos subcategory: rules parameters: - - *294 - *295 + - *296 - name: ruleset_id description: The ID of the ruleset. in: path @@ -87669,16 +87680,16 @@ paths: - branch - tag - push - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *231 + items: *235 + conditions: *232 rules: description: An array of rules within the ruleset. type: array - items: *553 + items: *554 examples: default: value: @@ -87706,9 +87717,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *563 + default: *564 '404': *6 '500': *91 delete: @@ -87726,8 +87737,8 @@ paths: category: repos subcategory: rules parameters: - - *294 - *295 + - *296 - name: ruleset_id description: The ID of the ruleset. in: path @@ -87750,8 +87761,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *294 - *295 + - *296 - *17 - *19 - name: ruleset_id @@ -87767,9 +87778,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *564 + default: *565 '404': *6 '500': *91 x-github: @@ -87788,8 +87799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *294 - *295 + - *296 - name: ruleset_id description: The ID of the ruleset. in: path @@ -87807,7 +87818,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -87862,21 +87873,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *294 - *295 - - *260 + - *296 - *261 - *262 - *263 + - *264 - *46 - *19 - *17 - - *566 - *567 - - *264 + - *568 - *265 - *266 - *267 + - *268 responses: '200': description: Response @@ -87884,7 +87895,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 type: object properties: number: *52 @@ -87900,8 +87911,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *568 - resolution: *569 + state: *569 + resolution: *570 resolved_at: type: - string @@ -87995,7 +88006,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *570 + - *571 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -88144,16 +88155,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *294 - *295 - - *398 - - *267 + - *296 + - *399 + - *268 responses: '200': description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -88205,9 +88216,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *294 - *295 - - *398 + - *296 + - *399 requestBody: required: true content: @@ -88215,8 +88226,8 @@ paths: schema: type: object properties: - state: *568 - resolution: *569 + state: *569 + resolution: *570 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -88235,7 +88246,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -88310,9 +88321,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *294 - *295 - - *398 + - *296 + - *399 - *19 - *17 responses: @@ -88323,7 +88334,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &722 + items: &723 type: object properties: type: @@ -88350,7 +88361,6 @@ paths: - commit details: oneOf: - - *572 - *573 - *574 - *575 @@ -88363,6 +88373,7 @@ paths: - *582 - *583 - *584 + - *585 examples: default: value: @@ -88448,8 +88459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -88457,14 +88468,14 @@ paths: schema: type: object properties: - reason: &586 + reason: &587 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *585 + placeholder_id: *586 required: - reason - placeholder_id @@ -88481,7 +88492,7 @@ paths: schema: type: object properties: - reason: *586 + reason: *587 expire_at: type: - string @@ -88525,8 +88536,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: - - *294 - *295 + - *296 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -88541,7 +88552,7 @@ paths: properties: incremental_scans: type: array - items: &587 + items: &588 description: Information on a single scan performed by secret scanning on the repository type: object @@ -88569,15 +88580,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *587 + items: *588 backfill_scans: type: array - items: *587 + items: *588 custom_pattern_backfill_scans: type: array items: allOf: - - *587 + - *588 - type: object properties: pattern_name: @@ -88647,8 +88658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *294 - *295 + - *296 - *46 - name: sort description: The property to sort the results by. @@ -88692,9 +88703,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *589 + default: *590 '400': *14 '404': *6 x-github: @@ -88717,8 +88728,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -88798,7 +88809,7 @@ paths: login: type: string description: The username of the user credited. - type: *272 + type: *273 required: - login - type @@ -88888,9 +88899,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: &591 + default: &592 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -89123,8 +89134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -89237,7 +89248,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -89384,17 +89395,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *294 - *295 - - *590 + - *296 + - *591 responses: '200': description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *591 + default: *592 '403': *27 '404': *6 x-github: @@ -89418,9 +89429,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *294 - *295 - - *590 + - *296 + - *591 requestBody: required: true content: @@ -89500,7 +89511,7 @@ paths: login: type: string description: The username of the user credited. - type: *272 + type: *273 required: - login - type @@ -89591,10 +89602,10 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *591 - add_credit: *591 + default: *592 + add_credit: *592 '403': *27 '404': *6 '422': @@ -89632,9 +89643,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: - - *294 - *295 - - *590 + - *296 + - *591 responses: '202': *37 '400': *14 @@ -89661,17 +89672,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *294 - *295 - - *590 + - *296 + - *591 responses: '202': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *307 + default: *308 '400': *14 '422': *15 '403': *27 @@ -89697,8 +89708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -89794,8 +89805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *294 - *295 + - *296 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -89804,7 +89815,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -89817,7 +89828,7 @@ paths: - 1124 - -435 '202': *37 - '204': *145 + '204': *146 '422': description: Repository contains more than 10,000 commits x-github: @@ -89837,8 +89848,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -89889,7 +89900,7 @@ paths: total: 89 week: 1336280400 '202': *37 - '204': *145 + '204': *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89916,8 +89927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -89989,7 +90000,7 @@ paths: d: 77 c: 10 '202': *37 - '204': *145 + '204': *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90011,8 +90022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *294 - *295 + - *296 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -90166,8 +90177,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *294 - *295 + - *296 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -90177,7 +90188,7 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: default: value: @@ -90190,7 +90201,7 @@ paths: - - 0 - 2 - 21 - '204': *145 + '204': *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90210,8 +90221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *294 - *295 + - *296 - name: sha in: path required: true @@ -90267,7 +90278,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: default: value: @@ -90321,8 +90332,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -90334,7 +90345,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -90354,14 +90365,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *294 - *295 + - *296 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &594 + schema: &595 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -90434,8 +90445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -90461,7 +90472,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -90488,8 +90499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -90509,8 +90520,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -90592,8 +90603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -90601,7 +90612,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 title: Tag protection description: Tag protection type: object @@ -90658,8 +90669,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: - - *294 - *295 + - *296 requestBody: required: true content: @@ -90682,7 +90693,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: default: value: @@ -90713,8 +90724,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: - - *294 - *295 + - *296 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -90751,8 +90762,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *294 - *295 + - *296 - name: ref in: path required: true @@ -90788,8 +90799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -90799,9 +90810,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 headers: Link: *57 '404': *6 @@ -90821,8 +90832,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *294 - *295 + - *296 - *19 - *17 responses: @@ -90830,7 +90841,7 @@ paths: description: Response content: application/json: - schema: &596 + schema: &597 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -90842,7 +90853,7 @@ paths: required: - names examples: - default: &597 + default: &598 value: names: - octocat @@ -90865,8 +90876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -90897,9 +90908,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 '422': *7 x-github: @@ -90920,9 +90931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *294 - *295 - - &598 + - *296 + - &599 name: per description: The time frame to display results for. in: query @@ -90953,7 +90964,7 @@ paths: - 128 clones: type: array - items: &599 + items: &600 title: Traffic type: object properties: @@ -91040,8 +91051,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -91135,8 +91146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -91199,9 +91210,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *294 - *295 - - *598 + - *296 + - *599 responses: '200': description: Response @@ -91222,7 +91233,7 @@ paths: - 3782 views: type: array - items: *599 + items: *600 required: - uniques - count @@ -91299,8 +91310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -91336,7 +91347,7 @@ paths: description: Response content: application/json: - schema: *119 + schema: *120 examples: default: value: @@ -91574,8 +91585,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -91598,8 +91609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -91621,8 +91632,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -91648,8 +91659,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *294 - *295 + - *296 - name: ref in: path required: true @@ -91741,9 +91752,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *307 + default: *308 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -91784,7 +91795,7 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: default: value: @@ -91973,7 +91984,7 @@ paths: html_url: type: string format: uri - repository: *119 + repository: *120 score: type: number file_size: @@ -91992,7 +92003,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &600 + text_matches: &601 title: Search Result Text Matches type: array items: @@ -92155,7 +92166,7 @@ paths: enum: - author-date - committer-date - - &601 + - &602 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 @@ -92224,7 +92235,7 @@ paths: committer: anyOf: - type: 'null' - - *365 + - *366 comment_count: type: integer message: @@ -92243,7 +92254,7 @@ paths: url: type: string format: uri - verification: *476 + verification: *477 required: - author - committer @@ -92258,7 +92269,7 @@ paths: committer: anyOf: - type: 'null' - - *365 + - *366 parents: type: array items: @@ -92270,12 +92281,12 @@ paths: type: string sha: type: string - repository: *119 + repository: *120 score: type: number node_id: type: string - text_matches: *600 + text_matches: *601 required: - sha - node_id @@ -92457,7 +92468,7 @@ paths: - interactions - created - updated - - *601 + - *602 - *17 - *19 - name: advanced_search @@ -92554,11 +92565,11 @@ paths: type: - string - 'null' - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: type: string state_reason: @@ -92572,7 +92583,7 @@ paths: milestone: anyOf: - type: 'null' - - *431 + - *432 comments: type: integer created_at: @@ -92586,7 +92597,7 @@ paths: - string - 'null' format: date-time - text_matches: *600 + text_matches: *601 pull_request: type: object properties: @@ -92635,7 +92646,7 @@ paths: timeline_url: type: string format: uri - type: *189 + type: *190 performed_via_github_app: anyOf: - type: 'null' @@ -92812,7 +92823,7 @@ paths: enum: - created - updated - - *601 + - *602 - *17 - *19 responses: @@ -92857,7 +92868,7 @@ paths: - 'null' score: type: number - text_matches: *600 + text_matches: *601 required: - id - node_id @@ -92942,7 +92953,7 @@ paths: - forks - help-wanted-issues - updated - - *601 + - *602 - *17 - *19 responses: @@ -93179,7 +93190,7 @@ paths: - admin - pull - push - text_matches: *600 + text_matches: *601 temp_clone_token: type: string allow_merge_commit: @@ -93487,7 +93498,7 @@ paths: - string - 'null' format: uri - text_matches: *600 + text_matches: *601 related: type: - array @@ -93680,7 +93691,7 @@ paths: - followers - repositories - joined - - *601 + - *602 - *17 - *19 responses: @@ -93790,7 +93801,7 @@ paths: type: - boolean - 'null' - text_matches: *600 + text_matches: *601 blog: type: - string @@ -93872,7 +93883,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &605 + - &606 name: team_id description: The unique identifier of the team. in: path @@ -93884,9 +93895,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 x-github: githubCloudOnly: false @@ -93913,7 +93924,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *605 + - *606 requestBody: required: true content: @@ -93977,16 +93988,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '201': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 '422': *15 '403': *27 @@ -94014,7 +94025,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *605 + - *606 responses: '204': description: Response @@ -94045,7 +94056,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *605 + - *606 - *46 - *17 - *19 @@ -94056,9 +94067,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *606 + default: *607 headers: Link: *57 x-github: @@ -94087,7 +94098,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *605 + - *606 requestBody: required: true content: @@ -94121,9 +94132,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 x-github: triggersNotification: true githubCloudOnly: false @@ -94150,16 +94161,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *605 - - *283 + - *606 + - *284 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94184,8 +94195,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *605 - - *283 + - *606 + - *284 requestBody: required: false content: @@ -94208,9 +94219,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94235,8 +94246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *605 - - *283 + - *606 + - *284 responses: '204': description: Response @@ -94265,8 +94276,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *605 - - *283 + - *606 + - *284 - *46 - *17 - *19 @@ -94277,9 +94288,9 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: - default: *608 + default: *609 headers: Link: *57 x-github: @@ -94308,8 +94319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *605 - - *283 + - *606 + - *284 requestBody: required: true content: @@ -94331,9 +94342,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 x-github: triggersNotification: true githubCloudOnly: false @@ -94360,17 +94371,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *605 - - *283 - - *286 + - *606 + - *284 + - *287 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94395,9 +94406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *605 - - *283 - - *286 + - *606 + - *284 + - *287 requestBody: required: true content: @@ -94419,9 +94430,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *609 + default: *610 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94446,9 +94457,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *605 - - *283 - - *286 + - *606 + - *284 + - *287 responses: '204': description: Response @@ -94477,9 +94488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *605 - - *283 - - *286 + - *606 + - *284 + - *287 - 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. @@ -94505,9 +94516,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 x-github: @@ -94536,9 +94547,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *605 - - *283 - - *286 + - *606 + - *284 + - *287 requestBody: required: true content: @@ -94570,9 +94581,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94598,8 +94609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *605 - - *283 + - *606 + - *284 - 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. @@ -94625,9 +94636,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 x-github: @@ -94656,8 +94667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *605 - - *283 + - *606 + - *284 requestBody: required: true content: @@ -94689,9 +94700,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94715,7 +94726,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *605 + - *606 - *17 - *19 responses: @@ -94725,9 +94736,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *187 + default: *188 headers: Link: *57 x-github: @@ -94753,7 +94764,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *605 + - *606 - name: role description: Filters members returned by their role in the team. in: query @@ -94776,7 +94787,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '404': *6 @@ -94804,8 +94815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *605 - - *132 + - *606 + - *133 responses: '204': description: if user is a member @@ -94841,8 +94852,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *605 - - *132 + - *606 + - *133 responses: '204': description: Response @@ -94881,8 +94892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *605 - - *132 + - *606 + - *133 responses: '204': description: Response @@ -94918,16 +94929,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *605 - - *132 + - *606 + - *133 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - response-if-user-is-a-team-maintainer: *610 + response-if-user-is-a-team-maintainer: *611 '404': *6 x-github: githubCloudOnly: false @@ -94960,8 +94971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *605 - - *132 + - *606 + - *133 requestBody: required: false content: @@ -94986,9 +94997,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - response-if-users-membership-with-team-is-now-pending: *611 + response-if-users-membership-with-team-is-now-pending: *612 '403': description: Forbidden if team synchronization is set up '422': @@ -95022,8 +95033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *605 - - *132 + - *606 + - *133 responses: '204': description: Response @@ -95051,7 +95062,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *605 + - *606 - *17 - *19 responses: @@ -95061,9 +95072,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *612 + default: *613 headers: Link: *57 '404': *6 @@ -95089,16 +95100,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *605 - - *293 + - *606 + - *294 responses: '200': description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *613 + default: *614 '404': description: Not Found if project is not managed by this team x-github: @@ -95122,8 +95133,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *605 - - *293 + - *606 + - *294 requestBody: required: false content: @@ -95190,8 +95201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *605 - - *293 + - *606 + - *294 responses: '204': description: Response @@ -95218,7 +95229,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *605 + - *606 - *17 - *19 responses: @@ -95228,9 +95239,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 '404': *6 @@ -95260,15 +95271,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *605 - - *294 + - *606 - *295 + - *296 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *614 + schema: *615 examples: alternative-response-with-extra-repository-information: value: @@ -95419,9 +95430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *605 - - *294 + - *606 - *295 + - *296 requestBody: required: false content: @@ -95471,9 +95482,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *605 - - *294 + - *606 - *295 + - *296 responses: '204': description: Response @@ -95498,7 +95509,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *605 + - *606 - *17 - *19 responses: @@ -95508,9 +95519,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - response-if-child-teams-exist: *615 + response-if-child-teams-exist: *616 headers: Link: *57 '404': *6 @@ -95543,7 +95554,7 @@ paths: application/json: schema: oneOf: - - &617 + - &618 title: Private User description: Private User type: object @@ -95793,7 +95804,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *616 + - *617 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -95953,7 +95964,7 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: default: value: @@ -96032,7 +96043,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 '304': *35 '404': *6 '403': *27 @@ -96055,7 +96066,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: - - *132 + - *133 responses: '204': description: If the user is blocked @@ -96083,7 +96094,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *132 + - *133 responses: '204': description: Response @@ -96107,7 +96118,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *132 + - *133 responses: '204': description: Response @@ -96156,9 +96167,9 @@ paths: type: integer codespaces: type: array - items: *195 + items: *196 examples: - default: *196 + default: *197 '304': *35 '500': *91 '401': *23 @@ -96297,17 +96308,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '401': *23 '403': *27 '404': *6 @@ -96351,7 +96362,7 @@ paths: type: integer secrets: type: array - items: &618 + items: &619 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -96393,7 +96404,7 @@ paths: - visibility - selected_repositories_url examples: - default: *420 + default: *421 headers: Link: *57 x-github: @@ -96465,13 +96476,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -96501,7 +96512,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *127 + - *128 requestBody: required: true content: @@ -96546,7 +96557,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -96574,7 +96585,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *127 + - *128 responses: '204': description: Response @@ -96599,7 +96610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *127 + - *128 responses: '200': description: Response @@ -96615,9 +96626,9 @@ paths: type: integer repositories: type: array - items: *119 + items: *120 examples: - default: *619 + default: *620 '401': *23 '403': *27 '404': *6 @@ -96642,7 +96653,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *127 + - *128 requestBody: required: true content: @@ -96696,7 +96707,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *127 + - *128 - name: repository_id in: path required: true @@ -96729,7 +96740,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *127 + - *128 - name: repository_id in: path required: true @@ -96761,15 +96772,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '304': *35 '500': *91 '401': *23 @@ -96795,7 +96806,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 requestBody: required: false content: @@ -96825,9 +96836,9 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '401': *23 '403': *27 '404': *6 @@ -96849,7 +96860,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 responses: '202': *37 '304': *35 @@ -96878,13 +96889,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 responses: '202': description: Response content: application/json: - schema: &620 + schema: &621 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -96937,7 +96948,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &621 + default: &622 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -96969,7 +96980,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *197 + - *198 - name: export_id in: path required: true @@ -96982,9 +96993,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 '404': *6 x-github: githubCloudOnly: false @@ -97005,7 +97016,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *197 + - *198 responses: '200': description: Response @@ -97021,9 +97032,9 @@ paths: type: integer machines: type: array - items: *419 + items: *420 examples: - default: *622 + default: *623 '304': *35 '500': *91 '401': *23 @@ -97052,7 +97063,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *197 + - *198 requestBody: required: true content: @@ -97108,11 +97119,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *305 + repository: *306 machine: anyOf: - type: 'null' - - *419 + - *420 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -97909,15 +97920,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '304': *35 '500': *91 '400': *14 @@ -97949,15 +97960,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '500': *91 '401': *23 '403': *27 @@ -97987,9 +97998,9 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: &634 + default: &635 value: - id: 197 name: hello_docker @@ -98090,7 +98101,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: Email description: Email type: object @@ -98160,9 +98171,9 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: - default: &636 + default: &637 value: - email: octocat@github.com verified: true @@ -98239,7 +98250,7 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: default: value: @@ -98351,7 +98362,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '304': *35 @@ -98384,7 +98395,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '304': *35 @@ -98406,7 +98417,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: - - *132 + - *133 responses: '204': description: if the person is followed by the authenticated user @@ -98436,7 +98447,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *132 + - *133 responses: '204': description: Response @@ -98461,7 +98472,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *132 + - *133 responses: '204': description: Response @@ -98497,7 +98508,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: GPG Key description: A unique encryption key type: object @@ -98642,7 +98653,7 @@ paths: - subkeys - revoked examples: - default: &650 + default: &651 value: - id: 3 name: Octocat's GPG Key @@ -98727,9 +98738,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: &625 + default: &626 value: id: 3 name: Octocat's GPG Key @@ -98786,7 +98797,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &626 + - &627 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -98798,9 +98809,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *625 + default: *626 '404': *6 '304': *35 '403': *27 @@ -98823,7 +98834,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *626 + - *627 responses: '204': description: Response @@ -99014,7 +99025,7 @@ paths: type: array items: *59 examples: - default: *111 + default: *112 headers: Link: *57 '404': *6 @@ -99039,7 +99050,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *108 + - *109 responses: '204': description: Response @@ -99065,7 +99076,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *108 + - *109 responses: '204': description: Response @@ -99099,12 +99110,12 @@ paths: application/json: schema: anyOf: - - *184 + - *185 - type: object properties: {} additionalProperties: false examples: - default: *185 + default: *186 '204': description: Response when there are no restrictions x-github: @@ -99128,7 +99139,7 @@ paths: required: true content: application/json: - schema: *487 + schema: *488 examples: default: value: @@ -99139,7 +99150,7 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: default: value: @@ -99220,7 +99231,7 @@ paths: - closed - all default: open - - *192 + - *193 - name: sort description: What to sort results by. in: query @@ -99245,7 +99256,7 @@ paths: type: array items: *74 examples: - default: *193 + default: *194 headers: Link: *57 '404': *6 @@ -99278,7 +99289,7 @@ paths: application/json: schema: type: array - items: &627 + items: &628 title: Key description: Key type: object @@ -99381,9 +99392,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: &628 + default: &629 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99416,15 +99427,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *514 + - *515 responses: '200': description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '404': *6 '304': *35 '403': *27 @@ -99447,7 +99458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *514 + - *515 responses: '204': description: Response @@ -99480,7 +99491,7 @@ paths: application/json: schema: type: array - items: &629 + items: &630 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -99559,7 +99570,7 @@ paths: - account - plan examples: - default: &630 + default: &631 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -99621,9 +99632,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: *630 + default: *631 headers: Link: *57 '304': *35 @@ -99663,7 +99674,7 @@ paths: application/json: schema: type: array - items: *199 + items: *200 examples: default: value: @@ -99771,7 +99782,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -99854,7 +99865,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -99922,7 +99933,7 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: default: value: @@ -100184,7 +100195,7 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -100364,7 +100375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *202 + - *203 - name: exclude in: query required: false @@ -100377,7 +100388,7 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -100571,7 +100582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *202 + - *203 responses: '302': description: Response @@ -100597,7 +100608,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *202 + - *203 responses: '204': description: Response @@ -100626,8 +100637,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *202 - - *631 + - *203 + - *632 responses: '204': description: Response @@ -100651,7 +100662,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *202 + - *203 - *17 - *19 responses: @@ -100661,9 +100672,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 '404': *6 @@ -100698,9 +100709,9 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *632 + default: *633 headers: Link: *57 '304': *35 @@ -100742,7 +100753,7 @@ paths: - docker - nuget - container - - *633 + - *634 - *19 - *17 responses: @@ -100752,10 +100763,10 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *634 - '400': *635 + default: *635 + '400': *636 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100775,16 +100786,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *210 - *211 + - *212 responses: '200': description: Response content: application/json: - schema: *208 + schema: *209 examples: - default: &651 + default: &652 value: id: 40201 name: octo-name @@ -100897,8 +100908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *210 - *211 + - *212 responses: '204': description: Response @@ -100928,8 +100939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *210 - *211 + - *212 - name: token description: package token schema: @@ -100961,8 +100972,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: - - *210 - *211 + - *212 - *19 - *17 - name: state @@ -100982,7 +100993,7 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: default: value: @@ -101031,15 +101042,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *210 - *211 - - *213 + - *212 + - *214 responses: '200': description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -101075,9 +101086,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *210 - *211 - - *213 + - *212 + - *214 responses: '204': description: Response @@ -101107,9 +101118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *210 - *211 - - *213 + - *212 + - *214 responses: '204': description: Response @@ -101167,7 +101178,7 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: default: value: @@ -101239,9 +101250,9 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: - default: *636 + default: *637 headers: Link: *57 '304': *35 @@ -101354,7 +101365,7 @@ paths: type: array items: *59 examples: - default: &643 + default: &644 summary: Default response value: - id: 1296269 @@ -101672,9 +101683,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *307 + default: *308 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -101712,9 +101723,9 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: - default: *637 + default: *638 headers: Link: *57 '304': *35 @@ -101737,7 +101748,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *188 + - *189 responses: '204': description: Response @@ -101760,7 +101771,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *188 + - *189 responses: '204': description: Response @@ -101793,7 +101804,7 @@ paths: application/json: schema: type: array - items: &638 + items: &639 title: Social account description: Social media account type: object @@ -101810,7 +101821,7 @@ paths: - provider - url examples: - default: &639 + default: &640 value: - provider: twitter url: https://twitter.com/github @@ -101873,9 +101884,9 @@ paths: application/json: schema: type: array - items: *638 + items: *639 examples: - default: *639 + default: *640 '422': *15 '304': *35 '404': *6 @@ -101963,7 +101974,7 @@ paths: application/json: schema: type: array - items: &640 + items: &641 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -101983,7 +101994,7 @@ paths: - title - created_at examples: - default: &662 + default: &663 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102050,9 +102061,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: &641 + default: &642 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102083,7 +102094,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: - - &642 + - &643 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -102095,9 +102106,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *641 + default: *642 '404': *6 '304': *35 '403': *27 @@ -102120,7 +102131,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: - - *642 + - *643 responses: '204': description: Response @@ -102149,7 +102160,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &663 + - &664 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 @@ -102174,11 +102185,11 @@ paths: type: array items: *59 examples: - default-response: *643 + default-response: *644 application/vnd.github.v3.star+json: schema: type: array - items: &664 + items: &665 title: Starred Repository description: Starred Repository type: object @@ -102334,8 +102345,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: - - *294 - *295 + - *296 responses: '204': description: Response if this repository is starred by you @@ -102363,8 +102374,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -102388,8 +102399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -102422,9 +102433,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 '304': *35 @@ -102461,7 +102472,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -102547,10 +102558,10 @@ paths: application/json: schema: oneOf: + - *618 - *617 - - *616 examples: - default-response: &645 + default-response: &646 summary: Default response value: login: octocat @@ -102585,7 +102596,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &646 + response-with-git-hub-plan-information: &647 summary: Response with GitHub plan information value: login: octocat @@ -102645,7 +102656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *644 + - *645 - *17 responses: '200': @@ -102656,7 +102667,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: example: ; rel="next" @@ -102686,7 +102697,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *132 + - *133 responses: '200': description: Response @@ -102694,11 +102705,11 @@ paths: application/json: schema: oneOf: + - *618 - *617 - - *616 examples: - default-response: *645 - response-with-git-hub-plan-information: *646 + default-response: *646 + response-with-git-hub-plan-information: *647 '404': *6 x-github: githubCloudOnly: false @@ -102724,7 +102735,7 @@ paths: - *17 - *38 - *39 - - *132 + - *133 requestBody: required: true content: @@ -102747,8 +102758,8 @@ paths: required: - subject_digests examples: - default: *647 - withPredicateType: *648 + default: *648 + withPredicateType: *649 responses: '200': description: Response @@ -102802,7 +102813,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *649 + default: *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102820,7 +102831,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *132 + - *133 requestBody: required: true content: @@ -102885,7 +102896,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *132 + - *133 - name: subject_digest description: Subject Digest in: path @@ -102916,7 +102927,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *132 + - *133 - name: attestation_id description: Attestation ID in: path @@ -102954,7 +102965,7 @@ paths: - *17 - *38 - *39 - - *132 + - *133 - name: subject_digest description: Subject Digest in: path @@ -103004,12 +103015,12 @@ paths: bundle_url: type: string examples: - default: *361 + default: *362 '201': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -103035,7 +103046,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: - - *132 + - *133 responses: '200': description: Response @@ -103043,9 +103054,9 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *634 + default: *635 '403': *27 '401': *23 x-github: @@ -103068,7 +103079,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103149,7 +103160,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *132 + - *133 - *90 - *17 - *19 @@ -103239,7 +103250,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103316,7 +103327,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103328,7 +103339,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -103347,7 +103358,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103359,7 +103370,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -103378,7 +103389,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *132 + - *133 - name: target_user in: path required: true @@ -103405,7 +103416,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *132 + - *133 - *64 - *17 - *19 @@ -103439,7 +103450,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103449,9 +103460,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *650 + default: *651 headers: Link: *57 x-github: @@ -103475,7 +103486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *132 + - *133 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -103547,7 +103558,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *132 + - *133 responses: '200': description: Response @@ -103555,7 +103566,7 @@ paths: application/json: schema: *20 examples: - default: *486 + default: *487 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103573,7 +103584,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103629,7 +103640,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103639,9 +103650,9 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *632 + default: *633 headers: Link: *57 x-github: @@ -103680,8 +103691,8 @@ paths: - docker - nuget - container - - *633 - - *132 + - *634 + - *133 - *19 - *17 responses: @@ -103691,12 +103702,12 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *634 + default: *635 '403': *27 '401': *23 - '400': *635 + '400': *636 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103716,17 +103727,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *210 - *211 - - *132 + - *212 + - *133 responses: '200': description: Response content: application/json: - schema: *208 + schema: *209 examples: - default: *651 + default: *652 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103747,9 +103758,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *210 - *211 - - *132 + - *212 + - *133 responses: '204': description: Response @@ -103781,9 +103792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *210 - *211 - - *132 + - *212 + - *133 - name: token description: package token schema: @@ -103815,9 +103826,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: - - *210 - *211 - - *132 + - *212 + - *133 responses: '200': description: Response @@ -103825,7 +103836,7 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: default: value: @@ -103883,16 +103894,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *210 - *211 - - *213 - - *132 + - *212 + - *214 + - *133 responses: '200': description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -103927,10 +103938,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *210 - *211 - - *132 - - *213 + - *212 + - *133 + - *214 responses: '204': description: Response @@ -103962,10 +103973,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *210 - *211 - - *132 - - *213 + - *212 + - *133 + - *214 responses: '204': description: Response @@ -103991,7 +104002,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#list-user-projects parameters: - - *132 + - *133 - name: state description: Indicates the state of the projects to return. in: query @@ -104012,7 +104023,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -104074,7 +104085,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -104163,7 +104174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -104250,7 +104261,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *132 + - *133 - name: type description: Limit results to repositories of the specified type. in: query @@ -104293,9 +104304,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -104319,15 +104330,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: *653 + default: *654 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104349,15 +104360,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104379,15 +104390,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104407,11 +104418,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - - *132 - - *658 + - *133 - *659 - *660 - *661 + - *662 responses: '200': description: Response when getting a billing usage report @@ -104500,7 +104511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -104510,9 +104521,9 @@ paths: application/json: schema: type: array - items: *638 + items: *639 examples: - default: *639 + default: *640 headers: Link: *57 x-github: @@ -104532,7 +104543,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -104542,9 +104553,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: *662 + default: *663 headers: Link: *57 x-github: @@ -104568,8 +104579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *132 - - *663 + - *133 + - *664 - *46 - *17 - *19 @@ -104581,11 +104592,11 @@ paths: schema: anyOf: - type: array - items: *664 + items: *665 - type: array items: *59 examples: - default-response: *643 + default-response: *644 headers: Link: *57 x-github: @@ -104604,7 +104615,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -104614,9 +104625,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -104745,7 +104756,7 @@ webhooks: type: string enum: - disabled - enterprise: &665 + enterprise: &666 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -104814,7 +104825,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &666 + installation: &667 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -104835,7 +104846,7 @@ webhooks: required: - id - node_id - organization: &667 + organization: &668 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -104908,7 +104919,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &668 + repository: &669 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -105821,10 +105832,10 @@ webhooks: type: string enum: - enabled - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -105900,11 +105911,11 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - rule: &669 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + rule: &670 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) @@ -106127,11 +106138,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - rule: *669 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + rule: *670 sender: *4 required: - action @@ -106319,11 +106330,11 @@ webhooks: - everyone required: - from - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - rule: *669 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + rule: *670 sender: *4 required: - action @@ -106407,7 +106418,7 @@ webhooks: type: string enum: - completed - check_run: &671 + check_run: &672 title: CheckRun description: A check performed on the code of a given code change type: object @@ -106472,8 +106483,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *378 - repository: *119 + items: *379 + repository: *120 status: type: string enum: @@ -106517,7 +106528,7 @@ webhooks: - examples: - neutral - deployment: *670 + deployment: *671 details_url: type: string examples: @@ -106577,7 +106588,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *378 + items: *379 started_at: type: string format: date-time @@ -106615,9 +106626,9 @@ webhooks: - output - app - pull_requests - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - check_run @@ -107010,10 +107021,10 @@ webhooks: type: string enum: - created - check_run: *671 - installation: *666 - organization: *667 - repository: *668 + check_run: *672 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - check_run @@ -107409,10 +107420,10 @@ webhooks: type: string enum: - requested_action - check_run: *671 - installation: *666 - organization: *667 - repository: *668 + check_run: *672 + installation: *667 + organization: *668 + repository: *669 requested_action: description: The action requested by the user. type: object @@ -107817,10 +107828,10 @@ webhooks: type: string enum: - rerequested - check_run: *671 - installation: *666 - organization: *667 - repository: *668 + check_run: *672 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - check_run @@ -108812,10 +108823,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -109500,10 +109511,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -110182,10 +110193,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -110351,7 +110362,7 @@ webhooks: required: - login - id - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -110503,20 +110514,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &672 + commit_oid: &673 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: *665 - installation: *666 - organization: *667 - ref: &673 + enterprise: *666 + installation: *667 + organization: *668 + ref: &674 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: *668 + repository: *669 sender: *4 required: - action @@ -110680,7 +110691,7 @@ webhooks: required: - login - id - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -110921,12 +110932,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *672 - enterprise: *665 - installation: *666 - organization: *667 - ref: *673 - repository: *668 + commit_oid: *673 + enterprise: *666 + installation: *667 + organization: *668 + ref: *674 + repository: *669 sender: *4 required: - action @@ -111024,7 +111035,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -111206,12 +111217,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *672 - enterprise: *665 - installation: *666 - organization: *667 - ref: *673 - repository: *668 + commit_oid: *673 + enterprise: *666 + installation: *667 + organization: *668 + ref: *674 + repository: *669 sender: *4 required: - action @@ -111377,7 +111388,7 @@ webhooks: required: - login - id - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -111554,12 +111565,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *672 - enterprise: *665 - installation: *666 - organization: *667 - ref: *673 - repository: *668 + commit_oid: *673 + enterprise: *666 + installation: *667 + organization: *668 + ref: *674 + repository: *669 sender: *4 required: - action @@ -111659,7 +111670,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -111839,9 +111850,9 @@ webhooks: type: - string - 'null' - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -111849,7 +111860,7 @@ webhooks: type: - string - 'null' - repository: *668 + repository: *669 sender: *4 required: - action @@ -111945,7 +111956,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -112092,12 +112103,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *672 - enterprise: *665 - installation: *666 - organization: *667 - ref: *673 - repository: *668 + commit_oid: *673 + enterprise: *666 + installation: *667 + organization: *668 + ref: *674 + repository: *669 sender: *4 required: - action @@ -112359,10 +112370,10 @@ webhooks: - updated_at - author_association - body - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -112443,18 +112454,18 @@ webhooks: type: - string - 'null' - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *667 - pusher_type: &674 + organization: *668 + pusher_type: &675 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &675 + ref: &676 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -112464,7 +112475,7 @@ webhooks: enum: - tag - branch - repository: *668 + repository: *669 sender: *4 required: - ref @@ -112546,10 +112557,10 @@ webhooks: type: string enum: - created - definition: *225 - enterprise: *665 - installation: *666 - organization: *667 + definition: *226 + enterprise: *666 + installation: *667 + organization: *668 sender: *4 required: - action @@ -112634,9 +112645,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 sender: *4 required: - action @@ -112713,10 +112724,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *225 - enterprise: *665 - installation: *666 - organization: *667 + definition: *226 + enterprise: *666 + installation: *667 + organization: *668 sender: *4 required: - action @@ -112793,10 +112804,10 @@ webhooks: type: string enum: - updated - definition: *225 - enterprise: *665 - installation: *666 - organization: *667 + definition: *226 + enterprise: *666 + installation: *667 + organization: *668 sender: *4 required: - action @@ -112873,19 +112884,19 @@ webhooks: type: string enum: - updated - enterprise: *665 - installation: *666 - repository: *668 - organization: *667 + enterprise: *666 + installation: *667 + repository: *669 + organization: *668 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *229 + items: *230 old_property_values: type: array description: The old custom property values for the repository. - items: *229 + items: *230 required: - action - repository @@ -112961,18 +112972,18 @@ webhooks: title: delete event type: object properties: - enterprise: *665 - installation: *666 - organization: *667 - pusher_type: *674 - ref: *675 + enterprise: *666 + installation: *667 + organization: *668 + pusher_type: *675 + ref: *676 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *668 + repository: *669 sender: *4 required: - ref @@ -113056,11 +113067,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113144,11 +113155,11 @@ webhooks: type: string enum: - auto_reopened - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113232,11 +113243,11 @@ webhooks: type: string enum: - created - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113318,11 +113329,11 @@ webhooks: type: string enum: - dismissed - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113404,11 +113415,11 @@ webhooks: type: string enum: - fixed - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113491,11 +113502,11 @@ webhooks: type: string enum: - reintroduced - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113577,11 +113588,11 @@ webhooks: type: string enum: - reopened - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113658,9 +113669,9 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - key: &676 + enterprise: *666 + installation: *667 + key: &677 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -113698,8 +113709,8 @@ webhooks: - verified - created_at - read_only - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -113776,11 +113787,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - key: *676 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + key: *677 + organization: *668 + repository: *669 sender: *4 required: - action @@ -114352,12 +114363,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - workflow: &680 + workflow: &681 title: Workflow type: - object @@ -115095,13 +115106,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *451 + deployment: *452 pull_requests: type: array - items: *533 - repository: *668 - organization: *667 - installation: *666 + items: *534 + repository: *669 + organization: *668 + installation: *667 sender: *4 responses: '200': @@ -115172,7 +115183,7 @@ webhooks: type: string enum: - approved - approver: &677 + approver: &678 type: object properties: avatar_url: @@ -115215,11 +115226,11 @@ webhooks: type: string comment: type: string - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - reviewers: &678 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + reviewers: &679 type: array items: type: object @@ -115300,7 +115311,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &679 + workflow_job_run: &680 type: object properties: conclusion: @@ -116046,18 +116057,18 @@ webhooks: type: string enum: - rejected - approver: *677 + approver: *678 comment: type: string - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - reviewers: *678 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + reviewers: *679 sender: *4 since: type: string - workflow_job_run: *679 + workflow_job_run: *680 workflow_job_runs: type: array items: @@ -116774,13 +116785,13 @@ webhooks: type: string enum: - requested - enterprise: *665 + enterprise: *666 environment: type: string - installation: *666 - organization: *667 - repository: *668 - requestor: &685 + installation: *667 + organization: *668 + repository: *669 + requestor: &686 title: User type: - object @@ -118723,12 +118734,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - workflow: *680 + workflow: *681 workflow_run: title: Deployment Workflow Run type: @@ -119419,7 +119430,7 @@ webhooks: type: string enum: - answered - answer: &683 + answer: &684 type: object properties: author_association: @@ -119579,7 +119590,7 @@ webhooks: - created_at - updated_at - body - discussion: &681 + discussion: &682 title: Discussion description: A Discussion in a repository. type: object @@ -119875,7 +119886,7 @@ webhooks: - id labels: type: array - items: *497 + items: *498 required: - repository_url - category @@ -119897,10 +119908,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120027,11 +120038,11 @@ webhooks: - from required: - category - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120114,11 +120125,11 @@ webhooks: type: string enum: - closed - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120200,7 +120211,7 @@ webhooks: type: string enum: - created - comment: &682 + comment: &683 type: object properties: author_association: @@ -120360,11 +120371,11 @@ webhooks: - updated_at - body - reactions - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120447,12 +120458,12 @@ webhooks: type: string enum: - deleted - comment: *682 - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + comment: *683 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120547,12 +120558,12 @@ webhooks: - from required: - body - comment: *682 - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + comment: *683 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120636,11 +120647,11 @@ webhooks: type: string enum: - created - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120722,11 +120733,11 @@ webhooks: type: string enum: - deleted - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120826,11 +120837,11 @@ webhooks: type: string required: - from - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120912,10 +120923,10 @@ webhooks: type: string enum: - labeled - discussion: *681 - enterprise: *665 - installation: *666 - label: &684 + discussion: *682 + enterprise: *666 + installation: *667 + label: &685 title: Label type: object properties: @@ -120948,8 +120959,8 @@ webhooks: - color - default - description - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121032,11 +121043,11 @@ webhooks: type: string enum: - locked - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121118,11 +121129,11 @@ webhooks: type: string enum: - pinned - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121204,11 +121215,11 @@ webhooks: type: string enum: - reopened - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121293,16 +121304,16 @@ webhooks: changes: type: object properties: - new_discussion: *681 - new_repository: *668 + new_discussion: *682 + new_repository: *669 required: - new_discussion - new_repository - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121385,10 +121396,10 @@ webhooks: type: string enum: - unanswered - discussion: *681 - old_answer: *683 - organization: *667 - repository: *668 + discussion: *682 + old_answer: *684 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121470,12 +121481,12 @@ webhooks: type: string enum: - unlabeled - discussion: *681 - enterprise: *665 - installation: *666 - label: *684 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121558,11 +121569,11 @@ webhooks: type: string enum: - unlocked - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121644,11 +121655,11 @@ webhooks: type: string enum: - unpinned - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121721,7 +121732,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *665 + enterprise: *666 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -122399,9 +122410,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - forkee @@ -122547,9 +122558,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pages: description: The pages that were updated. type: array @@ -122587,7 +122598,7 @@ webhooks: - action - sha - html_url - repository: *668 + repository: *669 sender: *4 required: - pages @@ -122663,10 +122674,10 @@ webhooks: type: string enum: - created - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories: &686 + organization: *668 + repositories: &687 description: An array of repository objects that the installation can access. type: array @@ -122692,8 +122703,8 @@ webhooks: - name - full_name - private - repository: *668 - requester: *685 + repository: *669 + requester: *686 sender: *4 required: - action @@ -122768,11 +122779,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories: *686 - repository: *668 + organization: *668 + repositories: *687 + repository: *669 requester: type: - 'null' @@ -122849,11 +122860,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories: *686 - repository: *668 + organization: *668 + repositories: *687 + repository: *669 requester: type: - 'null' @@ -122930,10 +122941,10 @@ webhooks: type: string enum: - added - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories_added: &687 + organization: *668 + repositories_added: &688 description: An array of repository objects, which were added to the installation. type: array @@ -122979,15 +122990,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *668 - repository_selection: &688 + repository: *669 + repository_selection: &689 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *685 + requester: *686 sender: *4 required: - action @@ -123066,10 +123077,10 @@ webhooks: type: string enum: - removed - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories_added: *687 + organization: *668 + repositories_added: *688 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -123096,9 +123107,9 @@ webhooks: - name - full_name - private - repository: *668 - repository_selection: *688 - requester: *685 + repository: *669 + repository_selection: *689 + requester: *686 sender: *4 required: - action @@ -123177,11 +123188,11 @@ webhooks: type: string enum: - suspend - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories: *686 - repository: *668 + organization: *668 + repositories: *687 + repository: *669 requester: type: - 'null' @@ -123363,10 +123374,10 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 target_type: type: string @@ -123445,11 +123456,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories: *686 - repository: *668 + organization: *668 + repositories: *687 + repository: *669 requester: type: - 'null' @@ -123697,8 +123708,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124515,8 +124526,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124533,7 +124544,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -124877,8 +124888,8 @@ webhooks: - state - locked - assignee - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -124958,7 +124969,7 @@ webhooks: type: string enum: - deleted - comment: &689 + comment: &690 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -125125,8 +125136,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -125939,8 +125950,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125957,7 +125968,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -126303,8 +126314,8 @@ webhooks: - state - locked - assignee - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -126384,7 +126395,7 @@ webhooks: type: string enum: - edited - changes: &714 + changes: &715 description: The changes to the comment. type: object properties: @@ -126396,9 +126407,9 @@ webhooks: type: string required: - from - comment: *689 - enterprise: *665 - installation: *666 + comment: *690 + enterprise: *666 + installation: *667 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127214,8 +127225,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127232,7 +127243,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -127576,8 +127587,8 @@ webhooks: - state - locked - assignee - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -127667,9 +127678,9 @@ webhooks: type: number blocking_issue: *74 blocking_issue_repo: *59 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -127763,9 +127774,9 @@ webhooks: type: number blocking_issue: *74 blocking_issue_repo: *59 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -127858,9 +127869,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -127954,9 +127965,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -128041,10 +128052,10 @@ webhooks: type: string enum: - assigned - assignee: *685 - enterprise: *665 - installation: *666 - issue: &692 + assignee: *686 + enterprise: *666 + installation: *667 + issue: &693 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -128856,11 +128867,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128877,7 +128888,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -128980,8 +128991,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -129061,8 +129072,8 @@ webhooks: type: string enum: - closed - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -129879,11 +129890,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129900,7 +129911,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -130146,8 +130157,8 @@ webhooks: required: - state - closed_at - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -130226,8 +130237,8 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131035,11 +131046,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131056,7 +131067,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -131158,8 +131169,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -131238,8 +131249,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132070,11 +132081,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132091,7 +132102,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -132172,7 +132183,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &690 + milestone: &691 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132315,8 +132326,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -132415,8 +132426,8 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133228,11 +133239,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133246,7 +133257,7 @@ webhooks: timeline_url: type: string format: uri - type: *189 + type: *190 title: description: Title of the issue type: string @@ -133352,9 +133363,9 @@ webhooks: - active_lock_reason - body - reactions - label: *684 - organization: *667 - repository: *668 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -133434,8 +133445,8 @@ webhooks: type: string enum: - labeled - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134246,11 +134257,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134264,7 +134275,7 @@ webhooks: timeline_url: type: string format: uri - type: *189 + type: *190 title: description: Title of the issue type: string @@ -134370,9 +134381,9 @@ webhooks: - active_lock_reason - body - reactions - label: *684 - organization: *667 - repository: *668 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -134452,8 +134463,8 @@ webhooks: type: string enum: - locked - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135289,11 +135300,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135307,7 +135318,7 @@ webhooks: timeline_url: type: string format: uri - type: *189 + type: *190 title: description: Title of the issue type: string @@ -135390,8 +135401,8 @@ webhooks: format: uri user_view_type: type: string - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -135470,8 +135481,8 @@ webhooks: type: string enum: - milestoned - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136301,11 +136312,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136322,7 +136333,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -136402,9 +136413,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *690 - organization: *667 - repository: *668 + milestone: *691 + organization: *668 + repository: *669 sender: *4 required: - action @@ -137296,11 +137307,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137396,7 +137407,7 @@ webhooks: required: - login - id - type: *189 + type: *190 required: - id - number @@ -137877,8 +137888,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138690,11 +138701,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138711,7 +138722,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -138813,8 +138824,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -138894,9 +138905,9 @@ webhooks: type: string enum: - pinned - enterprise: *665 - installation: *666 - issue: &691 + enterprise: *666 + installation: *667 + issue: &692 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -139702,11 +139713,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139723,7 +139734,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -139825,8 +139836,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -139905,8 +139916,8 @@ webhooks: type: string enum: - reopened - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140740,11 +140751,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140841,9 +140852,9 @@ webhooks: format: uri user_view_type: type: string - type: *189 - organization: *667 - repository: *668 + type: *190 + organization: *668 + repository: *669 sender: *4 required: - action @@ -141732,11 +141743,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141753,7 +141764,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -142335,11 +142346,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *665 - installation: *666 - issue: *691 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *692 + organization: *668 + repository: *669 sender: *4 required: - action @@ -142419,12 +142430,12 @@ webhooks: type: string enum: - typed - enterprise: *665 - installation: *666 - issue: *692 - type: *189 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *693 + type: *190 + organization: *668 + repository: *669 sender: *4 required: - action @@ -142505,7 +142516,7 @@ webhooks: type: string enum: - unassigned - assignee: &717 + assignee: &718 title: User type: - object @@ -142577,11 +142588,11 @@ webhooks: required: - login - id - enterprise: *665 - installation: *666 - issue: *692 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *693 + organization: *668 + repository: *669 sender: *4 required: - action @@ -142660,12 +142671,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *665 - installation: *666 - issue: *692 - label: *684 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *693 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -142745,8 +142756,8 @@ webhooks: type: string enum: - unlocked - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143580,11 +143591,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143601,7 +143612,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -143681,8 +143692,8 @@ webhooks: format: uri user_view_type: type: string - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -143762,11 +143773,11 @@ webhooks: type: string enum: - unpinned - enterprise: *665 - installation: *666 - issue: *691 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *692 + organization: *668 + repository: *669 sender: *4 required: - action @@ -143845,12 +143856,12 @@ webhooks: type: string enum: - untyped - enterprise: *665 - installation: *666 - issue: *692 - type: *189 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *693 + type: *190 + organization: *668 + repository: *669 sender: *4 required: - action @@ -143930,11 +143941,11 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - label: *684 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -144012,11 +144023,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - label: *684 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -144126,11 +144137,11 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - label: *684 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -144212,9 +144223,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *665 - installation: *666 - marketplace_purchase: &693 + enterprise: *666 + installation: *667 + marketplace_purchase: &694 title: Marketplace Purchase type: object required: @@ -144302,8 +144313,8 @@ webhooks: type: integer unit_count: type: integer - organization: *667 - previous_marketplace_purchase: &694 + organization: *668 + previous_marketplace_purchase: &695 title: Marketplace Purchase type: object properties: @@ -144387,7 +144398,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *668 + repository: *669 sender: *4 required: - action @@ -144467,10 +144478,10 @@ webhooks: - changed effective_date: type: string - enterprise: *665 - installation: *666 - marketplace_purchase: *693 - organization: *667 + enterprise: *666 + installation: *667 + marketplace_purchase: *694 + organization: *668 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144558,7 +144569,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *668 + repository: *669 sender: *4 required: - action @@ -144640,10 +144651,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *665 - installation: *666 - marketplace_purchase: *693 - organization: *667 + enterprise: *666 + installation: *667 + marketplace_purchase: *694 + organization: *668 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144729,7 +144740,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *668 + repository: *669 sender: *4 required: - action @@ -144810,8 +144821,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 marketplace_purchase: title: Marketplace Purchase type: object @@ -144897,9 +144908,9 @@ webhooks: type: integer unit_count: type: integer - organization: *667 - previous_marketplace_purchase: *694 - repository: *668 + organization: *668 + previous_marketplace_purchase: *695 + repository: *669 sender: *4 required: - action @@ -144979,12 +144990,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *665 - installation: *666 - marketplace_purchase: *693 - organization: *667 - previous_marketplace_purchase: *694 - repository: *668 + enterprise: *666 + installation: *667 + marketplace_purchase: *694 + organization: *668 + previous_marketplace_purchase: *695 + repository: *669 sender: *4 required: - action @@ -145086,11 +145097,11 @@ webhooks: type: string required: - to - enterprise: *665 - installation: *666 - member: *685 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + member: *686 + organization: *668 + repository: *669 sender: *4 required: - action @@ -145192,11 +145203,11 @@ webhooks: type: - string - 'null' - enterprise: *665 - installation: *666 - member: *685 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + member: *686 + organization: *668 + repository: *669 sender: *4 required: - action @@ -145275,11 +145286,11 @@ webhooks: type: string enum: - removed - enterprise: *665 - installation: *666 - member: *685 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + member: *686 + organization: *668 + repository: *669 sender: *4 required: - action @@ -145357,11 +145368,11 @@ webhooks: type: string enum: - added - enterprise: *665 - installation: *666 - member: *685 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + member: *686 + organization: *668 + repository: *669 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145439,7 +145450,7 @@ webhooks: required: - login - id - team: &695 + team: &696 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -145632,11 +145643,11 @@ webhooks: type: string enum: - removed - enterprise: *665 - installation: *666 - member: *685 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + member: *686 + organization: *668 + repository: *669 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145715,7 +145726,7 @@ webhooks: required: - login - id - team: *695 + team: *696 required: - action - scope @@ -145797,8 +145808,8 @@ webhooks: type: string enum: - checks_requested - installation: *666 - merge_group: &696 + installation: *667 + merge_group: &697 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -145817,15 +145828,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *382 + head_commit: *383 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -145911,10 +145922,10 @@ webhooks: - merged - invalidated - dequeued - installation: *666 - merge_group: *696 - organization: *667 - repository: *668 + installation: *667 + merge_group: *697 + organization: *668 + repository: *669 sender: *4 required: - action @@ -145987,7 +145998,7 @@ webhooks: type: string enum: - deleted - enterprise: *665 + enterprise: *666 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -146096,12 +146107,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *666 - organization: *667 + installation: *667 + organization: *668 repository: anyOf: - type: 'null' - - *668 + - *669 sender: *4 required: - action @@ -146181,11 +146192,11 @@ webhooks: type: string enum: - closed - enterprise: *665 - installation: *666 - milestone: *690 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + milestone: *691 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146264,9 +146275,9 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - milestone: &697 + enterprise: *666 + installation: *667 + milestone: &698 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146408,8 +146419,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146488,11 +146499,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - milestone: *690 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + milestone: *691 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146602,11 +146613,11 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - milestone: *690 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + milestone: *691 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146686,11 +146697,11 @@ webhooks: type: string enum: - opened - enterprise: *665 - installation: *666 - milestone: *697 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + milestone: *698 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146769,11 +146780,11 @@ webhooks: type: string enum: - blocked - blocked_user: *685 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + blocked_user: *686 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146852,11 +146863,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *685 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + blocked_user: *686 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146935,9 +146946,9 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - membership: &698 + enterprise: *666 + installation: *667 + membership: &699 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -147047,8 +147058,8 @@ webhooks: - role - organization_url - user - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -147126,11 +147137,11 @@ webhooks: type: string enum: - member_added - enterprise: *665 - installation: *666 - membership: *698 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + membership: *699 + organization: *668 + repository: *669 sender: *4 required: - action @@ -147209,8 +147220,8 @@ webhooks: type: string enum: - member_invited - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -147332,10 +147343,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 - user: *685 + user: *686 required: - action - invitation @@ -147413,11 +147424,11 @@ webhooks: type: string enum: - member_removed - enterprise: *665 - installation: *666 - membership: *698 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + membership: *699 + organization: *668 + repository: *669 sender: *4 required: - action @@ -147504,11 +147515,11 @@ webhooks: properties: from: type: string - enterprise: *665 - installation: *666 - membership: *698 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + membership: *699 + organization: *668 + repository: *669 sender: *4 required: - action @@ -147584,9 +147595,9 @@ webhooks: type: string enum: - published - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 package: description: Information about the package. type: object @@ -148109,7 +148120,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &699 + items: &700 title: Ruby Gems metadata type: object properties: @@ -148206,7 +148217,7 @@ webhooks: - owner - package_version - registry - repository: *668 + repository: *669 sender: *4 required: - action @@ -148282,9 +148293,9 @@ webhooks: type: string enum: - updated - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 package: description: Information about the package. type: object @@ -148646,7 +148657,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *699 + items: *700 source_url: type: string format: uri @@ -148717,7 +148728,7 @@ webhooks: - owner - package_version - registry - repository: *668 + repository: *669 sender: *4 required: - action @@ -148898,12 +148909,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *665 + enterprise: *666 id: type: integer - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - id @@ -148980,7 +148991,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &700 + personal_access_token_request: &701 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -149130,10 +149141,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *665 - organization: *667 + enterprise: *666 + organization: *668 sender: *4 - installation: *666 + installation: *667 required: - action - personal_access_token_request @@ -149210,11 +149221,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *700 - enterprise: *665 - organization: *667 + personal_access_token_request: *701 + enterprise: *666 + organization: *668 sender: *4 - installation: *666 + installation: *667 required: - action - personal_access_token_request @@ -149290,11 +149301,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *700 - enterprise: *665 - organization: *667 + personal_access_token_request: *701 + enterprise: *666 + organization: *668 sender: *4 - installation: *666 + installation: *667 required: - action - personal_access_token_request @@ -149369,11 +149380,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *700 - organization: *667 - enterprise: *665 + personal_access_token_request: *701 + organization: *668 + enterprise: *666 sender: *4 - installation: *666 + installation: *667 required: - action - personal_access_token_request @@ -149478,7 +149489,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *701 + last_response: *702 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -149510,8 +149521,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 zen: description: Random string of GitHub zen. @@ -149756,10 +149767,10 @@ webhooks: - from required: - note - enterprise: *665 - installation: *666 - organization: *667 - project_card: &702 + enterprise: *666 + installation: *667 + organization: *668 + project_card: &703 title: Project Card type: object properties: @@ -149882,7 +149893,7 @@ webhooks: - creator - created_at - updated_at - repository: *668 + repository: *669 sender: *4 required: - action @@ -149963,11 +149974,11 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - project_card: *702 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project_card: *703 + repository: *669 sender: *4 required: - action @@ -150047,9 +150058,9 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 project_card: title: Project Card type: object @@ -150179,7 +150190,7 @@ webhooks: repository: anyOf: - type: 'null' - - *668 + - *669 sender: *4 required: - action @@ -150273,11 +150284,11 @@ webhooks: - from required: - note - enterprise: *665 - installation: *666 - organization: *667 - project_card: *702 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project_card: *703 + repository: *669 sender: *4 required: - action @@ -150371,9 +150382,9 @@ webhooks: - from required: - column_id - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 project_card: allOf: - title: Project Card @@ -150570,7 +150581,7 @@ webhooks: type: string required: - after_id - repository: *668 + repository: *669 sender: *4 required: - action @@ -150650,10 +150661,10 @@ webhooks: type: string enum: - closed - enterprise: *665 - installation: *666 - organization: *667 - project: &704 + enterprise: *666 + installation: *667 + organization: *668 + project: &705 title: Project type: object properties: @@ -150780,7 +150791,7 @@ webhooks: - creator - created_at - updated_at - repository: *668 + repository: *669 sender: *4 required: - action @@ -150860,10 +150871,10 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - project_column: &703 + enterprise: *666 + installation: *667 + organization: *668 + project_column: &704 title: Project Column type: object properties: @@ -150903,7 +150914,7 @@ webhooks: - name - created_at - updated_at - repository: *668 + repository: *669 sender: *4 required: - action @@ -150982,14 +150993,14 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - project_column: *703 + enterprise: *666 + installation: *667 + organization: *668 + project_column: *704 repository: anyOf: - type: 'null' - - *668 + - *669 sender: *4 required: - action @@ -151078,11 +151089,11 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - organization: *667 - project_column: *703 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project_column: *704 + repository: *669 sender: *4 required: - action @@ -151162,11 +151173,11 @@ webhooks: type: string enum: - moved - enterprise: *665 - installation: *666 - organization: *667 - project_column: *703 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project_column: *704 + repository: *669 sender: *4 required: - action @@ -151246,11 +151257,11 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - project: *704 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project: *705 + repository: *669 sender: *4 required: - action @@ -151330,14 +151341,14 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - project: *704 + enterprise: *666 + installation: *667 + organization: *668 + project: *705 repository: anyOf: - type: 'null' - - *668 + - *669 sender: *4 required: - action @@ -151438,11 +151449,11 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - organization: *667 - project: *704 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project: *705 + repository: *669 sender: *4 required: - action @@ -151521,11 +151532,11 @@ webhooks: type: string enum: - reopened - enterprise: *665 - installation: *666 - organization: *667 - project: *704 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project: *705 + repository: *669 sender: *4 required: - action @@ -151606,9 +151617,9 @@ webhooks: type: string enum: - closed - installation: *666 - organization: *667 - projects_v2: &705 + installation: *667 + organization: *668 + projects_v2: &706 title: Projects v2 Project description: A projects v2 project type: object @@ -151669,7 +151680,7 @@ webhooks: latest_status_update: anyOf: - type: 'null' - - &710 + - &711 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -151822,9 +151833,9 @@ webhooks: type: string enum: - created - installation: *666 - organization: *667 - projects_v2: *705 + installation: *667 + organization: *668 + projects_v2: *706 sender: *4 required: - action @@ -151905,9 +151916,9 @@ webhooks: type: string enum: - deleted - installation: *666 - organization: *667 - projects_v2: *705 + installation: *667 + organization: *668 + projects_v2: *706 sender: *4 required: - action @@ -152028,9 +152039,9 @@ webhooks: type: string to: type: string - installation: *666 - organization: *667 - projects_v2: *705 + installation: *667 + organization: *668 + projects_v2: *706 sender: *4 required: - action @@ -152113,7 +152124,7 @@ webhooks: type: string enum: - archived - changes: &709 + changes: &710 type: object properties: archived_at: @@ -152129,9 +152140,9 @@ webhooks: - string - 'null' format: date-time - installation: *666 - organization: *667 - projects_v2_item: &706 + installation: *667 + organization: *668 + projects_v2_item: &707 title: Projects v2 Item description: An item belonging to a project type: object @@ -152270,9 +152281,9 @@ webhooks: - 'null' to: type: string - installation: *666 - organization: *667 - projects_v2_item: *706 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152354,9 +152365,9 @@ webhooks: type: string enum: - created - installation: *666 - organization: *667 - projects_v2_item: *706 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152437,9 +152448,9 @@ webhooks: type: string enum: - deleted - installation: *666 - organization: *667 - projects_v2_item: *706 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152544,7 +152555,7 @@ webhooks: oneOf: - type: string - type: integer - - &707 + - &708 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -152564,7 +152575,7 @@ webhooks: required: - id - name - - &708 + - &709 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -152597,8 +152608,8 @@ webhooks: oneOf: - type: string - type: integer - - *707 - *708 + - *709 type: - 'null' - string @@ -152621,9 +152632,9 @@ webhooks: - 'null' required: - body - installation: *666 - organization: *667 - projects_v2_item: *706 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152720,9 +152731,9 @@ webhooks: type: - string - 'null' - installation: *666 - organization: *667 - projects_v2_item: *706 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152805,10 +152816,10 @@ webhooks: type: string enum: - restored - changes: *709 - installation: *666 - organization: *667 - projects_v2_item: *706 + changes: *710 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152890,9 +152901,9 @@ webhooks: type: string enum: - reopened - installation: *666 - organization: *667 - projects_v2: *705 + installation: *667 + organization: *668 + projects_v2: *706 sender: *4 required: - action @@ -152973,9 +152984,9 @@ webhooks: type: string enum: - created - installation: *666 - organization: *667 - projects_v2_status_update: *710 + installation: *667 + organization: *668 + projects_v2_status_update: *711 sender: *4 required: - action @@ -153056,9 +153067,9 @@ webhooks: type: string enum: - deleted - installation: *666 - organization: *667 - projects_v2_status_update: *710 + installation: *667 + organization: *668 + projects_v2_status_update: *711 sender: *4 required: - action @@ -153204,9 +153215,9 @@ webhooks: - string - 'null' format: date - installation: *666 - organization: *667 - projects_v2_status_update: *710 + installation: *667 + organization: *668 + projects_v2_status_update: *711 sender: *4 required: - action @@ -153277,10 +153288,10 @@ webhooks: title: public event type: object properties: - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - repository @@ -153357,13 +153368,13 @@ webhooks: type: string enum: - assigned - assignee: *685 - enterprise: *665 - installation: *666 - number: &711 + assignee: *686 + enterprise: *666 + installation: *667 + number: &712 description: The pull request number. type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -155712,7 +155723,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -155794,11 +155805,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -158140,7 +158151,7 @@ webhooks: - draft reason: type: string - repository: *668 + repository: *669 sender: *4 required: - action @@ -158222,11 +158233,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -160568,7 +160579,7 @@ webhooks: - draft reason: type: string - repository: *668 + repository: *669 sender: *4 required: - action @@ -160650,13 +160661,13 @@ webhooks: type: string enum: - closed - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: &712 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: &713 allOf: - - *533 + - *534 - type: object properties: allow_auto_merge: @@ -160718,7 +160729,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *668 + repository: *669 sender: *4 required: - action @@ -160799,12 +160810,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: *712 - repository: *668 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: *713 + repository: *669 sender: *4 required: - action @@ -160884,11 +160895,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *665 - milestone: *431 - number: *711 - organization: *667 - pull_request: &713 + enterprise: *666 + milestone: *432 + number: *712 + organization: *668 + pull_request: &714 title: Pull Request type: object properties: @@ -163215,7 +163226,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -163294,11 +163305,11 @@ webhooks: type: string enum: - dequeued - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -165644,7 +165655,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *668 + repository: *669 sender: *4 required: - action @@ -165768,12 +165779,12 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: *712 - repository: *668 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: *713 + repository: *669 sender: *4 required: - action @@ -165853,11 +165864,11 @@ webhooks: type: string enum: - enqueued - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -168188,7 +168199,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -168268,11 +168279,11 @@ webhooks: type: string enum: - labeled - enterprise: *665 - installation: *666 - label: *684 - number: *711 - organization: *667 + enterprise: *666 + installation: *667 + label: *685 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -170620,7 +170631,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -170701,10 +170712,10 @@ webhooks: type: string enum: - locked - enterprise: *665 - installation: *666 - number: *711 - organization: *667 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -173050,7 +173061,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -173130,12 +173141,12 @@ webhooks: type: string enum: - milestoned - enterprise: *665 - milestone: *431 - number: *711 - organization: *667 - pull_request: *713 - repository: *668 + enterprise: *666 + milestone: *432 + number: *712 + organization: *668 + pull_request: *714 + repository: *669 sender: *4 required: - action @@ -173214,12 +173225,12 @@ webhooks: type: string enum: - opened - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: *712 - repository: *668 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: *713 + repository: *669 sender: *4 required: - action @@ -173300,12 +173311,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: *712 - repository: *668 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: *713 + repository: *669 sender: *4 required: - action @@ -173385,12 +173396,12 @@ webhooks: type: string enum: - reopened - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: *712 - repository: *668 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: *713 + repository: *669 sender: *4 required: - action @@ -173765,9 +173776,9 @@ webhooks: - start_side - side - reactions - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: type: object properties: @@ -175997,7 +176008,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *668 + repository: *669 sender: *4 required: - action @@ -176077,7 +176088,7 @@ webhooks: type: string enum: - deleted - comment: &715 + comment: &716 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -176370,9 +176381,9 @@ webhooks: - start_side - side - reactions - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: type: object properties: @@ -178590,7 +178601,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *668 + repository: *669 sender: *4 required: - action @@ -178670,11 +178681,11 @@ webhooks: type: string enum: - edited - changes: *714 - comment: *715 - enterprise: *665 - installation: *666 - organization: *667 + changes: *715 + comment: *716 + enterprise: *666 + installation: *667 + organization: *668 pull_request: type: object properties: @@ -180895,7 +180906,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *668 + repository: *669 sender: *4 required: - action @@ -180976,9 +180987,9 @@ webhooks: type: string enum: - dismissed - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: title: Simple Pull Request type: object @@ -183211,7 +183222,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *668 + repository: *669 review: description: The review that was affected. type: object @@ -183462,9 +183473,9 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: title: Simple Pull Request type: object @@ -185578,8 +185589,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *668 - review: &716 + repository: *669 + review: &717 description: The review that was affected. type: object properties: @@ -185817,12 +185828,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: description: The pull request number. type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -188169,7 +188180,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 requested_reviewer: title: User type: @@ -188255,12 +188266,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: description: The pull request number. type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -190614,7 +190625,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190809,12 +190820,12 @@ webhooks: type: string enum: - review_requested - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: description: The pull request number. type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -193163,7 +193174,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 requested_reviewer: title: User type: @@ -193250,12 +193261,12 @@ webhooks: type: string enum: - review_requested - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: description: The pull request number. type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -195595,7 +195606,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195779,9 +195790,9 @@ webhooks: type: string enum: - submitted - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: title: Simple Pull Request type: object @@ -198017,8 +198028,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *668 - review: *716 + repository: *669 + review: *717 sender: *4 required: - action @@ -198098,9 +198109,9 @@ webhooks: type: string enum: - resolved - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: title: Simple Pull Request type: object @@ -200231,7 +200242,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *668 + repository: *669 sender: *4 thread: type: object @@ -200628,9 +200639,9 @@ webhooks: type: string enum: - unresolved - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: title: Simple Pull Request type: object @@ -202744,7 +202755,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *668 + repository: *669 sender: *4 thread: type: object @@ -203143,10 +203154,10 @@ webhooks: type: string before: type: string - enterprise: *665 - installation: *666 - number: *711 - organization: *667 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -205481,7 +205492,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -205563,11 +205574,11 @@ webhooks: type: string enum: - unassigned - assignee: *717 - enterprise: *665 - installation: *666 - number: *711 - organization: *667 + assignee: *718 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -207917,7 +207928,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -207996,11 +208007,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *665 - installation: *666 - label: *684 - number: *711 - organization: *667 + enterprise: *666 + installation: *667 + label: *685 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -210339,7 +210350,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -210420,10 +210431,10 @@ webhooks: type: string enum: - unlocked - enterprise: *665 - installation: *666 - number: *711 - organization: *667 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -212752,7 +212763,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -212955,7 +212966,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *665 + enterprise: *666 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -213050,8 +213061,8 @@ webhooks: - url - author - committer - installation: *666 - organization: *667 + installation: *667 + organization: *668 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -213639,9 +213650,9 @@ webhooks: type: string enum: - published - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 registry_package: type: object properties: @@ -214118,7 +214129,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *699 + items: *700 summary: type: string tag_name: @@ -214174,7 +214185,7 @@ webhooks: - owner - package_version - registry - repository: *668 + repository: *669 sender: *4 required: - action @@ -214252,9 +214263,9 @@ webhooks: type: string enum: - updated - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 registry_package: type: object properties: @@ -214566,7 +214577,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *699 + items: *700 summary: type: string tag_name: @@ -214616,7 +214627,7 @@ webhooks: - owner - package_version - registry - repository: *668 + repository: *669 sender: *4 required: - action @@ -214693,10 +214704,10 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - release: &718 + enterprise: *666 + installation: *667 + organization: *668 + release: &719 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -215027,7 +215038,7 @@ webhooks: - updated_at - zipball_url - body - repository: *668 + repository: *669 sender: *4 required: - action @@ -215104,11 +215115,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - release: *718 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + release: *719 + repository: *669 sender: *4 required: - action @@ -215225,11 +215236,11 @@ webhooks: type: boolean required: - to - enterprise: *665 - installation: *666 - organization: *667 - release: *718 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + release: *719 + repository: *669 sender: *4 required: - action @@ -215307,9 +215318,9 @@ webhooks: type: string enum: - prereleased - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -215645,7 +215656,7 @@ webhooks: - string - 'null' format: uri - repository: *668 + repository: *669 sender: *4 required: - action @@ -215721,10 +215732,10 @@ webhooks: type: string enum: - published - enterprise: *665 - installation: *666 - organization: *667 - release: &719 + enterprise: *666 + installation: *667 + organization: *668 + release: &720 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -216057,7 +216068,7 @@ webhooks: - string - 'null' format: uri - repository: *668 + repository: *669 sender: *4 required: - action @@ -216133,11 +216144,11 @@ webhooks: type: string enum: - released - enterprise: *665 - installation: *666 - organization: *667 - release: *718 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + release: *719 + repository: *669 sender: *4 required: - action @@ -216213,11 +216224,11 @@ webhooks: type: string enum: - unpublished - enterprise: *665 - installation: *666 - organization: *667 - release: *719 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + release: *720 + repository: *669 sender: *4 required: - action @@ -216293,11 +216304,11 @@ webhooks: type: string enum: - published - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - repository_advisory: *588 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + repository_advisory: *589 sender: *4 required: - action @@ -216373,11 +216384,11 @@ webhooks: type: string enum: - reported - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - repository_advisory: *588 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + repository_advisory: *589 sender: *4 required: - action @@ -216453,10 +216464,10 @@ webhooks: type: string enum: - archived - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -216533,10 +216544,10 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -216614,10 +216625,10 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -216702,10 +216713,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -216820,10 +216831,10 @@ webhooks: - 'null' items: type: string - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -216895,10 +216906,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 status: type: string @@ -216979,10 +216990,10 @@ webhooks: type: string enum: - privatized - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -217059,10 +217070,10 @@ webhooks: type: string enum: - publicized - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -217156,10 +217167,10 @@ webhooks: - name required: - repository - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -217239,11 +217250,11 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - repository_ruleset: *256 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + repository_ruleset: *257 sender: *4 required: - action @@ -217321,11 +217332,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - repository_ruleset: *256 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + repository_ruleset: *257 sender: *4 required: - action @@ -217403,11 +217414,11 @@ webhooks: type: string enum: - edited - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - repository_ruleset: *256 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + repository_ruleset: *257 changes: type: object properties: @@ -217426,16 +217437,16 @@ webhooks: properties: added: type: array - items: *231 + items: *232 deleted: type: array - items: *231 + items: *232 updated: type: array items: type: object properties: - condition: *231 + condition: *232 changes: type: object properties: @@ -217468,16 +217479,16 @@ webhooks: properties: added: type: array - items: *553 + items: *554 deleted: type: array - items: *553 + items: *554 updated: type: array items: type: object properties: - rule: *553 + rule: *554 changes: type: object properties: @@ -217714,10 +217725,10 @@ webhooks: - from required: - owner - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -217795,10 +217806,10 @@ webhooks: type: string enum: - unarchived - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -217876,7 +217887,7 @@ webhooks: type: string enum: - create - alert: &720 + alert: &721 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -218000,10 +218011,10 @@ webhooks: type: string enum: - open - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -218213,10 +218224,10 @@ webhooks: type: string enum: - dismissed - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -218294,11 +218305,11 @@ webhooks: type: string enum: - reopen - alert: *720 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + alert: *721 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -218500,10 +218511,10 @@ webhooks: enum: - fixed - open - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -218581,7 +218592,7 @@ webhooks: type: string enum: - created - alert: &721 + alert: &722 type: object properties: number: *52 @@ -218691,10 +218702,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -218775,11 +218786,11 @@ webhooks: type: string enum: - created - alert: *721 - installation: *666 - location: *722 - organization: *667 - repository: *668 + alert: *722 + installation: *667 + location: *723 + organization: *668 + repository: *669 sender: *4 required: - location @@ -219017,11 +219028,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *721 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + alert: *722 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -219099,11 +219110,11 @@ webhooks: type: string enum: - reopened - alert: *721 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + alert: *722 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -219181,11 +219192,11 @@ webhooks: type: string enum: - resolved - alert: *721 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + alert: *722 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -219263,11 +219274,11 @@ webhooks: type: string enum: - validated - alert: *721 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + alert: *722 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -219397,10 +219408,10 @@ webhooks: - organization - enterprise - - repository: *668 - enterprise: *665 - installation: *666 - organization: *667 + repository: *669 + enterprise: *666 + installation: *667 + organization: *668 sender: *4 required: - action @@ -219478,11 +219489,11 @@ webhooks: type: string enum: - published - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - security_advisory: &723 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + security_advisory: &724 description: The details of the security advisory, including summary, description, and severity. type: object @@ -219668,11 +219679,11 @@ webhooks: type: string enum: - updated - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - security_advisory: *723 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + security_advisory: *724 sender: *4 required: - action @@ -219745,10 +219756,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -219934,11 +219945,11 @@ webhooks: from: type: object properties: - security_and_analysis: *230 - enterprise: *665 - installation: *666 - organization: *667 - repository: *305 + security_and_analysis: *231 + enterprise: *666 + installation: *667 + organization: *668 + repository: *306 sender: *4 required: - changes @@ -220016,12 +220027,12 @@ webhooks: type: string enum: - cancelled - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: &724 + sponsorship: &725 type: object properties: created_at: @@ -220326,12 +220337,12 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: *724 + sponsorship: *725 required: - action - sponsorship @@ -220419,12 +220430,12 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: *724 + sponsorship: *725 required: - action - changes @@ -220501,17 +220512,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &725 + effective_date: &726 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: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: *724 + sponsorship: *725 required: - action - sponsorship @@ -220585,7 +220596,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &726 + changes: &727 type: object properties: tier: @@ -220629,13 +220640,13 @@ webhooks: - from required: - tier - effective_date: *725 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + effective_date: *726 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: *724 + sponsorship: *725 required: - action - changes @@ -220712,13 +220723,13 @@ webhooks: type: string enum: - tier_changed - changes: *726 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + changes: *727 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: *724 + sponsorship: *725 required: - action - changes @@ -220792,10 +220803,10 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -220879,10 +220890,10 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221316,15 +221327,15 @@ webhooks: type: - string - 'null' - enterprise: *665 + enterprise: *666 id: description: The unique identifier of the status. type: integer - installation: *666 + installation: *667 name: type: string - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 sha: description: The Commit SHA. @@ -221440,9 +221451,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -221532,9 +221543,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -221624,9 +221635,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -221716,9 +221727,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -221795,12 +221806,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - team: &727 + team: &728 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -221993,9 +222004,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 repository: title: Repository description: A git repository @@ -222465,7 +222476,7 @@ webhooks: - topics - visibility sender: *4 - team: *727 + team: *728 required: - action - team @@ -222541,9 +222552,9 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 repository: title: Repository description: A git repository @@ -223013,7 +223024,7 @@ webhooks: - topics - visibility sender: *4 - team: *727 + team: *728 required: - action - team @@ -223090,9 +223101,9 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 repository: title: Repository description: A git repository @@ -223562,7 +223573,7 @@ webhooks: - topics - visibility sender: *4 - team: *727 + team: *728 required: - action - team @@ -223706,9 +223717,9 @@ webhooks: - from required: - permissions - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 repository: title: Repository description: A git repository @@ -224178,7 +224189,7 @@ webhooks: - topics - visibility sender: *4 - team: *727 + team: *728 required: - action - changes @@ -224256,9 +224267,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 repository: title: Repository description: A git repository @@ -224728,7 +224739,7 @@ webhooks: - topics - visibility sender: *4 - team: *727 + team: *728 required: - action - team @@ -224804,10 +224815,10 @@ webhooks: type: string enum: - started - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -224880,17 +224891,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *665 + enterprise: *666 inputs: type: - object - 'null' additionalProperties: true - installation: *666 - organization: *667 + installation: *667 + organization: *668 ref: type: string - repository: *668 + repository: *669 sender: *4 workflow: type: string @@ -224972,10 +224983,10 @@ webhooks: type: string enum: - completed - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 workflow_job: allOf: @@ -225231,7 +225242,7 @@ webhooks: type: string required: - conclusion - deployment: *451 + deployment: *452 required: - action - repository @@ -225310,10 +225321,10 @@ webhooks: type: string enum: - in_progress - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 workflow_job: allOf: @@ -225595,7 +225606,7 @@ webhooks: required: - status - steps - deployment: *451 + deployment: *452 required: - action - repository @@ -225674,10 +225685,10 @@ webhooks: type: string enum: - queued - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 workflow_job: type: object @@ -225823,7 +225834,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *451 + deployment: *452 required: - action - repository @@ -225902,10 +225913,10 @@ webhooks: type: string enum: - waiting - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 workflow_job: type: object @@ -226052,7 +226063,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *451 + deployment: *452 required: - action - repository @@ -226132,12 +226143,12 @@ webhooks: type: string enum: - completed - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - workflow: *680 + workflow: *681 workflow_run: title: Workflow Run type: object @@ -227156,12 +227167,12 @@ webhooks: type: string enum: - in_progress - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - workflow: *680 + workflow: *681 workflow_run: title: Workflow Run type: object @@ -228165,12 +228176,12 @@ webhooks: type: string enum: - requested - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - workflow: *680 + workflow: *681 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 2cb831df2..f146f5211 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -64537,6 +64537,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": [ @@ -64548,7 +64552,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 } } } @@ -64614,6 +64619,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -64624,7 +64633,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -201803,6 +201813,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": [ @@ -201814,7 +201828,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 } } } @@ -201884,6 +201899,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -201894,7 +201913,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 41fd6f879..8b60e4fd7 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -903,7 +903,7 @@ paths: - subscriptions_url - type - url - type: &272 + type: &273 type: string description: The type of credit the user is receiving. enum: @@ -1069,7 +1069,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &590 + - &591 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1654,7 +1654,7 @@ paths: schema: type: integer default: 30 - - &167 + - &168 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 @@ -1670,7 +1670,7 @@ paths: application/json: schema: type: array - items: &168 + items: &169 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1766,7 +1766,7 @@ paths: - installation_id - repository_id examples: - default: &169 + default: &170 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1901,7 +1901,7 @@ paths: description: Response content: application/json: - schema: &170 + schema: &171 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2036,7 +2036,7 @@ paths: - request - response examples: - default: &171 + default: &172 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -7714,7 +7714,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &141 + code_scanning_options: &142 type: - object - 'null' @@ -7912,7 +7912,7 @@ paths: description: Response content: application/json: - schema: &143 + schema: &144 type: array description: A list of default code security configurations items: @@ -7928,7 +7928,7 @@ paths: default configuration: *41 examples: - default: &144 + default: &145 value: - default_for_new_repos: public configuration: @@ -8259,7 +8259,7 @@ paths: - *40 - *43 responses: - '204': &145 + '204': &146 description: A header with no content is returned. '400': *14 '403': *27 @@ -8386,7 +8386,7 @@ paths: default: value: default_for_new_repos: all - configuration: &142 + configuration: &143 value: id: 1325 target_type: organization @@ -8471,7 +8471,7 @@ paths: application/json: schema: type: array - items: &146 + items: &147 type: object description: Repositories associated with a code security configuration and attachment status @@ -8816,7 +8816,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &147 + repository: &148 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8910,7 +8910,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *40 - - &151 + - &152 name: state in: query description: |- @@ -8919,7 +8919,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &152 + - &153 name: severity in: query description: |- @@ -8928,7 +8928,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &153 + - &154 name: ecosystem in: query description: |- @@ -8937,14 +8937,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &154 + - &155 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 - - &155 + - &156 name: epss_percentage in: query description: |- @@ -8956,7 +8956,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 - - &156 + - &157 name: has in: query description: |- @@ -8970,7 +8970,7 @@ paths: type: string enum: - patch - - &157 + - &158 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8980,7 +8980,7 @@ paths: enum: - development - runtime - - &158 + - &159 name: sort in: query description: |- @@ -8998,7 +8998,7 @@ paths: - *46 - *38 - *39 - - &159 + - &160 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -9011,7 +9011,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &160 + - &161 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -9031,7 +9031,7 @@ paths: application/json: schema: type: array - items: &161 + items: &162 type: object description: A Dependabot alert. properties: @@ -9101,7 +9101,7 @@ paths: - direct - transitive - - security_advisory: &443 + security_advisory: &444 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9330,7 +9330,7 @@ paths: 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &137 + dismissed_at: &138 type: - string - 'null' @@ -9361,7 +9361,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: &136 + fixed_at: &137 type: - string - 'null' @@ -9369,7 +9369,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &444 + auto_dismissed_at: &445 type: - string - 'null' @@ -9396,7 +9396,7 @@ paths: - repository additionalProperties: false examples: - default: &162 + default: &163 value: - number: 2 state: dismissed @@ -9743,7 +9743,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &260 + - &261 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9754,7 +9754,7 @@ paths: enum: - open - resolved - - &261 + - &262 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9764,7 +9764,7 @@ paths: required: false schema: type: string - - &262 + - &263 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9773,7 +9773,7 @@ paths: required: false schema: type: string - - &263 + - &264 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. @@ -9789,7 +9789,7 @@ paths: - *17 - *38 - *39 - - &264 + - &265 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9798,7 +9798,7 @@ paths: required: false schema: type: string - - &265 + - &266 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9807,7 +9807,7 @@ paths: schema: type: boolean default: false - - &266 + - &267 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9816,7 +9816,7 @@ paths: schema: type: boolean default: false - - &267 + - &268 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -9832,7 +9832,7 @@ paths: application/json: schema: type: array - items: &268 + items: &269 type: object properties: number: *52 @@ -9848,14 +9848,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &568 + state: &569 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: &569 + resolution: &570 type: - string - 'null' @@ -9962,14 +9962,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &570 + - &571 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &572 + - &573 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -10026,7 +10026,7 @@ paths: - blob_url - commit_sha - commit_url - - &573 + - &574 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. @@ -10087,7 +10087,7 @@ paths: - page_url - commit_sha - commit_url - - &574 + - &575 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -10102,7 +10102,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &575 + - &576 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -10117,7 +10117,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &576 + - &577 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -10132,7 +10132,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &577 + - &578 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -10147,7 +10147,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &578 + - &579 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -10162,7 +10162,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &579 + - &580 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -10177,7 +10177,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &580 + - &581 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. @@ -10192,7 +10192,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &581 + - &582 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. @@ -10207,7 +10207,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &582 + - &583 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. @@ -10222,7 +10222,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &583 + - &584 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. @@ -10237,7 +10237,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &584 + - &585 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 @@ -10258,7 +10258,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &269 + default: &270 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10728,7 +10728,7 @@ paths: milestone: anyOf: - type: 'null' - - &431 + - &432 title: Milestone description: A collection of related issues and pull requests. @@ -10900,7 +10900,7 @@ paths: timeline_url: type: string format: uri - type: &189 + type: &190 title: Issue Type description: The type of issue. type: @@ -11009,7 +11009,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &602 + sub_issues_summary: &603 title: Sub-issues Summary type: object properties: @@ -11023,7 +11023,7 @@ paths: - total - completed - percent_completed - issue_dependencies_summary: &603 + issue_dependencies_summary: &604 title: Issue Dependencies Summary type: object properties: @@ -11042,7 +11042,7 @@ paths: - total_blocking issue_field_values: type: array - items: &604 + items: &605 title: Issue Field Value description: A value assigned to an issue field type: object @@ -11138,7 +11138,7 @@ paths: - author_association - created_at - updated_at - comment: &490 + comment: &491 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11713,7 +11713,7 @@ paths: url: type: string format: uri - user: &616 + user: &617 title: Public User description: Public User type: object @@ -13608,7 +13608,7 @@ paths: - closed - all default: open - - &192 + - &193 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -13659,7 +13659,7 @@ paths: type: array items: *74 examples: - default: &193 + default: &194 value: - id: 1 node_id: MDU6SXNzdWUx @@ -15071,14 +15071,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &294 + - &295 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &295 + - &296 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -15149,7 +15149,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &306 + '301': &307 description: Moved permanently content: application/json: @@ -15171,7 +15171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &519 + - &520 name: all description: If `true`, show notifications marked as read. in: query @@ -15179,7 +15179,7 @@ paths: schema: type: boolean default: false - - &520 + - &521 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -15189,7 +15189,7 @@ paths: type: boolean default: false - *64 - - &521 + - &522 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: @@ -15221,7 +15221,7 @@ paths: properties: id: type: string - repository: &119 + repository: &120 title: Minimal Repository description: Minimal Repository type: object @@ -15560,7 +15560,7 @@ paths: type: boolean examples: - false - security_and_analysis: &230 + security_and_analysis: &231 type: - object - 'null' @@ -15725,7 +15725,7 @@ paths: - url - subscription_url examples: - default: &522 + default: &523 value: - id: '1' repository: @@ -16274,7 +16274,7 @@ paths: application/json: schema: type: array - items: &149 + items: &150 title: Organization Simple description: A GitHub organization. type: object @@ -16346,7 +16346,7 @@ paths: - avatar_url - description examples: - default: &632 + default: &633 value: - login: github id: 1 @@ -16658,7 +16658,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *90 - - &658 + - &659 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, @@ -16667,7 +16667,7 @@ paths: required: false schema: type: integer - - &659 + - &660 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 @@ -16676,7 +16676,7 @@ paths: required: false schema: type: integer - - &660 + - &661 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 @@ -16685,7 +16685,7 @@ paths: required: false schema: type: integer - - &661 + - &662 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 @@ -17637,7 +17637,7 @@ paths: type: integer repository_cache_usages: type: array - items: &311 + items: &312 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17875,7 +17875,7 @@ paths: - public_ip_enabled - platform examples: - default: &118 + default: &119 value: total_count: 2 runners: @@ -18474,7 +18474,7 @@ paths: description: Empty response content: application/json: - schema: &128 + schema: &129 title: Empty Object description: An object without any properties. type: object @@ -18534,11 +18534,15 @@ paths: - all - local_only - selected - selected_actions_url: &317 + selected_actions_url: &318 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: &106 + type: boolean + description: Whether actions must be pinned to a full-length commit + SHA. required: - enabled_repositories examples: @@ -18547,6 +18551,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 @@ -18578,6 +18583,7 @@ paths: properties: enabled_repositories: *104 allowed_actions: *105 + sha_pinning_required: *106 required: - enabled_repositories examples: @@ -18585,6 +18591,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18610,7 +18617,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &322 type: object properties: days: @@ -18652,7 +18659,7 @@ paths: required: true content: application/json: - schema: &322 + schema: &323 type: object properties: days: @@ -18695,7 +18702,7 @@ paths: description: Response content: application/json: - schema: &106 + schema: &107 type: object properties: approval_policy: @@ -18709,7 +18716,7 @@ paths: required: - approval_policy examples: - default: &323 + default: &324 value: approval_policy: first_time_contributors '404': *6 @@ -18740,7 +18747,7 @@ paths: required: true content: application/json: - schema: *106 + schema: *107 examples: default: summary: Set approval policy to first time contributors @@ -18768,7 +18775,7 @@ paths: description: Response content: application/json: - schema: &324 + schema: &325 type: object required: - run_workflows_from_fork_pull_requests @@ -18794,7 +18801,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &107 + default: &108 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -18822,7 +18829,7 @@ paths: required: true content: application/json: - schema: &325 + schema: &326 type: object required: - run_workflows_from_fork_pull_requests @@ -18845,7 +18852,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *107 + default: *108 responses: '204': description: Empty response for successful settings update @@ -18895,7 +18902,7 @@ paths: type: array items: *59 examples: - default: &111 + default: &112 value: total_count: 1 repositories: @@ -19080,7 +19087,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *90 - - &108 + - &109 name: repository_id description: The unique identifier of the repository. in: path @@ -19109,7 +19116,7 @@ paths: url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *90 - - *108 + - *109 responses: '204': description: Response @@ -19138,7 +19145,7 @@ paths: description: Response content: application/json: - schema: &109 + schema: &110 type: object properties: github_owned_allowed: @@ -19160,7 +19167,7 @@ paths: items: type: string examples: - default: &110 + default: &111 value: github_owned_allowed: true verified_allowed: false @@ -19193,9 +19200,9 @@ paths: required: false content: application/json: - schema: *109 + schema: *110 examples: - selected_actions: *110 + selected_actions: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -19327,7 +19334,7 @@ paths: type: array items: *59 examples: - default: *111 + default: *112 '403': *27 '404': *6 x-github: @@ -19396,7 +19403,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: - *90 - - *108 + - *109 responses: '204': description: No content @@ -19423,7 +19430,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: - *90 - - *108 + - *109 responses: '204': description: No content @@ -19457,17 +19464,17 @@ paths: description: Response content: application/json: - schema: &326 + schema: &327 type: object properties: - default_workflow_permissions: &112 + default_workflow_permissions: &113 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &113 + can_approve_pull_request_reviews: &114 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -19475,7 +19482,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &114 + default: &115 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -19508,13 +19515,13 @@ paths: required: false content: application/json: - schema: &327 + schema: &328 type: object properties: - default_workflow_permissions: *112 - can_approve_pull_request_reviews: *113 + default_workflow_permissions: *113 + can_approve_pull_request_reviews: *114 examples: - default: *114 + default: *115 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19559,7 +19566,7 @@ paths: type: number runner_groups: type: array - items: &115 + items: &116 type: object properties: id: @@ -19749,9 +19756,9 @@ paths: description: Response content: application/json: - schema: *115 + schema: *116 examples: - default: &117 + default: &118 value: id: 2 name: octo-runner-group @@ -19787,7 +19794,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - *90 - - &116 + - &117 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -19799,7 +19806,7 @@ paths: description: Response content: application/json: - schema: *115 + schema: *116 examples: default: value: @@ -19836,7 +19843,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - *90 - - *116 + - *117 requestBody: required: true content: @@ -19892,9 +19899,9 @@ paths: description: Response content: application/json: - schema: *115 + schema: *116 examples: - default: *117 + default: *118 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -19914,7 +19921,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - *90 - - *116 + - *117 responses: '204': description: Response @@ -19938,7 +19945,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - *90 - - *116 + - *117 - *17 - *19 responses: @@ -19958,7 +19965,7 @@ paths: type: array items: *96 examples: - default: *118 + default: *119 headers: Link: *57 x-github: @@ -19981,7 +19988,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: - *90 - - *116 + - *117 - *19 - *17 responses: @@ -19999,9 +20006,9 @@ paths: type: number repositories: type: array - items: *119 + items: *120 examples: - default: &619 + default: &620 value: total_count: 1 repositories: @@ -20254,7 +20261,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: - *90 - - *116 + - *117 requestBody: required: true content: @@ -20299,8 +20306,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: - *90 - - *116 - - *108 + - *117 + - *109 responses: '204': description: Response @@ -20323,8 +20330,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: - *90 - - *116 - - *108 + - *117 + - *109 responses: '204': description: Response @@ -20348,7 +20355,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - *90 - - *116 + - *117 - *17 - *19 responses: @@ -20366,7 +20373,7 @@ paths: type: number runners: type: array - items: &121 + items: &122 title: Self hosted runners description: A self hosted runner type: object @@ -20400,7 +20407,7 @@ paths: type: boolean labels: type: array - items: &124 + items: &125 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -20430,7 +20437,7 @@ paths: - busy - labels examples: - default: &122 + default: &123 value: total_count: 2 runners: @@ -20490,7 +20497,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - *90 - - *116 + - *117 requestBody: required: true content: @@ -20535,8 +20542,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: - *90 - - *116 - - &120 + - *117 + - &121 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -20565,8 +20572,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: - *90 - - *116 - - *120 + - *117 + - *121 responses: '204': description: Response @@ -20614,9 +20621,9 @@ paths: type: integer runners: type: array - items: *121 + items: *122 examples: - default: *122 + default: *123 headers: Link: *57 x-github: @@ -20648,7 +20655,7 @@ paths: application/json: schema: type: array - items: &328 + items: &329 title: Runner Application description: Runner Application type: object @@ -20673,7 +20680,7 @@ paths: - download_url - filename examples: - default: &329 + default: &330 value: - os: osx architecture: x64 @@ -20759,7 +20766,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &330 + '201': &331 description: Response content: application/json: @@ -20769,7 +20776,7 @@ paths: - runner - encoded_jit_config properties: - runner: *121 + runner: *122 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -20832,7 +20839,7 @@ paths: description: Response content: application/json: - schema: &123 + schema: &124 title: Authentication Token description: Authentication Token type: object @@ -20874,7 +20881,7 @@ paths: - token - expires_at examples: - default: &331 + default: &332 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -20911,9 +20918,9 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: - default: &332 + default: &333 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -20939,15 +20946,15 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - *90 - - *120 + - *121 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &333 + default: &334 value: id: 23 name: MBP @@ -20989,7 +20996,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - *90 - - *120 + - *121 responses: '204': description: Response @@ -21016,9 +21023,9 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - *90 - - *120 + - *121 responses: - '200': &125 + '200': &126 description: Response content: application/json: @@ -21032,7 +21039,7 @@ paths: type: integer labels: type: array - items: *124 + items: *125 examples: default: value: @@ -21072,7 +21079,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - *90 - - *120 + - *121 requestBody: required: true content: @@ -21096,7 +21103,7 @@ paths: - gpu - accelerated responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -21121,7 +21128,7 @@ paths: url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - *90 - - *120 + - *121 requestBody: required: true content: @@ -21146,7 +21153,7 @@ paths: - gpu - accelerated responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -21171,9 +21178,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: - *90 - - *120 + - *121 responses: - '200': &334 + '200': &335 description: Response content: application/json: @@ -21187,7 +21194,7 @@ paths: type: integer labels: type: array - items: *124 + items: *125 examples: default: value: @@ -21229,8 +21236,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: - *90 - - *120 - - &335 + - *121 + - &336 name: name description: The name of a self-hosted runner's custom label. in: path @@ -21238,7 +21245,7 @@ paths: schema: type: string responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -21281,7 +21288,7 @@ paths: type: integer secrets: type: array - items: &126 + items: &127 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -21362,7 +21369,7 @@ paths: description: Response content: application/json: - schema: &347 + schema: &348 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -21397,7 +21404,7 @@ paths: - key_id - key examples: - default: &348 + default: &349 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -21423,7 +21430,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - *90 - - &127 + - &128 name: secret_name description: The name of the secret. in: path @@ -21435,7 +21442,7 @@ paths: description: Response content: application/json: - schema: *126 + schema: *127 examples: default: value: @@ -21466,7 +21473,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -21523,7 +21530,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -21550,7 +21557,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - *90 - - *127 + - *128 responses: '204': description: Response @@ -21577,7 +21584,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 - *19 - *17 responses: @@ -21595,9 +21602,9 @@ paths: type: integer repositories: type: array - items: *119 + items: *120 examples: - default: &131 + default: &132 value: total_count: 1 repositories: @@ -21690,7 +21697,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -21743,7 +21750,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -21777,7 +21784,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -21810,7 +21817,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *90 - - &316 + - &317 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)." @@ -21834,7 +21841,7 @@ paths: type: integer variables: type: array - items: &129 + items: &130 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -21972,7 +21979,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -21998,7 +22005,7 @@ paths: url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - *90 - - &130 + - &131 name: name description: The name of the variable. in: path @@ -22010,7 +22017,7 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: default: value: @@ -22041,7 +22048,7 @@ paths: url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - *90 - - *130 + - *131 requestBody: required: true content: @@ -22104,7 +22111,7 @@ paths: url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - *90 - - *130 + - *131 responses: '204': description: Response @@ -22131,7 +22138,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *90 - - *130 + - *131 - *19 - *17 responses: @@ -22149,9 +22156,9 @@ paths: type: integer repositories: type: array - items: *119 + items: *120 examples: - default: *131 + default: *132 '409': description: Response when the visibility of the variable is not set to `selected` @@ -22178,7 +22185,7 @@ paths: url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *90 - - *130 + - *131 requestBody: required: true content: @@ -22228,7 +22235,7 @@ paths: url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *90 - - *130 + - *131 - name: repository_id in: path required: true @@ -22263,7 +22270,7 @@ paths: url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *90 - - *130 + - *131 - name: repository_id in: path required: true @@ -22322,12 +22329,12 @@ paths: required: - subject_digests examples: - default: &647 + default: &648 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &648 + withPredicateType: &649 value: subject_digests: - sha256:abc123 @@ -22386,7 +22393,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &649 + default: &650 value: attestations_subject_digests: - sha256:abc: @@ -22680,7 +22687,7 @@ paths: bundle_url: type: string examples: - default: &361 + default: &362 value: attestations: - bundle: @@ -22799,7 +22806,7 @@ paths: type: array items: *4 examples: - default: &194 + default: &195 value: - login: octocat id: 1 @@ -22838,7 +22845,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - *90 - - &132 + - &133 name: username description: The handle for the GitHub user account. in: path @@ -22870,7 +22877,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -22891,7 +22898,7 @@ paths: url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -22924,7 +22931,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &133 + schema: &134 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -22950,7 +22957,7 @@ paths: application/json: schema: type: array - items: &134 + items: &135 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -22981,7 +22988,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &150 + items: &151 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -23040,7 +23047,7 @@ paths: parent: anyOf: - type: 'null' - - &206 + - &207 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -23156,7 +23163,7 @@ paths: - string - 'null' format: date-time - state: *133 + state: *134 contact_link: description: The contact link of the campaign. type: @@ -23373,9 +23380,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: &135 + default: &136 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -23458,9 +23465,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *135 + default: *136 '404': *6 '422': description: Unprocessable Entity @@ -23538,7 +23545,7 @@ paths: - string - 'null' format: uri - state: *133 + state: *134 examples: default: value: @@ -23548,9 +23555,9 @@ paths: description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *135 + default: *136 '400': description: Bad Request content: @@ -23617,17 +23624,17 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *90 - - &386 + - &387 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: &138 + schema: &139 type: string description: The name of the tool used to generate the code scanning analysis. - - &387 + - &388 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 @@ -23635,7 +23642,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &139 + schema: &140 type: - string - 'null' @@ -23651,7 +23658,7 @@ paths: be returned. in: query required: false - schema: &389 + schema: &390 type: string description: State of a code scanning alert. enum: @@ -23674,7 +23681,7 @@ paths: be returned. in: query required: false - schema: &390 + schema: &391 type: string description: Severity of a code scanning alert. enum: @@ -23700,13 +23707,13 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: &391 + instances_url: &392 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &140 + state: &141 type: - string - 'null' @@ -23716,13 +23723,13 @@ paths: - dismissed - fixed - - fixed_at: *136 + fixed_at: *137 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *137 - dismissed_reason: &392 + dismissed_at: *138 + dismissed_reason: &393 type: - string - 'null' @@ -23733,14 +23740,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &393 + dismissed_comment: &394 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &394 + rule: &395 type: object properties: id: @@ -23801,26 +23808,26 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &395 + tool: &396 type: object properties: - name: *138 + name: *139 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *139 - most_recent_instance: &396 + guid: *140 + most_recent_instance: &397 type: object properties: - ref: &388 + ref: &389 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &406 + analysis_key: &407 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -23831,13 +23838,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &407 + category: &408 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: *140 + state: *141 commit_sha: type: string message: @@ -24340,7 +24347,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *141 + code_scanning_options: *142 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -24483,7 +24490,7 @@ paths: application/json: schema: *41 examples: - default: *142 + default: *143 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24511,9 +24518,9 @@ paths: description: Response content: application/json: - schema: *143 + schema: *144 examples: - default: *144 + default: *145 '304': *35 '403': *27 '404': *6 @@ -24565,7 +24572,7 @@ paths: - 32 - 91 responses: - '204': *145 + '204': *146 '400': *14 '403': *27 '404': *6 @@ -24600,7 +24607,7 @@ paths: application/json: schema: *41 examples: - default: *142 + default: *143 '304': *35 '403': *27 '404': *6 @@ -24884,7 +24891,7 @@ paths: - *90 - *43 responses: - '204': *145 + '204': *146 '400': *14 '403': *27 '404': *6 @@ -25022,7 +25029,7 @@ paths: default: value: default_for_new_repos: all - configuration: *142 + configuration: *143 '403': *27 '404': *6 x-github: @@ -25075,13 +25082,13 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *147 + repository: *148 '403': *27 '404': *6 x-github: @@ -25121,7 +25128,7 @@ paths: type: integer codespaces: type: array - items: &195 + items: &196 type: object title: Codespace description: A codespace. @@ -25152,11 +25159,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *119 + repository: *120 machine: anyOf: - type: 'null' - - &419 + - &420 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -25443,7 +25450,7 @@ paths: - pulls_url - recent_folders examples: - default: &196 + default: &197 value: total_count: 3 codespaces: @@ -26067,7 +26074,7 @@ paths: type: integer secrets: type: array - items: &148 + items: &149 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -26108,7 +26115,7 @@ paths: - updated_at - visibility examples: - default: &420 + default: &421 value: total_count: 2 secrets: @@ -26146,7 +26153,7 @@ paths: description: Response content: application/json: - schema: &421 + schema: &422 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -26181,7 +26188,7 @@ paths: - key_id - key examples: - default: &422 + default: &423 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26205,15 +26212,15 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *90 - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *148 + schema: *149 examples: - default: &424 + default: &425 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -26241,7 +26248,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -26296,7 +26303,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -26323,7 +26330,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *90 - - *127 + - *128 responses: '204': description: Response @@ -26349,7 +26356,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 - *19 - *17 responses: @@ -26367,9 +26374,9 @@ paths: type: integer repositories: type: array - items: *119 + items: *120 examples: - default: *131 + default: *132 '404': *6 x-github: githubCloudOnly: false @@ -26392,7 +26399,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -26443,7 +26450,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -26477,7 +26484,7 @@ paths: url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -26680,7 +26687,7 @@ paths: currently being billed. seats: type: array - items: &198 + items: &199 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -26693,12 +26700,12 @@ paths: organization: anyOf: - type: 'null' - - *149 + - *150 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *150 + - *151 - title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -27268,7 +27275,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -27583,7 +27590,7 @@ paths: - date additionalProperties: true examples: - default: &277 + default: &278 value: - date: '2024-06-24' total_active_users: 24 @@ -27685,7 +27692,7 @@ paths: '500': *91 '403': *27 '404': *6 - '422': &278 + '422': &279 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -27713,11 +27720,11 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *90 - - *151 - *152 - *153 - *154 - *155 + - *156 - name: package_registry_url in: query description: A comma-separated list of package registry URLs. If specified, @@ -27733,14 +27740,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string - - *156 - *157 - *158 + - *159 - *46 - *38 - *39 - - *159 - *160 + - *161 - *17 responses: '200': @@ -27749,9 +27756,9 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *162 + default: *163 '304': *35 '400': *14 '403': *27 @@ -27795,7 +27802,7 @@ paths: type: integer secrets: type: array - items: &163 + items: &164 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -27874,7 +27881,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -27893,7 +27900,7 @@ paths: - key_id - key examples: - default: &448 + default: &449 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27917,13 +27924,13 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - *90 - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *163 + schema: *164 examples: default: value: @@ -27952,7 +27959,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -28007,7 +28014,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -28032,7 +28039,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - *90 - - *127 + - *128 responses: '204': description: Response @@ -28057,7 +28064,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 - *19 - *17 responses: @@ -28075,9 +28082,9 @@ paths: type: integer repositories: type: array - items: *119 + items: *120 examples: - default: *131 + default: *132 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28099,7 +28106,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -28150,7 +28157,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -28182,7 +28189,7 @@ paths: url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *90 - - *127 + - *128 - name: repository_id in: path required: true @@ -28220,7 +28227,7 @@ paths: application/json: schema: type: array - items: &208 + items: &209 title: Package description: A software package type: object @@ -28273,7 +28280,7 @@ paths: repository: anyOf: - type: 'null' - - *119 + - *120 created_at: type: string format: date-time @@ -28291,7 +28298,7 @@ paths: - created_at - updated_at examples: - default: &209 + default: &210 value: - id: 197 name: hello_docker @@ -28458,7 +28465,7 @@ paths: application/json: schema: type: array - items: &186 + items: &187 title: Organization Invitation description: Organization Invitation type: object @@ -28512,7 +28519,7 @@ paths: - invitation_teams_url - node_id examples: - default: &187 + default: &188 value: - id: 1 login: monalisa @@ -28579,7 +28586,7 @@ paths: application/json: schema: type: array - items: &164 + items: &165 title: Org Hook description: Org Hook type: object @@ -28764,9 +28771,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: &165 + default: &166 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -28814,7 +28821,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *90 - - &166 + - &167 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. @@ -28827,9 +28834,9 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *165 + default: *166 '404': *6 x-github: githubCloudOnly: false @@ -28857,7 +28864,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *90 - - *166 + - *167 requestBody: required: false content: @@ -28903,7 +28910,7 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -28945,7 +28952,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *90 - - *166 + - *167 responses: '204': description: Response @@ -28973,7 +28980,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *90 - - *166 + - *167 responses: '200': description: Response @@ -29004,7 +29011,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *90 - - *166 + - *167 requestBody: required: false content: @@ -29055,9 +29062,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *90 - - *166 - - *17 - *167 + - *17 + - *168 responses: '200': description: Response @@ -29065,9 +29072,9 @@ paths: application/json: schema: type: array - items: *168 + items: *169 examples: - default: *169 + default: *170 '400': *14 '422': *15 x-github: @@ -29093,16 +29100,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *90 - - *166 + - *167 - *16 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 '400': *14 '422': *15 x-github: @@ -29128,7 +29135,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *90 - - *166 + - *167 - *16 responses: '202': *37 @@ -29158,7 +29165,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *90 - - *166 + - *167 responses: '204': description: Response @@ -29181,7 +29188,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *90 - - &176 + - &177 name: actor_type in: path description: The type of the actor @@ -29194,14 +29201,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &177 + - &178 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &172 + - &173 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`.' @@ -29209,7 +29216,7 @@ paths: required: true schema: type: string - - &173 + - &174 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) @@ -29304,12 +29311,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *90 - - *172 - *173 + - *174 - *19 - *17 - *46 - - &182 + - &183 name: sort description: The property to sort the results by. in: query @@ -29389,14 +29396,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *90 - - *172 - *173 + - *174 responses: '200': description: Response content: application/json: - schema: &174 + schema: &175 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -29412,7 +29419,7 @@ paths: type: integer format: int64 examples: - default: &175 + default: &176 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -29433,23 +29440,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *90 - - &178 + - &179 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *172 - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 x-github: enabledForGitHubApps: true category: orgs @@ -29468,18 +29475,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *90 - - *172 - *173 - - *176 + - *174 - *177 + - *178 responses: '200': description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 x-github: enabledForGitHubApps: true category: orgs @@ -29497,9 +29504,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *90 - - *172 - *173 - - &179 + - *174 + - &180 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -29512,7 +29519,7 @@ paths: description: Response content: application/json: - schema: &180 + schema: &181 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -29528,7 +29535,7 @@ paths: type: integer format: int64 examples: - default: &181 + default: &182 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -29565,18 +29572,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *90 - - *178 - - *172 - - *173 - *179 + - *173 + - *174 + - *180 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 x-github: enabledForGitHubApps: true category: orgs @@ -29594,19 +29601,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *90 - - *176 - *177 - - *172 + - *178 - *173 - - *179 + - *174 + - *180 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 x-github: enabledForGitHubApps: true category: orgs @@ -29624,13 +29631,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *90 - - *178 - - *172 + - *179 - *173 + - *174 - *19 - *17 - *46 - - *182 + - *183 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -29714,7 +29721,7 @@ paths: application/json: schema: *20 examples: - default: &486 + default: &487 value: id: 1 account: @@ -29880,12 +29887,12 @@ paths: application/json: schema: anyOf: - - &184 + - &185 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &183 + limit: &184 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -29913,7 +29920,7 @@ paths: properties: {} additionalProperties: false examples: - default: &185 + default: &186 value: limit: collaborators_only origin: organization @@ -29942,13 +29949,13 @@ paths: required: true content: application/json: - schema: &487 + schema: &488 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *183 + limit: *184 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -29973,9 +29980,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 '422': *15 x-github: githubCloudOnly: false @@ -30051,9 +30058,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *187 + default: *188 headers: Link: *57 '404': *6 @@ -30130,7 +30137,7 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: default: value: @@ -30185,7 +30192,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *90 - - &188 + - &189 name: invitation_id description: The unique identifier of the invitation. in: path @@ -30216,7 +30223,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *90 - - *188 + - *189 - *17 - *19 responses: @@ -30226,9 +30233,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: &207 + default: &208 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -30271,7 +30278,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -30359,9 +30366,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: - default: &190 + default: &191 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -30394,7 +30401,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *90 - - &191 + - &192 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -30450,9 +30457,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: - default: *190 + default: *191 '404': *6 '422': *7 x-github: @@ -30477,7 +30484,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *90 - - *191 + - *192 responses: '204': description: Response @@ -30540,7 +30547,7 @@ paths: - closed - all default: open - - *192 + - *193 - name: type description: Can be the name of an issue type. in: query @@ -30571,7 +30578,7 @@ paths: type: array items: *74 examples: - default: *193 + default: *194 headers: Link: *57 '404': *6 @@ -30631,7 +30638,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '422': *15 @@ -30652,7 +30659,7 @@ paths: url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response if requester is an organization member and user is @@ -30687,7 +30694,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -30714,7 +30721,7 @@ paths: - *17 - *19 - *90 - - *132 + - *133 responses: '200': description: Response @@ -30730,9 +30737,9 @@ paths: type: integer codespaces: type: array - items: *195 + items: *196 examples: - default: *196 + default: *197 '304': *35 '500': *91 '401': *23 @@ -30758,8 +30765,8 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - *90 - - *132 - - &197 + - *133 + - &198 name: codespace_name in: path required: true @@ -30793,16 +30800,16 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - *90 - - *132 - - *197 + - *133 + - *198 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: &418 + default: &419 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -30976,13 +30983,13 @@ paths: url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - *90 - - *132 + - *133 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -31052,13 +31059,13 @@ paths: url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - *90 - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: &199 + schema: &200 title: Org Membership description: Org Membership type: object @@ -31107,7 +31114,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *149 + organization: *150 user: anyOf: - type: 'null' @@ -31127,7 +31134,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &200 + response-if-user-has-an-active-admin-membership-with-organization: &201 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -31196,7 +31203,7 @@ paths: url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - *90 - - *132 + - *133 requestBody: required: false content: @@ -31224,9 +31231,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - response-if-user-already-had-membership-with-organization: *200 + response-if-user-already-had-membership-with-organization: *201 '422': *15 '403': *27 x-github: @@ -31251,7 +31258,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -31298,7 +31305,7 @@ paths: application/json: schema: type: array - items: &201 + items: &202 title: Migration description: A migration. type: object @@ -31636,7 +31643,7 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -31815,7 +31822,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *90 - - &202 + - &203 name: migration_id description: The unique identifier of the migration. in: path @@ -31843,7 +31850,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -32013,7 +32020,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *90 - - *202 + - *203 responses: '302': description: Response @@ -32035,7 +32042,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *90 - - *202 + - *203 responses: '204': description: Response @@ -32059,8 +32066,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *90 - - *202 - - &631 + - *203 + - &632 name: repo_name description: repo_name parameter in: path @@ -32088,7 +32095,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *90 - - *202 + - *203 - *17 - *19 responses: @@ -32098,9 +32105,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: &214 + default: &215 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -32253,7 +32260,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &205 + items: &206 title: Organization Role description: Organization roles type: object @@ -32403,7 +32410,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *90 - - &203 + - &204 name: team_slug description: The slug of the team name. in: path @@ -32435,8 +32442,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *90 - - *203 - - &204 + - *204 + - &205 name: role_id description: The unique identifier of the role. in: path @@ -32472,8 +32479,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *90 - - *203 - *204 + - *205 responses: '204': description: Response @@ -32499,7 +32506,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -32525,8 +32532,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - *90 - - *132 - - *204 + - *133 + - *205 responses: '204': description: Response @@ -32557,8 +32564,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - *90 - - *132 - - *204 + - *133 + - *205 responses: '204': description: Response @@ -32587,13 +32594,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *90 - - *204 + - *205 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -32644,7 +32651,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *90 - - *204 + - *205 - *17 - *19 responses: @@ -32723,7 +32730,7 @@ paths: parent: anyOf: - type: 'null' - - *206 + - *207 required: - id - node_id @@ -32737,7 +32744,7 @@ paths: - slug - parent examples: - default: *207 + default: *208 headers: Link: *57 '404': @@ -32767,7 +32774,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *90 - - *204 + - *205 - *17 - *19 responses: @@ -32796,7 +32803,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *206 + items: *207 name: type: - string @@ -32913,7 +32920,7 @@ paths: - type - url examples: - default: *194 + default: *195 headers: Link: *57 '404': @@ -32964,7 +32971,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -32990,7 +32997,7 @@ paths: url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - *90 - - *132 + - *133 requestBody: required: false content: @@ -33048,7 +33055,7 @@ paths: url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -33106,7 +33113,7 @@ paths: - nuget - container - *90 - - &633 + - &634 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -33142,12 +33149,12 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *209 + default: *210 '403': *27 '401': *23 - '400': &635 + '400': &636 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -33169,7 +33176,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &210 + - &211 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 @@ -33187,7 +33194,7 @@ paths: - docker - nuget - container - - &211 + - &212 name: package_name description: The name of the package. in: path @@ -33200,7 +33207,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -33252,8 +33259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *210 - *211 + - *212 - *90 responses: '204': @@ -33286,8 +33293,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *210 - *211 + - *212 - *90 - name: token description: package token @@ -33320,8 +33327,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: - - *210 - *211 + - *212 - *90 - *19 - *17 @@ -33342,7 +33349,7 @@ paths: application/json: schema: type: array - items: &212 + items: &213 title: Package Version description: A version of a software package type: object @@ -33477,10 +33484,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *210 - *211 + - *212 - *90 - - &213 + - &214 name: package_version_id description: Unique identifier of the package version. in: path @@ -33492,7 +33499,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -33528,10 +33535,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *210 - *211 + - *212 - *90 - - *213 + - *214 responses: '204': description: Response @@ -33563,10 +33570,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *210 - *211 + - *212 - *90 - - *213 + - *214 responses: '204': description: Response @@ -33596,7 +33603,7 @@ paths: - *90 - *17 - *19 - - &215 + - &216 name: sort description: The property by which to sort the results. in: query @@ -33607,7 +33614,7 @@ paths: - created_at default: created_at - *46 - - &216 + - &217 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -33619,7 +33626,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &217 + - &218 name: repository description: The name of the repository to use to filter the results. in: query @@ -33628,7 +33635,7 @@ paths: type: string examples: - Hello-World - - &218 + - &219 name: permission description: The permission to use to filter the results. in: query @@ -33637,7 +33644,7 @@ paths: type: string examples: - issues_read - - &219 + - &220 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) @@ -33647,7 +33654,7 @@ paths: schema: type: string format: date-time - - &220 + - &221 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) @@ -33657,7 +33664,7 @@ paths: schema: type: string format: date-time - - &221 + - &222 name: token_id description: The ID of the token in: query @@ -33933,7 +33940,7 @@ paths: '422': *15 '404': *6 '403': *27 - '204': *145 + '204': *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33974,9 +33981,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -34002,14 +34009,14 @@ paths: - *90 - *17 - *19 - - *215 - - *46 - *216 + - *46 - *217 - *218 - *219 - *220 - *221 + - *222 responses: '500': *91 '422': *15 @@ -34250,7 +34257,7 @@ paths: responses: '500': *91 '404': *6 - '204': *145 + '204': *146 '403': *27 '422': *15 x-github: @@ -34291,9 +34298,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -34335,7 +34342,7 @@ paths: type: integer configurations: type: array - items: &222 + items: &223 title: Organization private registry description: Private registry configuration for an organization type: object @@ -34594,7 +34601,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &223 + org-private-registry-with-selected-visibility: &224 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -34686,15 +34693,15 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *90 - - *127 + - *128 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *222 + schema: *223 examples: - default: *223 + default: *224 '404': *6 x-github: githubCloudOnly: false @@ -34716,7 +34723,7 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *90 - - *127 + - *128 requestBody: required: true content: @@ -34813,7 +34820,7 @@ paths: url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *90 - - *127 + - *128 responses: '204': description: Response @@ -34859,7 +34866,7 @@ paths: application/json: schema: type: array - items: &224 + items: &225 title: Project description: Projects are a way to organize columns and cards of work. @@ -35041,7 +35048,7 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: default: value: @@ -35079,7 +35086,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &303 + '410': &304 description: Gone content: application/json: @@ -35114,7 +35121,7 @@ paths: application/json: schema: type: array - items: &225 + items: &226 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -35190,7 +35197,7 @@ paths: - property_name - value_type examples: - default: &226 + default: &227 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -35249,7 +35256,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *225 + items: *226 minItems: 1 maxItems: 100 required: @@ -35279,9 +35286,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *226 + default: *227 '403': *27 '404': *6 x-github: @@ -35303,7 +35310,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *90 - - &227 + - &228 name: custom_property_name description: The custom property name in: path @@ -35315,9 +35322,9 @@ paths: description: Response content: application/json: - schema: *225 + schema: *226 examples: - default: &228 + default: &229 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -35352,7 +35359,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *90 - - *227 + - *228 requestBody: required: true content: @@ -35430,9 +35437,9 @@ paths: description: Response content: application/json: - schema: *225 + schema: *226 examples: - default: *228 + default: *229 '403': *27 '404': *6 x-github: @@ -35456,9 +35463,9 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *90 - - *227 + - *228 responses: - '204': *145 + '204': *146 '403': *27 '404': *6 x-github: @@ -35520,7 +35527,7 @@ paths: - octocat/Hello-World properties: type: array - items: &229 + items: &230 title: Custom Property Value description: Custom property name and associated value type: object @@ -35610,7 +35617,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *229 + items: *230 required: - repository_names - properties @@ -35663,7 +35670,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -35683,7 +35690,7 @@ paths: url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response if user is a public member @@ -35708,7 +35715,7 @@ paths: url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -35730,7 +35737,7 @@ paths: url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - *90 - - *132 + - *133 responses: '204': description: Response @@ -35800,9 +35807,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -36005,7 +36012,7 @@ paths: description: Response content: application/json: - schema: &305 + schema: &306 title: Full Repository description: Full Repository type: object @@ -36470,7 +36477,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &437 + code_of_conduct: &438 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -36500,7 +36507,7 @@ paths: - key - name - html_url - security_and_analysis: *230 + security_and_analysis: *231 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -36584,7 +36591,7 @@ paths: - network_count - subscribers_count examples: - default: &307 + default: &308 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -37105,7 +37112,7 @@ paths: - *90 - *17 - *19 - - &552 + - &553 name: targets description: | A comma-separated list of rule targets to filter by. @@ -37124,7 +37131,7 @@ paths: application/json: schema: type: array - items: &256 + items: &257 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -37159,7 +37166,7 @@ paths: source: type: string description: The name of the source - enforcement: &233 + enforcement: &234 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -37172,7 +37179,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &234 + items: &235 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -37239,7 +37246,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &231 + - &232 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -37263,7 +37270,7 @@ paths: match. items: type: string - - &235 + - &236 title: Organization ruleset conditions type: object description: |- @@ -37277,7 +37284,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -37311,7 +37318,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -37333,7 +37340,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -37346,7 +37353,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &232 + items: &233 title: Repository ruleset property targeting definition type: object @@ -37379,7 +37386,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *232 + items: *233 required: - repository_property type: @@ -37387,12 +37394,12 @@ paths: - object rules: type: array - items: &553 + items: &554 title: Repository Rule type: object description: A repository rule. oneOf: - - &236 + - &237 title: creation description: Only allow users with bypass permission to create matching refs. @@ -37404,7 +37411,7 @@ paths: type: string enum: - creation - - &237 + - &238 title: update description: Only allow users with bypass permission to update matching refs. @@ -37425,7 +37432,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &238 + - &239 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -37437,7 +37444,7 @@ paths: type: string enum: - deletion - - &239 + - &240 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -37449,7 +37456,7 @@ paths: type: string enum: - required_linear_history - - &551 + - &552 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -37527,7 +37534,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &240 + - &241 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -37551,7 +37558,7 @@ paths: type: string required: - required_deployment_environments - - &241 + - &242 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -37563,7 +37570,7 @@ paths: type: string enum: - required_signatures - - &242 + - &243 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -37625,7 +37632,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &243 + - &244 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -37673,7 +37680,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &244 + - &245 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -37685,7 +37692,7 @@ paths: type: string enum: - non_fast_forward - - &245 + - &246 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -37721,7 +37728,7 @@ paths: required: - operator - pattern - - &246 + - &247 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -37757,7 +37764,7 @@ paths: required: - operator - pattern - - &247 + - &248 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -37793,7 +37800,7 @@ paths: required: - operator - pattern - - &248 + - &249 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -37829,7 +37836,7 @@ paths: required: - operator - pattern - - &249 + - &250 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -37865,7 +37872,7 @@ paths: required: - operator - pattern - - &250 + - &251 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -37890,7 +37897,7 @@ paths: type: string required: - restricted_file_paths - - &251 + - &252 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -37914,7 +37921,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &252 + - &253 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -37937,7 +37944,7 @@ paths: type: string required: - restricted_file_extensions - - &253 + - &254 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -37962,7 +37969,7 @@ paths: maximum: 100 required: - max_file_size - - &254 + - &255 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -38012,7 +38019,7 @@ paths: - repository_id required: - workflows - - &255 + - &256 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -38146,21 +38153,20 @@ paths: - push - repository default: branch - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *235 + items: *235 + conditions: *236 rules: type: array description: An array of rules within the ruleset. - items: &258 + items: &259 title: Repository Rule type: object description: A repository rule. oneOf: - - *236 - *237 - *238 - *239 @@ -38180,6 +38186,7 @@ paths: - *253 - *254 - *255 + - *256 required: - name - enforcement @@ -38217,9 +38224,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &257 + default: &258 value: id: 21 name: super cool ruleset @@ -38274,7 +38281,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *90 - - &554 + - &555 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 @@ -38289,7 +38296,7 @@ paths: in: query schema: type: string - - &555 + - &556 name: time_period description: |- The time period to filter by. @@ -38305,14 +38312,14 @@ paths: - week - month default: day - - &556 + - &557 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 - - &557 + - &558 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -38332,7 +38339,7 @@ paths: description: Response content: application/json: - schema: &558 + schema: &559 title: Rule Suites description: Response type: array @@ -38388,7 +38395,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &559 + default: &560 value: - id: 21 actor_id: 12 @@ -38432,7 +38439,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *90 - - &560 + - &561 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -38448,7 +38455,7 @@ paths: description: Response content: application/json: - schema: &561 + schema: &562 title: Rule Suite description: Response type: object @@ -38555,7 +38562,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &562 + default: &563 value: id: 21 actor_id: 12 @@ -38628,9 +38635,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '404': *6 '500': *91 put: @@ -38674,16 +38681,16 @@ paths: - tag - push - repository - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *235 + items: *235 + conditions: *236 rules: description: An array of rules within the ruleset. type: array - items: *258 + items: *259 examples: default: value: @@ -38718,9 +38725,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '404': *6 '500': *91 delete: @@ -38777,7 +38784,7 @@ paths: application/json: schema: type: array - items: &259 + items: &260 title: Ruleset version type: object description: The historical version of a ruleset @@ -38801,7 +38808,7 @@ paths: type: string format: date-time examples: - default: &564 + default: &565 value: - version_id: 3 actor: @@ -38854,9 +38861,9 @@ paths: description: Response content: application/json: - schema: &565 + schema: &566 allOf: - - *259 + - *260 - type: object required: - state @@ -38926,14 +38933,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *90 - - *260 - *261 - *262 - *263 + - *264 - *46 - *19 - *17 - - &566 + - &567 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 @@ -38943,7 +38950,7 @@ paths: required: false schema: type: string - - &567 + - &568 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 @@ -38953,10 +38960,10 @@ paths: required: false schema: type: string - - *264 - *265 - *266 - *267 + - *268 responses: '200': description: Response @@ -38964,9 +38971,9 @@ paths: application/json: schema: type: array - items: *268 + items: *269 examples: - default: *269 + default: *270 headers: Link: *57 '404': *6 @@ -39007,7 +39014,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &271 + pattern_config_version: &272 type: - string - 'null' @@ -39017,7 +39024,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &270 + items: &271 type: object properties: token_type: @@ -39086,7 +39093,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *270 + items: *271 examples: default: value: @@ -39143,7 +39150,7 @@ paths: schema: type: object properties: - pattern_config_version: *271 + pattern_config_version: *272 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -39169,7 +39176,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *271 + custom_pattern_version: *272 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -39267,7 +39274,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 description: A repository security advisory. type: object properties: @@ -39511,7 +39518,7 @@ paths: login: type: string description: The username of the user credited. - type: *272 + type: *273 credits_detailed: type: - array @@ -39522,7 +39529,7 @@ paths: type: object properties: user: *4 - type: *272 + type: *273 state: type: string description: The state of the user's acceptance of the @@ -39548,7 +39555,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *150 + items: *151 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -39586,7 +39593,7 @@ paths: - private_fork additionalProperties: false examples: - default: &589 + default: &590 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -39973,9 +39980,9 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *207 + default: *208 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39999,7 +40006,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *90 - - *203 + - *204 responses: '204': description: Response @@ -40025,7 +40032,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *90 - - *203 + - *204 responses: '204': description: Response @@ -40060,7 +40067,7 @@ paths: description: Response content: application/json: - schema: &652 + schema: &653 type: object properties: total_minutes_used: @@ -40130,7 +40137,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &653 + default: &654 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -40166,7 +40173,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 type: object properties: total_gigabytes_bandwidth_used: @@ -40184,7 +40191,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &655 + default: &656 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -40216,7 +40223,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 type: object properties: days_left_in_billing_cycle: @@ -40234,7 +40241,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &657 + default: &658 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -40276,7 +40283,7 @@ paths: type: integer network_configurations: type: array - items: &273 + items: &274 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -40401,9 +40408,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: &274 + default: &275 value: id: 123456789ABCDEF name: My network configuration @@ -40432,7 +40439,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - &275 + - &276 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -40444,9 +40451,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 headers: Link: *57 x-github: @@ -40468,7 +40475,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - *275 + - *276 requestBody: required: true content: @@ -40507,9 +40514,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40529,7 +40536,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *90 - - *275 + - *276 responses: '204': description: Response @@ -40642,7 +40649,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *90 - - *203 + - *204 - 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`). @@ -40674,13 +40681,13 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 '500': *91 '403': *27 '404': *6 - '422': *278 + '422': *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40708,9 +40715,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 headers: Link: *57 '403': *27 @@ -40804,7 +40811,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &280 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -40878,7 +40885,7 @@ paths: parent: anyOf: - type: 'null' - - *206 + - *207 members_count: type: integer examples: @@ -41184,7 +41191,7 @@ paths: - repos_count - organization examples: - default: &280 + default: &281 value: id: 1 node_id: MDQ6VGVhbTE= @@ -41255,15 +41262,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *90 - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 x-github: githubCloudOnly: false @@ -41285,7 +41292,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *90 - - *203 + - *204 requestBody: required: false content: @@ -41348,16 +41355,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '201': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 '422': *15 '403': *27 @@ -41383,7 +41390,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *90 - - *203 + - *204 responses: '204': description: Response @@ -41410,7 +41417,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *90 - - *203 + - *204 - *46 - *17 - *19 @@ -41427,7 +41434,7 @@ paths: application/json: schema: type: array - items: &281 + items: &282 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -41538,7 +41545,7 @@ paths: - updated_at - url examples: - default: &606 + default: &607 value: - author: login: octocat @@ -41613,7 +41620,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *90 - - *203 + - *204 requestBody: required: true content: @@ -41647,9 +41654,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: &282 + default: &283 value: author: login: octocat @@ -41722,8 +41729,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *90 - - *203 - - &283 + - *204 + - &284 name: discussion_number description: The number that identifies the discussion. in: path @@ -41735,9 +41742,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41760,8 +41767,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *90 - - *203 - - *283 + - *204 + - *284 requestBody: required: false content: @@ -41784,9 +41791,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: &607 + default: &608 value: author: login: octocat @@ -41857,8 +41864,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *90 - - *203 - - *283 + - *204 + - *284 responses: '204': description: Response @@ -41885,8 +41892,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *90 - - *203 - - *283 + - *204 + - *284 - *46 - *17 - *19 @@ -41897,7 +41904,7 @@ paths: application/json: schema: type: array - items: &284 + items: &285 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -41977,7 +41984,7 @@ paths: - updated_at - url examples: - default: &608 + default: &609 value: - author: login: octocat @@ -42046,8 +42053,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *90 - - *203 - - *283 + - *204 + - *284 requestBody: required: true content: @@ -42069,9 +42076,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: &285 + default: &286 value: author: login: octocat @@ -42138,9 +42145,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *90 - - *203 - - *283 - - &286 + - *204 + - *284 + - &287 name: comment_number description: The number that identifies the comment. in: path @@ -42152,9 +42159,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42177,9 +42184,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *90 - - *203 - - *283 - - *286 + - *204 + - *284 + - *287 requestBody: required: true content: @@ -42201,9 +42208,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: &609 + default: &610 value: author: login: octocat @@ -42268,9 +42275,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *90 - - *203 - - *283 - - *286 + - *204 + - *284 + - *287 responses: '204': description: Response @@ -42297,9 +42304,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *90 - - *203 - - *283 - - *286 + - *204 + - *284 + - *287 - 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. @@ -42325,7 +42332,7 @@ paths: application/json: schema: type: array - items: &287 + items: &288 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -42369,7 +42376,7 @@ paths: - content - created_at examples: - default: &289 + default: &290 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -42420,9 +42427,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *90 - - *203 - - *283 - - *286 + - *204 + - *284 + - *287 requestBody: required: true content: @@ -42455,9 +42462,9 @@ paths: team discussion comment content: application/json: - schema: *287 + schema: *288 examples: - default: &288 + default: &289 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -42486,9 +42493,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42512,10 +42519,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *90 - - *203 - - *283 - - *286 - - &290 + - *204 + - *284 + - *287 + - &291 name: reaction_id description: The unique identifier of the reaction. in: path @@ -42548,8 +42555,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *90 - - *203 - - *283 + - *204 + - *284 - 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. @@ -42575,9 +42582,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 x-github: @@ -42604,8 +42611,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *90 - - *203 - - *283 + - *204 + - *284 requestBody: required: true content: @@ -42637,16 +42644,16 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -42670,9 +42677,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *90 - - *203 - - *283 - - *290 + - *204 + - *284 + - *291 responses: '204': description: Response @@ -42697,7 +42704,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *90 - - *203 + - *204 - *17 - *19 responses: @@ -42707,9 +42714,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *187 + default: *188 headers: Link: *57 x-github: @@ -42732,7 +42739,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *90 - - *203 + - *204 - name: role description: Filters members returned by their role in the team. in: query @@ -42755,7 +42762,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -42786,14 +42793,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *90 - - *203 - - *132 + - *204 + - *133 responses: '200': description: Response content: application/json: - schema: &291 + schema: &292 title: Team Membership description: Team Membership type: object @@ -42821,7 +42828,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &610 + response-if-user-is-a-team-maintainer: &611 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -42858,8 +42865,8 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *90 - - *203 - - *132 + - *204 + - *133 requestBody: required: false content: @@ -42884,9 +42891,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - response-if-users-membership-with-team-is-now-pending: &611 + response-if-users-membership-with-team-is-now-pending: &612 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -42922,8 +42929,8 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *90 - - *203 - - *132 + - *204 + - *133 responses: '204': description: Response @@ -42949,7 +42956,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *90 - - *203 + - *204 - *17 - *19 responses: @@ -42959,7 +42966,7 @@ paths: application/json: schema: type: array - items: &292 + items: &293 title: Team Project description: A team's access to a project. type: object @@ -43028,7 +43035,7 @@ paths: - updated_at - permissions examples: - default: &612 + default: &613 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -43092,8 +43099,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *90 - - *203 - - &293 + - *204 + - &294 name: project_id description: The unique identifier of the project. in: path @@ -43105,9 +43112,9 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: &613 + default: &614 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -43170,8 +43177,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *90 - - *203 - - *293 + - *204 + - *294 requestBody: required: false content: @@ -43239,8 +43246,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *90 - - *203 - - *293 + - *204 + - *294 responses: '204': description: Response @@ -43268,7 +43275,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *90 - - *203 + - *204 - *17 - *19 responses: @@ -43278,9 +43285,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -43310,15 +43317,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *90 - - *203 - - *294 + - *204 - *295 + - *296 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &614 + schema: &615 title: Team Repository description: A team's access to a repository. type: object @@ -43960,9 +43967,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *90 - - *203 - - *294 + - *204 - *295 + - *296 requestBody: required: false content: @@ -44008,9 +44015,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *90 - - *203 - - *294 + - *204 - *295 + - *296 responses: '204': description: Response @@ -44035,7 +44042,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *90 - - *203 + - *204 - *17 - *19 responses: @@ -44045,9 +44052,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - response-if-child-teams-exist: &615 + response-if-child-teams-exist: &616 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -44174,7 +44181,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#get-a-project-card parameters: - - &296 + - &297 name: card_id description: The unique identifier of the card. in: path @@ -44186,7 +44193,7 @@ paths: description: Response content: application/json: - schema: &297 + schema: &298 title: Project Card description: Project cards represent a scope of work. type: object @@ -44261,7 +44268,7 @@ paths: - created_at - updated_at examples: - default: &298 + default: &299 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -44317,7 +44324,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#update-an-existing-project-card parameters: - - *296 + - *297 requestBody: required: false content: @@ -44347,9 +44354,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: *298 + default: *299 '304': *35 '403': *27 '401': *23 @@ -44376,7 +44383,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#delete-a-project-card parameters: - - *296 + - *297 responses: '204': description: Response @@ -44420,7 +44427,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#move-a-project-card parameters: - - *296 + - *297 requestBody: required: true content: @@ -44533,7 +44540,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#get-a-project-column parameters: - - &299 + - &300 name: column_id description: The unique identifier of the column. in: path @@ -44545,7 +44552,7 @@ paths: description: Response content: application/json: - schema: &300 + schema: &301 title: Project Column description: Project columns contain cards of work. type: object @@ -44599,7 +44606,7 @@ paths: - created_at - updated_at examples: - default: &301 + default: &302 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -44634,7 +44641,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#update-an-existing-project-column parameters: - - *299 + - *300 requestBody: required: true content: @@ -44659,9 +44666,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *301 + default: *302 '304': *35 '403': *27 '401': *23 @@ -44686,7 +44693,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#delete-a-project-column parameters: - - *299 + - *300 responses: '204': description: Response @@ -44715,7 +44722,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#list-project-cards parameters: - - *299 + - *300 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -44736,7 +44743,7 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: default: value: @@ -44795,7 +44802,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/cards#create-a-project-card parameters: - - *299 + - *300 requestBody: required: true content: @@ -44839,9 +44846,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: *298 + default: *299 '304': *35 '403': *27 '401': *23 @@ -44897,7 +44904,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#move-a-project-column parameters: - - *299 + - *300 requestBody: required: true content: @@ -44958,15 +44965,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#get-a-project parameters: - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: &302 + default: &303 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -45023,7 +45030,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#update-a-project parameters: - - *293 + - *294 requestBody: required: false content: @@ -45072,9 +45079,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *302 + default: *303 '404': description: Not Found if the authenticated user does not have access to the project @@ -45095,7 +45102,7 @@ paths: items: type: string '401': *23 - '410': *303 + '410': *304 '422': *7 x-github: githubCloudOnly: false @@ -45118,7 +45125,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#delete-a-project parameters: - - *293 + - *294 responses: '204': description: Delete Success @@ -45139,7 +45146,7 @@ paths: items: type: string '401': *23 - '410': *303 + '410': *304 '404': *6 x-github: githubCloudOnly: false @@ -45163,7 +45170,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#list-project-collaborators parameters: - - *293 + - *294 - 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 @@ -45190,7 +45197,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '404': *6 @@ -45220,8 +45227,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#add-project-collaborator parameters: - - *293 - - *132 + - *294 + - *133 requestBody: required: false content: @@ -45275,8 +45282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *293 - - *132 + - *294 + - *133 responses: '204': description: Response @@ -45307,8 +45314,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *293 - - *132 + - *294 + - *133 responses: '200': description: Response @@ -45378,7 +45385,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#list-project-columns parameters: - - *293 + - *294 - *17 - *19 responses: @@ -45388,7 +45395,7 @@ paths: application/json: schema: type: array - items: *300 + items: *301 examples: default: value: @@ -45426,7 +45433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/columns#create-a-project-column parameters: - - *293 + - *294 requestBody: required: true content: @@ -45450,7 +45457,7 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -45515,7 +45522,7 @@ paths: resources: type: object properties: - core: &304 + core: &305 title: Rate Limit type: object properties: @@ -45532,21 +45539,21 @@ paths: - remaining - reset - used - graphql: *304 - search: *304 - code_search: *304 - source_import: *304 - integration_manifest: *304 - code_scanning_upload: *304 - actions_runner_registration: *304 - scim: *304 - dependency_snapshots: *304 - dependency_sbom: *304 - code_scanning_autofix: *304 + graphql: *305 + search: *305 + code_search: *305 + source_import: *305 + integration_manifest: *305 + code_scanning_upload: *305 + actions_runner_registration: *305 + scim: *305 + dependency_snapshots: *305 + dependency_sbom: *305 + code_scanning_autofix: *305 required: - core - search - rate: *304 + rate: *305 required: - rate - resources @@ -45650,14 +45657,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: default-response: summary: Default response @@ -46158,7 +46165,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *306 + '301': *307 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46176,8 +46183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -46425,10 +46432,10 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *307 - '307': &308 + default: *308 + '307': &309 description: Temporary Redirect content: application/json: @@ -46457,8 +46464,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -46480,7 +46487,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *308 + '307': *309 '404': *6 '409': *45 x-github: @@ -46504,11 +46511,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *294 - *295 + - *296 - *17 - *19 - - &339 + - &340 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -46531,7 +46538,7 @@ paths: type: integer artifacts: type: array - items: &309 + items: &310 title: Artifact description: An artifact type: object @@ -46626,7 +46633,7 @@ paths: - expires_at - updated_at examples: - default: &340 + default: &341 value: total_count: 2 artifacts: @@ -46687,9 +46694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *294 - *295 - - &310 + - *296 + - &311 name: artifact_id description: The unique identifier of the artifact. in: path @@ -46701,7 +46708,7 @@ paths: description: Response content: application/json: - schema: *309 + schema: *310 examples: default: value: @@ -46739,9 +46746,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *294 - *295 - - *310 + - *296 + - *311 responses: '204': description: Response @@ -46765,9 +46772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *294 - *295 - - *310 + - *296 + - *311 - name: archive_format in: path required: true @@ -46781,7 +46788,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': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46804,14 +46811,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: default: value: @@ -46837,11 +46844,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *294 - *295 + - *296 - *17 - *19 - - &312 + - &313 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 @@ -46875,7 +46882,7 @@ paths: description: Response content: application/json: - schema: &313 + schema: &314 title: Repository actions caches description: Repository actions caches type: object @@ -46925,7 +46932,7 @@ paths: - total_count - actions_caches examples: - default: &314 + default: &315 value: total_count: 1 actions_caches: @@ -46957,23 +46964,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: - - *294 - *295 + - *296 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *312 + - *313 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: *314 + default: *315 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46993,8 +47000,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: - - *294 - *295 + - *296 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -47025,9 +47032,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *294 - *295 - - &315 + - *296 + - &316 name: job_id description: The unique identifier of the job. in: path @@ -47039,7 +47046,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &344 title: Job description: Information of a job execution in a workflow run type: object @@ -47386,9 +47393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *294 - *295 - - *315 + - *296 + - *316 responses: '302': description: Response @@ -47416,9 +47423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *294 - *295 - - *315 + - *296 + - *316 requestBody: required: false content: @@ -47440,7 +47447,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -47464,8 +47471,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: - - *294 - *295 + - *296 responses: '200': description: Status response @@ -47515,8 +47522,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: - - *294 - *295 + - *296 requestBody: required: true content: @@ -47550,7 +47557,7 @@ paths: description: Empty response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -47579,8 +47586,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -47598,7 +47605,7 @@ paths: type: integer secrets: type: array - items: &345 + items: &346 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -47619,7 +47626,7 @@ paths: - created_at - updated_at examples: - default: &346 + default: &347 value: total_count: 2 secrets: @@ -47652,9 +47659,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *294 - *295 - - *316 + - *296 + - *317 - *19 responses: '200': @@ -47671,7 +47678,7 @@ paths: type: integer variables: type: array - items: &349 + items: &350 title: Actions Variable type: object properties: @@ -47705,7 +47712,7 @@ paths: - created_at - updated_at examples: - default: &350 + default: &351 value: total_count: 2 variables: @@ -47738,8 +47745,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -47748,11 +47755,12 @@ paths: schema: type: object properties: - enabled: &318 + enabled: &319 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *105 - selected_actions_url: *317 + selected_actions_url: *318 + sha_pinning_required: *106 required: - enabled examples: @@ -47761,6 +47769,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 @@ -47779,8 +47788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -47791,8 +47800,9 @@ paths: schema: type: object properties: - enabled: *318 + enabled: *319 allowed_actions: *105 + sha_pinning_required: *106 required: - enabled examples: @@ -47800,6 +47810,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47821,14 +47832,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: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: &319 + schema: &320 type: object properties: access_level: @@ -47845,7 +47856,7 @@ paths: required: - access_level examples: - default: &320 + default: &321 value: access_level: organization x-github: @@ -47869,15 +47880,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: - - *294 - *295 + - *296 requestBody: required: true content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 responses: '204': description: Response @@ -47901,14 +47912,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -47932,8 +47943,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Empty response for successful settings update @@ -47943,7 +47954,7 @@ paths: required: true content: application/json: - schema: *322 + schema: *323 examples: default: summary: Set retention days @@ -47967,16 +47978,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *106 + schema: *107 examples: - default: *323 + default: *324 '404': *6 x-github: enabledForGitHubApps: true @@ -47995,8 +48006,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -48006,7 +48017,7 @@ paths: required: true content: application/json: - schema: *106 + schema: *107 examples: default: summary: Set approval policy to first time contributors @@ -48030,16 +48041,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: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *107 + default: *108 '403': *27 '404': *6 x-github: @@ -48059,15 +48070,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: - - *294 - *295 + - *296 requestBody: required: true content: application/json: - schema: *325 + schema: *326 examples: - default: *107 + default: *108 responses: '204': description: Empty response for successful settings update @@ -48091,16 +48102,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *109 + schema: *110 examples: - default: *110 + default: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48119,8 +48130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -48128,9 +48139,9 @@ paths: required: false content: application/json: - schema: *109 + schema: *110 examples: - selected_actions: *110 + selected_actions: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48152,16 +48163,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: *114 + default: *115 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48182,8 +48193,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Success response @@ -48194,9 +48205,9 @@ paths: required: true content: application/json: - schema: *327 + schema: *328 examples: - default: *114 + default: *115 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48223,8 +48234,8 @@ paths: in: query schema: type: string - - *294 - *295 + - *296 - *17 - *19 responses: @@ -48242,9 +48253,9 @@ paths: type: integer runners: type: array - items: *121 + items: *122 examples: - default: *122 + default: *123 headers: Link: *57 x-github: @@ -48268,8 +48279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -48277,9 +48288,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48301,8 +48312,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: - - *294 - *295 + - *296 requestBody: required: true content: @@ -48345,7 +48356,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *330 + '201': *331 '404': *6 '422': *7 '409': *45 @@ -48376,16 +48387,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *294 - *295 + - *296 responses: '201': description: Response content: application/json: - schema: *123 + schema: *124 examples: - default: *331 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48413,16 +48424,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *294 - *295 + - *296 responses: '201': description: Response content: application/json: - schema: *123 + schema: *124 examples: - default: *332 + default: *333 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48444,17 +48455,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: - - *294 - *295 - - *120 + - *296 + - *121 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48475,9 +48486,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: - - *294 - *295 - - *120 + - *296 + - *121 responses: '204': description: Response @@ -48503,11 +48514,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: - - *294 - *295 - - *120 + - *296 + - *121 responses: - '200': *125 + '200': *126 '404': *6 x-github: githubCloudOnly: false @@ -48529,9 +48540,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: - - *294 - *295 - - *120 + - *296 + - *121 requestBody: required: true content: @@ -48555,7 +48566,7 @@ paths: - gpu - accelerated responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -48579,9 +48590,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: - - *294 - *295 - - *120 + - *296 + - *121 requestBody: required: true content: @@ -48606,7 +48617,7 @@ paths: - gpu - accelerated responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -48630,11 +48641,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: - - *294 - *295 - - *120 + - *296 + - *121 responses: - '200': *334 + '200': *335 '404': *6 x-github: githubCloudOnly: false @@ -48661,12 +48672,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: - - *294 - *295 - - *120 - - *335 + - *296 + - *121 + - *336 responses: - '200': *125 + '200': *126 '404': *6 '422': *7 x-github: @@ -48692,9 +48703,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *294 - *295 - - &353 + - *296 + - &354 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. @@ -48702,7 +48713,7 @@ paths: required: false schema: type: string - - &354 + - &355 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -48710,7 +48721,7 @@ paths: required: false schema: type: string - - &355 + - &356 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -48719,7 +48730,7 @@ paths: required: false schema: type: string - - &356 + - &357 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 @@ -48746,7 +48757,7 @@ paths: - pending - *17 - *19 - - &357 + - &358 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)." @@ -48755,7 +48766,7 @@ paths: schema: type: string format: date-time - - &336 + - &337 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -48764,13 +48775,13 @@ paths: schema: type: boolean default: false - - &358 + - &359 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &359 + - &360 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -48793,7 +48804,7 @@ paths: type: integer workflow_runs: type: array - items: &337 + items: &338 title: Workflow Run description: An invocation of a workflow type: object @@ -48910,7 +48921,7 @@ paths: type: - array - 'null' - items: &378 + items: &379 title: Pull Request Minimal type: object properties: @@ -49037,7 +49048,7 @@ paths: head_commit: anyOf: - type: 'null' - - &382 + - &383 title: Simple Commit description: A commit. type: object @@ -49111,8 +49122,8 @@ paths: - timestamp - author - committer - repository: *119 - head_repository: *119 + repository: *120 + head_repository: *120 head_repository_id: type: integer examples: @@ -49152,7 +49163,7 @@ paths: - workflow_url - pull_requests examples: - default: &360 + default: &361 value: total_count: 1 workflow_runs: @@ -49388,24 +49399,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *294 - *295 - - &338 + - *296 + - &339 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *336 + - *337 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &341 + default: &342 value: id: 30433642 name: Build @@ -49646,9 +49657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '204': description: Response @@ -49671,9 +49682,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '200': description: Response @@ -49801,15 +49812,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: - - *294 - *295 - - *338 + - *296 + - *339 responses: '201': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -49836,12 +49847,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *294 - *295 - - *338 + - *296 + - *339 - *17 - *19 - - *339 + - *340 responses: '200': description: Response @@ -49857,9 +49868,9 @@ paths: type: integer artifacts: type: array - items: *309 + items: *310 examples: - default: *340 + default: *341 headers: Link: *57 x-github: @@ -49883,25 +49894,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *294 - *295 - - *338 - - &342 + - *296 + - *339 + - &343 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *336 + - *337 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49924,10 +49935,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *294 - *295 - - *338 - - *342 + - *296 + - *339 + - *343 - *17 - *19 responses: @@ -49945,9 +49956,9 @@ paths: type: integer jobs: type: array - items: *343 + items: *344 examples: - default: &344 + default: &345 value: total_count: 1 jobs: @@ -50060,10 +50071,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *294 - *295 - - *338 - - *342 + - *296 + - *339 + - *343 responses: '302': description: Response @@ -50091,15 +50102,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '202': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -50126,9 +50137,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: - - *294 - *295 - - *338 + - *296 + - *339 requestBody: required: true content: @@ -50195,15 +50206,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '202': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -50230,9 +50241,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 - 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 @@ -50262,9 +50273,9 @@ paths: type: integer jobs: type: array - items: *343 + items: *344 examples: - default: *344 + default: *345 headers: Link: *57 x-github: @@ -50289,9 +50300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '302': description: Response @@ -50318,9 +50329,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '204': description: Response @@ -50347,9 +50358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '200': description: Response @@ -50418,7 +50429,7 @@ paths: items: type: object properties: - type: &456 + type: &457 type: string description: The type of reviewer. enum: @@ -50429,7 +50440,7 @@ paths: reviewer: anyOf: - *4 - - *150 + - *151 required: - environment - wait_timer @@ -50504,9 +50515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 requestBody: required: true content: @@ -50556,7 +50567,7 @@ paths: application/json: schema: type: array - items: &451 + items: &452 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -50668,7 +50679,7 @@ paths: - created_at - updated_at examples: - default: &452 + default: &453 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -50724,9 +50735,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *294 - *295 - - *338 + - *296 + - *339 requestBody: required: false content: @@ -50748,7 +50759,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -50771,9 +50782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *294 - *295 - - *338 + - *296 + - *339 requestBody: required: false content: @@ -50795,7 +50806,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -50827,9 +50838,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *294 - *295 - - *338 + - *296 + - *339 responses: '200': description: Response @@ -50966,8 +50977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -50985,9 +50996,9 @@ paths: type: integer secrets: type: array - items: *345 + items: *346 examples: - default: *346 + default: *347 headers: Link: *57 x-github: @@ -51012,16 +51023,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51043,17 +51054,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: &469 + default: &470 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -51079,9 +51090,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 requestBody: required: true content: @@ -51112,7 +51123,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -51138,9 +51149,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '204': description: Response @@ -51165,9 +51176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *294 - *295 - - *316 + - *296 + - *317 - *19 responses: '200': @@ -51184,9 +51195,9 @@ paths: type: integer variables: type: array - items: *349 + items: *350 examples: - default: *350 + default: *351 headers: Link: *57 x-github: @@ -51209,8 +51220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -51237,7 +51248,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -51262,17 +51273,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *294 - *295 - - *130 + - *296 + - *131 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &470 + default: &471 value: name: USERNAME value: octocat @@ -51298,9 +51309,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *294 - *295 - - *130 + - *296 + - *131 requestBody: required: true content: @@ -51342,9 +51353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *294 - *295 - - *130 + - *296 + - *131 responses: '204': description: Response @@ -51369,8 +51380,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -51388,7 +51399,7 @@ paths: type: integer workflows: type: array - items: &351 + items: &352 title: Workflow description: A GitHub Actions workflow type: object @@ -51506,9 +51517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *294 - *295 - - &352 + - *296 + - &353 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -51523,7 +51534,7 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: default: value: @@ -51556,9 +51567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *294 - *295 - - *352 + - *296 + - *353 responses: '204': description: Response @@ -51583,9 +51594,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *294 - *295 - - *352 + - *296 + - *353 responses: '204': description: Response @@ -51636,9 +51647,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *294 - *295 - - *352 + - *296 + - *353 responses: '204': description: Response @@ -51665,19 +51676,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *294 - *295 - - *352 + - *296 - *353 - *354 - *355 - *356 + - *357 - *17 - *19 - - *357 - - *336 - *358 + - *337 - *359 + - *360 responses: '200': description: Response @@ -51693,9 +51704,9 @@ paths: type: integer workflow_runs: type: array - items: *337 + items: *338 examples: - default: *360 + default: *361 headers: Link: *57 x-github: @@ -51727,9 +51738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *294 - *295 - - *352 + - *296 + - *353 responses: '200': description: Response @@ -51790,8 +51801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *294 - *295 + - *296 - *46 - *17 - *38 @@ -51959,8 +51970,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -51972,7 +51983,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '404': *6 @@ -51997,8 +52008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *294 - *295 + - *296 - name: assignee in: path required: true @@ -52034,8 +52045,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -52147,8 +52158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *294 - *295 + - *296 - *17 - *38 - *39 @@ -52202,7 +52213,7 @@ paths: bundle_url: type: string examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52222,8 +52233,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -52231,7 +52242,7 @@ paths: application/json: schema: type: array - items: &362 + items: &363 title: Autolink reference description: An autolink reference. type: object @@ -52285,8 +52296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -52325,9 +52336,9 @@ paths: description: response content: application/json: - schema: *362 + schema: *363 examples: - default: &363 + default: &364 value: id: 1 key_prefix: TICKET- @@ -52358,9 +52369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *294 - *295 - - &364 + - *296 + - &365 name: autolink_id description: The unique identifier of the autolink. in: path @@ -52372,9 +52383,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '404': *6 x-github: githubCloudOnly: false @@ -52394,9 +52405,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *294 - *295 - - *364 + - *296 + - *365 responses: '204': description: Response @@ -52420,8 +52431,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: - - *294 - *295 + - *296 responses: '200': description: Response if Dependabot is enabled @@ -52471,8 +52482,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -52493,8 +52504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -52514,8 +52525,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *294 - *295 + - *296 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -52553,7 +52564,7 @@ paths: - url protected: type: boolean - protection: &366 + protection: &367 title: Branch Protection description: Branch Protection type: object @@ -52596,7 +52607,7 @@ paths: required: - contexts - checks - enforce_admins: &369 + enforce_admins: &370 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -52613,7 +52624,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &371 + required_pull_request_reviews: &372 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -52635,7 +52646,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *150 + items: *151 apps: description: The list of apps with review dismissal access. @@ -52667,7 +52678,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *150 + items: *151 apps: description: The list of apps allowed to bypass pull request requirements. @@ -52697,7 +52708,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &368 + restrictions: &369 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -53022,9 +53033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *294 - *295 - - &367 + - *296 + - &368 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). @@ -53038,14 +53049,14 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &427 + commit: &428 title: Commit description: Commit type: object @@ -53084,7 +53095,7 @@ paths: author: anyOf: - type: 'null' - - &365 + - &366 title: Git User description: Metaproperties for Git author/committer information. @@ -53105,7 +53116,7 @@ paths: committer: anyOf: - type: 'null' - - *365 + - *366 message: type: string examples: @@ -53129,7 +53140,7 @@ paths: required: - sha - url - verification: &476 + verification: &477 title: Verification type: object properties: @@ -53165,14 +53176,14 @@ paths: author: oneOf: - *4 - - *128 + - *129 type: - 'null' - object committer: oneOf: - *4 - - *128 + - *129 type: - 'null' - object @@ -53209,7 +53220,7 @@ paths: type: integer files: type: array - items: &439 + items: &440 title: Diff Entry description: Diff Entry type: object @@ -53303,7 +53314,7 @@ paths: - self protected: type: boolean - protection: *366 + protection: *367 protection_url: type: string format: uri @@ -53412,7 +53423,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *306 + '301': *307 '404': *6 x-github: githubCloudOnly: false @@ -53434,15 +53445,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -53636,9 +53647,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -53898,7 +53909,7 @@ paths: url: type: string format: uri - required_status_checks: &374 + required_status_checks: &375 title: Status Check Policy description: Status Check Policy type: object @@ -53979,7 +53990,7 @@ paths: items: *4 teams: type: array - items: *150 + items: *151 apps: type: array items: *5 @@ -53997,7 +54008,7 @@ paths: items: *4 teams: type: array - items: *150 + items: *151 apps: type: array items: *5 @@ -54057,7 +54068,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *368 + restrictions: *369 required_conversation_resolution: type: object properties: @@ -54169,9 +54180,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -54196,17 +54207,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: &370 + default: &371 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -54228,17 +54239,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54257,9 +54268,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -54284,17 +54295,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: &372 + default: &373 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -54390,9 +54401,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -54490,9 +54501,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 '422': *15 x-github: githubCloudOnly: false @@ -54513,9 +54524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -54542,17 +54553,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: &373 + default: &374 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -54575,17 +54586,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *373 + default: *374 '404': *6 x-github: githubCloudOnly: false @@ -54605,9 +54616,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -54632,17 +54643,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: &375 + default: &376 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -54668,9 +54679,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -54722,9 +54733,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '404': *6 '422': *15 x-github: @@ -54746,9 +54757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -54772,9 +54783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response @@ -54808,9 +54819,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -54877,9 +54888,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -54943,9 +54954,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: content: application/json: @@ -55011,15 +55022,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response content: application/json: - schema: *368 + schema: *369 examples: default: value: @@ -55110,9 +55121,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '204': description: Response @@ -55135,9 +55146,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response @@ -55147,7 +55158,7 @@ paths: type: array items: *5 examples: - default: &376 + default: &377 value: - id: 1 slug: octoapp @@ -55204,9 +55215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55240,7 +55251,7 @@ paths: type: array items: *5 examples: - default: *376 + default: *377 '422': *15 x-github: githubCloudOnly: false @@ -55261,9 +55272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55297,7 +55308,7 @@ paths: type: array items: *5 examples: - default: *376 + default: *377 '422': *15 x-github: githubCloudOnly: false @@ -55318,9 +55329,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55354,7 +55365,7 @@ paths: type: array items: *5 examples: - default: *376 + default: *377 '422': *15 x-github: githubCloudOnly: false @@ -55376,9 +55387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response @@ -55386,9 +55397,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 '404': *6 x-github: githubCloudOnly: false @@ -55408,9 +55419,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -55446,9 +55457,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 '422': *15 x-github: githubCloudOnly: false @@ -55469,9 +55480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: false content: @@ -55507,9 +55518,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 '422': *15 x-github: githubCloudOnly: false @@ -55530,9 +55541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: content: application/json: @@ -55567,9 +55578,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 '422': *15 x-github: githubCloudOnly: false @@ -55591,9 +55602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *294 - *295 - - *367 + - *296 + - *368 responses: '200': description: Response @@ -55603,7 +55614,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 '404': *6 x-github: githubCloudOnly: false @@ -55627,9 +55638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55662,7 +55673,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -55687,9 +55698,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55722,7 +55733,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -55747,9 +55758,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55782,7 +55793,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -55809,9 +55820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *294 - *295 - - *367 + - *296 + - *368 requestBody: required: true content: @@ -55833,7 +55844,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: default: value: @@ -55949,8 +55960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -56229,7 +56240,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &380 title: CheckRun description: A check performed on the code of a given code change type: object @@ -56364,8 +56375,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *378 - deployment: &670 + items: *379 + deployment: &671 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -56652,9 +56663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *294 - *295 - - &380 + - *296 + - &381 name: check_run_id description: The unique identifier of the check run. in: path @@ -56666,9 +56677,9 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: &381 + default: &382 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -56768,9 +56779,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *294 - *295 - - *380 + - *296 + - *381 requestBody: required: true content: @@ -57010,9 +57021,9 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *381 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57032,9 +57043,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *294 - *295 - - *380 + - *296 + - *381 - *17 - *19 responses: @@ -57144,15 +57155,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *294 - *295 - - *380 + - *296 + - *381 responses: '201': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -57190,8 +57201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -57213,7 +57224,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &383 + schema: &384 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -57295,12 +57306,12 @@ paths: type: - array - 'null' - items: *378 + items: *379 app: anyOf: - type: 'null' - *5 - repository: *119 + repository: *120 created_at: type: - string @@ -57311,7 +57322,7 @@ paths: - string - 'null' format: date-time - head_commit: *382 + head_commit: *383 latest_check_runs_count: type: integer check_runs_url: @@ -57339,7 +57350,7 @@ paths: - check_runs_url - pull_requests examples: - default: &384 + default: &385 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -57630,9 +57641,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57651,8 +57662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -57713,7 +57724,7 @@ paths: required: - app_id - setting - repository: *119 + repository: *120 examples: default: value: @@ -57961,9 +57972,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *294 - *295 - - &385 + - *296 + - &386 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -57975,9 +57986,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58000,17 +58011,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *294 - *295 - - *385 - - &434 + - *296 + - *386 + - &435 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &435 + - &436 name: status description: Returns check runs with the specified `status`. in: query @@ -58049,9 +58060,9 @@ paths: type: integer check_runs: type: array - items: *379 + items: *380 examples: - default: &436 + default: &437 value: total_count: 1 check_runs: @@ -58153,15 +58164,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *294 - *295 - - *385 + - *296 + - *386 responses: '201': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -58188,21 +58199,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *294 - *295 - - *386 + - *296 - *387 + - *388 - *19 - *17 - - &404 + - &405 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: *388 - - &405 + schema: *389 + - &406 name: pr description: The number of the pull request for the results you want to list. in: query @@ -58227,13 +58238,13 @@ paths: be returned. in: query required: false - schema: *389 + schema: *390 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *390 + schema: *391 responses: '200': description: Response @@ -58249,19 +58260,19 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *391 - state: *140 - fixed_at: *136 + instances_url: *392 + state: *141 + fixed_at: *137 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *137 - dismissed_reason: *392 - dismissed_comment: *393 - rule: *394 - tool: *395 - most_recent_instance: *396 + dismissed_at: *138 + dismissed_reason: *393 + dismissed_comment: *394 + rule: *395 + tool: *396 + most_recent_instance: *397 dismissal_approved_by: anyOf: - type: 'null' @@ -58381,7 +58392,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &397 + '403': &398 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -58408,9 +58419,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *294 - *295 - - &398 + - *296 + - &399 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -58424,7 +58435,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 type: object properties: number: *52 @@ -58432,16 +58443,16 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *391 - state: *140 - fixed_at: *136 + instances_url: *392 + state: *141 + fixed_at: *137 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *137 - dismissed_reason: *392 - dismissed_comment: *393 + dismissed_at: *138 + dismissed_reason: *393 + dismissed_comment: *394 rule: type: object properties: @@ -58503,8 +58514,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *395 - most_recent_instance: *396 + tool: *396 + most_recent_instance: *397 dismissal_approved_by: anyOf: - type: 'null' @@ -58597,7 +58608,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -58617,9 +58628,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *294 - *295 - - *398 + - *296 + - *399 requestBody: required: true content: @@ -58634,8 +58645,8 @@ paths: enum: - open - dismissed - dismissed_reason: *392 - dismissed_comment: *393 + dismissed_reason: *393 + dismissed_comment: *394 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -58654,7 +58665,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: default: value: @@ -58730,7 +58741,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &403 + '403': &404 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -58757,15 +58768,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: - - *294 - *295 - - *398 + - *296 + - *399 responses: '200': description: Response content: application/json: - schema: &400 + schema: &401 type: object properties: status: @@ -58792,13 +58803,13 @@ paths: - description - started_at examples: - default: &401 + default: &402 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &402 + '400': &403 description: Bad Request content: application/json: @@ -58809,7 +58820,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': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -58834,29 +58845,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: - - *294 - *295 - - *398 + - *296 + - *399 responses: '200': description: OK content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '202': description: Accepted content: application/json: - schema: *400 + schema: *401 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *402 + '400': *403 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -58888,9 +58899,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: - - *294 - *295 - - *398 + - *296 + - *399 requestBody: required: false content: @@ -58936,8 +58947,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *402 - '403': *403 + '400': *403 + '403': *404 '404': *6 '422': description: Unprocessable Entity @@ -58961,13 +58972,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *294 - *295 - - *398 + - *296 + - *399 - *19 - *17 - - *404 - *405 + - *406 responses: '200': description: Response @@ -58975,7 +58986,7 @@ paths: application/json: schema: type: array - items: *396 + items: *397 examples: default: value: @@ -59014,7 +59025,7 @@ paths: end_column: 50 classifications: - source - '403': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -59048,25 +59059,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *294 - *295 - - *386 + - *296 - *387 + - *388 - *19 - *17 - - *405 + - *406 - 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: *388 + schema: *389 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &408 + schema: &409 type: string description: An identifier for the upload. examples: @@ -59088,23 +59099,23 @@ paths: application/json: schema: type: array - items: &409 + items: &410 type: object properties: - ref: *388 - commit_sha: &417 + ref: *389 + commit_sha: &418 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: *406 + analysis_key: *407 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *407 + category: *408 error: type: string examples: @@ -59129,8 +59140,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *408 - tool: *395 + sarif_id: *409 + tool: *396 deletable: type: boolean warning: @@ -59192,7 +59203,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -59228,8 +59239,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: - - *294 - *295 + - *296 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -59242,7 +59253,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: response: summary: application/json response @@ -59296,7 +59307,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *397 + '403': *398 '404': *6 '422': description: Response if analysis could not be processed @@ -59383,8 +59394,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: - - *294 - *295 + - *296 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -59440,7 +59451,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': *403 + '403': *404 '404': *6 '503': *62 x-github: @@ -59462,8 +59473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -59471,7 +59482,7 @@ paths: application/json: schema: type: array - items: &410 + items: &411 title: CodeQL Database description: A CodeQL database. type: object @@ -59583,7 +59594,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': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -59612,8 +59623,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *294 - *295 + - *296 - name: language in: path description: The language of the CodeQL database. @@ -59625,7 +59636,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: default: value: @@ -59657,9 +59668,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': &441 + '302': &442 description: Found - '403': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -59681,8 +59692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *294 - *295 + - *296 - name: language in: path description: The language of the CodeQL database. @@ -59692,7 +59703,7 @@ paths: responses: '204': description: Response - '403': *403 + '403': *404 '404': *6 '503': *62 x-github: @@ -59720,8 +59731,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -59730,7 +59741,7 @@ paths: type: object additionalProperties: false properties: - language: &411 + language: &412 type: string description: The language targeted by the CodeQL query enum: @@ -59809,7 +59820,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &415 + schema: &416 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -59819,7 +59830,7 @@ paths: description: The ID of the variant analysis. controller_repo: *51 actor: *4 - query_language: *411 + query_language: *412 query_pack_url: type: string description: The download url for the query pack. @@ -59867,7 +59878,7 @@ paths: items: type: object properties: - repository: &412 + repository: &413 title: Repository Identifier description: Repository Identifier type: object @@ -59909,7 +59920,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &416 + analysis_status: &417 type: string description: The new status of the CodeQL variant analysis repository task. @@ -59941,7 +59952,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &413 + access_mismatch_repos: &414 type: object properties: repository_count: @@ -59956,7 +59967,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: *412 + items: *413 required: - repository_count - repositories @@ -59979,8 +59990,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *413 - over_limit_repos: *413 + no_codeql_db_repos: *414 + over_limit_repos: *414 required: - access_mismatch_repos - not_found_repos @@ -59996,7 +60007,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &414 + value: &415 summary: Default response value: id: 1 @@ -60148,10 +60159,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *414 + value: *415 repository_lists: summary: Response for a successful variant analysis submission - value: *414 + value: *415 '404': *6 '422': description: Unable to process variant analysis submission @@ -60179,8 +60190,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: - - *294 - *295 + - *296 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -60192,9 +60203,9 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: *414 + default: *415 '404': *6 '503': *62 x-github: @@ -60217,7 +60228,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: - - *294 + - *295 - name: repo in: path description: The name of the controller repository. @@ -60252,7 +60263,7 @@ paths: type: object properties: repository: *51 - analysis_status: *416 + analysis_status: *417 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -60377,8 +60388,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -60471,7 +60482,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *397 + '403': *398 '404': *6 '503': *62 x-github: @@ -60492,8 +60503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -60562,7 +60573,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -60587,7 +60598,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *403 + '403': *404 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -60658,8 +60669,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -60667,7 +60678,7 @@ paths: schema: type: object properties: - commit_sha: *417 + commit_sha: *418 ref: type: string description: |- @@ -60727,7 +60738,7 @@ paths: schema: type: object properties: - id: *408 + id: *409 url: type: string description: The REST API URL for checking the status of the upload. @@ -60741,7 +60752,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': *403 + '403': *404 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -60764,8 +60775,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *294 - *295 + - *296 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -60813,7 +60824,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': *397 + '403': *398 '404': description: Not Found if the sarif id does not match any upload '503': *62 @@ -60838,8 +60849,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: - - *294 - *295 + - *296 responses: '200': description: Response @@ -60895,7 +60906,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': *145 + '204': *146 '304': *35 '403': *27 '404': *6 @@ -60920,8 +60931,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *294 - *295 + - *296 - 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 @@ -61049,8 +61060,8 @@ paths: parameters: - *17 - *19 - - *294 - *295 + - *296 responses: '200': description: Response @@ -61066,7 +61077,7 @@ paths: type: integer codespaces: type: array - items: *195 + items: *196 examples: default: value: @@ -61364,8 +61375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -61429,17 +61440,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '400': *14 '401': *23 '403': *27 @@ -61468,8 +61479,8 @@ paths: parameters: - *17 - *19 - - *294 - *295 + - *296 responses: '200': description: Response @@ -61533,8 +61544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *294 - *295 + - *296 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -61571,9 +61582,9 @@ paths: type: integer machines: type: array - items: *419 + items: *420 examples: - default: &622 + default: &623 value: total_count: 2 machines: @@ -61613,8 +61624,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *294 - *295 + - *296 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -61701,8 +61712,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: - - *294 - *295 + - *296 - 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 @@ -61771,8 +61782,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -61790,7 +61801,7 @@ paths: type: integer secrets: type: array - items: &423 + items: &424 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -61811,7 +61822,7 @@ paths: - created_at - updated_at examples: - default: *420 + default: *421 headers: Link: *57 x-github: @@ -61834,16 +61845,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -61863,17 +61874,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: *424 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61893,9 +61904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 requestBody: required: true content: @@ -61923,7 +61934,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -61947,9 +61958,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '204': description: Response @@ -61977,8 +61988,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *294 - *295 + - *296 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -62016,7 +62027,7 @@ paths: application/json: schema: type: array - items: &425 + items: &426 title: Collaborator description: Collaborator type: object @@ -62209,9 +62220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *294 - *295 - - *132 + - *296 + - *133 responses: '204': description: Response if user is a collaborator @@ -62257,9 +62268,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *294 - *295 - - *132 + - *296 + - *133 requestBody: required: false content: @@ -62285,7 +62296,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &489 + schema: &490 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -62297,7 +62308,7 @@ paths: format: int64 examples: - 42 - repository: *119 + repository: *120 invitee: anyOf: - type: 'null' @@ -62513,9 +62524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *294 - *295 - - *132 + - *296 + - *133 responses: '204': description: No Content when collaborator was removed from the repository. @@ -62546,9 +62557,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *294 - *295 - - *132 + - *296 + - *133 responses: '200': description: if user has admin permissions @@ -62568,7 +62579,7 @@ paths: user: anyOf: - type: 'null' - - *425 + - *426 required: - permission - role_name @@ -62622,8 +62633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -62633,7 +62644,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 title: Commit Comment description: Commit Comment type: object @@ -62691,7 +62702,7 @@ paths: - created_at - updated_at examples: - default: &429 + default: &430 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -62750,17 +62761,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *294 - *295 + - *296 - *73 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &430 + default: &431 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -62817,8 +62828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -62841,7 +62852,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -62892,8 +62903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *294 - *295 + - *296 - *73 responses: '204': @@ -62915,8 +62926,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *294 - *295 + - *296 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -62943,9 +62954,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 '404': *6 @@ -62966,8 +62977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -63000,16 +63011,16 @@ paths: description: Reaction exists content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Reaction created content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '422': *15 x-github: githubCloudOnly: false @@ -63031,10 +63042,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *294 - *295 + - *296 - *73 - - *290 + - *291 responses: '204': description: Response @@ -63083,8 +63094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *294 - *295 + - *296 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -63140,9 +63151,9 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: - default: &537 + default: &538 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -63236,9 +63247,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *294 - *295 - - &428 + - *296 + - &429 name: commit_sha description: The SHA of the commit. in: path @@ -63310,9 +63321,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *294 - *295 - - *428 + - *296 + - *429 - *17 - *19 responses: @@ -63322,9 +63333,9 @@ paths: application/json: schema: type: array - items: *426 + items: *427 examples: - default: *429 + default: *430 headers: Link: *57 x-github: @@ -63352,9 +63363,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *294 - *295 - - *428 + - *296 + - *429 requestBody: required: true content: @@ -63389,9 +63400,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *430 + default: *431 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -63419,9 +63430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *294 - *295 - - *428 + - *296 + - *429 - *17 - *19 responses: @@ -63431,7 +63442,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Pull Request Simple description: Pull Request Simple type: object @@ -63551,7 +63562,7 @@ paths: milestone: anyOf: - type: 'null' - - *431 + - *432 active_lock_reason: type: - string @@ -63606,7 +63617,7 @@ paths: type: - array - 'null' - items: *150 + items: *151 head: type: object properties: @@ -63650,7 +63661,7 @@ paths: _links: type: object properties: - comments: &432 + comments: &433 title: Link description: Hypermedia Link type: object @@ -63659,13 +63670,13 @@ paths: type: string required: - href - commits: *432 - statuses: *432 - html: *432 - issue: *432 - review_comments: *432 - review_comment: *432 - self: *432 + commits: *433 + statuses: *433 + html: *433 + issue: *433 + review_comments: *433 + review_comment: *433 + self: *433 required: - comments - commits @@ -63676,7 +63687,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: &530 + auto_merge: &531 title: Auto merge description: The status of auto merging a pull request. type: @@ -63741,7 +63752,7 @@ paths: - author_association - auto_merge examples: - default: &529 + default: &530 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -64278,11 +64289,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *294 - *295 + - *296 - *19 - *17 - - &433 + - &434 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)" @@ -64297,9 +64308,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -64412,11 +64423,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *294 - *295 - - *433 + - *296 - *434 - *435 + - *436 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -64450,9 +64461,9 @@ paths: type: integer check_runs: type: array - items: *379 + items: *380 examples: - default: *436 + default: *437 headers: Link: *57 x-github: @@ -64477,9 +64488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *294 - *295 - - *433 + - *296 + - *434 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -64487,7 +64498,7 @@ paths: schema: type: integer example: 1 - - *434 + - *435 - *17 - *19 responses: @@ -64505,7 +64516,7 @@ paths: type: integer check_suites: type: array - items: *383 + items: *384 examples: default: value: @@ -64705,9 +64716,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *294 - *295 - - *433 + - *296 + - *434 - *17 - *19 responses: @@ -64778,7 +64789,7 @@ paths: type: string total_count: type: integer - repository: *119 + repository: *120 commit_url: type: string format: uri @@ -64909,9 +64920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *294 - *295 - - *433 + - *296 + - *434 - *17 - *19 responses: @@ -64921,7 +64932,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: Status description: The status of a commit. type: object @@ -65002,7 +65013,7 @@ paths: site_admin: false headers: Link: *57 - '301': *306 + '301': *307 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65030,8 +65041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -65064,11 +65075,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *437 + - *438 code_of_conduct_file: anyOf: - type: 'null' - - &438 + - &439 title: Community Health File type: object properties: @@ -65088,19 +65099,19 @@ paths: contributing: anyOf: - type: 'null' - - *438 + - *439 readme: anyOf: - type: 'null' - - *438 + - *439 issue_template: anyOf: - type: 'null' - - *438 + - *439 pull_request_template: anyOf: - type: 'null' - - *438 + - *439 required: - code_of_conduct - code_of_conduct_file @@ -65229,8 +65240,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *294 - *295 + - *296 - *19 - *17 - name: basehead @@ -65278,8 +65289,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *427 - merge_base_commit: *427 + base_commit: *428 + merge_base_commit: *428 status: type: string enum: @@ -65303,10 +65314,10 @@ paths: - 6 commits: type: array - items: *427 + items: *428 files: type: array - items: *439 + items: *440 required: - url - html_url @@ -65592,8 +65603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *294 - *295 + - *296 - name: path description: path parameter in: path @@ -65746,7 +65757,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &440 + response-if-content-is-a-file: &441 summary: Response if content is a file value: type: file @@ -65883,7 +65894,7 @@ paths: - size - type - url - - &542 + - &543 title: Content File description: Content File type: object @@ -66101,7 +66112,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *440 + response-if-content-is-a-file: *441 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -66170,7 +66181,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *441 + '302': *442 '304': *35 x-github: githubCloudOnly: false @@ -66193,8 +66204,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *294 - *295 + - *296 - name: path description: path parameter in: path @@ -66289,7 +66300,7 @@ paths: description: Response content: application/json: - schema: &442 + schema: &443 title: File Commit description: File Commit type: object @@ -66445,7 +66456,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: example-for-creating-a-file: value: @@ -66499,7 +66510,7 @@ paths: schema: oneOf: - *3 - - &471 + - &472 description: Repository rule violation was detected type: object properties: @@ -66520,7 +66531,7 @@ paths: items: type: object properties: - placeholder_id: &585 + placeholder_id: &586 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -66552,8 +66563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *294 - *295 + - *296 - name: path description: path parameter in: path @@ -66614,7 +66625,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -66669,8 +66680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *294 - *295 + - *296 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -66794,22 +66805,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *294 - *295 - - *151 + - *296 - *152 - *153 - *154 + - *155 - 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 - - *155 - *156 - *157 - *158 + - *159 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -66829,8 +66840,8 @@ paths: default: 30 - *38 - *39 - - *159 - *160 + - *161 responses: '200': description: Response @@ -66838,7 +66849,7 @@ paths: application/json: schema: type: array - items: &445 + items: &446 type: object description: A Dependabot alert. properties: @@ -66888,13 +66899,13 @@ paths: - direct - transitive - - security_advisory: *443 + security_advisory: *444 security_vulnerability: *50 url: *55 html_url: *56 created_at: *53 updated_at: *54 - dismissed_at: *137 + dismissed_at: *138 dismissed_by: anyOf: - type: 'null' @@ -66918,8 +66929,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *136 - auto_dismissed_at: *444 + fixed_at: *137 + auto_dismissed_at: *445 required: - number - state @@ -67149,9 +67160,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *294 - *295 - - &446 + - *296 + - &447 name: alert_number in: path description: |- @@ -67166,7 +67177,7 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: default: value: @@ -67279,9 +67290,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *294 - *295 - - *446 + - *296 + - *447 requestBody: required: true content: @@ -67326,7 +67337,7 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: default: value: @@ -67455,8 +67466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -67474,7 +67485,7 @@ paths: type: integer secrets: type: array - items: &449 + items: &450 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -67528,16 +67539,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67557,15 +67568,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '200': description: Response content: application/json: - schema: *449 + schema: *450 examples: default: value: @@ -67591,9 +67602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 requestBody: required: true content: @@ -67621,7 +67632,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -67645,9 +67656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *294 - *295 - - *127 + - *296 + - *128 responses: '204': description: Response @@ -67669,8 +67680,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: - - *294 - *295 + - *296 - 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 @@ -67844,8 +67855,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: - - *294 - *295 + - *296 responses: '200': description: Response @@ -68105,8 +68116,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: - - *294 - *295 + - *296 requestBody: required: true content: @@ -68189,7 +68200,7 @@ paths: - version - url additionalProperties: false - metadata: &450 + metadata: &451 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -68228,7 +68239,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *450 + metadata: *451 resolved: type: object description: A collection of resolved package dependencies. @@ -68242,7 +68253,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *450 + metadata: *451 relationship: type: string description: A notation of whether a dependency is requested @@ -68375,8 +68386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *294 - *295 + - *296 - name: sha description: The SHA recorded at creation time. in: query @@ -68417,9 +68428,9 @@ paths: application/json: schema: type: array - items: *451 + items: *452 examples: - default: *452 + default: *453 headers: Link: *57 x-github: @@ -68485,8 +68496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -68568,7 +68579,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: simple-example: summary: Simple example @@ -68641,9 +68652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *294 - *295 - - &453 + - *296 + - &454 name: deployment_id description: deployment_id parameter in: path @@ -68655,7 +68666,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: default: value: @@ -68720,9 +68731,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *294 - *295 - - *453 + - *296 + - *454 responses: '204': description: Response @@ -68744,9 +68755,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *294 - *295 - - *453 + - *296 + - *454 - *17 - *19 responses: @@ -68756,7 +68767,7 @@ paths: application/json: schema: type: array - items: &454 + items: &455 title: Deployment Status description: The status of a deployment. type: object @@ -68920,9 +68931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *294 - *295 - - *453 + - *296 + - *454 requestBody: required: true content: @@ -68997,9 +69008,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: &455 + default: &456 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -69055,9 +69066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *294 - *295 - - *453 + - *296 + - *454 - name: status_id in: path required: true @@ -69068,9 +69079,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 '404': *6 x-github: githubCloudOnly: false @@ -69095,8 +69106,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -69153,8 +69164,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -69172,7 +69183,7 @@ paths: - 5 environments: type: array - items: &457 + items: &458 title: Environment description: Details of a deployment environment type: object @@ -69234,7 +69245,7 @@ paths: type: string examples: - wait_timer - wait_timer: &459 + wait_timer: &460 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -69276,11 +69287,11 @@ paths: items: type: object properties: - type: *456 + type: *457 reviewer: anyOf: - *4 - - *150 + - *151 required: - id - node_id @@ -69303,7 +69314,7 @@ paths: - id - node_id - type - deployment_branch_policy: &460 + deployment_branch_policy: &461 type: - object - 'null' @@ -69420,9 +69431,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *294 - *295 - - &458 + - *296 + - &459 name: environment_name in: path required: true @@ -69435,9 +69446,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: &461 + default: &462 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -69521,9 +69532,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *294 - *295 - - *458 + - *296 + - *459 requestBody: required: false content: @@ -69533,7 +69544,7 @@ paths: - object - 'null' properties: - wait_timer: *459 + wait_timer: *460 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -69552,14 +69563,14 @@ paths: items: type: object properties: - type: *456 + type: *457 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *460 + deployment_branch_policy: *461 additionalProperties: false examples: default: @@ -69579,9 +69590,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *461 + default: *462 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -69605,9 +69616,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *294 - *295 - - *458 + - *296 + - *459 responses: '204': description: Default response @@ -69632,9 +69643,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *294 - *295 - - *458 + - *296 + - *459 - *17 - *19 responses: @@ -69653,7 +69664,7 @@ paths: - 2 branch_policies: type: array - items: &462 + items: &463 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -69714,9 +69725,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *294 - *295 - - *458 + - *296 + - *459 requestBody: required: true content: @@ -69764,9 +69775,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: - example-wildcard: &463 + example-wildcard: &464 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -69808,10 +69819,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *294 - *295 - - *458 - - &464 + - *296 + - *459 + - &465 name: branch_policy_id in: path required: true @@ -69823,9 +69834,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: - default: *463 + default: *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69844,10 +69855,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *294 - *295 - - *458 - - *464 + - *296 + - *459 + - *465 requestBody: required: true content: @@ -69876,9 +69887,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: - default: *463 + default: *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69897,10 +69908,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *294 - *295 - - *458 - - *464 + - *296 + - *459 + - *465 responses: '204': description: Response @@ -69925,9 +69936,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *458 + - *459 + - *296 - *295 - - *294 responses: '200': description: List of deployment protection rules @@ -69944,7 +69955,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &465 + items: &466 title: Deployment protection rule description: Deployment protection rule type: object @@ -69966,7 +69977,7 @@ paths: for the environment. examples: - true - app: &466 + app: &467 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -70069,9 +70080,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: - - *458 + - *459 + - *296 - *295 - - *294 requestBody: content: application/json: @@ -70092,9 +70103,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *465 + schema: *466 examples: - default: &467 + default: &468 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -70129,9 +70140,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: - - *458 + - *459 + - *296 - *295 - - *294 - *19 - *17 responses: @@ -70151,7 +70162,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *466 + items: *467 examples: default: value: @@ -70186,10 +70197,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *294 - *295 - - *458 - - &468 + - *296 + - *459 + - &469 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -70201,9 +70212,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *467 + default: *468 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70224,10 +70235,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *458 + - *459 + - *296 - *295 - - *294 - - *468 + - *469 responses: '204': description: Response @@ -70253,9 +70264,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *294 - *295 - - *458 + - *296 + - *459 - *17 - *19 responses: @@ -70273,9 +70284,9 @@ paths: type: integer secrets: type: array - items: *345 + items: *346 examples: - default: *346 + default: *347 headers: Link: *57 x-github: @@ -70300,17 +70311,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *294 - *295 - - *458 + - *296 + - *459 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70332,18 +70343,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *294 - *295 - - *458 - - *127 + - *296 + - *459 + - *128 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70365,10 +70376,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *294 - *295 - - *458 - - *127 + - *296 + - *459 + - *128 requestBody: required: true content: @@ -70399,7 +70410,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -70425,10 +70436,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *294 - *295 - - *458 - - *127 + - *296 + - *459 + - *128 responses: '204': description: Default response @@ -70453,10 +70464,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *294 - *295 - - *458 - - *316 + - *296 + - *459 + - *317 - *19 responses: '200': @@ -70473,9 +70484,9 @@ paths: type: integer variables: type: array - items: *349 + items: *350 examples: - default: *350 + default: *351 headers: Link: *57 x-github: @@ -70498,9 +70509,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *294 - *295 - - *458 + - *296 + - *459 requestBody: required: true content: @@ -70527,7 +70538,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -70552,18 +70563,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *294 - *295 - - *458 - - *130 + - *296 + - *459 + - *131 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70584,10 +70595,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *294 - *295 - - *130 - - *458 + - *296 + - *131 + - *459 requestBody: required: true content: @@ -70629,10 +70640,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *294 - *295 - - *130 - - *458 + - *296 + - *131 + - *459 responses: '204': description: Response @@ -70654,8 +70665,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -70732,8 +70743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *294 - *295 + - *296 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -70755,7 +70766,7 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: default: value: @@ -70892,8 +70903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -70926,9 +70937,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *307 + default: *308 '400': *14 '422': *15 '403': *27 @@ -70949,8 +70960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -71010,7 +71021,7 @@ paths: schema: oneOf: - *94 - - *471 + - *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71035,8 +71046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *294 - *295 + - *296 - name: file_sha in: path required: true @@ -71136,8 +71147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -71246,7 +71257,7 @@ paths: description: Response content: application/json: - schema: &472 + schema: &473 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -71473,15 +71484,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *294 - *295 - - *428 + - *296 + - *429 responses: '200': description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -71537,9 +71548,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *294 - *295 - - &473 + - *296 + - &474 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. @@ -71556,7 +71567,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Git Reference description: Git references within a repository type: object @@ -71632,17 +71643,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *294 - *295 - - *473 + - *296 + - *474 responses: '200': description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: &475 + default: &476 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -71671,8 +71682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -71701,9 +71712,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *475 + default: *476 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -71729,9 +71740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *294 - *295 - - *473 + - *296 + - *474 requestBody: required: true content: @@ -71760,9 +71771,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *475 + default: *476 '422': *15 '409': *45 x-github: @@ -71780,9 +71791,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *294 - *295 - - *473 + - *296 + - *474 responses: '204': description: Response @@ -71837,8 +71848,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -71905,7 +71916,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &478 title: Git Tag description: Metadata for a Git tag type: object @@ -71961,7 +71972,7 @@ paths: - sha - type - url - verification: *476 + verification: *477 required: - sha - url @@ -71971,7 +71982,7 @@ paths: - tag - message examples: - default: &478 + default: &479 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -72044,8 +72055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *294 - *295 + - *296 - name: tag_sha in: path required: true @@ -72056,9 +72067,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 '404': *6 '409': *45 x-github: @@ -72082,8 +72093,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -72157,7 +72168,7 @@ paths: description: Response content: application/json: - schema: &479 + schema: &480 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -72259,8 +72270,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *294 - *295 + - *296 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -72283,7 +72294,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default-response: summary: Default response @@ -72342,8 +72353,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -72353,7 +72364,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Webhook description: Webhooks for repositories. type: object @@ -72416,7 +72427,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &701 + last_response: &702 title: Hook Response type: object properties: @@ -72493,8 +72504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -72547,9 +72558,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &481 + default: &482 value: type: Repository id: 12345678 @@ -72597,17 +72608,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 '404': *6 x-github: githubCloudOnly: false @@ -72627,9 +72638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 requestBody: required: true content: @@ -72674,9 +72685,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 '422': *15 '404': *6 x-github: @@ -72697,9 +72708,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 responses: '204': description: Response @@ -72723,9 +72734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *294 - *295 - - *166 + - *296 + - *167 responses: '200': description: Response @@ -72752,9 +72763,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *294 - *295 - - *166 + - *296 + - *167 requestBody: required: false content: @@ -72798,11 +72809,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *294 - *295 - - *166 - - *17 + - *296 - *167 + - *17 + - *168 responses: '200': description: Response @@ -72810,9 +72821,9 @@ paths: application/json: schema: type: array - items: *168 + items: *169 examples: - default: *169 + default: *170 '400': *14 '422': *15 x-github: @@ -72831,18 +72842,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 - *16 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 '400': *14 '422': *15 x-github: @@ -72861,9 +72872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 - *16 responses: '202': *37 @@ -72886,9 +72897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 responses: '204': description: Response @@ -72913,9 +72924,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *294 - *295 - - *166 + - *296 + - *167 responses: '204': description: Response @@ -72973,14 +72984,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: &482 + schema: &483 title: Import description: A repository import from an external source. type: object @@ -73087,7 +73098,7 @@ paths: - html_url - authors_url examples: - default: &485 + default: &486 value: vcs: subversion use_lfs: true @@ -73103,7 +73114,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': &483 + '503': &484 description: Unavailable due to service under maintenance. content: application/json: @@ -73132,8 +73143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -73181,7 +73192,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -73206,7 +73217,7 @@ paths: type: string '422': *15 '404': *6 - '503': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73234,8 +73245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -73287,7 +73298,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: example-1: summary: Example 1 @@ -73335,7 +73346,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': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73358,12 +73369,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *294 - *295 + - *296 responses: '204': description: Response - '503': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73389,9 +73400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *294 - *295 - - &644 + - *296 + - &645 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -73405,7 +73416,7 @@ paths: application/json: schema: type: array - items: &484 + items: &485 title: Porter Author description: Porter Author type: object @@ -73459,7 +73470,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': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73484,8 +73495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *294 - *295 + - *296 - name: author_id in: path required: true @@ -73515,7 +73526,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -73528,7 +73539,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73552,8 +73563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -73594,7 +73605,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73622,8 +73633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -73650,11 +73661,11 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *485 + default: *486 '422': *15 - '503': *483 + '503': *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73677,8 +73688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -73686,8 +73697,8 @@ paths: application/json: schema: *20 examples: - default: *486 - '301': *306 + default: *487 + '301': *307 '404': *6 x-github: githubCloudOnly: false @@ -73707,8 +73718,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -73716,12 +73727,12 @@ paths: application/json: schema: anyOf: - - *184 + - *185 - type: object properties: {} additionalProperties: false examples: - default: &488 + default: &489 value: limit: collaborators_only origin: repository @@ -73746,13 +73757,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *294 - *295 + - *296 requestBody: required: true content: application/json: - schema: *487 + schema: *488 examples: default: summary: Example request body @@ -73764,9 +73775,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *488 + default: *489 '409': description: Response x-github: @@ -73788,8 +73799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -73812,8 +73823,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -73823,9 +73834,9 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: - default: &637 + default: &638 value: - id: 1 repository: @@ -73956,9 +73967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *294 - *295 - - *188 + - *296 + - *189 requestBody: required: false content: @@ -73987,7 +73998,7 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: default: value: @@ -74118,9 +74129,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *294 - *295 - - *188 + - *296 + - *189 responses: '204': description: Response @@ -74151,8 +74162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *294 - *295 + - *296 - 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 @@ -74200,7 +74211,7 @@ paths: required: false schema: type: string - - *192 + - *193 - name: sort description: What to sort results by. in: query @@ -74225,7 +74236,7 @@ paths: type: array items: *74 examples: - default: &496 + default: &497 value: - id: 1 node_id: MDU6SXNzdWUx @@ -74373,7 +74384,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *306 + '301': *307 '422': *15 '404': *6 x-github: @@ -74402,8 +74413,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -74495,7 +74506,7 @@ paths: application/json: schema: *74 examples: - default: &493 + default: &494 value: id: 1 node_id: MDU6SXNzdWUx @@ -74651,7 +74662,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *303 + '410': *304 x-github: triggersNotification: true githubCloudOnly: false @@ -74679,8 +74690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *294 - *295 + - *296 - *83 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -74701,9 +74712,9 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: - default: &495 + default: &496 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -74761,17 +74772,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *294 - *295 + - *296 - *73 responses: '200': description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: &491 + default: &492 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -74825,8 +74836,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -74849,9 +74860,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '422': *15 x-github: githubCloudOnly: false @@ -74869,8 +74880,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *294 - *295 + - *296 - *73 responses: '204': @@ -74891,8 +74902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *294 - *295 + - *296 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -74919,9 +74930,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 '404': *6 @@ -74942,8 +74953,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -74976,16 +74987,16 @@ paths: description: Reaction exists content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Reaction created content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '422': *15 x-github: githubCloudOnly: false @@ -75007,10 +75018,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *294 - *295 + - *296 - *73 - - *290 + - *291 responses: '204': description: Response @@ -75030,8 +75041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -75041,7 +75052,7 @@ paths: application/json: schema: type: array - items: &492 + items: &493 title: Issue Event description: Issue Event type: object @@ -75121,7 +75132,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *150 + requested_team: *151 dismissed_review: title: Issue Event Dismissed Review type: object @@ -75380,8 +75391,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *294 - *295 + - *296 - name: event_id in: path required: true @@ -75392,7 +75403,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: default: value: @@ -75585,7 +75596,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *303 + '410': *304 '403': *27 x-github: githubCloudOnly: false @@ -75619,9 +75630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *294 - *295 - - &494 + - *296 + - &495 name: issue_number description: The number that identifies the issue. in: path @@ -75635,10 +75646,10 @@ paths: application/json: schema: *74 examples: - default: *493 - '301': *306 + default: *494 + '301': *307 '404': *6 - '410': *303 + '410': *304 '304': *35 x-github: githubCloudOnly: false @@ -75663,9 +75674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: false content: @@ -75793,13 +75804,13 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 '422': *15 '503': *62 '403': *27 - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75817,9 +75828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: false content: @@ -75847,7 +75858,7 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75863,9 +75874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: content: application/json: @@ -75892,7 +75903,7 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75914,9 +75925,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: - - *294 - *295 - - *494 + - *296 + - *495 - name: assignee in: path required: true @@ -75956,9 +75967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *64 - *17 - *19 @@ -75969,13 +75980,13 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: - default: *495 + default: *496 headers: Link: *57 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76004,9 +76015,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -76028,16 +76039,16 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *303 + '410': *304 '422': *15 '404': *6 x-github: @@ -76065,9 +76076,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -76079,12 +76090,12 @@ paths: type: array items: *74 examples: - default: *496 + default: *497 headers: Link: *57 - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76112,9 +76123,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -76138,15 +76149,15 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *306 + '301': *307 '403': *27 - '410': *303 + '410': *304 '422': *15 '404': *6 x-github: @@ -76177,9 +76188,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *294 - *295 - - *494 + - *296 + - *495 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -76193,13 +76204,13 @@ paths: application/json: schema: *74 examples: - default: *493 - '301': *306 + default: *494 + '301': *307 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *303 + '410': *304 x-github: triggersNotification: true githubCloudOnly: false @@ -76225,9 +76236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -76239,12 +76250,12 @@ paths: type: array items: *74 examples: - default: *496 + default: *497 headers: Link: *57 - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76261,9 +76272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -76277,7 +76288,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &499 + - &500 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -76326,7 +76337,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &500 + - &501 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -76454,7 +76465,7 @@ paths: - performed_via_github_app - assignee - assigner - - &501 + - &502 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -76500,7 +76511,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &502 + - &503 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -76546,7 +76557,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &503 + - &504 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -76595,7 +76606,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &504 + - &505 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -76624,7 +76635,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *150 + requested_team: *151 requested_reviewer: *4 required: - review_requester @@ -76637,7 +76648,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &505 + - &506 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -76666,7 +76677,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *150 + requested_team: *151 requested_reviewer: *4 required: - review_requester @@ -76679,7 +76690,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &506 + - &507 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -76735,7 +76746,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &507 + - &508 title: Locked Issue Event description: Locked Issue Event type: object @@ -76780,7 +76791,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &508 + - &509 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -76841,7 +76852,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &509 + - &510 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -76902,7 +76913,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &510 + - &511 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -76963,7 +76974,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &511 + - &512 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -77056,7 +77067,7 @@ paths: color: red headers: Link: *57 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77073,9 +77084,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -77085,7 +77096,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -77140,7 +77151,7 @@ paths: - color - default examples: - default: &498 + default: &499 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -77158,9 +77169,9 @@ paths: default: false headers: Link: *57 - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77177,9 +77188,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: false content: @@ -77238,12 +77249,12 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *498 - '301': *306 + default: *499 + '301': *307 '404': *6 - '410': *303 + '410': *304 '422': *15 x-github: githubCloudOnly: false @@ -77260,9 +77271,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: false content: @@ -77322,12 +77333,12 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *498 - '301': *306 + default: *499 + '301': *307 '404': *6 - '410': *303 + '410': *304 '422': *15 x-github: githubCloudOnly: false @@ -77344,15 +77355,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 responses: '204': description: Response - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77371,9 +77382,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 - name: name in: path required: true @@ -77386,7 +77397,7 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: default: value: @@ -77397,9 +77408,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *306 + '301': *307 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77419,9 +77430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: false content: @@ -77450,7 +77461,7 @@ paths: '204': description: Response '403': *27 - '410': *303 + '410': *304 '404': *6 '422': *15 x-github: @@ -77468,9 +77479,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 responses: '204': description: Response @@ -77492,9 +77503,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 - 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. @@ -77520,13 +77531,13 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77544,9 +77555,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -77578,16 +77589,16 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '422': *15 x-github: githubCloudOnly: false @@ -77609,10 +77620,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *294 - *295 - - *494 - - *290 + - *296 + - *495 + - *291 responses: '204': description: Response @@ -77641,9 +77652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -77667,7 +77678,7 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -77700,9 +77711,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -77714,11 +77725,11 @@ paths: type: array items: *74 examples: - default: *496 + default: *497 headers: Link: *57 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77746,9 +77757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -77777,14 +77788,14 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *303 + '410': *304 '422': *15 '404': *6 x-github: @@ -77804,9 +77815,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 requestBody: required: true content: @@ -77839,7 +77850,7 @@ paths: application/json: schema: *74 examples: - default: *493 + default: *494 '403': *27 '404': *6 '422': *7 @@ -77861,9 +77872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *294 - *295 - - *494 + - *296 + - *495 - *17 - *19 responses: @@ -77878,7 +77889,6 @@ paths: description: Timeline Event type: object anyOf: - - *499 - *500 - *501 - *502 @@ -77891,6 +77901,7 @@ paths: - *509 - *510 - *511 + - *512 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -78219,7 +78230,7 @@ paths: type: string comments: type: array - items: &531 + items: &532 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -78457,7 +78468,7 @@ paths: type: string comments: type: array - items: *426 + items: *427 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -78732,7 +78743,7 @@ paths: headers: Link: *57 '404': *6 - '410': *303 + '410': *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78749,8 +78760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -78760,7 +78771,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -78828,8 +78839,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -78865,9 +78876,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: &513 + default: &514 value: id: 1 key: ssh-rsa AAA... @@ -78901,9 +78912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *294 - *295 - - &514 + - *296 + - &515 name: key_id description: The unique identifier of the key. in: path @@ -78915,9 +78926,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '404': *6 x-github: githubCloudOnly: false @@ -78935,9 +78946,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *294 - *295 - - *514 + - *296 + - *515 responses: '204': description: Response @@ -78957,8 +78968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -78968,9 +78979,9 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *498 + default: *499 headers: Link: *57 '404': *6 @@ -78991,8 +79002,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -79028,9 +79039,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: &515 + default: &516 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -79062,8 +79073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *294 - *295 + - *296 - name: name in: path required: true @@ -79074,9 +79085,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *515 + default: *516 '404': *6 x-github: githubCloudOnly: false @@ -79093,8 +79104,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *294 - *295 + - *296 - name: name in: path required: true @@ -79133,7 +79144,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -79159,8 +79170,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *294 - *295 + - *296 - name: name in: path required: true @@ -79186,8 +79197,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -79226,9 +79237,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *294 - *295 - - *404 + - *296 + - *405 responses: '200': description: Response @@ -79375,8 +79386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -79441,8 +79452,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -79476,9 +79487,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *427 + schema: *428 examples: - default: *516 + default: *517 '204': description: Response when already merged '404': @@ -79503,8 +79514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *294 - *295 + - *296 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -79545,7 +79556,7 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: default: value: @@ -79601,8 +79612,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -79642,9 +79653,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &517 + default: &518 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -79703,9 +79714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *294 - *295 - - &518 + - *296 + - &519 name: milestone_number description: The number that identifies the milestone. in: path @@ -79717,9 +79728,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *517 + default: *518 '404': *6 x-github: githubCloudOnly: false @@ -79736,9 +79747,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *294 - *295 - - *518 + - *296 + - *519 requestBody: required: false content: @@ -79776,9 +79787,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *517 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79794,9 +79805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *294 - *295 - - *518 + - *296 + - *519 responses: '204': description: Response @@ -79817,9 +79828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *294 - *295 - - *518 + - *296 + - *519 - *17 - *19 responses: @@ -79829,9 +79840,9 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *498 + default: *499 headers: Link: *57 x-github: @@ -79850,12 +79861,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *294 - *295 - - *519 + - *296 - *520 - - *64 - *521 + - *64 + - *522 - *17 - *19 responses: @@ -79867,7 +79878,7 @@ paths: type: array items: *86 examples: - default: *522 + default: *523 headers: Link: *57 x-github: @@ -79891,8 +79902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -79950,14 +79961,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: &523 + schema: &524 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -80101,7 +80112,7 @@ paths: - custom_404 - public examples: - default: &524 + default: &525 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -80142,8 +80153,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -80198,9 +80209,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *524 + default: *525 '422': *15 '409': *45 x-github: @@ -80223,8 +80234,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -80324,8 +80335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -80351,8 +80362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -80362,7 +80373,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Page Build description: Page Build type: object @@ -80454,8 +80465,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *294 - *295 + - *296 responses: '201': description: Response @@ -80502,16 +80513,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &526 + default: &527 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -80559,8 +80570,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *294 - *295 + - *296 - name: build_id in: path required: true @@ -80571,9 +80582,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80593,8 +80604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -80702,9 +80713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *294 - *295 - - &527 + - *296 + - &528 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -80762,11 +80773,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *294 - *295 - - *527 + - *296 + - *528 responses: - '204': *145 + '204': *146 '404': *6 x-github: githubCloudOnly: false @@ -80791,8 +80802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -81060,7 +81071,7 @@ paths: description: Empty response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -81087,8 +81098,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: - - *294 - *295 + - *296 responses: '200': description: Private vulnerability reporting status @@ -81125,10 +81136,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *294 - *295 + - *296 responses: - '204': *145 + '204': *146 '422': *14 x-github: githubCloudOnly: false @@ -81147,10 +81158,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *294 - *295 + - *296 responses: - '204': *145 + '204': *146 '422': *14 x-github: githubCloudOnly: false @@ -81171,8 +81182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#list-repository-projects parameters: - - *294 - *295 + - *296 - name: state description: Indicates the state of the projects to return. in: query @@ -81193,7 +81204,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -81233,7 +81244,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *303 + '410': *304 '422': *7 x-github: githubCloudOnly: false @@ -81256,8 +81267,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#create-a-repository-project parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -81283,13 +81294,13 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *302 + default: *303 '401': *23 '403': *27 '404': *6 - '410': *303 + '410': *304 '422': *7 x-github: githubCloudOnly: false @@ -81312,8 +81323,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -81321,7 +81332,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -81352,8 +81363,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: - - *294 - *295 + - *296 requestBody: required: true content: @@ -81365,7 +81376,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *229 + items: *230 required: - properties examples: @@ -81415,8 +81426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *294 - *295 + - *296 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -81476,9 +81487,9 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: *529 + default: *530 headers: Link: *57 '304': *35 @@ -81510,8 +81521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -81578,7 +81589,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &534 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -81707,7 +81718,7 @@ paths: milestone: anyOf: - type: 'null' - - *431 + - *432 active_lock_reason: type: - string @@ -81762,7 +81773,7 @@ paths: type: - array - 'null' - items: *206 + items: *207 head: type: object properties: @@ -81800,14 +81811,14 @@ paths: _links: type: object properties: - comments: *432 - commits: *432 - statuses: *432 - html: *432 - issue: *432 - review_comments: *432 - review_comment: *432 - self: *432 + comments: *433 + commits: *433 + statuses: *433 + html: *433 + issue: *433 + review_comments: *433 + review_comment: *433 + self: *433 required: - comments - commits @@ -81818,7 +81829,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: *530 + auto_merge: *531 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -81920,7 +81931,7 @@ paths: - merged_by - review_comments examples: - default: &534 + default: &535 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -82447,8 +82458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *294 - *295 + - *296 - name: sort in: query required: false @@ -82477,9 +82488,9 @@ paths: application/json: schema: type: array - items: *531 + items: *532 examples: - default: &536 + default: &537 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -82556,17 +82567,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *294 - *295 + - *296 - *73 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -82641,8 +82652,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -82665,9 +82676,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82683,8 +82694,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *294 - *295 + - *296 - *73 responses: '204': @@ -82706,8 +82717,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *294 - *295 + - *296 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -82734,9 +82745,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 '404': *6 @@ -82757,8 +82768,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *294 - *295 + - *296 - *73 requestBody: required: true @@ -82791,16 +82802,16 @@ paths: description: Reaction exists content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Reaction created content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '422': *15 x-github: githubCloudOnly: false @@ -82822,10 +82833,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *294 - *295 + - *296 - *73 - - *290 + - *291 responses: '204': description: Response @@ -82868,9 +82879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *294 - *295 - - &535 + - *296 + - &536 name: pull_number description: The number that identifies the pull request. in: path @@ -82883,9 +82894,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '304': *35 '404': *6 '406': @@ -82920,9 +82931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: false content: @@ -82964,9 +82975,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '422': *15 '403': *27 x-github: @@ -82988,9 +82999,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: true content: @@ -83051,17 +83062,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '401': *23 '403': *27 '404': *6 @@ -83091,9 +83102,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 - *83 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -83114,9 +83125,9 @@ paths: application/json: schema: type: array - items: *531 + items: *532 examples: - default: *536 + default: *537 headers: Link: *57 x-github: @@ -83149,9 +83160,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: true content: @@ -83257,7 +83268,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: example-for-a-multi-line-comment: value: @@ -83345,9 +83356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *294 - *295 - - *535 + - *296 + - *536 - *73 requestBody: required: true @@ -83370,7 +83381,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -83456,9 +83467,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 - *17 - *19 responses: @@ -83468,9 +83479,9 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: - default: *537 + default: *538 headers: Link: *57 x-github: @@ -83500,9 +83511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *294 - *295 - - *535 + - *296 + - *536 - *17 - *19 responses: @@ -83512,7 +83523,7 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: default: value: @@ -83550,9 +83561,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *294 - *295 - - *535 + - *296 + - *536 responses: '204': description: Response if pull request has been merged @@ -83575,9 +83586,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: false content: @@ -83689,9 +83700,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 responses: '200': description: Response @@ -83707,7 +83718,7 @@ paths: items: *4 teams: type: array - items: *150 + items: *151 required: - users - teams @@ -83766,9 +83777,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: false content: @@ -83805,7 +83816,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -84341,9 +84352,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: true content: @@ -84377,7 +84388,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -84882,9 +84893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 - *17 - *19 responses: @@ -84894,7 +84905,7 @@ paths: application/json: schema: type: array - items: &538 + items: &539 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -85050,9 +85061,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: false content: @@ -85142,9 +85153,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: &540 + default: &541 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -85207,10 +85218,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *294 - *295 - - *535 - - &539 + - *296 + - *536 + - &540 name: review_id description: The unique identifier of the review. in: path @@ -85222,9 +85233,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: &541 + default: &542 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -85283,10 +85294,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *294 - *295 - - *535 - - *539 + - *296 + - *536 + - *540 requestBody: required: true content: @@ -85309,7 +85320,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -85371,18 +85382,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *294 - *295 - - *535 - - *539 + - *296 + - *536 + - *540 responses: '200': description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *540 + default: *541 '422': *7 '404': *6 x-github: @@ -85409,10 +85420,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *294 - *295 - - *535 - - *539 + - *296 + - *536 + - *540 - *17 - *19 responses: @@ -85510,9 +85521,9 @@ paths: _links: type: object properties: - self: *432 - html: *432 - pull_request: *432 + self: *433 + html: *433 + pull_request: *433 required: - self - html @@ -85670,10 +85681,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *294 - *295 - - *535 - - *539 + - *296 + - *536 + - *540 requestBody: required: true content: @@ -85702,7 +85713,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -85765,10 +85776,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *294 - *295 - - *535 - - *539 + - *296 + - *536 + - *540 requestBody: required: true content: @@ -85803,9 +85814,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *541 + default: *542 '404': *6 '422': *7 '403': *27 @@ -85827,9 +85838,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *294 - *295 - - *535 + - *296 + - *536 requestBody: required: false content: @@ -85893,8 +85904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *294 - *295 + - *296 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -85907,9 +85918,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: &543 + default: &544 value: type: file encoding: base64 @@ -85951,8 +85962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *294 - *295 + - *296 - name: dir description: The alternate path to look for a README file in: path @@ -85972,9 +85983,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 '404': *6 '422': *15 x-github: @@ -85996,8 +86007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -86007,7 +86018,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Release description: A release. type: object @@ -86089,7 +86100,7 @@ paths: author: *4 assets: type: array - items: &545 + items: &546 title: Release Asset description: Data related to a release. type: object @@ -86276,8 +86287,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -86353,9 +86364,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &548 + default: &549 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -86460,9 +86471,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *294 - *295 - - &546 + - *296 + - &547 name: asset_id description: The unique identifier of the asset. in: path @@ -86474,9 +86485,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: &547 + default: &548 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 @@ -86511,7 +86522,7 @@ paths: type: User site_admin: false '404': *6 - '302': *441 + '302': *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86527,9 +86538,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *294 - *295 - - *546 + - *296 + - *547 requestBody: required: false content: @@ -86558,9 +86569,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *547 + default: *548 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86576,9 +86587,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *294 - *295 - - *546 + - *296 + - *547 responses: '204': description: Response @@ -86602,8 +86613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -86689,16 +86700,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *294 - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *548 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86715,8 +86726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *294 - *295 + - *296 - name: tag description: tag parameter in: path @@ -86729,9 +86740,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *548 + default: *549 '404': *6 x-github: githubCloudOnly: false @@ -86753,9 +86764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *294 - *295 - - &549 + - *296 + - &550 name: release_id description: The unique identifier of the release. in: path @@ -86769,9 +86780,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: *544 + schema: *545 examples: - default: *548 + default: *549 '401': description: Unauthorized x-github: @@ -86789,9 +86800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *294 - *295 - - *549 + - *296 + - *550 requestBody: required: false content: @@ -86855,9 +86866,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *548 + default: *549 '404': description: Not Found if the discussion category name is invalid content: @@ -86878,9 +86889,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *294 - *295 - - *549 + - *296 + - *550 responses: '204': description: Response @@ -86900,9 +86911,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *294 - *295 - - *549 + - *296 + - *550 - *17 - *19 responses: @@ -86912,7 +86923,7 @@ paths: application/json: schema: type: array - items: *545 + items: *546 examples: default: value: @@ -86993,9 +87004,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: - - *294 - *295 - - *549 + - *296 + - *550 - name: name in: query required: true @@ -87021,7 +87032,7 @@ paths: description: Response for successful upload content: application/json: - schema: *545 + schema: *546 examples: response-for-successful-upload: value: @@ -87076,9 +87087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *294 - *295 - - *549 + - *296 + - *550 - 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. @@ -87102,9 +87113,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 '404': *6 @@ -87125,9 +87136,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *294 - *295 - - *549 + - *296 + - *550 requestBody: required: true content: @@ -87157,16 +87168,16 @@ paths: description: Reaction exists content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '201': description: Reaction created content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 '422': *15 x-github: githubCloudOnly: false @@ -87188,10 +87199,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *294 - *295 - - *549 - - *290 + - *296 + - *550 + - *291 responses: '204': description: Response @@ -87215,9 +87226,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *294 - *295 - - *367 + - *296 + - *368 - *17 - *19 responses: @@ -87233,8 +87244,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *236 - - &550 + - *237 + - &551 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -87253,66 +87264,66 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *237 - - *550 - allOf: - *238 - - *550 + - *551 - allOf: - *239 - - *550 - - allOf: - *551 - - *550 - allOf: - *240 - - *550 + - *551 + - allOf: + - *552 + - *551 - allOf: - *241 - - *550 + - *551 - allOf: - *242 - - *550 + - *551 - allOf: - *243 - - *550 + - *551 - allOf: - *244 - - *550 + - *551 - allOf: - *245 - - *550 + - *551 - allOf: - *246 - - *550 + - *551 - allOf: - *247 - - *550 + - *551 - allOf: - *248 - - *550 + - *551 - allOf: - *249 - - *550 + - *551 - allOf: - *250 - - *550 + - *551 - allOf: - *251 - - *550 + - *551 - allOf: - *252 - - *550 + - *551 - allOf: - *253 - - *550 + - *551 - allOf: - *254 - - *550 + - *551 - allOf: - *255 - - *550 + - *551 + - allOf: + - *256 + - *551 examples: default: value: @@ -87351,8 +87362,8 @@ paths: category: repos subcategory: rules parameters: - - *294 - *295 + - *296 - *17 - *19 - name: includes_parents @@ -87363,7 +87374,7 @@ paths: schema: type: boolean default: true - - *552 + - *553 responses: '200': description: Response @@ -87371,7 +87382,7 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: default: value: @@ -87418,8 +87429,8 @@ paths: category: repos subcategory: rules parameters: - - *294 - *295 + - *296 requestBody: description: Request body required: true @@ -87439,16 +87450,16 @@ paths: - tag - push default: branch - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *231 + items: *235 + conditions: *232 rules: type: array description: An array of rules within the ruleset. - items: *553 + items: *554 required: - name - enforcement @@ -87479,9 +87490,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &563 + default: &564 value: id: 42 name: super cool ruleset @@ -87528,12 +87539,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *294 - *295 - - *554 + - *296 - *555 - *556 - *557 + - *558 - *17 - *19 responses: @@ -87541,9 +87552,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '404': *6 '500': *91 x-github: @@ -87564,17 +87575,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *294 - *295 - - *560 + - *296 + - *561 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 '404': *6 '500': *91 x-github: @@ -87602,8 +87613,8 @@ paths: category: repos subcategory: rules parameters: - - *294 - *295 + - *296 - name: ruleset_id description: The ID of the ruleset. in: path @@ -87623,9 +87634,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *563 + default: *564 '404': *6 '500': *91 put: @@ -87643,8 +87654,8 @@ paths: category: repos subcategory: rules parameters: - - *294 - *295 + - *296 - name: ruleset_id description: The ID of the ruleset. in: path @@ -87669,16 +87680,16 @@ paths: - branch - tag - push - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *231 + items: *235 + conditions: *232 rules: description: An array of rules within the ruleset. type: array - items: *553 + items: *554 examples: default: value: @@ -87706,9 +87717,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *563 + default: *564 '404': *6 '500': *91 delete: @@ -87726,8 +87737,8 @@ paths: category: repos subcategory: rules parameters: - - *294 - *295 + - *296 - name: ruleset_id description: The ID of the ruleset. in: path @@ -87750,8 +87761,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *294 - *295 + - *296 - *17 - *19 - name: ruleset_id @@ -87767,9 +87778,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *564 + default: *565 '404': *6 '500': *91 x-github: @@ -87788,8 +87799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *294 - *295 + - *296 - name: ruleset_id description: The ID of the ruleset. in: path @@ -87807,7 +87818,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -87862,21 +87873,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *294 - *295 - - *260 + - *296 - *261 - *262 - *263 + - *264 - *46 - *19 - *17 - - *566 - *567 - - *264 + - *568 - *265 - *266 - *267 + - *268 responses: '200': description: Response @@ -87884,7 +87895,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 type: object properties: number: *52 @@ -87900,8 +87911,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *568 - resolution: *569 + state: *569 + resolution: *570 resolved_at: type: - string @@ -87995,7 +88006,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *570 + - *571 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -88144,16 +88155,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *294 - *295 - - *398 - - *267 + - *296 + - *399 + - *268 responses: '200': description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -88205,9 +88216,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *294 - *295 - - *398 + - *296 + - *399 requestBody: required: true content: @@ -88215,8 +88226,8 @@ paths: schema: type: object properties: - state: *568 - resolution: *569 + state: *569 + resolution: *570 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -88235,7 +88246,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -88310,9 +88321,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *294 - *295 - - *398 + - *296 + - *399 - *19 - *17 responses: @@ -88323,7 +88334,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &722 + items: &723 type: object properties: type: @@ -88350,7 +88361,6 @@ paths: - commit details: oneOf: - - *572 - *573 - *574 - *575 @@ -88363,6 +88373,7 @@ paths: - *582 - *583 - *584 + - *585 examples: default: value: @@ -88448,8 +88459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -88457,14 +88468,14 @@ paths: schema: type: object properties: - reason: &586 + reason: &587 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *585 + placeholder_id: *586 required: - reason - placeholder_id @@ -88481,7 +88492,7 @@ paths: schema: type: object properties: - reason: *586 + reason: *587 expire_at: type: - string @@ -88525,8 +88536,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: - - *294 - *295 + - *296 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -88541,7 +88552,7 @@ paths: properties: incremental_scans: type: array - items: &587 + items: &588 description: Information on a single scan performed by secret scanning on the repository type: object @@ -88569,15 +88580,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *587 + items: *588 backfill_scans: type: array - items: *587 + items: *588 custom_pattern_backfill_scans: type: array items: allOf: - - *587 + - *588 - type: object properties: pattern_name: @@ -88647,8 +88658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *294 - *295 + - *296 - *46 - name: sort description: The property to sort the results by. @@ -88692,9 +88703,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *589 + default: *590 '400': *14 '404': *6 x-github: @@ -88717,8 +88728,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -88798,7 +88809,7 @@ paths: login: type: string description: The username of the user credited. - type: *272 + type: *273 required: - login - type @@ -88888,9 +88899,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: &591 + default: &592 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -89123,8 +89134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -89237,7 +89248,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -89384,17 +89395,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *294 - *295 - - *590 + - *296 + - *591 responses: '200': description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *591 + default: *592 '403': *27 '404': *6 x-github: @@ -89418,9 +89429,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *294 - *295 - - *590 + - *296 + - *591 requestBody: required: true content: @@ -89500,7 +89511,7 @@ paths: login: type: string description: The username of the user credited. - type: *272 + type: *273 required: - login - type @@ -89591,10 +89602,10 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *591 - add_credit: *591 + default: *592 + add_credit: *592 '403': *27 '404': *6 '422': @@ -89632,9 +89643,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: - - *294 - *295 - - *590 + - *296 + - *591 responses: '202': *37 '400': *14 @@ -89661,17 +89672,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *294 - *295 - - *590 + - *296 + - *591 responses: '202': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *307 + default: *308 '400': *14 '422': *15 '403': *27 @@ -89697,8 +89708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -89794,8 +89805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *294 - *295 + - *296 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -89804,7 +89815,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -89817,7 +89828,7 @@ paths: - 1124 - -435 '202': *37 - '204': *145 + '204': *146 '422': description: Repository contains more than 10,000 commits x-github: @@ -89837,8 +89848,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -89889,7 +89900,7 @@ paths: total: 89 week: 1336280400 '202': *37 - '204': *145 + '204': *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89916,8 +89927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -89989,7 +90000,7 @@ paths: d: 77 c: 10 '202': *37 - '204': *145 + '204': *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90011,8 +90022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *294 - *295 + - *296 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -90166,8 +90177,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *294 - *295 + - *296 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -90177,7 +90188,7 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: default: value: @@ -90190,7 +90201,7 @@ paths: - - 0 - 2 - 21 - '204': *145 + '204': *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90210,8 +90221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *294 - *295 + - *296 - name: sha in: path required: true @@ -90267,7 +90278,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: default: value: @@ -90321,8 +90332,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -90334,7 +90345,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -90354,14 +90365,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *294 - *295 + - *296 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &594 + schema: &595 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -90434,8 +90445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *294 - *295 + - *296 requestBody: required: false content: @@ -90461,7 +90472,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -90488,8 +90499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -90509,8 +90520,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -90592,8 +90603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -90601,7 +90612,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 title: Tag protection description: Tag protection type: object @@ -90658,8 +90669,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: - - *294 - *295 + - *296 requestBody: required: true content: @@ -90682,7 +90693,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: default: value: @@ -90713,8 +90724,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: - - *294 - *295 + - *296 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -90751,8 +90762,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *294 - *295 + - *296 - name: ref in: path required: true @@ -90788,8 +90799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *294 - *295 + - *296 - *17 - *19 responses: @@ -90799,9 +90810,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *207 + default: *208 headers: Link: *57 '404': *6 @@ -90821,8 +90832,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *294 - *295 + - *296 - *19 - *17 responses: @@ -90830,7 +90841,7 @@ paths: description: Response content: application/json: - schema: &596 + schema: &597 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -90842,7 +90853,7 @@ paths: required: - names examples: - default: &597 + default: &598 value: names: - octocat @@ -90865,8 +90876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -90897,9 +90908,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 '422': *7 x-github: @@ -90920,9 +90931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *294 - *295 - - &598 + - *296 + - &599 name: per description: The time frame to display results for. in: query @@ -90953,7 +90964,7 @@ paths: - 128 clones: type: array - items: &599 + items: &600 title: Traffic type: object properties: @@ -91040,8 +91051,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -91135,8 +91146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *294 - *295 + - *296 responses: '200': description: Response @@ -91199,9 +91210,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *294 - *295 - - *598 + - *296 + - *599 responses: '200': description: Response @@ -91222,7 +91233,7 @@ paths: - 3782 views: type: array - items: *599 + items: *600 required: - uniques - count @@ -91299,8 +91310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *294 - *295 + - *296 requestBody: required: true content: @@ -91336,7 +91347,7 @@ paths: description: Response content: application/json: - schema: *119 + schema: *120 examples: default: value: @@ -91574,8 +91585,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *294 - *295 + - *296 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -91598,8 +91609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -91621,8 +91632,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -91648,8 +91659,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *294 - *295 + - *296 - name: ref in: path required: true @@ -91741,9 +91752,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *307 + default: *308 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -91784,7 +91795,7 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: default: value: @@ -91973,7 +91984,7 @@ paths: html_url: type: string format: uri - repository: *119 + repository: *120 score: type: number file_size: @@ -91992,7 +92003,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &600 + text_matches: &601 title: Search Result Text Matches type: array items: @@ -92155,7 +92166,7 @@ paths: enum: - author-date - committer-date - - &601 + - &602 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 @@ -92224,7 +92235,7 @@ paths: committer: anyOf: - type: 'null' - - *365 + - *366 comment_count: type: integer message: @@ -92243,7 +92254,7 @@ paths: url: type: string format: uri - verification: *476 + verification: *477 required: - author - committer @@ -92258,7 +92269,7 @@ paths: committer: anyOf: - type: 'null' - - *365 + - *366 parents: type: array items: @@ -92270,12 +92281,12 @@ paths: type: string sha: type: string - repository: *119 + repository: *120 score: type: number node_id: type: string - text_matches: *600 + text_matches: *601 required: - sha - node_id @@ -92457,7 +92468,7 @@ paths: - interactions - created - updated - - *601 + - *602 - *17 - *19 - name: advanced_search @@ -92554,11 +92565,11 @@ paths: type: - string - 'null' - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: type: string state_reason: @@ -92572,7 +92583,7 @@ paths: milestone: anyOf: - type: 'null' - - *431 + - *432 comments: type: integer created_at: @@ -92586,7 +92597,7 @@ paths: - string - 'null' format: date-time - text_matches: *600 + text_matches: *601 pull_request: type: object properties: @@ -92635,7 +92646,7 @@ paths: timeline_url: type: string format: uri - type: *189 + type: *190 performed_via_github_app: anyOf: - type: 'null' @@ -92812,7 +92823,7 @@ paths: enum: - created - updated - - *601 + - *602 - *17 - *19 responses: @@ -92857,7 +92868,7 @@ paths: - 'null' score: type: number - text_matches: *600 + text_matches: *601 required: - id - node_id @@ -92942,7 +92953,7 @@ paths: - forks - help-wanted-issues - updated - - *601 + - *602 - *17 - *19 responses: @@ -93179,7 +93190,7 @@ paths: - admin - pull - push - text_matches: *600 + text_matches: *601 temp_clone_token: type: string allow_merge_commit: @@ -93487,7 +93498,7 @@ paths: - string - 'null' format: uri - text_matches: *600 + text_matches: *601 related: type: - array @@ -93680,7 +93691,7 @@ paths: - followers - repositories - joined - - *601 + - *602 - *17 - *19 responses: @@ -93790,7 +93801,7 @@ paths: type: - boolean - 'null' - text_matches: *600 + text_matches: *601 blog: type: - string @@ -93872,7 +93883,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &605 + - &606 name: team_id description: The unique identifier of the team. in: path @@ -93884,9 +93895,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 x-github: githubCloudOnly: false @@ -93913,7 +93924,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *605 + - *606 requestBody: required: true content: @@ -93977,16 +93988,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '201': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 '422': *15 '403': *27 @@ -94014,7 +94025,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *605 + - *606 responses: '204': description: Response @@ -94045,7 +94056,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *605 + - *606 - *46 - *17 - *19 @@ -94056,9 +94067,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *606 + default: *607 headers: Link: *57 x-github: @@ -94087,7 +94098,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *605 + - *606 requestBody: required: true content: @@ -94121,9 +94132,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 x-github: triggersNotification: true githubCloudOnly: false @@ -94150,16 +94161,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *605 - - *283 + - *606 + - *284 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94184,8 +94195,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *605 - - *283 + - *606 + - *284 requestBody: required: false content: @@ -94208,9 +94219,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94235,8 +94246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *605 - - *283 + - *606 + - *284 responses: '204': description: Response @@ -94265,8 +94276,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *605 - - *283 + - *606 + - *284 - *46 - *17 - *19 @@ -94277,9 +94288,9 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: - default: *608 + default: *609 headers: Link: *57 x-github: @@ -94308,8 +94319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *605 - - *283 + - *606 + - *284 requestBody: required: true content: @@ -94331,9 +94342,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 x-github: triggersNotification: true githubCloudOnly: false @@ -94360,17 +94371,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *605 - - *283 - - *286 + - *606 + - *284 + - *287 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94395,9 +94406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *605 - - *283 - - *286 + - *606 + - *284 + - *287 requestBody: required: true content: @@ -94419,9 +94430,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *609 + default: *610 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94446,9 +94457,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *605 - - *283 - - *286 + - *606 + - *284 + - *287 responses: '204': description: Response @@ -94477,9 +94488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *605 - - *283 - - *286 + - *606 + - *284 + - *287 - 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. @@ -94505,9 +94516,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 x-github: @@ -94536,9 +94547,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *605 - - *283 - - *286 + - *606 + - *284 + - *287 requestBody: required: true content: @@ -94570,9 +94581,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94598,8 +94609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *605 - - *283 + - *606 + - *284 - 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. @@ -94625,9 +94636,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *289 + default: *290 headers: Link: *57 x-github: @@ -94656,8 +94667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *605 - - *283 + - *606 + - *284 requestBody: required: true content: @@ -94689,9 +94700,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94715,7 +94726,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *605 + - *606 - *17 - *19 responses: @@ -94725,9 +94736,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *187 + default: *188 headers: Link: *57 x-github: @@ -94753,7 +94764,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *605 + - *606 - name: role description: Filters members returned by their role in the team. in: query @@ -94776,7 +94787,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '404': *6 @@ -94804,8 +94815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *605 - - *132 + - *606 + - *133 responses: '204': description: if user is a member @@ -94841,8 +94852,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *605 - - *132 + - *606 + - *133 responses: '204': description: Response @@ -94881,8 +94892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *605 - - *132 + - *606 + - *133 responses: '204': description: Response @@ -94918,16 +94929,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *605 - - *132 + - *606 + - *133 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - response-if-user-is-a-team-maintainer: *610 + response-if-user-is-a-team-maintainer: *611 '404': *6 x-github: githubCloudOnly: false @@ -94960,8 +94971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *605 - - *132 + - *606 + - *133 requestBody: required: false content: @@ -94986,9 +94997,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - response-if-users-membership-with-team-is-now-pending: *611 + response-if-users-membership-with-team-is-now-pending: *612 '403': description: Forbidden if team synchronization is set up '422': @@ -95022,8 +95033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *605 - - *132 + - *606 + - *133 responses: '204': description: Response @@ -95051,7 +95062,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *605 + - *606 - *17 - *19 responses: @@ -95061,9 +95072,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *612 + default: *613 headers: Link: *57 '404': *6 @@ -95089,16 +95100,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *605 - - *293 + - *606 + - *294 responses: '200': description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *613 + default: *614 '404': description: Not Found if project is not managed by this team x-github: @@ -95122,8 +95133,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *605 - - *293 + - *606 + - *294 requestBody: required: false content: @@ -95190,8 +95201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *605 - - *293 + - *606 + - *294 responses: '204': description: Response @@ -95218,7 +95229,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *605 + - *606 - *17 - *19 responses: @@ -95228,9 +95239,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 '404': *6 @@ -95260,15 +95271,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *605 - - *294 + - *606 - *295 + - *296 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *614 + schema: *615 examples: alternative-response-with-extra-repository-information: value: @@ -95419,9 +95430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *605 - - *294 + - *606 - *295 + - *296 requestBody: required: false content: @@ -95471,9 +95482,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *605 - - *294 + - *606 - *295 + - *296 responses: '204': description: Response @@ -95498,7 +95509,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *605 + - *606 - *17 - *19 responses: @@ -95508,9 +95519,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - response-if-child-teams-exist: *615 + response-if-child-teams-exist: *616 headers: Link: *57 '404': *6 @@ -95543,7 +95554,7 @@ paths: application/json: schema: oneOf: - - &617 + - &618 title: Private User description: Private User type: object @@ -95793,7 +95804,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *616 + - *617 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -95953,7 +95964,7 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: default: value: @@ -96032,7 +96043,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 '304': *35 '404': *6 '403': *27 @@ -96055,7 +96066,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: - - *132 + - *133 responses: '204': description: If the user is blocked @@ -96083,7 +96094,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *132 + - *133 responses: '204': description: Response @@ -96107,7 +96118,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *132 + - *133 responses: '204': description: Response @@ -96156,9 +96167,9 @@ paths: type: integer codespaces: type: array - items: *195 + items: *196 examples: - default: *196 + default: *197 '304': *35 '500': *91 '401': *23 @@ -96297,17 +96308,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '401': *23 '403': *27 '404': *6 @@ -96351,7 +96362,7 @@ paths: type: integer secrets: type: array - items: &618 + items: &619 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -96393,7 +96404,7 @@ paths: - visibility - selected_repositories_url examples: - default: *420 + default: *421 headers: Link: *57 x-github: @@ -96465,13 +96476,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -96501,7 +96512,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *127 + - *128 requestBody: required: true content: @@ -96546,7 +96557,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -96574,7 +96585,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *127 + - *128 responses: '204': description: Response @@ -96599,7 +96610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *127 + - *128 responses: '200': description: Response @@ -96615,9 +96626,9 @@ paths: type: integer repositories: type: array - items: *119 + items: *120 examples: - default: *619 + default: *620 '401': *23 '403': *27 '404': *6 @@ -96642,7 +96653,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *127 + - *128 requestBody: required: true content: @@ -96696,7 +96707,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *127 + - *128 - name: repository_id in: path required: true @@ -96729,7 +96740,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *127 + - *128 - name: repository_id in: path required: true @@ -96761,15 +96772,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '304': *35 '500': *91 '401': *23 @@ -96795,7 +96806,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 requestBody: required: false content: @@ -96825,9 +96836,9 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '401': *23 '403': *27 '404': *6 @@ -96849,7 +96860,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 responses: '202': *37 '304': *35 @@ -96878,13 +96889,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 responses: '202': description: Response content: application/json: - schema: &620 + schema: &621 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -96937,7 +96948,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &621 + default: &622 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -96969,7 +96980,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *197 + - *198 - name: export_id in: path required: true @@ -96982,9 +96993,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 '404': *6 x-github: githubCloudOnly: false @@ -97005,7 +97016,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *197 + - *198 responses: '200': description: Response @@ -97021,9 +97032,9 @@ paths: type: integer machines: type: array - items: *419 + items: *420 examples: - default: *622 + default: *623 '304': *35 '500': *91 '401': *23 @@ -97052,7 +97063,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *197 + - *198 requestBody: required: true content: @@ -97108,11 +97119,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *305 + repository: *306 machine: anyOf: - type: 'null' - - *419 + - *420 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -97909,15 +97920,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '304': *35 '500': *91 '400': *14 @@ -97949,15 +97960,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *197 + - *198 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *418 + default: *419 '500': *91 '401': *23 '403': *27 @@ -97987,9 +97998,9 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: &634 + default: &635 value: - id: 197 name: hello_docker @@ -98090,7 +98101,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: Email description: Email type: object @@ -98160,9 +98171,9 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: - default: &636 + default: &637 value: - email: octocat@github.com verified: true @@ -98239,7 +98250,7 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: default: value: @@ -98351,7 +98362,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '304': *35 @@ -98384,7 +98395,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 '304': *35 @@ -98406,7 +98417,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: - - *132 + - *133 responses: '204': description: if the person is followed by the authenticated user @@ -98436,7 +98447,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *132 + - *133 responses: '204': description: Response @@ -98461,7 +98472,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *132 + - *133 responses: '204': description: Response @@ -98497,7 +98508,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: GPG Key description: A unique encryption key type: object @@ -98642,7 +98653,7 @@ paths: - subkeys - revoked examples: - default: &650 + default: &651 value: - id: 3 name: Octocat's GPG Key @@ -98727,9 +98738,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: &625 + default: &626 value: id: 3 name: Octocat's GPG Key @@ -98786,7 +98797,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &626 + - &627 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -98798,9 +98809,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *625 + default: *626 '404': *6 '304': *35 '403': *27 @@ -98823,7 +98834,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *626 + - *627 responses: '204': description: Response @@ -99014,7 +99025,7 @@ paths: type: array items: *59 examples: - default: *111 + default: *112 headers: Link: *57 '404': *6 @@ -99039,7 +99050,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *108 + - *109 responses: '204': description: Response @@ -99065,7 +99076,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *108 + - *109 responses: '204': description: Response @@ -99099,12 +99110,12 @@ paths: application/json: schema: anyOf: - - *184 + - *185 - type: object properties: {} additionalProperties: false examples: - default: *185 + default: *186 '204': description: Response when there are no restrictions x-github: @@ -99128,7 +99139,7 @@ paths: required: true content: application/json: - schema: *487 + schema: *488 examples: default: value: @@ -99139,7 +99150,7 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: default: value: @@ -99220,7 +99231,7 @@ paths: - closed - all default: open - - *192 + - *193 - name: sort description: What to sort results by. in: query @@ -99245,7 +99256,7 @@ paths: type: array items: *74 examples: - default: *193 + default: *194 headers: Link: *57 '404': *6 @@ -99278,7 +99289,7 @@ paths: application/json: schema: type: array - items: &627 + items: &628 title: Key description: Key type: object @@ -99381,9 +99392,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: &628 + default: &629 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99416,15 +99427,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *514 + - *515 responses: '200': description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '404': *6 '304': *35 '403': *27 @@ -99447,7 +99458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *514 + - *515 responses: '204': description: Response @@ -99480,7 +99491,7 @@ paths: application/json: schema: type: array - items: &629 + items: &630 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -99559,7 +99570,7 @@ paths: - account - plan examples: - default: &630 + default: &631 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -99621,9 +99632,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: *630 + default: *631 headers: Link: *57 '304': *35 @@ -99663,7 +99674,7 @@ paths: application/json: schema: type: array - items: *199 + items: *200 examples: default: value: @@ -99771,7 +99782,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -99854,7 +99865,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -99922,7 +99933,7 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: default: value: @@ -100184,7 +100195,7 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -100364,7 +100375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *202 + - *203 - name: exclude in: query required: false @@ -100377,7 +100388,7 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -100571,7 +100582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *202 + - *203 responses: '302': description: Response @@ -100597,7 +100608,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *202 + - *203 responses: '204': description: Response @@ -100626,8 +100637,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *202 - - *631 + - *203 + - *632 responses: '204': description: Response @@ -100651,7 +100662,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *202 + - *203 - *17 - *19 responses: @@ -100661,9 +100672,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 '404': *6 @@ -100698,9 +100709,9 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *632 + default: *633 headers: Link: *57 '304': *35 @@ -100742,7 +100753,7 @@ paths: - docker - nuget - container - - *633 + - *634 - *19 - *17 responses: @@ -100752,10 +100763,10 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *634 - '400': *635 + default: *635 + '400': *636 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100775,16 +100786,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *210 - *211 + - *212 responses: '200': description: Response content: application/json: - schema: *208 + schema: *209 examples: - default: &651 + default: &652 value: id: 40201 name: octo-name @@ -100897,8 +100908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *210 - *211 + - *212 responses: '204': description: Response @@ -100928,8 +100939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *210 - *211 + - *212 - name: token description: package token schema: @@ -100961,8 +100972,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: - - *210 - *211 + - *212 - *19 - *17 - name: state @@ -100982,7 +100993,7 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: default: value: @@ -101031,15 +101042,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *210 - *211 - - *213 + - *212 + - *214 responses: '200': description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -101075,9 +101086,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *210 - *211 - - *213 + - *212 + - *214 responses: '204': description: Response @@ -101107,9 +101118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *210 - *211 - - *213 + - *212 + - *214 responses: '204': description: Response @@ -101167,7 +101178,7 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: default: value: @@ -101239,9 +101250,9 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: - default: *636 + default: *637 headers: Link: *57 '304': *35 @@ -101354,7 +101365,7 @@ paths: type: array items: *59 examples: - default: &643 + default: &644 summary: Default response value: - id: 1296269 @@ -101672,9 +101683,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *307 + default: *308 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -101712,9 +101723,9 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: - default: *637 + default: *638 headers: Link: *57 '304': *35 @@ -101737,7 +101748,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *188 + - *189 responses: '204': description: Response @@ -101760,7 +101771,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *188 + - *189 responses: '204': description: Response @@ -101793,7 +101804,7 @@ paths: application/json: schema: type: array - items: &638 + items: &639 title: Social account description: Social media account type: object @@ -101810,7 +101821,7 @@ paths: - provider - url examples: - default: &639 + default: &640 value: - provider: twitter url: https://twitter.com/github @@ -101873,9 +101884,9 @@ paths: application/json: schema: type: array - items: *638 + items: *639 examples: - default: *639 + default: *640 '422': *15 '304': *35 '404': *6 @@ -101963,7 +101974,7 @@ paths: application/json: schema: type: array - items: &640 + items: &641 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -101983,7 +101994,7 @@ paths: - title - created_at examples: - default: &662 + default: &663 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102050,9 +102061,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: &641 + default: &642 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102083,7 +102094,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: - - &642 + - &643 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -102095,9 +102106,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *641 + default: *642 '404': *6 '304': *35 '403': *27 @@ -102120,7 +102131,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: - - *642 + - *643 responses: '204': description: Response @@ -102149,7 +102160,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &663 + - &664 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 @@ -102174,11 +102185,11 @@ paths: type: array items: *59 examples: - default-response: *643 + default-response: *644 application/vnd.github.v3.star+json: schema: type: array - items: &664 + items: &665 title: Starred Repository description: Starred Repository type: object @@ -102334,8 +102345,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: - - *294 - *295 + - *296 responses: '204': description: Response if this repository is starred by you @@ -102363,8 +102374,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -102388,8 +102399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *294 - *295 + - *296 responses: '204': description: Response @@ -102422,9 +102433,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 '304': *35 @@ -102461,7 +102472,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -102547,10 +102558,10 @@ paths: application/json: schema: oneOf: + - *618 - *617 - - *616 examples: - default-response: &645 + default-response: &646 summary: Default response value: login: octocat @@ -102585,7 +102596,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &646 + response-with-git-hub-plan-information: &647 summary: Response with GitHub plan information value: login: octocat @@ -102645,7 +102656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *644 + - *645 - *17 responses: '200': @@ -102656,7 +102667,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: example: ; rel="next" @@ -102686,7 +102697,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *132 + - *133 responses: '200': description: Response @@ -102694,11 +102705,11 @@ paths: application/json: schema: oneOf: + - *618 - *617 - - *616 examples: - default-response: *645 - response-with-git-hub-plan-information: *646 + default-response: *646 + response-with-git-hub-plan-information: *647 '404': *6 x-github: githubCloudOnly: false @@ -102724,7 +102735,7 @@ paths: - *17 - *38 - *39 - - *132 + - *133 requestBody: required: true content: @@ -102747,8 +102758,8 @@ paths: required: - subject_digests examples: - default: *647 - withPredicateType: *648 + default: *648 + withPredicateType: *649 responses: '200': description: Response @@ -102802,7 +102813,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *649 + default: *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102820,7 +102831,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *132 + - *133 requestBody: required: true content: @@ -102885,7 +102896,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *132 + - *133 - name: subject_digest description: Subject Digest in: path @@ -102916,7 +102927,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *132 + - *133 - name: attestation_id description: Attestation ID in: path @@ -102954,7 +102965,7 @@ paths: - *17 - *38 - *39 - - *132 + - *133 - name: subject_digest description: Subject Digest in: path @@ -103004,12 +103015,12 @@ paths: bundle_url: type: string examples: - default: *361 + default: *362 '201': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -103035,7 +103046,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: - - *132 + - *133 responses: '200': description: Response @@ -103043,9 +103054,9 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *634 + default: *635 '403': *27 '401': *23 x-github: @@ -103068,7 +103079,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103149,7 +103160,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *132 + - *133 - *90 - *17 - *19 @@ -103239,7 +103250,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103316,7 +103327,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103328,7 +103339,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -103347,7 +103358,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103359,7 +103370,7 @@ paths: type: array items: *4 examples: - default: *194 + default: *195 headers: Link: *57 x-github: @@ -103378,7 +103389,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *132 + - *133 - name: target_user in: path required: true @@ -103405,7 +103416,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *132 + - *133 - *64 - *17 - *19 @@ -103439,7 +103450,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103449,9 +103460,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *650 + default: *651 headers: Link: *57 x-github: @@ -103475,7 +103486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *132 + - *133 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -103547,7 +103558,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *132 + - *133 responses: '200': description: Response @@ -103555,7 +103566,7 @@ paths: application/json: schema: *20 examples: - default: *486 + default: *487 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103573,7 +103584,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103629,7 +103640,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -103639,9 +103650,9 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *632 + default: *633 headers: Link: *57 x-github: @@ -103680,8 +103691,8 @@ paths: - docker - nuget - container - - *633 - - *132 + - *634 + - *133 - *19 - *17 responses: @@ -103691,12 +103702,12 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *634 + default: *635 '403': *27 '401': *23 - '400': *635 + '400': *636 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103716,17 +103727,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *210 - *211 - - *132 + - *212 + - *133 responses: '200': description: Response content: application/json: - schema: *208 + schema: *209 examples: - default: *651 + default: *652 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103747,9 +103758,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *210 - *211 - - *132 + - *212 + - *133 responses: '204': description: Response @@ -103781,9 +103792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *210 - *211 - - *132 + - *212 + - *133 - name: token description: package token schema: @@ -103815,9 +103826,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: - - *210 - *211 - - *132 + - *212 + - *133 responses: '200': description: Response @@ -103825,7 +103836,7 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: default: value: @@ -103883,16 +103894,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *210 - *211 - - *213 - - *132 + - *212 + - *214 + - *133 responses: '200': description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -103927,10 +103938,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *210 - *211 - - *132 - - *213 + - *212 + - *133 + - *214 responses: '204': description: Response @@ -103962,10 +103973,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *210 - *211 - - *132 - - *213 + - *212 + - *133 + - *214 responses: '204': description: Response @@ -103991,7 +104002,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects-classic/projects#list-user-projects parameters: - - *132 + - *133 - name: state description: Indicates the state of the projects to return. in: query @@ -104012,7 +104023,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -104074,7 +104085,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -104163,7 +104174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -104250,7 +104261,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *132 + - *133 - name: type description: Limit results to repositories of the specified type. in: query @@ -104293,9 +104304,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -104319,15 +104330,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: *653 + default: *654 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104349,15 +104360,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104379,15 +104390,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104407,11 +104418,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - - *132 - - *658 + - *133 - *659 - *660 - *661 + - *662 responses: '200': description: Response when getting a billing usage report @@ -104500,7 +104511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -104510,9 +104521,9 @@ paths: application/json: schema: type: array - items: *638 + items: *639 examples: - default: *639 + default: *640 headers: Link: *57 x-github: @@ -104532,7 +104543,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -104542,9 +104553,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: *662 + default: *663 headers: Link: *57 x-github: @@ -104568,8 +104579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *132 - - *663 + - *133 + - *664 - *46 - *17 - *19 @@ -104581,11 +104592,11 @@ paths: schema: anyOf: - type: array - items: *664 + items: *665 - type: array items: *59 examples: - default-response: *643 + default-response: *644 headers: Link: *57 x-github: @@ -104604,7 +104615,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *132 + - *133 - *17 - *19 responses: @@ -104614,9 +104625,9 @@ paths: application/json: schema: type: array - items: *119 + items: *120 examples: - default: *214 + default: *215 headers: Link: *57 x-github: @@ -104745,7 +104756,7 @@ webhooks: type: string enum: - disabled - enterprise: &665 + enterprise: &666 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -104814,7 +104825,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &666 + installation: &667 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -104835,7 +104846,7 @@ webhooks: required: - id - node_id - organization: &667 + organization: &668 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -104908,7 +104919,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &668 + repository: &669 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -105821,10 +105832,10 @@ webhooks: type: string enum: - enabled - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -105900,11 +105911,11 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - rule: &669 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + rule: &670 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) @@ -106127,11 +106138,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - rule: *669 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + rule: *670 sender: *4 required: - action @@ -106319,11 +106330,11 @@ webhooks: - everyone required: - from - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - rule: *669 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + rule: *670 sender: *4 required: - action @@ -106407,7 +106418,7 @@ webhooks: type: string enum: - completed - check_run: &671 + check_run: &672 title: CheckRun description: A check performed on the code of a given code change type: object @@ -106472,8 +106483,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *378 - repository: *119 + items: *379 + repository: *120 status: type: string enum: @@ -106517,7 +106528,7 @@ webhooks: - examples: - neutral - deployment: *670 + deployment: *671 details_url: type: string examples: @@ -106577,7 +106588,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *378 + items: *379 started_at: type: string format: date-time @@ -106615,9 +106626,9 @@ webhooks: - output - app - pull_requests - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - check_run @@ -107010,10 +107021,10 @@ webhooks: type: string enum: - created - check_run: *671 - installation: *666 - organization: *667 - repository: *668 + check_run: *672 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - check_run @@ -107409,10 +107420,10 @@ webhooks: type: string enum: - requested_action - check_run: *671 - installation: *666 - organization: *667 - repository: *668 + check_run: *672 + installation: *667 + organization: *668 + repository: *669 requested_action: description: The action requested by the user. type: object @@ -107817,10 +107828,10 @@ webhooks: type: string enum: - rerequested - check_run: *671 - installation: *666 - organization: *667 - repository: *668 + check_run: *672 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - check_run @@ -108812,10 +108823,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -109500,10 +109511,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -110182,10 +110193,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -110351,7 +110362,7 @@ webhooks: required: - login - id - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -110503,20 +110514,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &672 + commit_oid: &673 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: *665 - installation: *666 - organization: *667 - ref: &673 + enterprise: *666 + installation: *667 + organization: *668 + ref: &674 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: *668 + repository: *669 sender: *4 required: - action @@ -110680,7 +110691,7 @@ webhooks: required: - login - id - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -110921,12 +110932,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *672 - enterprise: *665 - installation: *666 - organization: *667 - ref: *673 - repository: *668 + commit_oid: *673 + enterprise: *666 + installation: *667 + organization: *668 + ref: *674 + repository: *669 sender: *4 required: - action @@ -111024,7 +111035,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -111206,12 +111217,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *672 - enterprise: *665 - installation: *666 - organization: *667 - ref: *673 - repository: *668 + commit_oid: *673 + enterprise: *666 + installation: *667 + organization: *668 + ref: *674 + repository: *669 sender: *4 required: - action @@ -111377,7 +111388,7 @@ webhooks: required: - login - id - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -111554,12 +111565,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *672 - enterprise: *665 - installation: *666 - organization: *667 - ref: *673 - repository: *668 + commit_oid: *673 + enterprise: *666 + installation: *667 + organization: *668 + ref: *674 + repository: *669 sender: *4 required: - action @@ -111659,7 +111670,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -111839,9 +111850,9 @@ webhooks: type: - string - 'null' - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -111849,7 +111860,7 @@ webhooks: type: - string - 'null' - repository: *668 + repository: *669 sender: *4 required: - action @@ -111945,7 +111956,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *393 + dismissed_comment: *394 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -112092,12 +112103,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *672 - enterprise: *665 - installation: *666 - organization: *667 - ref: *673 - repository: *668 + commit_oid: *673 + enterprise: *666 + installation: *667 + organization: *668 + ref: *674 + repository: *669 sender: *4 required: - action @@ -112359,10 +112370,10 @@ webhooks: - updated_at - author_association - body - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -112443,18 +112454,18 @@ webhooks: type: - string - 'null' - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *667 - pusher_type: &674 + organization: *668 + pusher_type: &675 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &675 + ref: &676 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -112464,7 +112475,7 @@ webhooks: enum: - tag - branch - repository: *668 + repository: *669 sender: *4 required: - ref @@ -112546,10 +112557,10 @@ webhooks: type: string enum: - created - definition: *225 - enterprise: *665 - installation: *666 - organization: *667 + definition: *226 + enterprise: *666 + installation: *667 + organization: *668 sender: *4 required: - action @@ -112634,9 +112645,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 sender: *4 required: - action @@ -112713,10 +112724,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *225 - enterprise: *665 - installation: *666 - organization: *667 + definition: *226 + enterprise: *666 + installation: *667 + organization: *668 sender: *4 required: - action @@ -112793,10 +112804,10 @@ webhooks: type: string enum: - updated - definition: *225 - enterprise: *665 - installation: *666 - organization: *667 + definition: *226 + enterprise: *666 + installation: *667 + organization: *668 sender: *4 required: - action @@ -112873,19 +112884,19 @@ webhooks: type: string enum: - updated - enterprise: *665 - installation: *666 - repository: *668 - organization: *667 + enterprise: *666 + installation: *667 + repository: *669 + organization: *668 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *229 + items: *230 old_property_values: type: array description: The old custom property values for the repository. - items: *229 + items: *230 required: - action - repository @@ -112961,18 +112972,18 @@ webhooks: title: delete event type: object properties: - enterprise: *665 - installation: *666 - organization: *667 - pusher_type: *674 - ref: *675 + enterprise: *666 + installation: *667 + organization: *668 + pusher_type: *675 + ref: *676 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *668 + repository: *669 sender: *4 required: - ref @@ -113056,11 +113067,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113144,11 +113155,11 @@ webhooks: type: string enum: - auto_reopened - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113232,11 +113243,11 @@ webhooks: type: string enum: - created - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113318,11 +113329,11 @@ webhooks: type: string enum: - dismissed - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113404,11 +113415,11 @@ webhooks: type: string enum: - fixed - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113491,11 +113502,11 @@ webhooks: type: string enum: - reintroduced - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113577,11 +113588,11 @@ webhooks: type: string enum: - reopened - alert: *445 - installation: *666 - organization: *667 - enterprise: *665 - repository: *668 + alert: *446 + installation: *667 + organization: *668 + enterprise: *666 + repository: *669 sender: *4 required: - action @@ -113658,9 +113669,9 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - key: &676 + enterprise: *666 + installation: *667 + key: &677 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -113698,8 +113709,8 @@ webhooks: - verified - created_at - read_only - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -113776,11 +113787,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - key: *676 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + key: *677 + organization: *668 + repository: *669 sender: *4 required: - action @@ -114352,12 +114363,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - workflow: &680 + workflow: &681 title: Workflow type: - object @@ -115095,13 +115106,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *451 + deployment: *452 pull_requests: type: array - items: *533 - repository: *668 - organization: *667 - installation: *666 + items: *534 + repository: *669 + organization: *668 + installation: *667 sender: *4 responses: '200': @@ -115172,7 +115183,7 @@ webhooks: type: string enum: - approved - approver: &677 + approver: &678 type: object properties: avatar_url: @@ -115215,11 +115226,11 @@ webhooks: type: string comment: type: string - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - reviewers: &678 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + reviewers: &679 type: array items: type: object @@ -115300,7 +115311,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &679 + workflow_job_run: &680 type: object properties: conclusion: @@ -116046,18 +116057,18 @@ webhooks: type: string enum: - rejected - approver: *677 + approver: *678 comment: type: string - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - reviewers: *678 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + reviewers: *679 sender: *4 since: type: string - workflow_job_run: *679 + workflow_job_run: *680 workflow_job_runs: type: array items: @@ -116774,13 +116785,13 @@ webhooks: type: string enum: - requested - enterprise: *665 + enterprise: *666 environment: type: string - installation: *666 - organization: *667 - repository: *668 - requestor: &685 + installation: *667 + organization: *668 + repository: *669 + requestor: &686 title: User type: - object @@ -118723,12 +118734,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - workflow: *680 + workflow: *681 workflow_run: title: Deployment Workflow Run type: @@ -119419,7 +119430,7 @@ webhooks: type: string enum: - answered - answer: &683 + answer: &684 type: object properties: author_association: @@ -119579,7 +119590,7 @@ webhooks: - created_at - updated_at - body - discussion: &681 + discussion: &682 title: Discussion description: A Discussion in a repository. type: object @@ -119875,7 +119886,7 @@ webhooks: - id labels: type: array - items: *497 + items: *498 required: - repository_url - category @@ -119897,10 +119908,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120027,11 +120038,11 @@ webhooks: - from required: - category - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120114,11 +120125,11 @@ webhooks: type: string enum: - closed - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120200,7 +120211,7 @@ webhooks: type: string enum: - created - comment: &682 + comment: &683 type: object properties: author_association: @@ -120360,11 +120371,11 @@ webhooks: - updated_at - body - reactions - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120447,12 +120458,12 @@ webhooks: type: string enum: - deleted - comment: *682 - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + comment: *683 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120547,12 +120558,12 @@ webhooks: - from required: - body - comment: *682 - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + comment: *683 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120636,11 +120647,11 @@ webhooks: type: string enum: - created - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120722,11 +120733,11 @@ webhooks: type: string enum: - deleted - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120826,11 +120837,11 @@ webhooks: type: string required: - from - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -120912,10 +120923,10 @@ webhooks: type: string enum: - labeled - discussion: *681 - enterprise: *665 - installation: *666 - label: &684 + discussion: *682 + enterprise: *666 + installation: *667 + label: &685 title: Label type: object properties: @@ -120948,8 +120959,8 @@ webhooks: - color - default - description - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121032,11 +121043,11 @@ webhooks: type: string enum: - locked - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121118,11 +121129,11 @@ webhooks: type: string enum: - pinned - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121204,11 +121215,11 @@ webhooks: type: string enum: - reopened - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121293,16 +121304,16 @@ webhooks: changes: type: object properties: - new_discussion: *681 - new_repository: *668 + new_discussion: *682 + new_repository: *669 required: - new_discussion - new_repository - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121385,10 +121396,10 @@ webhooks: type: string enum: - unanswered - discussion: *681 - old_answer: *683 - organization: *667 - repository: *668 + discussion: *682 + old_answer: *684 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121470,12 +121481,12 @@ webhooks: type: string enum: - unlabeled - discussion: *681 - enterprise: *665 - installation: *666 - label: *684 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121558,11 +121569,11 @@ webhooks: type: string enum: - unlocked - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121644,11 +121655,11 @@ webhooks: type: string enum: - unpinned - discussion: *681 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + discussion: *682 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -121721,7 +121732,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *665 + enterprise: *666 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -122399,9 +122410,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - forkee @@ -122547,9 +122558,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pages: description: The pages that were updated. type: array @@ -122587,7 +122598,7 @@ webhooks: - action - sha - html_url - repository: *668 + repository: *669 sender: *4 required: - pages @@ -122663,10 +122674,10 @@ webhooks: type: string enum: - created - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories: &686 + organization: *668 + repositories: &687 description: An array of repository objects that the installation can access. type: array @@ -122692,8 +122703,8 @@ webhooks: - name - full_name - private - repository: *668 - requester: *685 + repository: *669 + requester: *686 sender: *4 required: - action @@ -122768,11 +122779,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories: *686 - repository: *668 + organization: *668 + repositories: *687 + repository: *669 requester: type: - 'null' @@ -122849,11 +122860,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories: *686 - repository: *668 + organization: *668 + repositories: *687 + repository: *669 requester: type: - 'null' @@ -122930,10 +122941,10 @@ webhooks: type: string enum: - added - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories_added: &687 + organization: *668 + repositories_added: &688 description: An array of repository objects, which were added to the installation. type: array @@ -122979,15 +122990,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *668 - repository_selection: &688 + repository: *669 + repository_selection: &689 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *685 + requester: *686 sender: *4 required: - action @@ -123066,10 +123077,10 @@ webhooks: type: string enum: - removed - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories_added: *687 + organization: *668 + repositories_added: *688 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -123096,9 +123107,9 @@ webhooks: - name - full_name - private - repository: *668 - repository_selection: *688 - requester: *685 + repository: *669 + repository_selection: *689 + requester: *686 sender: *4 required: - action @@ -123177,11 +123188,11 @@ webhooks: type: string enum: - suspend - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories: *686 - repository: *668 + organization: *668 + repositories: *687 + repository: *669 requester: type: - 'null' @@ -123363,10 +123374,10 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 target_type: type: string @@ -123445,11 +123456,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *665 + enterprise: *666 installation: *20 - organization: *667 - repositories: *686 - repository: *668 + organization: *668 + repositories: *687 + repository: *669 requester: type: - 'null' @@ -123697,8 +123708,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124515,8 +124526,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124533,7 +124544,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -124877,8 +124888,8 @@ webhooks: - state - locked - assignee - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -124958,7 +124969,7 @@ webhooks: type: string enum: - deleted - comment: &689 + comment: &690 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -125125,8 +125136,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -125939,8 +125950,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125957,7 +125968,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -126303,8 +126314,8 @@ webhooks: - state - locked - assignee - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -126384,7 +126395,7 @@ webhooks: type: string enum: - edited - changes: &714 + changes: &715 description: The changes to the comment. type: object properties: @@ -126396,9 +126407,9 @@ webhooks: type: string required: - from - comment: *689 - enterprise: *665 - installation: *666 + comment: *690 + enterprise: *666 + installation: *667 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127214,8 +127225,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127232,7 +127243,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -127576,8 +127587,8 @@ webhooks: - state - locked - assignee - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -127667,9 +127678,9 @@ webhooks: type: number blocking_issue: *74 blocking_issue_repo: *59 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -127763,9 +127774,9 @@ webhooks: type: number blocking_issue: *74 blocking_issue_repo: *59 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -127858,9 +127869,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -127954,9 +127965,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -128041,10 +128052,10 @@ webhooks: type: string enum: - assigned - assignee: *685 - enterprise: *665 - installation: *666 - issue: &692 + assignee: *686 + enterprise: *666 + installation: *667 + issue: &693 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -128856,11 +128867,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128877,7 +128888,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -128980,8 +128991,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -129061,8 +129072,8 @@ webhooks: type: string enum: - closed - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -129879,11 +129890,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129900,7 +129911,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -130146,8 +130157,8 @@ webhooks: required: - state - closed_at - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -130226,8 +130237,8 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131035,11 +131046,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131056,7 +131067,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -131158,8 +131169,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -131238,8 +131249,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132070,11 +132081,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132091,7 +132102,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -132172,7 +132183,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &690 + milestone: &691 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132315,8 +132326,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -132415,8 +132426,8 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133228,11 +133239,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133246,7 +133257,7 @@ webhooks: timeline_url: type: string format: uri - type: *189 + type: *190 title: description: Title of the issue type: string @@ -133352,9 +133363,9 @@ webhooks: - active_lock_reason - body - reactions - label: *684 - organization: *667 - repository: *668 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -133434,8 +133445,8 @@ webhooks: type: string enum: - labeled - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134246,11 +134257,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134264,7 +134275,7 @@ webhooks: timeline_url: type: string format: uri - type: *189 + type: *190 title: description: Title of the issue type: string @@ -134370,9 +134381,9 @@ webhooks: - active_lock_reason - body - reactions - label: *684 - organization: *667 - repository: *668 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -134452,8 +134463,8 @@ webhooks: type: string enum: - locked - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135289,11 +135300,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135307,7 +135318,7 @@ webhooks: timeline_url: type: string format: uri - type: *189 + type: *190 title: description: Title of the issue type: string @@ -135390,8 +135401,8 @@ webhooks: format: uri user_view_type: type: string - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -135470,8 +135481,8 @@ webhooks: type: string enum: - milestoned - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136301,11 +136312,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136322,7 +136333,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -136402,9 +136413,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *690 - organization: *667 - repository: *668 + milestone: *691 + organization: *668 + repository: *669 sender: *4 required: - action @@ -137296,11 +137307,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137396,7 +137407,7 @@ webhooks: required: - login - id - type: *189 + type: *190 required: - id - number @@ -137877,8 +137888,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138690,11 +138701,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138711,7 +138722,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -138813,8 +138824,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -138894,9 +138905,9 @@ webhooks: type: string enum: - pinned - enterprise: *665 - installation: *666 - issue: &691 + enterprise: *666 + installation: *667 + issue: &692 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -139702,11 +139713,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139723,7 +139734,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -139825,8 +139836,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -139905,8 +139916,8 @@ webhooks: type: string enum: - reopened - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140740,11 +140751,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140841,9 +140852,9 @@ webhooks: format: uri user_view_type: type: string - type: *189 - organization: *667 - repository: *668 + type: *190 + organization: *668 + repository: *669 sender: *4 required: - action @@ -141732,11 +141743,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141753,7 +141764,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -142335,11 +142346,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *665 - installation: *666 - issue: *691 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *692 + organization: *668 + repository: *669 sender: *4 required: - action @@ -142419,12 +142430,12 @@ webhooks: type: string enum: - typed - enterprise: *665 - installation: *666 - issue: *692 - type: *189 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *693 + type: *190 + organization: *668 + repository: *669 sender: *4 required: - action @@ -142505,7 +142516,7 @@ webhooks: type: string enum: - unassigned - assignee: &717 + assignee: &718 title: User type: - object @@ -142577,11 +142588,11 @@ webhooks: required: - login - id - enterprise: *665 - installation: *666 - issue: *692 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *693 + organization: *668 + repository: *669 sender: *4 required: - action @@ -142660,12 +142671,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *665 - installation: *666 - issue: *692 - label: *684 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *693 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -142745,8 +142756,8 @@ webhooks: type: string enum: - unlocked - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143580,11 +143591,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *602 - issue_dependencies_summary: *603 + sub_issues_summary: *603 + issue_dependencies_summary: *604 issue_field_values: type: array - items: *604 + items: *605 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143601,7 +143612,7 @@ webhooks: title: description: Title of the issue type: string - type: *189 + type: *190 updated_at: type: string format: date-time @@ -143681,8 +143692,8 @@ webhooks: format: uri user_view_type: type: string - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -143762,11 +143773,11 @@ webhooks: type: string enum: - unpinned - enterprise: *665 - installation: *666 - issue: *691 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *692 + organization: *668 + repository: *669 sender: *4 required: - action @@ -143845,12 +143856,12 @@ webhooks: type: string enum: - untyped - enterprise: *665 - installation: *666 - issue: *692 - type: *189 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + issue: *693 + type: *190 + organization: *668 + repository: *669 sender: *4 required: - action @@ -143930,11 +143941,11 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - label: *684 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -144012,11 +144023,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - label: *684 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -144126,11 +144137,11 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - label: *684 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + label: *685 + organization: *668 + repository: *669 sender: *4 required: - action @@ -144212,9 +144223,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *665 - installation: *666 - marketplace_purchase: &693 + enterprise: *666 + installation: *667 + marketplace_purchase: &694 title: Marketplace Purchase type: object required: @@ -144302,8 +144313,8 @@ webhooks: type: integer unit_count: type: integer - organization: *667 - previous_marketplace_purchase: &694 + organization: *668 + previous_marketplace_purchase: &695 title: Marketplace Purchase type: object properties: @@ -144387,7 +144398,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *668 + repository: *669 sender: *4 required: - action @@ -144467,10 +144478,10 @@ webhooks: - changed effective_date: type: string - enterprise: *665 - installation: *666 - marketplace_purchase: *693 - organization: *667 + enterprise: *666 + installation: *667 + marketplace_purchase: *694 + organization: *668 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144558,7 +144569,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *668 + repository: *669 sender: *4 required: - action @@ -144640,10 +144651,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *665 - installation: *666 - marketplace_purchase: *693 - organization: *667 + enterprise: *666 + installation: *667 + marketplace_purchase: *694 + organization: *668 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144729,7 +144740,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *668 + repository: *669 sender: *4 required: - action @@ -144810,8 +144821,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 marketplace_purchase: title: Marketplace Purchase type: object @@ -144897,9 +144908,9 @@ webhooks: type: integer unit_count: type: integer - organization: *667 - previous_marketplace_purchase: *694 - repository: *668 + organization: *668 + previous_marketplace_purchase: *695 + repository: *669 sender: *4 required: - action @@ -144979,12 +144990,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *665 - installation: *666 - marketplace_purchase: *693 - organization: *667 - previous_marketplace_purchase: *694 - repository: *668 + enterprise: *666 + installation: *667 + marketplace_purchase: *694 + organization: *668 + previous_marketplace_purchase: *695 + repository: *669 sender: *4 required: - action @@ -145086,11 +145097,11 @@ webhooks: type: string required: - to - enterprise: *665 - installation: *666 - member: *685 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + member: *686 + organization: *668 + repository: *669 sender: *4 required: - action @@ -145192,11 +145203,11 @@ webhooks: type: - string - 'null' - enterprise: *665 - installation: *666 - member: *685 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + member: *686 + organization: *668 + repository: *669 sender: *4 required: - action @@ -145275,11 +145286,11 @@ webhooks: type: string enum: - removed - enterprise: *665 - installation: *666 - member: *685 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + member: *686 + organization: *668 + repository: *669 sender: *4 required: - action @@ -145357,11 +145368,11 @@ webhooks: type: string enum: - added - enterprise: *665 - installation: *666 - member: *685 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + member: *686 + organization: *668 + repository: *669 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145439,7 +145450,7 @@ webhooks: required: - login - id - team: &695 + team: &696 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -145632,11 +145643,11 @@ webhooks: type: string enum: - removed - enterprise: *665 - installation: *666 - member: *685 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + member: *686 + organization: *668 + repository: *669 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145715,7 +145726,7 @@ webhooks: required: - login - id - team: *695 + team: *696 required: - action - scope @@ -145797,8 +145808,8 @@ webhooks: type: string enum: - checks_requested - installation: *666 - merge_group: &696 + installation: *667 + merge_group: &697 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -145817,15 +145828,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *382 + head_commit: *383 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -145911,10 +145922,10 @@ webhooks: - merged - invalidated - dequeued - installation: *666 - merge_group: *696 - organization: *667 - repository: *668 + installation: *667 + merge_group: *697 + organization: *668 + repository: *669 sender: *4 required: - action @@ -145987,7 +145998,7 @@ webhooks: type: string enum: - deleted - enterprise: *665 + enterprise: *666 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -146096,12 +146107,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *666 - organization: *667 + installation: *667 + organization: *668 repository: anyOf: - type: 'null' - - *668 + - *669 sender: *4 required: - action @@ -146181,11 +146192,11 @@ webhooks: type: string enum: - closed - enterprise: *665 - installation: *666 - milestone: *690 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + milestone: *691 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146264,9 +146275,9 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - milestone: &697 + enterprise: *666 + installation: *667 + milestone: &698 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146408,8 +146419,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146488,11 +146499,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - milestone: *690 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + milestone: *691 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146602,11 +146613,11 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - milestone: *690 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + milestone: *691 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146686,11 +146697,11 @@ webhooks: type: string enum: - opened - enterprise: *665 - installation: *666 - milestone: *697 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + milestone: *698 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146769,11 +146780,11 @@ webhooks: type: string enum: - blocked - blocked_user: *685 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + blocked_user: *686 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146852,11 +146863,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *685 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + blocked_user: *686 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -146935,9 +146946,9 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - membership: &698 + enterprise: *666 + installation: *667 + membership: &699 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -147047,8 +147058,8 @@ webhooks: - role - organization_url - user - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 required: - action @@ -147126,11 +147137,11 @@ webhooks: type: string enum: - member_added - enterprise: *665 - installation: *666 - membership: *698 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + membership: *699 + organization: *668 + repository: *669 sender: *4 required: - action @@ -147209,8 +147220,8 @@ webhooks: type: string enum: - member_invited - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -147332,10 +147343,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 - user: *685 + user: *686 required: - action - invitation @@ -147413,11 +147424,11 @@ webhooks: type: string enum: - member_removed - enterprise: *665 - installation: *666 - membership: *698 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + membership: *699 + organization: *668 + repository: *669 sender: *4 required: - action @@ -147504,11 +147515,11 @@ webhooks: properties: from: type: string - enterprise: *665 - installation: *666 - membership: *698 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + membership: *699 + organization: *668 + repository: *669 sender: *4 required: - action @@ -147584,9 +147595,9 @@ webhooks: type: string enum: - published - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 package: description: Information about the package. type: object @@ -148109,7 +148120,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &699 + items: &700 title: Ruby Gems metadata type: object properties: @@ -148206,7 +148217,7 @@ webhooks: - owner - package_version - registry - repository: *668 + repository: *669 sender: *4 required: - action @@ -148282,9 +148293,9 @@ webhooks: type: string enum: - updated - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 package: description: Information about the package. type: object @@ -148646,7 +148657,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *699 + items: *700 source_url: type: string format: uri @@ -148717,7 +148728,7 @@ webhooks: - owner - package_version - registry - repository: *668 + repository: *669 sender: *4 required: - action @@ -148898,12 +148909,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *665 + enterprise: *666 id: type: integer - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - id @@ -148980,7 +148991,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &700 + personal_access_token_request: &701 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -149130,10 +149141,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *665 - organization: *667 + enterprise: *666 + organization: *668 sender: *4 - installation: *666 + installation: *667 required: - action - personal_access_token_request @@ -149210,11 +149221,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *700 - enterprise: *665 - organization: *667 + personal_access_token_request: *701 + enterprise: *666 + organization: *668 sender: *4 - installation: *666 + installation: *667 required: - action - personal_access_token_request @@ -149290,11 +149301,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *700 - enterprise: *665 - organization: *667 + personal_access_token_request: *701 + enterprise: *666 + organization: *668 sender: *4 - installation: *666 + installation: *667 required: - action - personal_access_token_request @@ -149369,11 +149380,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *700 - organization: *667 - enterprise: *665 + personal_access_token_request: *701 + organization: *668 + enterprise: *666 sender: *4 - installation: *666 + installation: *667 required: - action - personal_access_token_request @@ -149478,7 +149489,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *701 + last_response: *702 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -149510,8 +149521,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 zen: description: Random string of GitHub zen. @@ -149756,10 +149767,10 @@ webhooks: - from required: - note - enterprise: *665 - installation: *666 - organization: *667 - project_card: &702 + enterprise: *666 + installation: *667 + organization: *668 + project_card: &703 title: Project Card type: object properties: @@ -149882,7 +149893,7 @@ webhooks: - creator - created_at - updated_at - repository: *668 + repository: *669 sender: *4 required: - action @@ -149963,11 +149974,11 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - project_card: *702 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project_card: *703 + repository: *669 sender: *4 required: - action @@ -150047,9 +150058,9 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 project_card: title: Project Card type: object @@ -150179,7 +150190,7 @@ webhooks: repository: anyOf: - type: 'null' - - *668 + - *669 sender: *4 required: - action @@ -150273,11 +150284,11 @@ webhooks: - from required: - note - enterprise: *665 - installation: *666 - organization: *667 - project_card: *702 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project_card: *703 + repository: *669 sender: *4 required: - action @@ -150371,9 +150382,9 @@ webhooks: - from required: - column_id - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 project_card: allOf: - title: Project Card @@ -150570,7 +150581,7 @@ webhooks: type: string required: - after_id - repository: *668 + repository: *669 sender: *4 required: - action @@ -150650,10 +150661,10 @@ webhooks: type: string enum: - closed - enterprise: *665 - installation: *666 - organization: *667 - project: &704 + enterprise: *666 + installation: *667 + organization: *668 + project: &705 title: Project type: object properties: @@ -150780,7 +150791,7 @@ webhooks: - creator - created_at - updated_at - repository: *668 + repository: *669 sender: *4 required: - action @@ -150860,10 +150871,10 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - project_column: &703 + enterprise: *666 + installation: *667 + organization: *668 + project_column: &704 title: Project Column type: object properties: @@ -150903,7 +150914,7 @@ webhooks: - name - created_at - updated_at - repository: *668 + repository: *669 sender: *4 required: - action @@ -150982,14 +150993,14 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - project_column: *703 + enterprise: *666 + installation: *667 + organization: *668 + project_column: *704 repository: anyOf: - type: 'null' - - *668 + - *669 sender: *4 required: - action @@ -151078,11 +151089,11 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - organization: *667 - project_column: *703 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project_column: *704 + repository: *669 sender: *4 required: - action @@ -151162,11 +151173,11 @@ webhooks: type: string enum: - moved - enterprise: *665 - installation: *666 - organization: *667 - project_column: *703 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project_column: *704 + repository: *669 sender: *4 required: - action @@ -151246,11 +151257,11 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - project: *704 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project: *705 + repository: *669 sender: *4 required: - action @@ -151330,14 +151341,14 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - project: *704 + enterprise: *666 + installation: *667 + organization: *668 + project: *705 repository: anyOf: - type: 'null' - - *668 + - *669 sender: *4 required: - action @@ -151438,11 +151449,11 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - organization: *667 - project: *704 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project: *705 + repository: *669 sender: *4 required: - action @@ -151521,11 +151532,11 @@ webhooks: type: string enum: - reopened - enterprise: *665 - installation: *666 - organization: *667 - project: *704 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + project: *705 + repository: *669 sender: *4 required: - action @@ -151606,9 +151617,9 @@ webhooks: type: string enum: - closed - installation: *666 - organization: *667 - projects_v2: &705 + installation: *667 + organization: *668 + projects_v2: &706 title: Projects v2 Project description: A projects v2 project type: object @@ -151669,7 +151680,7 @@ webhooks: latest_status_update: anyOf: - type: 'null' - - &710 + - &711 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -151822,9 +151833,9 @@ webhooks: type: string enum: - created - installation: *666 - organization: *667 - projects_v2: *705 + installation: *667 + organization: *668 + projects_v2: *706 sender: *4 required: - action @@ -151905,9 +151916,9 @@ webhooks: type: string enum: - deleted - installation: *666 - organization: *667 - projects_v2: *705 + installation: *667 + organization: *668 + projects_v2: *706 sender: *4 required: - action @@ -152028,9 +152039,9 @@ webhooks: type: string to: type: string - installation: *666 - organization: *667 - projects_v2: *705 + installation: *667 + organization: *668 + projects_v2: *706 sender: *4 required: - action @@ -152113,7 +152124,7 @@ webhooks: type: string enum: - archived - changes: &709 + changes: &710 type: object properties: archived_at: @@ -152129,9 +152140,9 @@ webhooks: - string - 'null' format: date-time - installation: *666 - organization: *667 - projects_v2_item: &706 + installation: *667 + organization: *668 + projects_v2_item: &707 title: Projects v2 Item description: An item belonging to a project type: object @@ -152270,9 +152281,9 @@ webhooks: - 'null' to: type: string - installation: *666 - organization: *667 - projects_v2_item: *706 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152354,9 +152365,9 @@ webhooks: type: string enum: - created - installation: *666 - organization: *667 - projects_v2_item: *706 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152437,9 +152448,9 @@ webhooks: type: string enum: - deleted - installation: *666 - organization: *667 - projects_v2_item: *706 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152544,7 +152555,7 @@ webhooks: oneOf: - type: string - type: integer - - &707 + - &708 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -152564,7 +152575,7 @@ webhooks: required: - id - name - - &708 + - &709 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -152597,8 +152608,8 @@ webhooks: oneOf: - type: string - type: integer - - *707 - *708 + - *709 type: - 'null' - string @@ -152621,9 +152632,9 @@ webhooks: - 'null' required: - body - installation: *666 - organization: *667 - projects_v2_item: *706 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152720,9 +152731,9 @@ webhooks: type: - string - 'null' - installation: *666 - organization: *667 - projects_v2_item: *706 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152805,10 +152816,10 @@ webhooks: type: string enum: - restored - changes: *709 - installation: *666 - organization: *667 - projects_v2_item: *706 + changes: *710 + installation: *667 + organization: *668 + projects_v2_item: *707 sender: *4 required: - action @@ -152890,9 +152901,9 @@ webhooks: type: string enum: - reopened - installation: *666 - organization: *667 - projects_v2: *705 + installation: *667 + organization: *668 + projects_v2: *706 sender: *4 required: - action @@ -152973,9 +152984,9 @@ webhooks: type: string enum: - created - installation: *666 - organization: *667 - projects_v2_status_update: *710 + installation: *667 + organization: *668 + projects_v2_status_update: *711 sender: *4 required: - action @@ -153056,9 +153067,9 @@ webhooks: type: string enum: - deleted - installation: *666 - organization: *667 - projects_v2_status_update: *710 + installation: *667 + organization: *668 + projects_v2_status_update: *711 sender: *4 required: - action @@ -153204,9 +153215,9 @@ webhooks: - string - 'null' format: date - installation: *666 - organization: *667 - projects_v2_status_update: *710 + installation: *667 + organization: *668 + projects_v2_status_update: *711 sender: *4 required: - action @@ -153277,10 +153288,10 @@ webhooks: title: public event type: object properties: - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - repository @@ -153357,13 +153368,13 @@ webhooks: type: string enum: - assigned - assignee: *685 - enterprise: *665 - installation: *666 - number: &711 + assignee: *686 + enterprise: *666 + installation: *667 + number: &712 description: The pull request number. type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -155712,7 +155723,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -155794,11 +155805,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -158140,7 +158151,7 @@ webhooks: - draft reason: type: string - repository: *668 + repository: *669 sender: *4 required: - action @@ -158222,11 +158233,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -160568,7 +160579,7 @@ webhooks: - draft reason: type: string - repository: *668 + repository: *669 sender: *4 required: - action @@ -160650,13 +160661,13 @@ webhooks: type: string enum: - closed - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: &712 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: &713 allOf: - - *533 + - *534 - type: object properties: allow_auto_merge: @@ -160718,7 +160729,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *668 + repository: *669 sender: *4 required: - action @@ -160799,12 +160810,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: *712 - repository: *668 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: *713 + repository: *669 sender: *4 required: - action @@ -160884,11 +160895,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *665 - milestone: *431 - number: *711 - organization: *667 - pull_request: &713 + enterprise: *666 + milestone: *432 + number: *712 + organization: *668 + pull_request: &714 title: Pull Request type: object properties: @@ -163215,7 +163226,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -163294,11 +163305,11 @@ webhooks: type: string enum: - dequeued - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -165644,7 +165655,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *668 + repository: *669 sender: *4 required: - action @@ -165768,12 +165779,12 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: *712 - repository: *668 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: *713 + repository: *669 sender: *4 required: - action @@ -165853,11 +165864,11 @@ webhooks: type: string enum: - enqueued - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -168188,7 +168199,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -168268,11 +168279,11 @@ webhooks: type: string enum: - labeled - enterprise: *665 - installation: *666 - label: *684 - number: *711 - organization: *667 + enterprise: *666 + installation: *667 + label: *685 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -170620,7 +170631,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -170701,10 +170712,10 @@ webhooks: type: string enum: - locked - enterprise: *665 - installation: *666 - number: *711 - organization: *667 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -173050,7 +173061,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -173130,12 +173141,12 @@ webhooks: type: string enum: - milestoned - enterprise: *665 - milestone: *431 - number: *711 - organization: *667 - pull_request: *713 - repository: *668 + enterprise: *666 + milestone: *432 + number: *712 + organization: *668 + pull_request: *714 + repository: *669 sender: *4 required: - action @@ -173214,12 +173225,12 @@ webhooks: type: string enum: - opened - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: *712 - repository: *668 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: *713 + repository: *669 sender: *4 required: - action @@ -173300,12 +173311,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: *712 - repository: *668 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: *713 + repository: *669 sender: *4 required: - action @@ -173385,12 +173396,12 @@ webhooks: type: string enum: - reopened - enterprise: *665 - installation: *666 - number: *711 - organization: *667 - pull_request: *712 - repository: *668 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 + pull_request: *713 + repository: *669 sender: *4 required: - action @@ -173765,9 +173776,9 @@ webhooks: - start_side - side - reactions - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: type: object properties: @@ -175997,7 +176008,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *668 + repository: *669 sender: *4 required: - action @@ -176077,7 +176088,7 @@ webhooks: type: string enum: - deleted - comment: &715 + comment: &716 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -176370,9 +176381,9 @@ webhooks: - start_side - side - reactions - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: type: object properties: @@ -178590,7 +178601,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *668 + repository: *669 sender: *4 required: - action @@ -178670,11 +178681,11 @@ webhooks: type: string enum: - edited - changes: *714 - comment: *715 - enterprise: *665 - installation: *666 - organization: *667 + changes: *715 + comment: *716 + enterprise: *666 + installation: *667 + organization: *668 pull_request: type: object properties: @@ -180895,7 +180906,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *668 + repository: *669 sender: *4 required: - action @@ -180976,9 +180987,9 @@ webhooks: type: string enum: - dismissed - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: title: Simple Pull Request type: object @@ -183211,7 +183222,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *668 + repository: *669 review: description: The review that was affected. type: object @@ -183462,9 +183473,9 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: title: Simple Pull Request type: object @@ -185578,8 +185589,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *668 - review: &716 + repository: *669 + review: &717 description: The review that was affected. type: object properties: @@ -185817,12 +185828,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: description: The pull request number. type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -188169,7 +188180,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 requested_reviewer: title: User type: @@ -188255,12 +188266,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: description: The pull request number. type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -190614,7 +190625,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190809,12 +190820,12 @@ webhooks: type: string enum: - review_requested - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: description: The pull request number. type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -193163,7 +193174,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 requested_reviewer: title: User type: @@ -193250,12 +193261,12 @@ webhooks: type: string enum: - review_requested - enterprise: *665 - installation: *666 + enterprise: *666 + installation: *667 number: description: The pull request number. type: integer - organization: *667 + organization: *668 pull_request: title: Pull Request type: object @@ -195595,7 +195606,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195779,9 +195790,9 @@ webhooks: type: string enum: - submitted - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: title: Simple Pull Request type: object @@ -198017,8 +198028,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *668 - review: *716 + repository: *669 + review: *717 sender: *4 required: - action @@ -198098,9 +198109,9 @@ webhooks: type: string enum: - resolved - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: title: Simple Pull Request type: object @@ -200231,7 +200242,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *668 + repository: *669 sender: *4 thread: type: object @@ -200628,9 +200639,9 @@ webhooks: type: string enum: - unresolved - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 pull_request: title: Simple Pull Request type: object @@ -202744,7 +202755,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *668 + repository: *669 sender: *4 thread: type: object @@ -203143,10 +203154,10 @@ webhooks: type: string before: type: string - enterprise: *665 - installation: *666 - number: *711 - organization: *667 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -205481,7 +205492,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -205563,11 +205574,11 @@ webhooks: type: string enum: - unassigned - assignee: *717 - enterprise: *665 - installation: *666 - number: *711 - organization: *667 + assignee: *718 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -207917,7 +207928,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -207996,11 +208007,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *665 - installation: *666 - label: *684 - number: *711 - organization: *667 + enterprise: *666 + installation: *667 + label: *685 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -210339,7 +210350,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -210420,10 +210431,10 @@ webhooks: type: string enum: - unlocked - enterprise: *665 - installation: *666 - number: *711 - organization: *667 + enterprise: *666 + installation: *667 + number: *712 + organization: *668 pull_request: title: Pull Request type: object @@ -212752,7 +212763,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *668 + repository: *669 sender: *4 required: - action @@ -212955,7 +212966,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *665 + enterprise: *666 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -213050,8 +213061,8 @@ webhooks: - url - author - committer - installation: *666 - organization: *667 + installation: *667 + organization: *668 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -213639,9 +213650,9 @@ webhooks: type: string enum: - published - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 registry_package: type: object properties: @@ -214118,7 +214129,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *699 + items: *700 summary: type: string tag_name: @@ -214174,7 +214185,7 @@ webhooks: - owner - package_version - registry - repository: *668 + repository: *669 sender: *4 required: - action @@ -214252,9 +214263,9 @@ webhooks: type: string enum: - updated - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 registry_package: type: object properties: @@ -214566,7 +214577,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *699 + items: *700 summary: type: string tag_name: @@ -214616,7 +214627,7 @@ webhooks: - owner - package_version - registry - repository: *668 + repository: *669 sender: *4 required: - action @@ -214693,10 +214704,10 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - release: &718 + enterprise: *666 + installation: *667 + organization: *668 + release: &719 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -215027,7 +215038,7 @@ webhooks: - updated_at - zipball_url - body - repository: *668 + repository: *669 sender: *4 required: - action @@ -215104,11 +215115,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - release: *718 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + release: *719 + repository: *669 sender: *4 required: - action @@ -215225,11 +215236,11 @@ webhooks: type: boolean required: - to - enterprise: *665 - installation: *666 - organization: *667 - release: *718 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + release: *719 + repository: *669 sender: *4 required: - action @@ -215307,9 +215318,9 @@ webhooks: type: string enum: - prereleased - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -215645,7 +215656,7 @@ webhooks: - string - 'null' format: uri - repository: *668 + repository: *669 sender: *4 required: - action @@ -215721,10 +215732,10 @@ webhooks: type: string enum: - published - enterprise: *665 - installation: *666 - organization: *667 - release: &719 + enterprise: *666 + installation: *667 + organization: *668 + release: &720 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -216057,7 +216068,7 @@ webhooks: - string - 'null' format: uri - repository: *668 + repository: *669 sender: *4 required: - action @@ -216133,11 +216144,11 @@ webhooks: type: string enum: - released - enterprise: *665 - installation: *666 - organization: *667 - release: *718 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + release: *719 + repository: *669 sender: *4 required: - action @@ -216213,11 +216224,11 @@ webhooks: type: string enum: - unpublished - enterprise: *665 - installation: *666 - organization: *667 - release: *719 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + release: *720 + repository: *669 sender: *4 required: - action @@ -216293,11 +216304,11 @@ webhooks: type: string enum: - published - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - repository_advisory: *588 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + repository_advisory: *589 sender: *4 required: - action @@ -216373,11 +216384,11 @@ webhooks: type: string enum: - reported - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - repository_advisory: *588 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + repository_advisory: *589 sender: *4 required: - action @@ -216453,10 +216464,10 @@ webhooks: type: string enum: - archived - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -216533,10 +216544,10 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -216614,10 +216625,10 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -216702,10 +216713,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -216820,10 +216831,10 @@ webhooks: - 'null' items: type: string - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -216895,10 +216906,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 status: type: string @@ -216979,10 +216990,10 @@ webhooks: type: string enum: - privatized - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -217059,10 +217070,10 @@ webhooks: type: string enum: - publicized - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -217156,10 +217167,10 @@ webhooks: - name required: - repository - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -217239,11 +217250,11 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - repository_ruleset: *256 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + repository_ruleset: *257 sender: *4 required: - action @@ -217321,11 +217332,11 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - repository_ruleset: *256 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + repository_ruleset: *257 sender: *4 required: - action @@ -217403,11 +217414,11 @@ webhooks: type: string enum: - edited - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - repository_ruleset: *256 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + repository_ruleset: *257 changes: type: object properties: @@ -217426,16 +217437,16 @@ webhooks: properties: added: type: array - items: *231 + items: *232 deleted: type: array - items: *231 + items: *232 updated: type: array items: type: object properties: - condition: *231 + condition: *232 changes: type: object properties: @@ -217468,16 +217479,16 @@ webhooks: properties: added: type: array - items: *553 + items: *554 deleted: type: array - items: *553 + items: *554 updated: type: array items: type: object properties: - rule: *553 + rule: *554 changes: type: object properties: @@ -217714,10 +217725,10 @@ webhooks: - from required: - owner - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -217795,10 +217806,10 @@ webhooks: type: string enum: - unarchived - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -217876,7 +217887,7 @@ webhooks: type: string enum: - create - alert: &720 + alert: &721 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -218000,10 +218011,10 @@ webhooks: type: string enum: - open - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -218213,10 +218224,10 @@ webhooks: type: string enum: - dismissed - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -218294,11 +218305,11 @@ webhooks: type: string enum: - reopen - alert: *720 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + alert: *721 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -218500,10 +218511,10 @@ webhooks: enum: - fixed - open - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -218581,7 +218592,7 @@ webhooks: type: string enum: - created - alert: &721 + alert: &722 type: object properties: number: *52 @@ -218691,10 +218702,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -218775,11 +218786,11 @@ webhooks: type: string enum: - created - alert: *721 - installation: *666 - location: *722 - organization: *667 - repository: *668 + alert: *722 + installation: *667 + location: *723 + organization: *668 + repository: *669 sender: *4 required: - location @@ -219017,11 +219028,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *721 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + alert: *722 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -219099,11 +219110,11 @@ webhooks: type: string enum: - reopened - alert: *721 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + alert: *722 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -219181,11 +219192,11 @@ webhooks: type: string enum: - resolved - alert: *721 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + alert: *722 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -219263,11 +219274,11 @@ webhooks: type: string enum: - validated - alert: *721 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + alert: *722 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -219397,10 +219408,10 @@ webhooks: - organization - enterprise - - repository: *668 - enterprise: *665 - installation: *666 - organization: *667 + repository: *669 + enterprise: *666 + installation: *667 + organization: *668 sender: *4 required: - action @@ -219478,11 +219489,11 @@ webhooks: type: string enum: - published - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - security_advisory: &723 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + security_advisory: &724 description: The details of the security advisory, including summary, description, and severity. type: object @@ -219668,11 +219679,11 @@ webhooks: type: string enum: - updated - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 - security_advisory: *723 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 + security_advisory: *724 sender: *4 required: - action @@ -219745,10 +219756,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -219934,11 +219945,11 @@ webhooks: from: type: object properties: - security_and_analysis: *230 - enterprise: *665 - installation: *666 - organization: *667 - repository: *305 + security_and_analysis: *231 + enterprise: *666 + installation: *667 + organization: *668 + repository: *306 sender: *4 required: - changes @@ -220016,12 +220027,12 @@ webhooks: type: string enum: - cancelled - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: &724 + sponsorship: &725 type: object properties: created_at: @@ -220326,12 +220337,12 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: *724 + sponsorship: *725 required: - action - sponsorship @@ -220419,12 +220430,12 @@ webhooks: type: string required: - from - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: *724 + sponsorship: *725 required: - action - changes @@ -220501,17 +220512,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &725 + effective_date: &726 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: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: *724 + sponsorship: *725 required: - action - sponsorship @@ -220585,7 +220596,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &726 + changes: &727 type: object properties: tier: @@ -220629,13 +220640,13 @@ webhooks: - from required: - tier - effective_date: *725 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + effective_date: *726 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: *724 + sponsorship: *725 required: - action - changes @@ -220712,13 +220723,13 @@ webhooks: type: string enum: - tier_changed - changes: *726 - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + changes: *727 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - sponsorship: *724 + sponsorship: *725 required: - action - changes @@ -220792,10 +220803,10 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -220879,10 +220890,10 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221316,15 +221327,15 @@ webhooks: type: - string - 'null' - enterprise: *665 + enterprise: *666 id: description: The unique identifier of the status. type: integer - installation: *666 + installation: *667 name: type: string - organization: *667 - repository: *668 + organization: *668 + repository: *669 sender: *4 sha: description: The Commit SHA. @@ -221440,9 +221451,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -221532,9 +221543,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -221624,9 +221635,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -221716,9 +221727,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *666 - organization: *667 - repository: *668 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -221795,12 +221806,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - team: &727 + team: &728 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -221993,9 +222004,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 repository: title: Repository description: A git repository @@ -222465,7 +222476,7 @@ webhooks: - topics - visibility sender: *4 - team: *727 + team: *728 required: - action - team @@ -222541,9 +222552,9 @@ webhooks: type: string enum: - created - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 repository: title: Repository description: A git repository @@ -223013,7 +223024,7 @@ webhooks: - topics - visibility sender: *4 - team: *727 + team: *728 required: - action - team @@ -223090,9 +223101,9 @@ webhooks: type: string enum: - deleted - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 repository: title: Repository description: A git repository @@ -223562,7 +223573,7 @@ webhooks: - topics - visibility sender: *4 - team: *727 + team: *728 required: - action - team @@ -223706,9 +223717,9 @@ webhooks: - from required: - permissions - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 repository: title: Repository description: A git repository @@ -224178,7 +224189,7 @@ webhooks: - topics - visibility sender: *4 - team: *727 + team: *728 required: - action - changes @@ -224256,9 +224267,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *665 - installation: *666 - organization: *667 + enterprise: *666 + installation: *667 + organization: *668 repository: title: Repository description: A git repository @@ -224728,7 +224739,7 @@ webhooks: - topics - visibility sender: *4 - team: *727 + team: *728 required: - action - team @@ -224804,10 +224815,10 @@ webhooks: type: string enum: - started - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 required: - action @@ -224880,17 +224891,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *665 + enterprise: *666 inputs: type: - object - 'null' additionalProperties: true - installation: *666 - organization: *667 + installation: *667 + organization: *668 ref: type: string - repository: *668 + repository: *669 sender: *4 workflow: type: string @@ -224972,10 +224983,10 @@ webhooks: type: string enum: - completed - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 workflow_job: allOf: @@ -225231,7 +225242,7 @@ webhooks: type: string required: - conclusion - deployment: *451 + deployment: *452 required: - action - repository @@ -225310,10 +225321,10 @@ webhooks: type: string enum: - in_progress - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 workflow_job: allOf: @@ -225595,7 +225606,7 @@ webhooks: required: - status - steps - deployment: *451 + deployment: *452 required: - action - repository @@ -225674,10 +225685,10 @@ webhooks: type: string enum: - queued - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 workflow_job: type: object @@ -225823,7 +225834,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *451 + deployment: *452 required: - action - repository @@ -225902,10 +225913,10 @@ webhooks: type: string enum: - waiting - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 workflow_job: type: object @@ -226052,7 +226063,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *451 + deployment: *452 required: - action - repository @@ -226132,12 +226143,12 @@ webhooks: type: string enum: - completed - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - workflow: *680 + workflow: *681 workflow_run: title: Workflow Run type: object @@ -227156,12 +227167,12 @@ webhooks: type: string enum: - in_progress - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - workflow: *680 + workflow: *681 workflow_run: title: Workflow Run type: object @@ -228165,12 +228176,12 @@ webhooks: type: string enum: - requested - enterprise: *665 - installation: *666 - organization: *667 - repository: *668 + enterprise: *666 + installation: *667 + organization: *668 + repository: *669 sender: *4 - workflow: *680 + workflow: *681 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 7c1c5e6c2..7f387b31a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -20923,6 +20923,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": [ @@ -20934,7 +20938,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 } } } @@ -21000,6 +21005,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -21010,7 +21019,8 @@ "default": { "value": { "enabled_organizations": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -100105,6 +100115,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": [ @@ -100116,7 +100130,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 } } } @@ -100182,6 +100197,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -100192,7 +100211,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -246237,6 +246257,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": [ @@ -246248,7 +246272,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 } } } @@ -246318,6 +246343,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -246328,7 +246357,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 25a9ef466..e13604157 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/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 - - &89 + - &90 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 - - &90 + - &91 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 - - &91 + - &92 name: direction description: The direction to sort the results by. in: query @@ -701,7 +701,7 @@ paths: required: - vector_string - score - cvss_severities: &103 + cvss_severities: &104 type: - object - 'null' @@ -748,7 +748,7 @@ paths: required: - vector_string - score - epss: &104 + epss: &105 type: - object - 'null' @@ -911,7 +911,7 @@ paths: - subscriptions_url - type - url - type: &371 + type: &372 type: string description: The type of credit the user is receiving. enum: @@ -1044,7 +1044,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &203 + schema: &204 title: Validation Error Simple description: Validation Error Simple type: object @@ -1077,7 +1077,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: - - &691 + - &692 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1662,7 +1662,7 @@ paths: schema: type: integer default: 30 - - &293 + - &294 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 @@ -1678,7 +1678,7 @@ paths: application/json: schema: type: array - items: &294 + items: &295 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1774,7 +1774,7 @@ paths: - installation_id - repository_id examples: - default: &295 + default: &296 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1806,7 +1806,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &701 + schema: &702 title: Scim Error description: Scim Error type: object @@ -1837,7 +1837,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &202 + schema: &203 title: Validation Error description: Validation Error type: object @@ -1909,7 +1909,7 @@ paths: description: Response content: application/json: - schema: &296 + schema: &297 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2044,7 +2044,7 @@ paths: - request - response examples: - default: &297 + default: &298 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2248,7 +2248,7 @@ paths: parameters: - *17 - *19 - - &168 + - &169 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) @@ -2839,7 +2839,7 @@ paths: application/json: schema: *20 examples: - default: &74 + default: &75 value: id: 1 account: @@ -2990,7 +2990,7 @@ paths: - selected repositories: type: array - items: &64 + items: &65 title: Repository description: A repository on GitHub. type: object @@ -3017,7 +3017,7 @@ paths: license: anyOf: - type: 'null' - - &179 + - &180 title: License Simple description: License Simple type: object @@ -5395,7 +5395,7 @@ paths: responses: '202': *37 '422': *7 - '500': &88 + '500': &89 description: Internal Error content: application/json: @@ -7680,7 +7680,7 @@ paths: description: Response content: application/json: - schema: &204 + schema: &205 type: object properties: total_active_caches_count: @@ -7695,7 +7695,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &205 + default: &206 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7900,7 +7900,7 @@ paths: - public_ip_enabled - platform examples: - default: &206 + default: &207 value: total_count: 2 runners: @@ -8190,7 +8190,7 @@ paths: description: Response content: application/json: - schema: &207 + schema: &208 type: object properties: public_ips: @@ -8217,7 +8217,7 @@ paths: required: - public_ips examples: - default: &208 + default: &209 value: public_ips: current_usage: 17 @@ -8257,7 +8257,7 @@ paths: type: array items: *43 examples: - default: &209 + default: &210 value: id: 4-core cpu_cores: 4 @@ -8515,11 +8515,15 @@ paths: - all - local_only - selected - selected_actions_url: &212 + selected_actions_url: &213 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: &48 + type: boolean + description: Whether actions must be pinned to a full-length commit + SHA. required: - enabled_organizations examples: @@ -8528,6 +8532,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 @@ -8559,6 +8564,7 @@ paths: properties: enabled_organizations: *46 allowed_actions: *47 + sha_pinning_required: *48 required: - enabled_organizations examples: @@ -8566,6 +8572,7 @@ paths: value: enabled_organizations: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8588,7 +8595,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &214 + schema: &215 type: object properties: days: @@ -8606,7 +8613,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &702 + '401': &703 description: Authorization failure '404': *6 x-github: @@ -8634,7 +8641,7 @@ paths: required: true content: application/json: - schema: &215 + schema: &216 type: object properties: days: @@ -8669,7 +8676,7 @@ paths: description: Response content: application/json: - schema: &48 + schema: &49 type: object properties: approval_policy: @@ -8683,7 +8690,7 @@ paths: required: - approval_policy examples: - default: &216 + default: &217 value: approval_policy: first_time_contributors '404': *6 @@ -8712,7 +8719,7 @@ paths: required: true content: application/json: - schema: *48 + schema: *49 examples: default: summary: Set approval policy to first time contributors @@ -8741,7 +8748,7 @@ paths: description: Response content: application/json: - schema: &217 + schema: &218 type: object required: - run_workflows_from_fork_pull_requests @@ -8767,7 +8774,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &49 + default: &50 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -8795,7 +8802,7 @@ paths: required: true content: application/json: - schema: &218 + schema: &219 type: object required: - run_workflows_from_fork_pull_requests @@ -8818,7 +8825,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *49 + default: *50 responses: '204': description: Empty response for successful settings update @@ -8858,7 +8865,7 @@ paths: type: number organizations: type: array - items: &59 + items: &60 title: Organization Simple description: A GitHub organization. type: object @@ -8933,7 +8940,7 @@ paths: - total_count - organizations examples: - default: &60 + default: &61 value: total_count: 1 organizations: @@ -9012,7 +9019,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *39 - - &50 + - &51 name: org_id description: The unique identifier of the organization. in: path @@ -9041,7 +9048,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *39 - - *50 + - *51 responses: '204': description: Response @@ -9070,7 +9077,7 @@ paths: description: Response content: application/json: - schema: &51 + schema: &52 type: object properties: github_owned_allowed: @@ -9091,7 +9098,7 @@ paths: items: type: string examples: - default: &52 + default: &53 value: github_owned_allowed: true verified_allowed: false @@ -9124,9 +9131,9 @@ paths: required: true content: application/json: - schema: *51 + schema: *52 examples: - selected_actions: *52 + selected_actions: *53 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9231,17 +9238,17 @@ paths: description: Success response content: application/json: - schema: &221 + schema: &222 type: object properties: - default_workflow_permissions: &53 + default_workflow_permissions: &54 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &54 + can_approve_pull_request_reviews: &55 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -9249,7 +9256,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &55 + default: &56 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -9279,13 +9286,13 @@ paths: required: true content: application/json: - schema: &222 + schema: &223 type: object properties: - default_workflow_permissions: *53 - can_approve_pull_request_reviews: *54 + default_workflow_permissions: *54 + can_approve_pull_request_reviews: *55 examples: - default: *55 + default: *56 responses: '204': description: Success response @@ -9330,7 +9337,7 @@ paths: type: number runner_groups: type: array - items: &56 + items: &57 type: object properties: id: @@ -9511,9 +9518,9 @@ paths: description: Response content: application/json: - schema: *56 + schema: *57 examples: - default: &57 + default: &58 value: id: 2 name: octo-runner-group @@ -9548,7 +9555,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: - *39 - - &58 + - &59 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -9560,9 +9567,9 @@ paths: description: Response content: application/json: - schema: *56 + schema: *57 examples: - default: *57 + default: *58 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9582,7 +9589,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: - *39 - - *58 + - *59 requestBody: required: false content: @@ -9636,7 +9643,7 @@ paths: description: Response content: application/json: - schema: *56 + schema: *57 examples: default: value: @@ -9672,7 +9679,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: - *39 - - *58 + - *59 responses: '204': description: Response @@ -9696,7 +9703,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: - *39 - - *58 + - *59 - *17 - *19 responses: @@ -9711,12 +9718,12 @@ paths: type: number organizations: type: array - items: *59 + items: *60 required: - total_count - organizations examples: - default: *60 + default: *61 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9736,7 +9743,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: - *39 - - *58 + - *59 requestBody: required: true content: @@ -9782,8 +9789,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: - *39 - - *58 - - *50 + - *59 + - *51 responses: '204': description: Response @@ -9806,8 +9813,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: - *39 - - *58 - - *50 + - *59 + - *51 responses: '204': description: Response @@ -9831,7 +9838,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: - *39 - - *58 + - *59 - *17 - *19 responses: @@ -9846,7 +9853,7 @@ paths: type: number runners: type: array - items: &62 + items: &63 title: Self hosted runners description: A self hosted runner type: object @@ -9880,7 +9887,7 @@ paths: type: boolean labels: type: array - items: &66 + items: &67 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -9913,7 +9920,7 @@ paths: - total_count - runners examples: - default: &63 + default: &64 value: total_count: 2 runners: @@ -9973,7 +9980,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: - *39 - - *58 + - *59 requestBody: required: true content: @@ -10018,8 +10025,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: - *39 - - *58 - - &61 + - *59 + - &62 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -10048,8 +10055,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: - *39 - - *58 - - *61 + - *59 + - *62 responses: '204': description: Response @@ -10092,9 +10099,9 @@ paths: type: number runners: type: array - items: *62 + items: *63 examples: - default: *63 + default: *64 headers: Link: *38 x-github: @@ -10124,7 +10131,7 @@ paths: application/json: schema: type: array - items: &226 + items: &227 title: Runner Application description: Runner Application type: object @@ -10149,7 +10156,7 @@ paths: - download_url - filename examples: - default: &227 + default: &228 value: - os: osx architecture: x64 @@ -10233,7 +10240,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &228 + '201': &229 description: Response content: application/json: @@ -10243,7 +10250,7 @@ paths: - runner - encoded_jit_config properties: - runner: *62 + runner: *63 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -10272,7 +10279,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': &99 + '409': &100 description: Conflict content: application/json: @@ -10310,7 +10317,7 @@ paths: description: Response content: application/json: - schema: &65 + schema: &66 title: Authentication Token description: Authentication Token type: object @@ -10334,7 +10341,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *64 + items: *65 single_file: type: - string @@ -10352,7 +10359,7 @@ paths: - token - expires_at examples: - default: &229 + default: &230 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10390,9 +10397,9 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: - default: &230 + default: &231 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10416,15 +10423,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *61 + - *62 responses: '200': description: Response content: application/json: - schema: *62 + schema: *63 examples: - default: &231 + default: &232 value: id: 23 name: MBP @@ -10464,7 +10471,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-enterprise parameters: - *39 - - *61 + - *62 responses: '204': description: Response @@ -10489,9 +10496,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: - *39 - - *61 + - *62 responses: - '200': &67 + '200': &68 description: Response content: application/json: @@ -10505,7 +10512,7 @@ paths: type: integer labels: type: array - items: *66 + items: *67 examples: default: value: @@ -10543,7 +10550,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: - *39 - - *61 + - *62 requestBody: required: true content: @@ -10567,7 +10574,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -10590,7 +10597,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: - *39 - - *61 + - *62 requestBody: required: true content: @@ -10615,7 +10622,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -10638,9 +10645,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: - *39 - - *61 + - *62 responses: - '200': &232 + '200': &233 description: Response content: application/json: @@ -10654,7 +10661,7 @@ paths: type: integer labels: type: array - items: *66 + items: *67 examples: default: value: @@ -10695,8 +10702,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: - *39 - - *61 - - &233 + - *62 + - &234 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10704,7 +10711,7 @@ paths: schema: type: string responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -10729,13 +10736,13 @@ paths: description: Response content: application/json: - schema: &72 + schema: &73 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &68 + announcement: &69 type: - string - 'null' @@ -10744,7 +10751,7 @@ paths: 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)." examples: - Very **important** announcement about _something_. - expires_at: &69 + expires_at: &70 type: - string - 'null' @@ -10756,7 +10763,7 @@ paths: it to an empty string.' examples: - '"2021-01-01T00:00:00.000-07:00"' - user_dismissible: &70 + user_dismissible: &71 type: - boolean - 'null' @@ -10769,7 +10776,7 @@ paths: - expires_at - user_dismissible examples: - default: &71 + default: &72 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -10793,18 +10800,18 @@ paths: required: true content: application/json: - schema: &240 + schema: &241 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *68 - expires_at: *69 - user_dismissible: *70 + announcement: *69 + expires_at: *70 + user_dismissible: *71 required: - announcement examples: - default: *71 + default: *72 parameters: - *39 responses: @@ -10812,9 +10819,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *71 + default: *72 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10913,7 +10920,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization parameters: - *39 - - &73 + - &74 name: org description: The organization name. The name is not case sensitive. in: path @@ -10930,7 +10937,7 @@ paths: application/json: schema: type: array - items: &75 + items: &76 title: Accessible Repository description: A repository that may be made accessible to a GitHub App. @@ -10984,7 +10991,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: - *39 - - *73 + - *74 - *17 - *19 responses: @@ -11083,7 +11090,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: - *39 - - *73 + - *74 responses: '200': description: A GitHub App installation that was installed previously. @@ -11091,14 +11098,14 @@ paths: application/json: schema: *20 examples: - default: *74 + default: *75 '201': description: A GitHub App installation. content: application/json: schema: *20 examples: - default: *74 + default: *75 requestBody: required: true content: @@ -11166,7 +11173,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: - *39 - - *73 + - *74 - *21 responses: '204': @@ -11194,7 +11201,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: - *39 - - *73 + - *74 - *21 - *17 - *19 @@ -11206,7 +11213,7 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: default: value: @@ -11235,7 +11242,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: - *39 - - *73 + - *74 - *21 requestBody: required: true @@ -11275,7 +11282,7 @@ paths: application/json: schema: *20 examples: - default: *74 + default: *75 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -11296,7 +11303,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation parameters: - *39 - - *73 + - *74 - *21 responses: '200': @@ -11306,7 +11313,7 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: default: value: @@ -11357,7 +11364,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation parameters: - *39 - - *73 + - *74 - *21 responses: '200': @@ -11367,7 +11374,7 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: default: value: @@ -11444,7 +11451,7 @@ paths: required: false schema: type: string - - &241 + - &242 name: include description: |- The event types to include: @@ -11462,7 +11469,7 @@ paths: - web - git - all - - &242 + - &243 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. @@ -11470,7 +11477,7 @@ paths: required: false schema: type: string - - &243 + - &244 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. @@ -11478,7 +11485,7 @@ paths: required: false schema: type: string - - &244 + - &245 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11500,7 +11507,7 @@ paths: application/json: schema: type: array - items: &245 + items: &246 type: object properties: "@timestamp": @@ -11622,7 +11629,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &246 + default: &247 value: - "@timestamp": 1606929874512 action: team.add_member @@ -11802,7 +11809,7 @@ paths: vendor_specific: type: object oneOf: - - &79 + - &80 title: AzureBlobConfig description: Azure Blob Config for audit log streaming configuration. type: object @@ -11821,7 +11828,7 @@ paths: - key_id - encrypted_sas_url - container - - &80 + - &81 title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. type: object @@ -11840,7 +11847,7 @@ paths: - name - encrypted_connstring - key_id - - &81 + - &82 title: AmazonS3OIDCConfig description: Amazon S3 OIDC Config for audit log streaming configuration. type: object @@ -11868,7 +11875,7 @@ paths: - bucket - key_id - region - - &82 + - &83 title: AmazonS3AccessKeysConfig description: Amazon S3 Access Keys Config for audit log streaming configuration. @@ -11902,7 +11909,7 @@ paths: - encrypted_secret_key - key_id - region - - &83 + - &84 title: SplunkConfig description: Splunk Config for Audit Log Stream Configuration type: object @@ -11930,7 +11937,7 @@ paths: - key_id - port - ssl_verify - - &84 + - &85 title: HecConfig description: Hec Config for Audit Log Stream Configuration type: object @@ -11962,7 +11969,7 @@ paths: - key_id - port - ssl_verify - - &85 + - &86 title: GoogleCloudConfig description: Google Cloud Config for audit log streaming configuration. type: object @@ -11980,7 +11987,7 @@ paths: - bucket - key_id - encrypted_json_credentials - - &86 + - &87 title: DatadogConfig description: Datadog Config for audit log streaming configuration. type: object @@ -12011,7 +12018,7 @@ paths: - stream_type - vendor_specific examples: - default: &87 + default: &88 value: enabled: false stream_type: Azure Event Hubs @@ -12025,7 +12032,7 @@ paths: description: The audit log stream configuration was created successfully. content: application/json: - schema: &76 + schema: &77 title: Get an audit log streaming configuration description: Get an audit log streaming configuration for an enterprise. type: object @@ -12057,7 +12064,7 @@ paths: - created_at - updated_at examples: - default: &77 + default: &78 value: id: 1 stream_type: Splunk @@ -12086,7 +12093,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: - *39 - - &78 + - &79 name: stream_id description: The ID of the audit log stream configuration. in: path @@ -12098,9 +12105,9 @@ paths: description: Lists one audit log stream configuration via stream ID. content: application/json: - schema: *76 + schema: *77 examples: - default: *77 + default: *78 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -12120,7 +12127,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#update-an-existing-audit-log-stream-configuration parameters: - *39 - - *78 + - *79 requestBody: required: true content: @@ -12146,7 +12153,6 @@ paths: vendor_specific: type: object oneOf: - - *79 - *80 - *81 - *82 @@ -12154,20 +12160,21 @@ paths: - *84 - *85 - *86 + - *87 required: - enabled - stream_type - vendor_specific examples: - default: *87 + default: *88 responses: '200': description: Successful update content: application/json: - schema: *76 + schema: *77 examples: - default: *77 + default: *78 '422': description: Validation error content: @@ -12198,7 +12205,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: - *39 - - *78 + - *79 responses: '204': description: The audit log stream configuration was deleted successfully. @@ -12230,7 +12237,7 @@ paths: in: query schema: type: string - - &248 + - &249 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -12238,7 +12245,7 @@ paths: required: false schema: type: string - - &249 + - &250 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -12246,7 +12253,7 @@ paths: required: false schema: type: string - - &250 + - &251 name: time_period description: |- The time period to filter by. @@ -12262,7 +12269,7 @@ paths: - week - month default: day - - &251 + - &252 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -12289,7 +12296,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12415,7 +12422,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: &255 + items: &256 title: Bypass response description: A response made by a delegated bypasser to a bypass request. @@ -12461,7 +12468,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &253 + default: &254 value: - id: 21 number: 42 @@ -12530,7 +12537,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': *88 + '500': *89 "/enterprises/{enterprise}/code-scanning/alerts": get: summary: List code scanning alerts for an enterprise @@ -12548,17 +12555,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *39 - - &260 + - &261 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: &92 + schema: &93 type: string description: The name of the tool used to generate the code scanning analysis. - - &261 + - &262 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 @@ -12566,23 +12573,23 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &93 + schema: &94 type: - string - 'null' description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *89 - *90 + - *91 - *19 - *17 - - *91 + - *92 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &262 + schema: &263 type: string description: State of a code scanning alert. enum: @@ -12607,42 +12614,42 @@ paths: application/json: schema: type: array - items: &263 + items: &264 type: object properties: - number: &101 + number: &102 type: integer description: The security alert number. readOnly: true - created_at: &108 + created_at: &109 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: &109 + updated_at: &110 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: &106 + url: &107 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &107 + html_url: &108 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &486 + instances_url: &487 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &94 + state: &95 type: - string - 'null' @@ -12652,7 +12659,7 @@ paths: - dismissed - fixed - - fixed_at: &111 + fixed_at: &112 type: - string - 'null' @@ -12664,7 +12671,7 @@ paths: anyOf: - type: 'null' - *4 - dismissed_at: &110 + dismissed_at: &111 type: - string - 'null' @@ -12672,7 +12679,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &487 + dismissed_reason: &488 type: - string - 'null' @@ -12683,14 +12690,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &488 + dismissed_comment: &489 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &489 + rule: &490 type: object properties: id: @@ -12751,26 +12758,26 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &490 + tool: &491 type: object properties: - name: *92 + name: *93 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *93 - most_recent_instance: &491 + guid: *94 + most_recent_instance: &492 type: object properties: - ref: &484 + ref: &485 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &501 + analysis_key: &502 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12781,13 +12788,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &502 + category: &503 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: *94 + state: *95 commit_sha: type: string message: @@ -12828,7 +12835,7 @@ paths: - test - library - - repository: &100 + repository: &101 title: Simple Repository description: A GitHub repository. type: object @@ -13169,7 +13176,7 @@ paths: - most_recent_instance - repository examples: - default: &264 + default: &265 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -13400,7 +13407,7 @@ paths: headers: Link: *38 '404': *6 - '503': &155 + '503': &156 description: Service unavailable content: application/json: @@ -13444,8 +13451,8 @@ paths: schema: type: integer default: 30 - - *89 - *90 + - *91 responses: '200': description: Response @@ -13453,7 +13460,7 @@ paths: application/json: schema: type: array - items: &95 + items: &96 type: object description: A code security configuration properties: @@ -13828,7 +13835,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &265 + code_scanning_options: &266 type: - object - 'null' @@ -13847,7 +13854,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &98 + code_scanning_default_setup_options: &99 type: - object - 'null' @@ -13966,9 +13973,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *95 + schema: *96 examples: - default: &96 + default: &97 value: id: 1325 target_type: enterprise @@ -14026,7 +14033,7 @@ paths: description: Response content: application/json: - schema: &267 + schema: &268 type: array description: A list of default code security configurations items: @@ -14040,9 +14047,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *95 + configuration: *96 examples: - default: &268 + default: &269 value: - default_for_new_repos: public configuration: @@ -14131,7 +14138,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - *39 - - &97 + - &98 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -14143,9 +14150,9 @@ paths: description: Response content: application/json: - schema: *95 + schema: *96 examples: - default: *96 + default: *97 '304': *35 '403': *27 '404': *6 @@ -14170,7 +14177,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - *39 - - *97 + - *98 requestBody: required: true content: @@ -14249,7 +14256,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *98 + code_scanning_default_setup_options: *99 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -14337,13 +14344,13 @@ paths: description: Response content: application/json: - schema: *95 + schema: *96 examples: - default: *96 + default: *97 '304': *35 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14367,14 +14374,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - *39 - - *97 + - *98 responses: - '204': &121 + '204': &122 description: A header with no content is returned. '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14399,7 +14406,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - *39 - - *97 + - *98 requestBody: required: true content: @@ -14426,7 +14433,7 @@ paths: '202': *37 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14451,7 +14458,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: - *39 - - *97 + - *98 requestBody: required: true content: @@ -14491,12 +14498,12 @@ paths: - none - private_and_internal - public - configuration: *95 + configuration: *96 examples: default: value: default_for_new_repos: all - configuration: &266 + configuration: &267 value: id: 1325 target_type: organization @@ -14553,7 +14560,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - *39 - - *97 + - *98 - 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)." @@ -14562,8 +14569,8 @@ paths: schema: type: integer default: 30 - - *89 - *90 + - *91 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -14581,7 +14588,7 @@ paths: application/json: schema: type: array - items: &269 + items: &270 type: object description: Repositories associated with a code security configuration and attachment status @@ -14599,13 +14606,13 @@ paths: - failed - updating - removed_by_enterprise - repository: *100 + repository: *101 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: &270 + repository: &271 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15088,7 +15095,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &112 + items: &113 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -15101,12 +15108,12 @@ paths: organization: anyOf: - type: 'null' - - *59 + - *60 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &256 + - &257 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15165,7 +15172,7 @@ paths: parent: anyOf: - type: 'null' - - &330 + - &331 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -15380,7 +15387,7 @@ paths: - created_at additionalProperties: false examples: - default: &113 + default: &114 value: total_seats: 2 seats: @@ -15451,7 +15458,7 @@ paths: site_admin: false headers: Link: *38 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -15513,7 +15520,7 @@ paths: application/json: schema: type: array - items: &161 + items: &162 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -15828,7 +15835,7 @@ paths: - date additionalProperties: true examples: - default: &162 + default: &163 value: - date: '2024-06-24' total_active_users: 24 @@ -15927,10 +15934,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *88 + '500': *89 '403': *27 '404': *6 - '422': &163 + '422': &164 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -15960,7 +15967,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &277 + - &278 name: state in: query description: |- @@ -15969,7 +15976,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &278 + - &279 name: severity in: query description: |- @@ -15978,7 +15985,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &279 + - &280 name: ecosystem in: query description: |- @@ -15987,14 +15994,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &280 + - &281 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 - - &281 + - &282 name: epss_percentage in: query description: |- @@ -16006,7 +16013,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 - - &282 + - &283 name: has in: query description: |- @@ -16020,7 +16027,7 @@ paths: type: string enum: - patch - - &283 + - &284 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -16030,7 +16037,7 @@ paths: enum: - development - runtime - - &284 + - &285 name: sort in: query description: |- @@ -16045,10 +16052,10 @@ paths: - updated - epss_percentage default: created - - *91 - - *89 + - *92 - *90 - - &285 + - *91 + - &286 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -16061,7 +16068,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &286 + - &287 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -16081,11 +16088,11 @@ paths: application/json: schema: type: array - items: &287 + items: &288 type: object description: A Dependabot alert. properties: - number: *101 + number: *102 state: type: string description: The state of the Dependabot alert. @@ -16100,7 +16107,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &102 + package: &103 type: object description: Details for the vulnerable package. readOnly: true @@ -16148,7 +16155,7 @@ paths: - direct - transitive - - security_advisory: &538 + security_advisory: &539 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -16179,13 +16186,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &105 + items: &106 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *102 + package: *103 severity: type: string description: The severity of the vulnerability. @@ -16253,8 +16260,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *103 - epss: *104 + cvss_severities: *104 + epss: *105 cwes: type: array description: Details for the advisory pertaining to Common @@ -16354,12 +16361,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *105 - url: *106 - html_url: *107 - created_at: *108 - updated_at: *109 - dismissed_at: *110 + security_vulnerability: *106 + url: *107 + html_url: *108 + created_at: *109 + updated_at: *110 + dismissed_at: *111 dismissed_by: anyOf: - type: 'null' @@ -16383,8 +16390,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *111 - auto_dismissed_at: &539 + fixed_at: *112 + auto_dismissed_at: &540 type: - string - 'null' @@ -16392,7 +16399,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - repository: *100 + repository: *101 required: - number - state @@ -16411,7 +16418,7 @@ paths: - repository additionalProperties: false examples: - default: &288 + default: &289 value: - number: 2 state: dismissed @@ -16828,7 +16835,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: - *39 - - &247 + - &248 name: username description: The handle for the GitHub user account. in: path @@ -16850,10 +16857,10 @@ paths: teams or multiple organizations are only counted once. seats: type: array - items: *112 + items: *113 examples: - default: *113 - '500': *88 + default: *114 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -16895,7 +16902,7 @@ paths: type: integer network_configurations: type: array - items: &114 + items: &115 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -16940,7 +16947,7 @@ paths: - name - created_on examples: - default: &381 + default: &382 value: total_count: 2 network_configurations: @@ -17018,9 +17025,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: &115 + default: &116 value: id: 123456789ABCDEF name: My network configuration @@ -17047,7 +17054,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: - *39 - - &116 + - &117 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -17059,9 +17066,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *115 + default: *116 headers: Link: *38 x-github: @@ -17081,7 +17088,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: - *39 - - *116 + - *117 requestBody: required: true content: @@ -17120,9 +17127,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *115 + default: *116 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17140,7 +17147,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: - *39 - - *116 + - *117 responses: '204': description: Response @@ -17163,7 +17170,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: - *39 - - &382 + - &383 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -17175,7 +17182,7 @@ paths: description: Response content: application/json: - schema: &383 + schema: &384 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -17214,7 +17221,7 @@ paths: - subnet_id - region examples: - default: &384 + default: &385 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -17249,7 +17256,7 @@ paths: application/json: schema: type: array - items: &117 + items: &118 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -17325,7 +17332,7 @@ paths: - property_name - value_type examples: - default: &118 + default: &119 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -17382,7 +17389,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *117 + items: *118 minItems: 1 maxItems: 100 required: @@ -17412,9 +17419,9 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *118 + default: *119 '403': *27 '404': *6 x-github: @@ -17437,8 +17444,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise parameters: - *39 - - *73 - - &119 + - *74 + - &120 name: custom_property_name description: The custom property name in: path @@ -17450,9 +17457,9 @@ paths: description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: &120 + default: &121 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -17485,15 +17492,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - *39 - - *119 + - *120 responses: '200': description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: *120 + default: *121 '403': *27 '404': *6 x-github: @@ -17515,12 +17522,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: - *39 - - *119 + - *120 requestBody: required: true content: application/json: - schema: &349 + schema: &350 title: Custom Property Set Payload description: Custom property set payload type: object @@ -17593,9 +17600,9 @@ paths: description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: *120 + default: *121 '403': *27 '404': *6 x-github: @@ -17617,9 +17624,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - *39 - - *119 + - *120 responses: - '204': *121 + '204': *122 '403': *27 '404': *6 x-github: @@ -17659,7 +17666,7 @@ paths: - push - repository default: branch - enforcement: &128 + enforcement: &129 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -17672,7 +17679,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &129 + items: &130 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -17711,7 +17718,7 @@ paths: - always - pull_request default: always - conditions: &152 + conditions: &153 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -17725,7 +17732,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &122 + - &123 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -17751,7 +17758,7 @@ paths: type: string required: - organization_name - - &125 + - &126 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -17780,7 +17787,7 @@ paths: is prevented. required: - repository_name - - &124 + - &125 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -17808,8 +17815,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *122 - - &127 + - *123 + - &128 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -17822,7 +17829,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &123 + items: &124 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -17853,16 +17860,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *123 + items: *124 required: - repository_property - - *124 + - *125 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &126 + - &127 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -17879,25 +17886,25 @@ paths: type: integer required: - organization_id + - *126 - *125 - - *124 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *126 - *127 - - *124 + - *128 + - *125 rules: type: array description: An array of rules within the ruleset. - items: &153 + items: &154 title: Repository Rule type: object description: A repository rule. oneOf: - - &130 + - &131 title: creation description: Only allow users with bypass permission to create matching refs. @@ -17909,7 +17916,7 @@ paths: type: string enum: - creation - - &131 + - &132 title: update description: Only allow users with bypass permission to update matching refs. @@ -17930,7 +17937,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &132 + - &133 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -17942,7 +17949,7 @@ paths: type: string enum: - deletion - - &133 + - &134 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -17954,7 +17961,7 @@ paths: type: string enum: - required_linear_history - - &134 + - &135 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17978,7 +17985,7 @@ paths: type: string required: - required_deployment_environments - - &135 + - &136 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17990,7 +17997,7 @@ paths: type: string enum: - required_signatures - - &136 + - &137 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. @@ -18050,7 +18057,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &137 + - &138 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -18097,7 +18104,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &138 + - &139 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -18109,7 +18116,7 @@ paths: type: string enum: - non_fast_forward - - &139 + - &140 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -18145,7 +18152,7 @@ paths: required: - operator - pattern - - &140 + - &141 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -18181,7 +18188,7 @@ paths: required: - operator - pattern - - &141 + - &142 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -18217,7 +18224,7 @@ paths: required: - operator - pattern - - &142 + - &143 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -18253,7 +18260,7 @@ paths: required: - operator - pattern - - &143 + - &144 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -18289,7 +18296,7 @@ paths: required: - operator - pattern - - &144 + - &145 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -18313,7 +18320,7 @@ paths: type: string required: - restricted_file_paths - - &145 + - &146 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -18337,7 +18344,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &146 + - &147 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -18360,7 +18367,7 @@ paths: type: string required: - restricted_file_extensions - - &147 + - &148 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -18384,7 +18391,7 @@ paths: maximum: 100 required: - max_file_size - - &148 + - &149 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -18433,7 +18440,7 @@ paths: - repository_id required: - workflows - - &149 + - &150 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -18519,7 +18526,7 @@ paths: description: Response content: application/json: - schema: &150 + schema: &151 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -18554,11 +18561,11 @@ paths: source: type: string description: The name of the source - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 + items: *130 current_user_can_bypass: type: string description: |- @@ -18589,8 +18596,8 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - *124 - - &354 + - *125 + - &355 title: Organization ruleset conditions type: object description: |- @@ -18604,14 +18611,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *124 - *125 + - *126 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *124 + - *125 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -18633,23 +18640,23 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *124 - - *127 + - *125 + - *128 type: - 'null' - object rules: type: array - items: &657 + items: &658 title: Repository Rule type: object description: A repository rule. oneOf: - - *130 - *131 - *132 - *133 - - &655 + - *134 + - &656 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -18727,7 +18734,6 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - *134 - *135 - *136 - *137 @@ -18743,6 +18749,7 @@ paths: - *147 - *148 - *149 + - *150 created_at: type: string format: date-time @@ -18750,7 +18757,7 @@ paths: type: string format: date-time examples: - default: &151 + default: &152 value: id: 21 name: super cool ruleset @@ -18776,7 +18783,7 @@ paths: created_at: '2024-08-15T08:43:03Z' updated_at: '2024-09-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18809,11 +18816,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *151 + default: *152 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18855,16 +18862,16 @@ paths: - tag - push - repository - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 - conditions: *152 + items: *130 + conditions: *153 rules: description: An array of rules within the ruleset. type: array - items: *153 + items: *154 examples: default: value: @@ -18888,11 +18895,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *151 + default: *152 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18919,7 +18926,7 @@ paths: '204': description: Response '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18952,7 +18959,7 @@ paths: application/json: schema: type: array - items: &154 + items: &155 title: Ruleset version type: object description: The historical version of a ruleset @@ -18976,7 +18983,7 @@ paths: type: string format: date-time examples: - default: &357 + default: &358 value: - version_id: 3 actor: @@ -18994,7 +19001,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19029,9 +19036,9 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 allOf: - - *154 + - *155 - type: object required: - state @@ -19064,7 +19071,7 @@ paths: rules: - type: repository_delete '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19084,7 +19091,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &359 + - &360 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -19095,7 +19102,7 @@ paths: enum: - open - resolved - - &360 + - &361 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -19105,7 +19112,7 @@ paths: required: false schema: type: string - - &361 + - &362 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -19114,7 +19121,7 @@ paths: required: false schema: type: string - - &362 + - &363 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. @@ -19126,11 +19133,11 @@ paths: - created - updated default: created - - *91 + - *92 - *17 - - *89 - *90 - - &363 + - *91 + - &364 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -19139,7 +19146,7 @@ paths: required: false schema: type: string - - &364 + - &365 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -19148,7 +19155,7 @@ paths: schema: type: boolean default: false - - &365 + - &366 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -19157,7 +19164,7 @@ paths: schema: type: boolean default: false - - &366 + - &367 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -19173,30 +19180,30 @@ paths: application/json: schema: type: array - items: &367 + items: &368 type: object properties: - number: *101 - created_at: *108 + number: *102 + created_at: *109 updated_at: anyOf: - type: 'null' - - *109 - url: *106 - html_url: *107 + - *110 + url: *107 + html_url: *108 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &669 + state: &670 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: &670 + resolution: &671 type: - string - 'null' @@ -19230,7 +19237,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *100 + repository: *101 push_protection_bypassed: type: - boolean @@ -19303,14 +19310,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &671 + - &672 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &673 + - &674 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -19367,7 +19374,7 @@ paths: - blob_url - commit_sha - commit_url - - &674 + - &675 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. @@ -19428,7 +19435,7 @@ paths: - page_url - commit_sha - commit_url - - &675 + - &676 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -19443,7 +19450,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &676 + - &677 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -19458,7 +19465,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &677 + - &678 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -19473,7 +19480,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &678 + - &679 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -19488,7 +19495,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &679 + - &680 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -19503,7 +19510,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &680 + - &681 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -19518,7 +19525,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &681 + - &682 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. @@ -19533,7 +19540,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &682 + - &683 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. @@ -19548,7 +19555,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &683 + - &684 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. @@ -19563,7 +19570,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &684 + - &685 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. @@ -19578,7 +19585,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &685 + - &686 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 @@ -19599,7 +19606,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &368 + default: &369 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -19850,7 +19857,7 @@ paths: headers: Link: *38 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19881,13 +19888,13 @@ paths: description: Response content: application/json: - schema: &369 + schema: &370 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: &157 + pattern_config_version: &158 type: - string - 'null' @@ -19897,7 +19904,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &156 + items: &157 type: object properties: token_type: @@ -19966,9 +19973,9 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *156 + items: *157 examples: - default: &370 + default: &371 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -20023,7 +20030,7 @@ paths: schema: type: object properties: - pattern_config_version: *157 + pattern_config_version: *158 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -20049,7 +20056,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *157 + custom_pattern_version: *158 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -20085,7 +20092,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 "/enterprises/{enterprise}/settings/billing/actions": get: @@ -20112,7 +20119,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 type: object properties: total_minutes_used: @@ -20182,7 +20189,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &373 + default: &374 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -20213,7 +20220,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &374 + - &375 name: advanced_security_product in: query description: | @@ -20233,7 +20240,7 @@ paths: description: Success content: application/json: - schema: &375 + schema: &376 type: object properties: total_advanced_security_committers: @@ -20296,7 +20303,7 @@ paths: required: - repositories examples: - default: &376 + default: &377 value: total_advanced_security_committers: 2 total_count: 2 @@ -20406,8 +20413,8 @@ paths: name: Octocat '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20537,7 +20544,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-a-cost-center-by-id parameters: - *39 - - &160 + - &161 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -20549,7 +20556,7 @@ paths: description: Response when getting a cost center content: application/json: - schema: &158 + schema: &159 type: object properties: id: @@ -20589,7 +20596,7 @@ paths: - name - resources examples: - default: &159 + default: &160 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -20602,8 +20609,8 @@ paths: name: octocat/hello-world '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20653,15 +20660,15 @@ paths: description: Response when updating a cost center content: application/json: - schema: *158 + schema: *159 examples: - default: *159 + default: *160 '400': *14 '403': *27 '404': *6 - '409': *99 - '500': *88 - '503': *155 + '409': *100 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20679,7 +20686,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#delete-a-cost-center parameters: - *39 - - *160 + - *161 responses: '200': description: Response when deleting a cost center @@ -20717,8 +20724,8 @@ paths: '400': *14 '404': *6 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20739,7 +20746,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-resources-to-a-cost-center parameters: - *39 - - *160 + - *161 requestBody: required: true content: @@ -20784,9 +20791,9 @@ paths: message: Resources successfully added to the cost center. '400': *14 '403': *27 - '409': *99 - '500': *88 - '503': *155 + '409': *100 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20806,7 +20813,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-resources-from-a-cost-center parameters: - *39 - - *160 + - *161 requestBody: required: true content: @@ -20852,8 +20859,8 @@ paths: message: Resources successfully removed from the cost center. '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20884,7 +20891,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 type: object properties: total_gigabytes_bandwidth_used: @@ -20902,7 +20909,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &378 + default: &379 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -20937,7 +20944,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &380 type: object properties: days_left_in_billing_cycle: @@ -20955,7 +20962,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &380 + default: &381 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -20980,7 +20987,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *39 - - &194 + - &195 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, @@ -20989,7 +20996,7 @@ paths: required: false schema: type: integer - - &195 + - &196 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 @@ -20998,7 +21005,7 @@ paths: required: false schema: type: integer - - &196 + - &197 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 @@ -21007,7 +21014,7 @@ paths: required: false schema: type: integer - - &197 + - &198 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 @@ -21028,7 +21035,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &198 + schema: &199 type: object properties: usageItems: @@ -21081,7 +21088,7 @@ paths: - netAmount - organizationName examples: - default: &199 + default: &200 value: usageItems: - date: '2023-08-01' @@ -21097,8 +21104,8 @@ paths: repositoryName: github/example '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21169,13 +21176,13 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *162 - '500': *88 + default: *163 + '500': *89 '403': *27 '404': *6 - '422': *163 + '422': *164 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21264,7 +21271,7 @@ paths: application/json: schema: type: array - items: &189 + items: &190 title: Event description: Event type: object @@ -21275,7 +21282,7 @@ paths: type: - string - 'null' - actor: &164 + actor: &165 title: Actor description: Actor type: object @@ -21316,13 +21323,13 @@ paths: - id - name - url - org: *164 + org: *165 payload: type: object properties: action: type: string - issue: &178 + issue: &179 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -21443,7 +21450,7 @@ paths: milestone: anyOf: - type: 'null' - - &526 + - &527 title: Milestone description: A collection of related issues and pull requests. @@ -21615,7 +21622,7 @@ paths: timeline_url: type: string format: uri - type: &315 + type: &316 title: Issue Type description: The type of issue. type: @@ -21668,12 +21675,12 @@ paths: - node_id - name - description - repository: *64 + repository: *65 performed_via_github_app: anyOf: - type: 'null' - *5 - author_association: &165 + author_association: &166 title: author_association type: string description: How the author is associated with the repository. @@ -21688,7 +21695,7 @@ paths: - OWNER examples: - OWNER - reactions: &166 + reactions: &167 title: Reaction Rollup type: object properties: @@ -21724,7 +21731,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &729 + sub_issues_summary: &730 title: Sub-issues Summary type: object properties: @@ -21738,7 +21745,7 @@ paths: - total - completed - percent_completed - issue_dependencies_summary: &730 + issue_dependencies_summary: &731 title: Issue Dependencies Summary type: object properties: @@ -21757,7 +21764,7 @@ paths: - total_blocking issue_field_values: type: array - items: &731 + items: &732 title: Issue Field Value description: A value assigned to an issue field type: object @@ -21853,7 +21860,7 @@ paths: - author_association - created_at - updated_at - comment: &594 + comment: &595 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -21903,12 +21910,12 @@ paths: issue_url: type: string format: uri - author_association: *165 + author_association: *166 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *166 + reactions: *167 required: - id - node_id @@ -22005,7 +22012,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22095,7 +22102,7 @@ paths: _links: type: object properties: - timeline: &167 + timeline: &168 title: Link With Type description: Hypermedia Link with Type type: object @@ -22107,17 +22114,17 @@ paths: required: - href - type - user: *167 - security_advisories: *167 - current_user: *167 - current_user_public: *167 - current_user_actor: *167 - current_user_organization: *167 + user: *168 + security_advisories: *168 + current_user: *168 + current_user_public: *168 + current_user_actor: *168 + current_user_organization: *168 current_user_organizations: type: array - items: *167 - repository_discussions: *167 - repository_discussions_category: *167 + items: *168 + repository_discussions: *168 + repository_discussions_category: *168 required: - timeline - user @@ -22179,7 +22186,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *168 + - *169 - *17 - *19 responses: @@ -22189,7 +22196,7 @@ paths: application/json: schema: type: array - items: &169 + items: &170 title: Base Gist description: Base Gist type: object @@ -22286,7 +22293,7 @@ paths: - created_at - updated_at examples: - default: &170 + default: &171 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -22410,7 +22417,7 @@ paths: description: Response content: application/json: - schema: &171 + schema: &172 title: Gist Simple description: Gist Simple type: object @@ -22428,7 +22435,7 @@ paths: url: type: string format: uri - user: &743 + user: &744 title: Public User description: Public User type: object @@ -22802,7 +22809,7 @@ paths: truncated: type: boolean examples: - default: &172 + default: &173 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -22906,7 +22913,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *168 + - *169 - *17 - *19 responses: @@ -22916,9 +22923,9 @@ paths: application/json: schema: type: array - items: *169 + items: *170 examples: - default: *170 + default: *171 headers: Link: *38 '422': *15 @@ -22940,7 +22947,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *168 + - *169 - *17 - *19 responses: @@ -22950,9 +22957,9 @@ paths: application/json: schema: type: array - items: *169 + items: *170 examples: - default: *170 + default: *171 headers: Link: *38 '401': *23 @@ -22980,7 +22987,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &173 + - &174 name: gist_id description: The unique identifier of the gist. in: path @@ -22992,10 +22999,10 @@ paths: description: Response content: application/json: - schema: *171 + schema: *172 examples: - default: *172 - '403': &176 + default: *173 + '403': &177 description: Forbidden Gist content: application/json: @@ -23044,7 +23051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *173 + - *174 requestBody: required: true content: @@ -23108,9 +23115,9 @@ paths: description: Response content: application/json: - schema: *171 + schema: *172 examples: - updateGist: *172 + updateGist: *173 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -23268,7 +23275,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *173 + - *174 responses: '204': description: Response @@ -23297,7 +23304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *173 + - *174 - *17 - *19 responses: @@ -23307,7 +23314,7 @@ paths: application/json: schema: type: array - items: &174 + items: &175 title: Gist Comment description: A comment made to a gist. type: object @@ -23345,7 +23352,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *165 + author_association: *166 required: - url - id @@ -23410,7 +23417,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *173 + - *174 requestBody: required: true content: @@ -23436,9 +23443,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: &175 + default: &176 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -23496,8 +23503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *173 - - &177 + - *174 + - &178 name: comment_id description: The unique identifier of the comment. in: path @@ -23510,12 +23517,12 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 '304': *35 '404': *6 - '403': *176 + '403': *177 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23537,8 +23544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *173 - - *177 + - *174 + - *178 requestBody: required: true content: @@ -23564,9 +23571,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 '404': *6 x-github: githubCloudOnly: false @@ -23583,8 +23590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *173 - - *177 + - *174 + - *178 responses: '204': description: Response @@ -23607,7 +23614,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *173 + - *174 - *17 - *19 responses: @@ -23708,7 +23715,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *173 + - *174 - *17 - *19 responses: @@ -23718,7 +23725,7 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: default: value: @@ -23783,13 +23790,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *173 + - *174 responses: '201': description: Response content: application/json: - schema: *169 + schema: *170 examples: default: value: @@ -23860,7 +23867,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *173 + - *174 responses: '204': description: Response if gist is starred @@ -23890,7 +23897,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *173 + - *174 responses: '204': description: Response @@ -23912,7 +23919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *173 + - *174 responses: '204': description: Response @@ -23941,7 +23948,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *173 + - *174 - name: sha in: path required: true @@ -23952,9 +23959,9 @@ paths: description: Response content: application/json: - schema: *171 + schema: *172 examples: - default: *172 + default: *173 '422': *15 '404': *6 '403': *27 @@ -24115,7 +24122,7 @@ paths: type: integer repositories: type: array - items: *64 + items: *65 repository_selection: type: string examples: @@ -24323,7 +24330,7 @@ paths: - closed - all default: open - - &318 + - &319 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -24341,8 +24348,8 @@ paths: - updated - comments default: created - - *91 - - *168 + - *92 + - *169 - name: collab in: query required: false @@ -24372,9 +24379,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: &319 + default: &320 value: - id: 1 node_id: MDU6SXNzdWUx @@ -24654,7 +24661,7 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: default: value: @@ -24952,7 +24959,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &180 + X-CommonMarker-Version: &181 example: 0.17.4 schema: type: string @@ -25007,7 +25014,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *180 + X-CommonMarker-Version: *181 content: text/html: schema: @@ -25036,7 +25043,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: - - &183 + - &184 name: account_id description: account_id parameter in: path @@ -25048,7 +25055,7 @@ paths: description: Response content: application/json: - schema: &182 + schema: &183 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -25082,7 +25089,7 @@ paths: - 'null' id: type: integer - plan: &181 + plan: &182 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -25185,7 +25192,7 @@ paths: - 'null' updated_at: type: string - plan: *181 + plan: *182 required: - url - id @@ -25193,7 +25200,7 @@ paths: - login - marketplace_purchase examples: - default: &184 + default: &185 value: url: https://api.github.com/orgs/github type: Organization @@ -25278,9 +25285,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: &185 + default: &186 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -25320,14 +25327,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &186 + - &187 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &187 + - &188 name: sort description: The property to sort the results by. in: query @@ -25357,9 +25364,9 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: &188 + default: &189 value: - url: https://api.github.com/orgs/github type: Organization @@ -25433,15 +25440,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: - - *183 + - *184 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *184 + default: *185 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -25473,9 +25480,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *185 + default: *186 headers: Link: *38 '401': *23 @@ -25498,8 +25505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *186 - *187 + - *188 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -25519,9 +25526,9 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: *188 + default: *189 headers: Link: *38 '401': *23 @@ -25786,14 +25793,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: - - &404 + - &405 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &405 + - &406 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -25810,7 +25817,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -25864,7 +25871,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &418 + '301': &419 description: Moved permanently content: application/json: @@ -25886,7 +25893,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &623 + - &624 name: all description: If `true`, show notifications marked as read. in: query @@ -25894,7 +25901,7 @@ paths: schema: type: boolean default: false - - &624 + - &625 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -25903,8 +25910,8 @@ paths: schema: type: boolean default: false - - *168 - - &625 + - *169 + - &626 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: @@ -25929,14 +25936,14 @@ paths: application/json: schema: type: array - items: &190 + items: &191 title: Thread description: Thread type: object properties: id: type: string - repository: &225 + repository: &226 title: Minimal Repository description: Minimal Repository type: object @@ -26275,7 +26282,7 @@ paths: type: boolean examples: - false - security_and_analysis: &351 + security_and_analysis: &352 type: - object - 'null' @@ -26448,7 +26455,7 @@ paths: - url - subscription_url examples: - default: &626 + default: &627 value: - id: '1' repository: @@ -26614,7 +26621,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &191 + - &192 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 @@ -26628,7 +26635,7 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: default: value: @@ -26731,7 +26738,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *191 + - *192 responses: '205': description: Reset Content @@ -26754,7 +26761,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *191 + - *192 responses: '204': description: No content @@ -26777,13 +26784,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: - - *191 + - *192 responses: '200': description: Response content: application/json: - schema: &192 + schema: &193 title: Thread Subscription description: Thread Subscription type: object @@ -26827,7 +26834,7 @@ paths: - url - subscribed examples: - default: &193 + default: &194 value: subscribed: true ignored: false @@ -26858,7 +26865,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *191 + - *192 requestBody: required: false content: @@ -26879,9 +26886,9 @@ paths: description: Response content: application/json: - schema: *192 + schema: *193 examples: - default: *193 + default: *194 '304': *35 '403': *27 '401': *23 @@ -26904,7 +26911,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *191 + - *192 responses: '204': description: Response @@ -26999,9 +27006,9 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: &759 + default: &760 value: - login: github id: 1 @@ -27066,7 +27073,7 @@ paths: - 3 custom_roles: type: array - items: &272 + items: &273 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -27115,7 +27122,7 @@ paths: - created_at - updated_at examples: - default: &273 + default: &274 value: id: 8030 name: Security Engineer @@ -27162,7 +27169,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: - - *73 + - *74 - name: page in: query description: The page number of results to fetch. @@ -27208,7 +27215,7 @@ paths: items: anyOf: - type: 'null' - - *100 + - *101 additionalProperties: false examples: default: @@ -27313,7 +27320,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: - - *73 + - *74 requestBody: required: true content: @@ -27379,7 +27386,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: - - *73 + - *74 requestBody: required: true content: @@ -27427,23 +27434,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: - - *73 - - *194 + - *74 - *195 - *196 - *197 + - *198 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *198 + schema: *199 examples: - default: *199 + default: *200 '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27469,13 +27476,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: &200 + schema: &201 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -27885,7 +27892,7 @@ paths: - updated_at - archived_at examples: - default-response: &201 + default-response: &202 value: login: github id: 1 @@ -27987,7 +27994,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *73 + - *74 requestBody: required: false content: @@ -28211,18 +28218,18 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: - default: *201 + default: *202 '422': description: Validation failed content: application/json: schema: oneOf: - - *202 - *203 - '409': *99 + - *204 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28245,7 +28252,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *73 + - *74 responses: '202': *37 '404': *6 @@ -28270,15 +28277,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 headers: Link: *38 x-github: @@ -28301,7 +28308,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: - - *73 + - *74 - *17 - *19 responses: @@ -28319,7 +28326,7 @@ paths: type: integer repository_cache_usages: type: array - items: &423 + items: &424 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -28377,7 +28384,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: - - *73 + - *74 - *17 - *19 responses: @@ -28397,7 +28404,7 @@ paths: type: array items: *40 examples: - default: *206 + default: *207 headers: Link: *38 x-github: @@ -28417,7 +28424,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: - - *73 + - *74 requestBody: required: true content: @@ -28504,7 +28511,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: - - *73 + - *74 responses: '200': description: Response @@ -28540,7 +28547,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: - - *73 + - *74 responses: '200': description: Response @@ -28575,15 +28582,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28601,7 +28608,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: - - *73 + - *74 responses: '200': description: Response @@ -28619,7 +28626,7 @@ paths: type: array items: *43 examples: - default: *209 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28637,7 +28644,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: - - *73 + - *74 responses: '200': description: Response @@ -28681,7 +28688,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: - - *73 + - *74 - *45 responses: '200': @@ -28710,7 +28717,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: - - *73 + - *74 - *45 requestBody: required: true @@ -28767,7 +28774,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: - - *73 + - *74 - *45 responses: '202': @@ -28796,13 +28803,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: - - *73 + - *74 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &210 + schema: &211 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -28816,7 +28823,7 @@ paths: required: - include_claim_keys examples: - default: &211 + default: &212 value: include_claim_keys: - repo @@ -28838,20 +28845,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: - - *73 + - *74 requestBody: required: true content: application/json: - schema: *210 + schema: *211 examples: - default: *211 + default: *212 responses: '201': description: Empty response content: application/json: - schema: &236 + schema: &237 title: Empty Object description: An object without any properties. type: object @@ -28881,7 +28888,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: - - *73 + - *74 responses: '200': description: Response @@ -28890,7 +28897,7 @@ paths: schema: type: object properties: - enabled_repositories: &213 + enabled_repositories: &214 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -28904,7 +28911,8 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *47 - selected_actions_url: *212 + selected_actions_url: *213 + sha_pinning_required: *48 required: - enabled_repositories examples: @@ -28913,6 +28921,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 @@ -28933,7 +28942,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: - - *73 + - *74 responses: '204': description: Response @@ -28944,8 +28953,9 @@ paths: schema: type: object properties: - enabled_repositories: *213 + enabled_repositories: *214 allowed_actions: *47 + sha_pinning_required: *48 required: - enabled_repositories examples: @@ -28953,6 +28963,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28972,13 +28983,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *214 + schema: *215 examples: response: summary: Example response @@ -29004,12 +29015,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: - - *73 + - *74 requestBody: required: true content: application/json: - schema: *215 + schema: *216 examples: application/json: value: @@ -29019,7 +29030,7 @@ paths: description: No content '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 x-github: enabledForGitHubApps: true @@ -29039,15 +29050,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *216 + default: *217 '404': *6 x-github: enabledForGitHubApps: true @@ -29066,7 +29077,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: - - *73 + - *74 responses: '204': description: Response @@ -29076,7 +29087,7 @@ paths: required: true content: application/json: - schema: *48 + schema: *49 examples: default: summary: Set approval policy to first time contributors @@ -29098,15 +29109,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *49 + default: *50 '403': *27 '404': *6 x-github: @@ -29124,14 +29135,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: - - *73 + - *74 requestBody: required: true content: application/json: - schema: *218 + schema: *219 examples: - default: *49 + default: *50 responses: '204': description: Empty response for successful settings update @@ -29161,7 +29172,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: - - *73 + - *74 - *17 - *19 responses: @@ -29179,9 +29190,9 @@ paths: type: number repositories: type: array - items: *64 + items: *65 examples: - default: &220 + default: &221 value: total_count: 1 repositories: @@ -29321,7 +29332,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: - - *73 + - *74 responses: '204': description: Response @@ -29365,8 +29376,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: - - *73 - - &219 + - *74 + - &220 name: repository_id description: The unique identifier of the repository. in: path @@ -29394,8 +29405,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: - - *73 - - *219 + - *74 + - *220 responses: '204': description: Response @@ -29418,15 +29429,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *51 + schema: *52 examples: - default: *52 + default: *53 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29449,7 +29460,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: - - *73 + - *74 responses: '204': description: Response @@ -29457,9 +29468,9 @@ paths: required: false content: application/json: - schema: *51 + schema: *52 examples: - selected_actions: *52 + selected_actions: *53 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29479,7 +29490,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: - - *73 + - *74 responses: '200': description: Response @@ -29527,7 +29538,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: - - *73 + - *74 requestBody: required: true content: @@ -29554,7 +29565,7 @@ paths: description: No content '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 x-github: enabledForGitHubApps: true @@ -29574,7 +29585,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: - - *73 + - *74 - *17 - *19 responses: @@ -29589,9 +29600,9 @@ paths: type: integer repositories: type: array - items: *64 + items: *65 examples: - default: *220 + default: *221 '403': *27 '404': *6 x-github: @@ -29611,7 +29622,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: - - *73 + - *74 requestBody: required: true content: @@ -29659,14 +29670,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: - - *73 - - *219 + - *74 + - *220 responses: '204': description: No content '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 x-github: enabledForGitHubApps: true @@ -29686,14 +29697,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: - - *73 - - *219 + - *74 + - *220 responses: '204': description: No content '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 x-github: enabledForGitHubApps: true @@ -29715,15 +29726,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29744,7 +29755,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: - - *73 + - *74 responses: '204': description: Success response @@ -29755,9 +29766,9 @@ paths: required: false content: application/json: - schema: *222 + schema: *223 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29777,7 +29788,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: - - *73 + - *74 - *17 - *19 - name: visible_to_repository @@ -29802,7 +29813,7 @@ paths: type: number runner_groups: type: array - items: &223 + items: &224 type: object properties: id: @@ -29919,7 +29930,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: - - *73 + - *74 requestBody: required: true content: @@ -29992,9 +30003,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: &224 + default: &225 value: id: 2 name: octo-runner-group @@ -30029,14 +30040,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: - - *73 - - *58 + - *74 + - *59 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -30072,8 +30083,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: - - *73 - - *58 + - *74 + - *59 requestBody: required: true content: @@ -30129,9 +30140,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -30150,8 +30161,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: - - *73 - - *58 + - *74 + - *59 responses: '204': description: Response @@ -30174,8 +30185,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: - - *73 - - *58 + - *74 + - *59 - *17 - *19 responses: @@ -30195,7 +30206,7 @@ paths: type: array items: *40 examples: - default: *206 + default: *207 headers: Link: *38 x-github: @@ -30217,8 +30228,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: - - *73 - - *58 + - *74 + - *59 - *19 - *17 responses: @@ -30236,9 +30247,9 @@ paths: type: number repositories: type: array - items: *225 + items: *226 examples: - default: &746 + default: &747 value: total_count: 1 repositories: @@ -30490,8 +30501,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: - - *73 - - *58 + - *74 + - *59 requestBody: required: true content: @@ -30535,9 +30546,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: - - *73 - - *58 - - *219 + - *74 + - *59 + - *220 responses: '204': description: Response @@ -30559,9 +30570,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: - - *73 - - *58 - - *219 + - *74 + - *59 + - *220 responses: '204': description: Response @@ -30584,8 +30595,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: - - *73 - - *58 + - *74 + - *59 - *17 - *19 responses: @@ -30603,9 +30614,9 @@ paths: type: number runners: type: array - items: *62 + items: *63 examples: - default: *63 + default: *64 headers: Link: *38 x-github: @@ -30626,8 +30637,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: - - *73 - - *58 + - *74 + - *59 requestBody: required: true content: @@ -30671,9 +30682,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: - - *73 - - *58 - - *61 + - *74 + - *59 + - *62 responses: '204': description: Response @@ -30695,9 +30706,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: - - *73 - - *58 - - *61 + - *74 + - *59 + - *62 responses: '204': description: Response @@ -30727,7 +30738,7 @@ paths: in: query schema: type: string - - *73 + - *74 - *17 - *19 responses: @@ -30745,9 +30756,9 @@ paths: type: integer runners: type: array - items: *62 + items: *63 examples: - default: *63 + default: *64 headers: Link: *38 x-github: @@ -30771,7 +30782,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: - - *73 + - *74 responses: '200': description: Response @@ -30779,9 +30790,9 @@ paths: application/json: schema: type: array - items: *226 + items: *227 examples: - default: *227 + default: *228 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30803,7 +30814,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: - - *73 + - *74 requestBody: required: true content: @@ -30846,10 +30857,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *228 + '201': *229 '404': *6 '422': *7 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30877,15 +30888,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: - - *73 + - *74 responses: '201': description: Response content: application/json: - schema: *65 + schema: *66 examples: - default: *229 + default: *230 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30913,15 +30924,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: - - *73 + - *74 responses: '201': description: Response content: application/json: - schema: *65 + schema: *66 examples: - default: *230 + default: *231 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30943,16 +30954,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: - - *73 - - *61 + - *74 + - *62 responses: '200': description: Response content: application/json: - schema: *62 + schema: *63 examples: - default: *231 + default: *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30973,8 +30984,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: - - *73 - - *61 + - *74 + - *62 responses: '204': description: Response @@ -31000,10 +31011,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: - - *73 - - *61 + - *74 + - *62 responses: - '200': *67 + '200': *68 '404': *6 x-github: githubCloudOnly: false @@ -31025,8 +31036,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: - - *73 - - *61 + - *74 + - *62 requestBody: required: true content: @@ -31050,7 +31061,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -31074,8 +31085,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: - - *73 - - *61 + - *74 + - *62 requestBody: required: true content: @@ -31100,7 +31111,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -31124,10 +31135,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: - - *73 - - *61 + - *74 + - *62 responses: - '200': *232 + '200': *233 '404': *6 x-github: githubCloudOnly: false @@ -31154,11 +31165,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: - - *73 - - *61 - - *233 + - *74 + - *62 + - *234 responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -31183,7 +31194,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *73 + - *74 - *17 - *19 responses: @@ -31201,7 +31212,7 @@ paths: type: integer secrets: type: array - items: &234 + items: &235 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -31276,13 +31287,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: &443 + schema: &444 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -31317,7 +31328,7 @@ paths: - key_id - key examples: - default: &444 + default: &445 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31342,8 +31353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *73 - - &235 + - *74 + - &236 name: secret_name description: The name of the secret. in: path @@ -31355,7 +31366,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: value: @@ -31385,8 +31396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -31443,7 +31454,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -31469,8 +31480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 responses: '204': description: Response @@ -31496,8 +31507,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: - - *73 - - *235 + - *74 + - *236 - *19 - *17 responses: @@ -31515,9 +31526,9 @@ paths: type: integer repositories: type: array - items: *225 + items: *226 examples: - default: &239 + default: &240 value: total_count: 1 repositories: @@ -31609,8 +31620,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: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -31662,8 +31673,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -31696,8 +31707,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -31729,8 +31740,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *73 - - &428 + - *74 + - &429 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)." @@ -31754,7 +31765,7 @@ paths: type: integer variables: type: array - items: &237 + items: &238 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -31844,7 +31855,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *73 + - *74 requestBody: required: true content: @@ -31892,7 +31903,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -31917,8 +31928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *73 - - &238 + - *74 + - &239 name: name description: The name of the variable. in: path @@ -31930,7 +31941,7 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: default: value: @@ -31960,8 +31971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *73 - - *238 + - *74 + - *239 requestBody: required: true content: @@ -32023,8 +32034,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *73 - - *238 + - *74 + - *239 responses: '204': description: Response @@ -32050,8 +32061,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: - - *73 - - *238 + - *74 + - *239 - *19 - *17 responses: @@ -32069,9 +32080,9 @@ paths: type: integer repositories: type: array - items: *225 + items: *226 examples: - default: *239 + default: *240 '409': description: Response when the visibility of the variable is not set to `selected` @@ -32097,8 +32108,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: - - *73 - - *238 + - *74 + - *239 requestBody: required: true content: @@ -32147,8 +32158,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: - - *73 - - *238 + - *74 + - *239 - name: repository_id in: path required: true @@ -32182,8 +32193,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: - - *73 - - *238 + - *74 + - *239 - name: repository_id in: path required: true @@ -32214,15 +32225,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *71 + default: *72 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32241,19 +32252,19 @@ paths: required: true content: application/json: - schema: *240 + schema: *241 examples: - default: *71 + default: *72 parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *71 + default: *72 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32269,7 +32280,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *73 + - *74 responses: '204': description: Response @@ -32295,9 +32306,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests parameters: - *17 - - *89 - *90 - - *73 + - *91 + - *74 requestBody: required: true content: @@ -32320,12 +32331,12 @@ paths: required: - subject_digests examples: - default: &774 + default: &775 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &775 + withPredicateType: &776 value: subject_digests: - sha256:abc123 @@ -32384,7 +32395,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &776 + default: &777 value: attestations_subject_digests: - sha256:abc: @@ -32493,7 +32504,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *73 + - *74 requestBody: required: true content: @@ -32558,7 +32569,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *73 + - *74 - name: subject_digest description: Subject Digest in: path @@ -32589,7 +32600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id parameters: - - *73 + - *74 - name: attestation_id description: Attestation ID in: path @@ -32625,9 +32636,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations parameters: - *17 - - *89 - *90 - - *73 + - *91 + - *74 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -32678,7 +32689,7 @@ paths: bundle_url: type: string examples: - default: &457 + default: &458 value: attestations: - bundle: @@ -32796,7 +32807,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: - - *73 + - *74 - 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). @@ -32804,10 +32815,10 @@ paths: required: false schema: type: string - - *241 - *242 - *243 - *244 + - *245 - *17 responses: '200': @@ -32816,9 +32827,9 @@ paths: application/json: schema: type: array - items: *245 + items: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32835,7 +32846,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *73 + - *74 - *17 - *19 responses: @@ -32847,7 +32858,7 @@ paths: type: array items: *4 examples: - default: &320 + default: &321 value: - login: octocat id: 1 @@ -32885,8 +32896,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: If the user is blocked @@ -32911,8 +32922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -32932,8 +32943,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -32959,17 +32970,17 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *73 - - &254 + - *74 + - &255 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - *248 - *249 - *250 - *251 + - *252 - *17 - *19 responses: @@ -32979,11 +32990,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 '404': *6 - '500': *88 + '500': *89 "/orgs/{org}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an org @@ -33004,12 +33015,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *73 - - *254 - - *248 + - *74 + - *255 - *249 - *250 - *251 + - *252 - *17 - *19 responses: @@ -33019,7 +33030,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -33137,7 +33148,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: *255 + items: *256 url: type: string format: uri @@ -33150,7 +33161,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &475 + default: &476 value: - id: 21 number: 42 @@ -33217,7 +33228,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': *88 + '500': *89 "/orgs/{org}/campaigns": get: summary: List campaigns for an organization @@ -33234,15 +33245,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *73 + - *74 - *19 - *17 - - *91 + - *92 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &257 + schema: &258 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -33268,7 +33279,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -33299,7 +33310,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *256 + items: *257 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -33318,7 +33329,7 @@ paths: - string - 'null' format: date-time - state: *257 + state: *258 contact_link: description: The contact link of the campaign. type: @@ -33416,7 +33427,7 @@ paths: headers: Link: *38 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33440,7 +33451,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *73 + - *74 requestBody: required: true content: @@ -33535,9 +33546,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &259 + default: &260 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -33586,7 +33597,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33608,7 +33619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *73 + - *74 - name: campaign_number description: The campaign number. in: path @@ -33620,16 +33631,16 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33650,7 +33661,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#update-a-campaign parameters: - - *73 + - *74 - name: campaign_number description: The campaign number. in: path @@ -33700,7 +33711,7 @@ paths: - string - 'null' format: uri - state: *257 + state: *258 examples: default: value: @@ -33710,9 +33721,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '400': description: Bad Request content: @@ -33724,7 +33735,7 @@ paths: content: application/json: schema: *3 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33745,7 +33756,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *73 + - *74 - name: campaign_number description: The campaign number. in: path @@ -33756,7 +33767,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33778,20 +33789,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: - - *73 - - *260 + - *74 - *261 - - *89 + - *262 - *90 + - *91 - *19 - *17 - - *91 + - *92 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *262 + schema: *263 - name: sort description: The property by which to sort the results. in: query @@ -33807,7 +33818,7 @@ paths: be returned. in: query required: false - schema: &485 + schema: &486 type: string description: Severity of a code scanning alert. enum: @@ -33825,13 +33836,13 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: - default: *264 + default: *265 headers: Link: *38 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33853,7 +33864,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: - - *73 + - *74 - name: target_type in: query description: The target type of the code security configuration @@ -33872,8 +33883,8 @@ paths: schema: type: integer default: 30 - - *89 - *90 + - *91 responses: '200': description: Response @@ -33881,7 +33892,7 @@ paths: application/json: schema: type: array - items: *95 + items: *96 examples: default: value: @@ -33964,7 +33975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#create-a-code-security-configuration parameters: - - *73 + - *74 requestBody: required: true content: @@ -34042,7 +34053,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *265 + code_scanning_options: *266 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -34051,7 +34062,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *98 + code_scanning_default_setup_options: *99 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -34183,9 +34194,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *95 + schema: *96 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34207,15 +34218,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-default-code-security-configurations parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '304': *35 '403': *27 '404': *6 @@ -34241,7 +34252,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *73 + - *74 requestBody: required: true content: @@ -34267,11 +34278,11 @@ paths: - 32 - 91 responses: - '204': *121 + '204': *122 '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34293,16 +34304,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-a-code-security-configuration parameters: - - *73 - - *97 + - *74 + - *98 responses: '200': description: Response content: application/json: - schema: *95 + schema: *96 examples: - default: *266 + default: *267 '304': *35 '403': *27 '404': *6 @@ -34326,8 +34337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-code-security-configuration parameters: - - *73 - - *97 + - *74 + - *98 requestBody: required: true content: @@ -34406,7 +34417,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *98 + code_scanning_default_setup_options: *99 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -34524,7 +34535,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *95 + schema: *96 examples: default: value: @@ -34583,14 +34594,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *73 - - *97 + - *74 + - *98 responses: - '204': *121 + '204': *122 '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34614,8 +34625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *73 - - *97 + - *74 + - *98 requestBody: required: true content: @@ -34678,8 +34689,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: - - *73 - - *97 + - *74 + - *98 requestBody: required: true content: @@ -34719,12 +34730,12 @@ paths: - none - private_and_internal - public - configuration: *95 + configuration: *96 examples: default: value: default_for_new_repos: all - configuration: *266 + configuration: *267 '403': *27 '404': *6 x-github: @@ -34748,8 +34759,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: - - *73 - - *97 + - *74 + - *98 - 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)." @@ -34758,8 +34769,8 @@ paths: schema: type: integer default: 30 - - *89 - *90 + - *91 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -34777,13 +34788,13 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *270 + repository: *271 '403': *27 '404': *6 x-github: @@ -34807,7 +34818,7 @@ paths: parameters: - *17 - *19 - - *73 + - *74 responses: '200': description: Response @@ -34823,7 +34834,7 @@ paths: type: integer codespaces: type: array - items: &321 + items: &322 type: object title: Codespace description: A codespace. @@ -34854,11 +34865,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *225 + repository: *226 machine: anyOf: - type: 'null' - - &514 + - &515 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -35145,7 +35156,7 @@ paths: - pulls_url - recent_folders examples: - default: &322 + default: &323 value: total_count: 3 codespaces: @@ -35555,7 +35566,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -35577,7 +35588,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *73 + - *74 deprecated: true requestBody: required: true @@ -35621,7 +35632,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35644,7 +35655,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: - - *73 + - *74 deprecated: true requestBody: required: true @@ -35676,7 +35687,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35699,7 +35710,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *73 + - *74 requestBody: required: true content: @@ -35730,7 +35741,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35751,7 +35762,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *73 + - *74 - *17 - *19 responses: @@ -35769,7 +35780,7 @@ paths: type: integer secrets: type: array - items: &271 + items: &272 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -35810,7 +35821,7 @@ paths: - updated_at - visibility examples: - default: &515 + default: &516 value: total_count: 2 secrets: @@ -35842,13 +35853,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: &516 + schema: &517 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -35883,7 +35894,7 @@ paths: - key_id - key examples: - default: &517 + default: &518 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -35906,16 +35917,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 responses: '200': description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: &519 + default: &520 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -35942,8 +35953,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: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -35998,7 +36009,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -36024,8 +36035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 responses: '204': description: Response @@ -36050,8 +36061,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: - - *73 - - *235 + - *74 + - *236 - *19 - *17 responses: @@ -36069,9 +36080,9 @@ paths: type: integer repositories: type: array - items: *225 + items: *226 examples: - default: *239 + default: *240 '404': *6 x-github: githubCloudOnly: false @@ -36093,8 +36104,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: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -36144,8 +36155,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -36178,8 +36189,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -36218,7 +36229,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: - - *73 + - *74 responses: '200': description: OK @@ -36327,7 +36338,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36359,7 +36370,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: - - *73 + - *74 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -36382,12 +36393,12 @@ paths: currently being billed. seats: type: array - items: *112 + items: *113 examples: - default: *113 + default: *114 headers: Link: *38 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36420,7 +36431,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: - - *73 + - *74 requestBody: content: application/json: @@ -36462,7 +36473,7 @@ paths: default: value: seats_created: 5 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36498,7 +36509,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: - - *73 + - *74 requestBody: content: application/json: @@ -36540,7 +36551,7 @@ paths: default: value: seats_cancelled: 5 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36578,7 +36589,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: - - *73 + - *74 requestBody: content: application/json: @@ -36619,7 +36630,7 @@ paths: default: value: seats_created: 5 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36655,7 +36666,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: - - *73 + - *74 requestBody: content: application/json: @@ -36697,7 +36708,7 @@ paths: default: value: seats_cancelled: 5 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36736,7 +36747,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: - - *73 + - *74 - 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`). @@ -36768,13 +36779,13 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *162 - '500': *88 + default: *163 + '500': *89 '403': *27 '404': *6 - '422': *163 + '422': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36796,7 +36807,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: - - *73 + - *74 - *17 - name: page description: Page token @@ -36955,7 +36966,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: - - *73 + - *74 - name: credential_id in: path required: true @@ -36986,7 +36997,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: - - *73 + - *74 responses: '200': description: Response - list of custom role names @@ -37002,7 +37013,7 @@ paths: - 3 custom_roles: type: array - items: *272 + items: *273 examples: default: value: @@ -37089,12 +37100,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *73 + - *74 requestBody: required: true content: application/json: - schema: &275 + schema: &276 type: object properties: name: @@ -37136,9 +37147,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 '404': *6 x-github: @@ -37162,8 +37173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *73 - - &274 + - *74 + - &275 name: role_id description: The unique identifier of the role. in: path @@ -37175,9 +37186,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '404': *6 x-github: githubCloudOnly: true @@ -37199,13 +37210,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *73 - - *274 + - *74 + - *275 requestBody: required: true content: application/json: - schema: &276 + schema: &277 type: object properties: name: @@ -37244,9 +37255,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 '404': *6 x-github: @@ -37270,8 +37281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *73 - - *274 + - *74 + - *275 responses: '204': description: Response @@ -37299,12 +37310,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: - - *73 + - *74 requestBody: required: true content: application/json: - schema: *275 + schema: *276 examples: default: value: @@ -37318,9 +37329,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 '404': *6 x-github: @@ -37350,16 +37361,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: - - *73 - - *274 + - *74 + - *275 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '404': *6 x-github: githubCloudOnly: true @@ -37387,13 +37398,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: - - *73 - - *274 + - *74 + - *275 requestBody: required: true content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -37408,9 +37419,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 '404': *6 x-github: @@ -37440,8 +37451,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: - - *73 - - *274 + - *74 + - *275 responses: '204': description: Response @@ -37469,12 +37480,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *73 - - *277 + - *74 - *278 - *279 - *280 - *281 + - *282 - name: package_registry_url in: query description: A comma-separated list of package registry URLs. If specified, @@ -37490,14 +37501,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string - - *282 - *283 - *284 - - *91 - - *89 - - *90 - *285 + - *92 + - *90 + - *91 - *286 + - *287 - *17 responses: '200': @@ -37506,9 +37517,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *288 + default: *289 '304': *35 '400': *14 '403': *27 @@ -37534,7 +37545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *73 + - *74 - *17 - *19 responses: @@ -37552,7 +37563,7 @@ paths: type: integer secrets: type: array - items: &289 + items: &290 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -37625,13 +37636,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: &542 + schema: &543 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -37650,7 +37661,7 @@ paths: - key_id - key examples: - default: &543 + default: &544 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37673,14 +37684,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 responses: '200': description: Response content: application/json: - schema: *289 + schema: *290 examples: default: value: @@ -37708,8 +37719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -37764,7 +37775,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -37788,8 +37799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 responses: '204': description: Response @@ -37813,8 +37824,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: - - *73 - - *235 + - *74 + - *236 - *19 - *17 responses: @@ -37832,9 +37843,9 @@ paths: type: integer repositories: type: array - items: *225 + items: *226 examples: - default: *239 + default: *240 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37855,8 +37866,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: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -37906,8 +37917,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -37938,8 +37949,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -37975,8 +37986,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *73 - - &551 + - *74 + - &552 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -37984,7 +37995,7 @@ paths: required: false schema: type: string - - &552 + - &553 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -37992,7 +38003,7 @@ paths: required: false schema: type: string - - &553 + - &554 name: time_period description: |- The time period to filter by. @@ -38008,7 +38019,7 @@ paths: - week - month default: month - - &554 + - &555 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -38023,7 +38034,7 @@ paths: - denied - all default: all - - *254 + - *255 - *17 - *19 responses: @@ -38033,7 +38044,7 @@ paths: application/json: schema: type: array - items: &555 + items: &556 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -38196,7 +38207,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &556 + default: &557 value: - id: 21 number: 42 @@ -38261,7 +38272,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *88 + '500': *89 "/orgs/{org}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for an org @@ -38282,12 +38293,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *73 - - *254 - - *248 + - *74 + - *255 - *249 - *250 - - &557 + - *251 + - &558 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -38313,7 +38324,7 @@ paths: application/json: schema: type: array - items: &558 + items: &559 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -38427,7 +38438,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: *255 + items: *256 url: type: string format: uri @@ -38440,7 +38451,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &559 + default: &560 value: - id: 21 number: 42 @@ -38505,7 +38516,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/19 '404': *6 '403': *27 - '500': *88 + '500': *89 "/orgs/{org}/docker/conflicts": get: summary: Get list of conflicting packages during Docker migration for organization @@ -38520,7 +38531,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: - - *73 + - *74 responses: '200': description: Response @@ -38528,7 +38539,7 @@ paths: application/json: schema: type: array - items: &332 + items: &333 title: Package description: A software package type: object @@ -38581,7 +38592,7 @@ paths: repository: anyOf: - type: 'null' - - *225 + - *226 created_at: type: string format: date-time @@ -38599,7 +38610,7 @@ paths: - created_at - updated_at examples: - default: &333 + default: &334 value: - id: 197 name: hello_docker @@ -38677,7 +38688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *73 + - *74 - *17 - *19 responses: @@ -38687,7 +38698,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: 200-response: value: @@ -38757,7 +38768,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *73 + - *74 - name: group_id description: The unique identifier of the group. in: path @@ -38783,7 +38794,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -38873,7 +38884,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &400 + default: &401 value: group_id: '123' group_name: Octocat admins @@ -38911,7 +38922,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: - - *73 + - *74 - *17 - name: page description: Page token @@ -38928,7 +38939,7 @@ paths: description: Response content: application/json: - schema: &397 + schema: &398 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -38968,7 +38979,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &398 + default: &399 value: groups: - group_id: '123' @@ -39002,7 +39013,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *73 + - *74 - *17 - *19 responses: @@ -39012,7 +39023,7 @@ paths: application/json: schema: type: array - items: &312 + items: &313 title: Organization Invitation description: Organization Invitation type: object @@ -39066,7 +39077,7 @@ paths: - invitation_teams_url - node_id examples: - default: &313 + default: &314 value: - id: 1 login: monalisa @@ -39125,7 +39136,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: - - *73 + - *74 responses: '200': description: Response @@ -39133,7 +39144,7 @@ paths: application/json: schema: type: array - items: &352 + items: &353 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -39147,7 +39158,7 @@ paths: - name - description examples: - default: &353 + default: &354 value: - name: add_assignee description: Assign or remove a user @@ -39178,7 +39189,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *73 + - *74 - *17 - *19 responses: @@ -39188,7 +39199,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Org Hook description: Org Hook type: object @@ -39309,7 +39320,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *73 + - *74 requestBody: required: true content: @@ -39371,9 +39382,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: &291 + default: &292 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -39417,8 +39428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *73 - - &292 + - *74 + - &293 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. @@ -39431,9 +39442,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *291 + default: *292 '404': *6 x-github: githubCloudOnly: false @@ -39454,8 +39465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *73 - - *292 + - *74 + - *293 requestBody: required: false content: @@ -39501,7 +39512,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -39540,8 +39551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *73 - - *292 + - *74 + - *293 responses: '204': description: Response @@ -39566,8 +39577,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: - - *73 - - *292 + - *74 + - *293 responses: '200': description: Response @@ -39595,8 +39606,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: - - *73 - - *292 + - *74 + - *293 requestBody: required: false content: @@ -39644,10 +39655,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *73 - - *292 - - *17 + - *74 - *293 + - *17 + - *294 responses: '200': description: Response @@ -39655,9 +39666,9 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '400': *14 '422': *15 x-github: @@ -39680,17 +39691,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: - - *73 - - *292 + - *74 + - *293 - *16 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 '400': *14 '422': *15 x-github: @@ -39713,8 +39724,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: - - *73 - - *292 + - *74 + - *293 - *16 responses: '202': *37 @@ -39740,8 +39751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *73 - - *292 + - *74 + - *293 responses: '204': description: Response @@ -39763,8 +39774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *73 - - &302 + - *74 + - &303 name: actor_type in: path description: The type of the actor @@ -39777,14 +39788,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &303 + - &304 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &298 + - &299 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`.' @@ -39792,7 +39803,7 @@ paths: required: true schema: type: string - - &299 + - &300 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) @@ -39803,7 +39814,7 @@ paths: type: string - *19 - *17 - - *91 + - *92 - name: sort description: The property to sort the results by. in: query @@ -39886,13 +39897,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - - *73 - - *298 + - *74 - *299 + - *300 - *19 - *17 - - *91 - - &308 + - *92 + - &309 name: sort description: The property to sort the results by. in: query @@ -39971,15 +39982,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - - *73 - - *298 + - *74 - *299 + - *300 responses: '200': description: Response content: application/json: - schema: &300 + schema: &301 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -39995,7 +40006,7 @@ paths: type: integer format: int64 examples: - default: &301 + default: &302 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -40015,24 +40026,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *73 - - &304 + - *74 + - &305 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *298 - *299 + - *300 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *301 + default: *302 x-github: enabledForGitHubApps: true category: orgs @@ -40050,19 +40061,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *73 - - *298 + - *74 - *299 - - *302 + - *300 - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *301 + default: *302 x-github: enabledForGitHubApps: true category: orgs @@ -40079,10 +40090,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - - *73 - - *298 + - *74 - *299 - - &305 + - *300 + - &306 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -40095,7 +40106,7 @@ paths: description: Response content: application/json: - schema: &306 + schema: &307 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -40111,7 +40122,7 @@ paths: type: integer format: int64 examples: - default: &307 + default: &308 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -40147,19 +40158,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - - *73 - - *304 - - *298 - - *299 + - *74 - *305 + - *299 + - *300 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *307 + default: *308 x-github: enabledForGitHubApps: true category: orgs @@ -40176,20 +40187,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *73 - - *302 + - *74 - *303 - - *298 + - *304 - *299 - - *305 + - *300 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *307 + default: *308 x-github: enabledForGitHubApps: true category: orgs @@ -40206,14 +40217,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - - *73 - - *304 - - *298 + - *74 + - *305 - *299 + - *300 - *19 - *17 - - *91 - - *308 + - *92 + - *309 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -40289,7 +40300,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: - - *73 + - *74 responses: '200': description: Response @@ -40297,7 +40308,7 @@ paths: application/json: schema: *20 examples: - default: &590 + default: &591 value: id: 1 account: @@ -40366,7 +40377,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *73 + - *74 - *17 - *19 responses: @@ -40455,7 +40466,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *73 + - *74 responses: '200': description: Response @@ -40463,12 +40474,12 @@ paths: application/json: schema: anyOf: - - &310 + - &311 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &309 + limit: &310 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -40496,7 +40507,7 @@ paths: properties: {} additionalProperties: false examples: - default: &311 + default: &312 value: limit: collaborators_only origin: organization @@ -40520,18 +40531,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *73 + - *74 requestBody: required: true content: application/json: - schema: &591 + schema: &592 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *309 + limit: *310 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -40556,9 +40567,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 '422': *15 x-github: githubCloudOnly: false @@ -40576,7 +40587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *73 + - *74 responses: '204': description: Response @@ -40602,7 +40613,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *73 + - *74 - *17 - *19 - name: role @@ -40636,9 +40647,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *38 '404': *6 @@ -40662,7 +40673,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *73 + - *74 requestBody: required: false content: @@ -40716,7 +40727,7 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: default: value: @@ -40772,8 +40783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *73 - - &314 + - *74 + - &315 name: invitation_id description: The unique identifier of the invitation. in: path @@ -40806,8 +40817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *73 - - *314 + - *74 + - *315 - *17 - *19 responses: @@ -40817,9 +40828,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: &331 + default: &332 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -40854,7 +40865,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: - - *73 + - *74 responses: '200': description: Response @@ -40862,7 +40873,7 @@ paths: application/json: schema: type: array - items: *315 + items: *316 examples: default: value: @@ -40900,7 +40911,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: - - *73 + - *74 requestBody: required: true content: @@ -40950,9 +40961,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: &316 + default: &317 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -40984,8 +40995,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: - - *73 - - &317 + - *74 + - &318 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -41041,9 +41052,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 '404': *6 '422': *7 x-github: @@ -41067,8 +41078,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: - - *73 - - *317 + - *74 + - *318 responses: '204': description: Response @@ -41101,7 +41112,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: - - *73 + - *74 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -41131,7 +41142,7 @@ paths: - closed - all default: open - - *318 + - *319 - name: type description: Can be the name of an issue type. in: query @@ -41149,8 +41160,8 @@ paths: - updated - comments default: created - - *91 - - *168 + - *92 + - *169 - *17 - *19 responses: @@ -41160,9 +41171,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *319 + default: *320 headers: Link: *38 '404': *6 @@ -41184,7 +41195,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *73 + - *74 - 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) @@ -41222,7 +41233,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '422': *15 @@ -41242,8 +41253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response if requester is an organization member and user is @@ -41277,8 +41288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -41304,8 +41315,8 @@ paths: parameters: - *17 - *19 - - *73 - - *247 + - *74 + - *248 responses: '200': description: Response @@ -41321,11 +41332,11 @@ paths: type: integer codespaces: type: array - items: *321 + items: *322 examples: - default: *322 + default: *323 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -41348,9 +41359,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *73 - - *247 - - &323 + - *74 + - *248 + - &324 name: codespace_name in: path required: true @@ -41360,7 +41371,7 @@ paths: responses: '202': *37 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -41383,17 +41394,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: - - *73 - - *247 - - *323 + - *74 + - *248 + - *324 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: &513 + default: &514 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -41535,7 +41546,7 @@ paths: recent_folders: [] template: '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -41566,14 +41577,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: - - *73 - - *247 + - *74 + - *248 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *112 + schema: *113 examples: default: value: @@ -41617,7 +41628,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -41642,14 +41653,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *73 - - *247 + - *74 + - *248 responses: '200': description: Response content: application/json: - schema: &324 + schema: &325 title: Org Membership description: Org Membership type: object @@ -41698,7 +41709,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *59 + organization: *60 user: anyOf: - type: 'null' @@ -41718,7 +41729,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &325 + response-if-user-has-an-active-admin-membership-with-organization: &326 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -41786,8 +41797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *73 - - *247 + - *74 + - *248 requestBody: required: false content: @@ -41815,9 +41826,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - response-if-user-already-had-membership-with-organization: *325 + response-if-user-already-had-membership-with-organization: *326 '422': *15 '403': *27 x-github: @@ -41841,8 +41852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -41867,7 +41878,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *73 + - *74 - *17 - *19 - name: exclude @@ -41889,7 +41900,7 @@ paths: application/json: schema: type: array - items: &326 + items: &327 title: Migration description: A migration. type: object @@ -41931,7 +41942,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *64 + items: *65 url: type: string format: uri @@ -42146,7 +42157,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *73 + - *74 requestBody: required: true content: @@ -42227,7 +42238,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -42405,8 +42416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *73 - - &327 + - *74 + - &328 name: migration_id description: The unique identifier of the migration. in: path @@ -42434,7 +42445,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -42603,8 +42614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *73 - - *327 + - *74 + - *328 responses: '302': description: Response @@ -42625,8 +42636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *73 - - *327 + - *74 + - *328 responses: '204': description: Response @@ -42649,9 +42660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *73 - - *327 - - &758 + - *74 + - *328 + - &759 name: repo_name description: repo_name parameter in: path @@ -42678,8 +42689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *73 - - *327 + - *74 + - *328 - *17 - *19 responses: @@ -42689,9 +42700,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: &338 + default: &339 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42830,7 +42841,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: - - *73 + - *74 responses: '200': description: Response @@ -42884,7 +42895,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: - - *73 + - *74 responses: '200': description: Response - list of organization roles @@ -42900,7 +42911,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &328 + items: &329 title: Organization Role description: Organization roles type: object @@ -43062,7 +43073,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *73 + - *74 requestBody: required: true content: @@ -43109,7 +43120,7 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -43138,7 +43149,7 @@ paths: updated_at: '2022-07-04T22:19:11Z' '422': *15 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43160,8 +43171,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: - - *73 - - &329 + - *74 + - &330 name: team_slug description: The slug of the team name. in: path @@ -43192,9 +43203,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: - - *73 - - *329 - - *274 + - *74 + - *330 + - *275 responses: '204': description: Response @@ -43223,9 +43234,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: - - *73 - - *329 - - *274 + - *74 + - *330 + - *275 responses: '204': description: Response @@ -43250,8 +43261,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -43276,9 +43287,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: - - *73 - - *247 - - *274 + - *74 + - *248 + - *275 responses: '204': description: Response @@ -43308,9 +43319,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: - - *73 - - *247 - - *274 + - *74 + - *248 + - *275 responses: '204': description: Response @@ -43338,14 +43349,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *73 - - *274 + - *74 + - *275 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -43402,8 +43413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *73 - - *274 + - *74 + - *275 requestBody: required: true content: @@ -43442,7 +43453,7 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -43470,7 +43481,7 @@ paths: created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' '422': *15 - '409': *99 + '409': *100 '404': *6 x-github: githubCloudOnly: true @@ -43495,8 +43506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *73 - - *274 + - *74 + - *275 responses: '204': description: Response @@ -43521,8 +43532,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: - - *73 - - *274 + - *74 + - *275 - *17 - *19 responses: @@ -43601,7 +43612,7 @@ paths: parent: anyOf: - type: 'null' - - *330 + - *331 required: - id - node_id @@ -43615,7 +43626,7 @@ paths: - slug - parent examples: - default: *331 + default: *332 headers: Link: *38 '404': @@ -43644,8 +43655,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: - - *73 - - *274 + - *74 + - *275 - *17 - *19 responses: @@ -43674,7 +43685,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *330 + items: *331 name: type: - string @@ -43791,7 +43802,7 @@ paths: - type - url examples: - default: *320 + default: *321 headers: Link: *38 '404': @@ -43815,7 +43826,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: - - *73 + - *74 - 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) @@ -43842,7 +43853,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -43867,8 +43878,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: - - *73 - - *247 + - *74 + - *248 requestBody: required: false content: @@ -43925,8 +43936,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -43983,8 +43994,8 @@ paths: - docker - nuget - container - - *73 - - &760 + - *74 + - &761 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -44020,12 +44031,12 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: *333 + default: *334 '403': *27 '401': *23 - '400': &762 + '400': &763 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -44047,7 +44058,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &334 + - &335 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 @@ -44065,20 +44076,20 @@ paths: - docker - nuget - container - - &335 + - &336 name: package_name description: The name of the package. in: path required: true schema: type: string - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -44130,9 +44141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *334 - *335 - - *73 + - *336 + - *74 responses: '204': description: Response @@ -44164,9 +44175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *334 - *335 - - *73 + - *336 + - *74 - name: token description: package token schema: @@ -44198,9 +44209,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: - - *334 - *335 - - *73 + - *336 + - *74 - *19 - *17 - name: state @@ -44220,7 +44231,7 @@ paths: application/json: schema: type: array - items: &336 + items: &337 title: Package Version description: A version of a software package type: object @@ -44355,10 +44366,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: - - *334 - *335 - - *73 - - &337 + - *336 + - *74 + - &338 name: package_version_id description: Unique identifier of the package version. in: path @@ -44370,7 +44381,7 @@ paths: description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -44406,10 +44417,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *334 - *335 - - *73 - - *337 + - *336 + - *74 + - *338 responses: '204': description: Response @@ -44441,10 +44452,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *334 - *335 - - *73 - - *337 + - *336 + - *74 + - *338 responses: '204': description: Response @@ -44471,10 +44482,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: - - *73 + - *74 - *17 - *19 - - &339 + - &340 name: sort description: The property by which to sort the results. in: query @@ -44484,8 +44495,8 @@ paths: enum: - created_at default: created_at - - *91 - - &340 + - *92 + - &341 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -44497,7 +44508,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &341 + - &342 name: repository description: The name of the repository to use to filter the results. in: query @@ -44506,7 +44517,7 @@ paths: type: string examples: - Hello-World - - &342 + - &343 name: permission description: The permission to use to filter the results. in: query @@ -44515,7 +44526,7 @@ paths: type: string examples: - issues_read - - &343 + - &344 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) @@ -44525,7 +44536,7 @@ paths: schema: type: string format: date-time - - &344 + - &345 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) @@ -44535,7 +44546,7 @@ paths: schema: type: string format: date-time - - &345 + - &346 name: token_id description: The ID of the token in: query @@ -44548,7 +44559,7 @@ paths: examples: - token_id[]=1,token_id[]=2 responses: - '500': *88 + '500': *89 '422': *15 '404': *6 '403': *27 @@ -44703,7 +44714,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: - - *73 + - *74 requestBody: required: true content: @@ -44745,7 +44756,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *88 + '500': *89 '422': *15 '404': *6 '403': *27 @@ -44770,7 +44781,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: - - *73 + - *74 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -44807,11 +44818,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *88 + '500': *89 '422': *15 '404': *6 '403': *27 - '204': *121 + '204': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44832,7 +44843,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: - - *73 + - *74 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -44843,7 +44854,7 @@ paths: - *17 - *19 responses: - '500': *88 + '500': *89 '404': *6 '403': *27 '200': @@ -44852,9 +44863,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -44877,19 +44888,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: - - *73 + - *74 - *17 - *19 - - *339 - - *91 - *340 + - *92 - *341 - *342 - *343 - *344 - *345 + - *346 responses: - '500': *88 + '500': *89 '422': *15 '404': *6 '403': *27 @@ -45038,7 +45049,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: - - *73 + - *74 requestBody: required: true content: @@ -45073,7 +45084,7 @@ paths: - 1296269 - 1296280 responses: - '500': *88 + '500': *89 '404': *6 '202': *37 '403': *27 @@ -45098,7 +45109,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: - - *73 + - *74 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -45126,9 +45137,9 @@ paths: value: action: revoke responses: - '500': *88 + '500': *89 '404': *6 - '204': *121 + '204': *122 '403': *27 '422': *15 x-github: @@ -45150,7 +45161,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: - - *73 + - *74 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -45160,7 +45171,7 @@ paths: - *17 - *19 responses: - '500': *88 + '500': *89 '404': *6 '403': *27 '200': @@ -45169,9 +45180,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -45195,7 +45206,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: - - *73 + - *74 - *17 - *19 responses: @@ -45213,7 +45224,7 @@ paths: type: integer configurations: type: array - items: &346 + items: &347 title: Organization private registry description: Private registry configuration for an organization type: object @@ -45304,7 +45315,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: - - *73 + - *74 requestBody: required: true content: @@ -45472,7 +45483,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &347 + org-private-registry-with-selected-visibility: &348 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -45513,7 +45524,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: - - *73 + - *74 responses: '200': description: Response @@ -45563,16 +45574,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: - - *73 - - *235 + - *74 + - *236 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -45593,8 +45604,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: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -45690,8 +45701,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: - - *73 - - *235 + - *74 + - *236 responses: '204': description: Response @@ -45716,7 +45727,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects parameters: - - *73 + - *74 - name: state description: Indicates the state of the projects to return. in: query @@ -45737,7 +45748,7 @@ paths: application/json: schema: type: array - items: &348 + items: &349 title: Project description: Projects are a way to organize columns and cards of work. @@ -45893,7 +45904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project parameters: - - *73 + - *74 requestBody: required: true content: @@ -45919,7 +45930,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -45957,7 +45968,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &415 + '410': &416 description: Gone content: application/json: @@ -45984,7 +45995,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: - - *73 + - *74 responses: '200': description: Response @@ -45992,9 +46003,9 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *118 + default: *119 '403': *27 '404': *6 x-github: @@ -46021,7 +46032,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: - - *73 + - *74 requestBody: required: true content: @@ -46032,7 +46043,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *117 + items: *118 minItems: 1 maxItems: 100 required: @@ -46062,9 +46073,9 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *118 + default: *119 '403': *27 '404': *6 x-github: @@ -46085,16 +46096,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: - - *73 - - *119 + - *74 + - *120 responses: '200': description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: *120 + default: *121 '403': *27 '404': *6 x-github: @@ -46117,13 +46128,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: - - *73 - - *119 + - *74 + - *120 requestBody: required: true content: application/json: - schema: *349 + schema: *350 examples: default: value: @@ -46139,9 +46150,9 @@ paths: description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: *120 + default: *121 '403': *27 '404': *6 x-github: @@ -46164,10 +46175,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: - - *73 - - *119 + - *74 + - *120 responses: - '204': *121 + '204': *122 '403': *27 '404': *6 x-github: @@ -46188,7 +46199,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: - - *73 + - *74 - *17 - *19 - name: repository_query @@ -46229,7 +46240,7 @@ paths: - octocat/Hello-World properties: type: array - items: &350 + items: &351 title: Custom Property Value description: Custom property name and associated value type: object @@ -46299,7 +46310,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: - - *73 + - *74 requestBody: required: true content: @@ -46319,7 +46330,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *350 + items: *351 required: - repository_names - properties @@ -46360,7 +46371,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *73 + - *74 - *17 - *19 responses: @@ -46372,7 +46383,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -46391,8 +46402,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response if user is a public member @@ -46416,8 +46427,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -46438,8 +46449,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -46463,7 +46474,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *73 + - *74 - 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 @@ -46510,9 +46521,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -46533,7 +46544,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *73 + - *74 requestBody: required: true content: @@ -46716,7 +46727,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &418 title: Full Repository description: Full Repository type: object @@ -47062,7 +47073,7 @@ paths: template_repository: anyOf: - type: 'null' - - *64 + - *65 temp_clone_token: type: - string @@ -47162,13 +47173,13 @@ paths: license: anyOf: - type: 'null' - - *179 + - *180 organization: anyOf: - type: 'null' - *4 - parent: *64 - source: *64 + parent: *65 + source: *65 forks: type: integer master_branch: @@ -47181,7 +47192,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &532 + code_of_conduct: &533 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -47211,7 +47222,7 @@ paths: - key - name - html_url - security_and_analysis: *351 + security_and_analysis: *352 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -47295,7 +47306,7 @@ paths: - network_count - subscribers_count examples: - default: &419 + default: &420 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -47813,7 +47824,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: - - *73 + - *74 responses: '200': description: Response @@ -47821,9 +47832,9 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -47845,10 +47856,10 @@ paths: category: orgs subcategory: rules parameters: - - *73 + - *74 - *17 - *19 - - &656 + - &657 name: targets description: | A comma-separated list of rule targets to filter by. @@ -47867,7 +47878,7 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: default: value: @@ -47898,7 +47909,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -47914,7 +47925,7 @@ paths: category: orgs subcategory: rules parameters: - - *73 + - *74 requestBody: description: Request body required: true @@ -47935,21 +47946,20 @@ paths: - push - repository default: branch - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 - conditions: *354 + items: *130 + conditions: *355 rules: type: array description: An array of rules within the ruleset. - items: &356 + items: &357 title: Repository Rule type: object description: A repository rule. oneOf: - - *130 - *131 - *132 - *133 @@ -47969,6 +47979,7 @@ paths: - *147 - *148 - *149 + - *150 required: - name - enforcement @@ -48006,9 +48017,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: &355 + default: &356 value: id: 21 name: super cool ruleset @@ -48048,7 +48059,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -48062,8 +48073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *73 - - &658 + - *74 + - &659 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 @@ -48073,16 +48084,16 @@ paths: schema: type: string x-multi-segment: true - - *254 - - *250 - - &659 + - *255 + - *251 + - &660 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 - - &660 + - &661 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -48102,7 +48113,7 @@ paths: description: Response content: application/json: - schema: &661 + schema: &662 title: Rule Suites description: Response type: array @@ -48158,7 +48169,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &662 + default: &663 value: - id: 21 actor_id: 12 @@ -48182,7 +48193,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48201,8 +48212,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *73 - - &663 + - *74 + - &664 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -48218,7 +48229,7 @@ paths: description: Response content: application/json: - schema: &664 + schema: &665 title: Rule Suite description: Response type: object @@ -48325,7 +48336,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &665 + default: &666 value: id: 21 actor_id: 12 @@ -48360,7 +48371,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48386,7 +48397,7 @@ paths: category: orgs subcategory: rules parameters: - - *73 + - *74 - name: ruleset_id description: The ID of the ruleset. in: path @@ -48398,11 +48409,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *355 + default: *356 '404': *6 - '500': *88 + '500': *89 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -48418,7 +48429,7 @@ paths: category: orgs subcategory: rules parameters: - - *73 + - *74 - name: ruleset_id description: The ID of the ruleset. in: path @@ -48444,16 +48455,16 @@ paths: - tag - push - repository - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 - conditions: *354 + items: *130 + conditions: *355 rules: description: An array of rules within the ruleset. type: array - items: *356 + items: *357 examples: default: value: @@ -48488,11 +48499,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *355 + default: *356 '404': *6 - '500': *88 + '500': *89 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -48508,7 +48519,7 @@ paths: category: orgs subcategory: rules parameters: - - *73 + - *74 - name: ruleset_id description: The ID of the ruleset. in: path @@ -48519,7 +48530,7 @@ paths: '204': description: Response '404': *6 - '500': *88 + '500': *89 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -48531,7 +48542,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-history parameters: - - *73 + - *74 - *17 - *19 - name: ruleset_id @@ -48547,11 +48558,11 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *357 + default: *358 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48568,7 +48579,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-version parameters: - - *73 + - *74 - name: ruleset_id description: The ID of the ruleset. in: path @@ -48586,7 +48597,7 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: default: value: @@ -48626,7 +48637,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48648,15 +48659,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: - - *73 - - *359 + - *74 - *360 - *361 - *362 - - *91 + - *363 + - *92 - *19 - *17 - - &667 + - &668 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 @@ -48666,7 +48677,7 @@ paths: required: false schema: type: string - - &668 + - &669 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 @@ -48676,10 +48687,10 @@ paths: required: false schema: type: string - - *363 - *364 - *365 - *366 + - *367 responses: '200': description: Response @@ -48687,13 +48698,13 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 headers: Link: *38 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48718,15 +48729,15 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 '403': *27 '404': *6 patch: @@ -48747,7 +48758,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *73 + - *74 requestBody: required: true content: @@ -48755,7 +48766,7 @@ paths: schema: type: object properties: - pattern_config_version: *157 + pattern_config_version: *158 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -48781,7 +48792,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *157 + custom_pattern_version: *158 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -48817,7 +48828,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 "/orgs/{org}/security-advisories": get: @@ -48835,8 +48846,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: - - *73 - - *91 + - *74 + - *92 - name: sort description: The property to sort the results by. in: query @@ -48848,8 +48859,8 @@ paths: - updated - published default: created - - *89 - *90 + - *91 - 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)." @@ -48879,7 +48890,7 @@ paths: application/json: schema: type: array - items: &689 + items: &690 description: A repository security advisory. type: object properties: @@ -49087,7 +49098,7 @@ paths: required: - vector_string - score - cvss_severities: *103 + cvss_severities: *104 cwes: type: - array @@ -49123,7 +49134,7 @@ paths: login: type: string description: The username of the user credited. - type: *371 + type: *372 credits_detailed: type: - array @@ -49134,7 +49145,7 @@ paths: type: object properties: user: *4 - type: *371 + type: *372 state: type: string description: The state of the user's acceptance of the @@ -49160,13 +49171,13 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *256 + items: *257 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *100 + - *101 type: - 'null' required: @@ -49198,7 +49209,7 @@ paths: - private_fork additionalProperties: false examples: - default: &690 + default: &691 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -49577,7 +49588,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *73 + - *74 responses: '200': description: Response @@ -49585,9 +49596,9 @@ paths: application/json: schema: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49610,8 +49621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *73 - - *329 + - *74 + - *330 responses: '204': description: Response @@ -49636,8 +49647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *73 - - *329 + - *74 + - *330 responses: '204': description: Response @@ -49666,15 +49677,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49698,8 +49709,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: - - *73 - - *374 + - *74 + - *375 - *17 - *19 responses: @@ -49707,9 +49718,9 @@ paths: description: Success content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -49731,15 +49742,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49761,15 +49772,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49789,7 +49800,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: - - *73 + - *74 - *17 - *19 responses: @@ -49807,9 +49818,9 @@ paths: type: integer network_configurations: type: array - items: *114 + items: *115 examples: - default: *381 + default: *382 headers: Link: *38 x-github: @@ -49830,7 +49841,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: - - *73 + - *74 requestBody: required: true content: @@ -49872,9 +49883,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *115 + default: *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49894,16 +49905,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: - - *73 - - *116 + - *74 + - *117 responses: '200': description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *115 + default: *116 headers: Link: *38 x-github: @@ -49924,8 +49935,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: - - *73 - - *116 + - *74 + - *117 requestBody: required: true content: @@ -49964,9 +49975,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *115 + default: *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49985,8 +49996,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: - - *73 - - *116 + - *74 + - *117 responses: '204': description: Response @@ -50009,16 +50020,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: - - *73 - - *382 + - *74 + - *383 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 headers: Link: *38 x-github: @@ -50037,7 +50048,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: - - *73 + - *74 - *17 - name: page description: Page token @@ -50056,7 +50067,7 @@ paths: description: Response content: application/json: - schema: &406 + schema: &407 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -50108,7 +50119,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &407 + default: &408 value: groups: - group_id: '123' @@ -50153,8 +50164,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: - - *73 - - *329 + - *74 + - *330 - 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`). @@ -50186,13 +50197,13 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *162 - '500': *88 + default: *163 + '500': *89 '403': *27 '404': *6 - '422': *163 + '422': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50210,7 +50221,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *73 + - *74 - *17 - *19 responses: @@ -50220,9 +50231,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 headers: Link: *38 '403': *27 @@ -50244,7 +50255,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *73 + - *74 requestBody: required: true content: @@ -50316,7 +50327,7 @@ paths: description: Response content: application/json: - schema: &385 + schema: &386 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -50390,7 +50401,7 @@ paths: parent: anyOf: - type: 'null' - - *330 + - *331 members_count: type: integer examples: @@ -50696,7 +50707,7 @@ paths: - repos_count - organization examples: - default: &386 + default: &387 value: id: 1 node_id: MDQ6VGVhbTE= @@ -50766,16 +50777,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *73 - - *329 + - *74 + - *330 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '404': *6 x-github: githubCloudOnly: false @@ -50796,8 +50807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *73 - - *329 + - *74 + - *330 requestBody: required: false content: @@ -50860,16 +50871,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '201': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '404': *6 '422': *15 '403': *27 @@ -50894,8 +50905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *73 - - *329 + - *74 + - *330 responses: '204': description: Response @@ -50921,9 +50932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *73 - - *329 - - *91 + - *74 + - *330 + - *92 - *17 - *19 - name: pinned @@ -50939,7 +50950,7 @@ paths: application/json: schema: type: array - items: &387 + items: &388 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -51030,7 +51041,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *166 + reactions: *167 required: - author - body @@ -51050,7 +51061,7 @@ paths: - updated_at - url examples: - default: &733 + default: &734 value: - author: login: octocat @@ -51124,8 +51135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *73 - - *329 + - *74 + - *330 requestBody: required: true content: @@ -51159,9 +51170,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: &388 + default: &389 value: author: login: octocat @@ -51233,9 +51244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *73 - - *329 - - &389 + - *74 + - *330 + - &390 name: discussion_number description: The number that identifies the discussion. in: path @@ -51247,9 +51258,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51271,9 +51282,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *73 - - *329 - - *389 + - *74 + - *330 + - *390 requestBody: required: false content: @@ -51296,9 +51307,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: &734 + default: &735 value: author: login: octocat @@ -51368,9 +51379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *73 - - *329 - - *389 + - *74 + - *330 + - *390 responses: '204': description: Response @@ -51396,10 +51407,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *73 - - *329 - - *389 - - *91 + - *74 + - *330 + - *390 + - *92 - *17 - *19 responses: @@ -51409,7 +51420,7 @@ paths: application/json: schema: type: array - items: &390 + items: &391 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -51474,7 +51485,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *166 + reactions: *167 required: - author - body @@ -51489,7 +51500,7 @@ paths: - updated_at - url examples: - default: &735 + default: &736 value: - author: login: octocat @@ -51557,9 +51568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *73 - - *329 - - *389 + - *74 + - *330 + - *390 requestBody: required: true content: @@ -51581,9 +51592,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: &391 + default: &392 value: author: login: octocat @@ -51649,10 +51660,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *73 - - *329 - - *389 - - &392 + - *74 + - *330 + - *390 + - &393 name: comment_number description: The number that identifies the comment. in: path @@ -51664,9 +51675,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51688,10 +51699,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *73 - - *329 - - *389 - - *392 + - *74 + - *330 + - *390 + - *393 requestBody: required: true content: @@ -51713,9 +51724,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: &736 + default: &737 value: author: login: octocat @@ -51779,10 +51790,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *73 - - *329 - - *389 - - *392 + - *74 + - *330 + - *390 + - *393 responses: '204': description: Response @@ -51808,10 +51819,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: - - *73 - - *329 - - *389 - - *392 + - *74 + - *330 + - *390 + - *393 - 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. @@ -51837,7 +51848,7 @@ paths: application/json: schema: type: array - items: &393 + items: &394 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -51881,7 +51892,7 @@ paths: - content - created_at examples: - default: &395 + default: &396 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -51931,10 +51942,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: - - *73 - - *329 - - *389 - - *392 + - *74 + - *330 + - *390 + - *393 requestBody: required: true content: @@ -51967,9 +51978,9 @@ paths: team discussion comment content: application/json: - schema: *393 + schema: *394 examples: - default: &394 + default: &395 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -51998,9 +52009,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52023,11 +52034,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *73 - - *329 - - *389 - - *392 - - &396 + - *74 + - *330 + - *390 + - *393 + - &397 name: reaction_id description: The unique identifier of the reaction. in: path @@ -52059,9 +52070,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *73 - - *329 - - *389 + - *74 + - *330 + - *390 - 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. @@ -52087,9 +52098,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 x-github: @@ -52115,9 +52126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *73 - - *329 - - *389 + - *74 + - *330 + - *390 requestBody: required: true content: @@ -52149,16 +52160,16 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -52181,10 +52192,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *73 - - *329 - - *389 - - *396 + - *74 + - *330 + - *390 + - *397 responses: '204': description: Response @@ -52207,16 +52218,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: - - *73 - - *329 + - *74 + - *330 responses: '200': description: Response content: application/json: - schema: *397 + schema: *398 examples: - default: *398 + default: *399 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -52235,8 +52246,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: - - *73 - - *329 + - *74 + - *330 requestBody: required: true content: @@ -52260,9 +52271,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -52281,8 +52292,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: - - *73 - - *329 + - *74 + - *330 responses: '204': description: Response @@ -52306,8 +52317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *73 - - *329 + - *74 + - *330 - *17 - *19 responses: @@ -52317,9 +52328,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *38 x-github: @@ -52341,8 +52352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *73 - - *329 + - *74 + - *330 - name: role description: Filters members returned by their role in the team. in: query @@ -52365,7 +52376,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -52395,15 +52406,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *73 - - *329 - - *247 + - *74 + - *330 + - *248 responses: '200': description: Response content: application/json: - schema: &401 + schema: &402 title: Team Membership description: Team Membership type: object @@ -52431,7 +52442,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &737 + response-if-user-is-a-team-maintainer: &738 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52467,9 +52478,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: - - *73 - - *329 - - *247 + - *74 + - *330 + - *248 requestBody: required: false content: @@ -52494,9 +52505,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - response-if-users-membership-with-team-is-now-pending: &738 + response-if-users-membership-with-team-is-now-pending: &739 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52531,9 +52542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *73 - - *329 - - *247 + - *74 + - *330 + - *248 responses: '204': description: Response @@ -52558,8 +52569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *73 - - *329 + - *74 + - *330 - *17 - *19 responses: @@ -52569,7 +52580,7 @@ paths: application/json: schema: type: array - items: &402 + items: &403 title: Team Project description: A team's access to a project. type: object @@ -52638,7 +52649,7 @@ paths: - updated_at - permissions examples: - default: &739 + default: &740 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -52701,9 +52712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *73 - - *329 - - &403 + - *74 + - *330 + - &404 name: project_id description: The unique identifier of the project. in: path @@ -52715,9 +52726,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &740 + default: &741 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -52779,9 +52790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *73 - - *329 - - *403 + - *74 + - *330 + - *404 requestBody: required: false content: @@ -52848,9 +52859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *73 - - *329 - - *403 + - *74 + - *330 + - *404 responses: '204': description: Response @@ -52877,8 +52888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *73 - - *329 + - *74 + - *330 - *17 - *19 responses: @@ -52888,9 +52899,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -52919,16 +52930,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *73 - - *329 - - *404 + - *74 + - *330 - *405 + - *406 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &741 + schema: &742 title: Team Repository description: A team's access to a repository. type: object @@ -52954,7 +52965,7 @@ paths: license: anyOf: - type: 'null' - - *179 + - *180 forks: type: integer permissions: @@ -53569,10 +53580,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *73 - - *329 - - *404 + - *74 + - *330 - *405 + - *406 requestBody: required: false content: @@ -53617,10 +53628,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *73 - - *329 - - *404 + - *74 + - *330 - *405 + - *406 responses: '204': description: Response @@ -53646,16 +53657,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: - - *73 - - *329 + - *74 + - *330 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -53677,8 +53688,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: - - *73 - - *329 + - *74 + - *330 requestBody: required: true content: @@ -53721,7 +53732,7 @@ paths: description: Response content: application/json: - schema: *406 + schema: *407 examples: default: value: @@ -53753,8 +53764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *73 - - *329 + - *74 + - *330 - *17 - *19 responses: @@ -53764,9 +53775,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - response-if-child-teams-exist: &742 + response-if-child-teams-exist: &743 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -53819,7 +53830,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: - - *73 + - *74 - name: security_product in: path description: The security feature to enable or disable. @@ -53893,7 +53904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - - &408 + - &409 name: card_id description: The unique identifier of the card. in: path @@ -53905,7 +53916,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &410 title: Project Card description: Project cards represent a scope of work. type: object @@ -53980,7 +53991,7 @@ paths: - created_at - updated_at examples: - default: &410 + default: &411 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -54036,7 +54047,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - - *408 + - *409 requestBody: required: false content: @@ -54066,9 +54077,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 '304': *35 '403': *27 '401': *23 @@ -54095,7 +54106,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - - *408 + - *409 responses: '204': description: Response @@ -54139,7 +54150,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - - *408 + - *409 requestBody: required: true content: @@ -54252,7 +54263,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - - &411 + - &412 name: column_id description: The unique identifier of the column. in: path @@ -54264,7 +54275,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: Project Column description: Project columns contain cards of work. type: object @@ -54318,7 +54329,7 @@ paths: - created_at - updated_at examples: - default: &413 + default: &414 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -54353,7 +54364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - - *411 + - *412 requestBody: required: true content: @@ -54378,9 +54389,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 '304': *35 '403': *27 '401': *23 @@ -54405,7 +54416,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - - *411 + - *412 responses: '204': description: Response @@ -54434,7 +54445,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - - *411 + - *412 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -54455,7 +54466,7 @@ paths: application/json: schema: type: array - items: *409 + items: *410 examples: default: value: @@ -54514,7 +54525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - - *411 + - *412 requestBody: required: true content: @@ -54558,9 +54569,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 '304': *35 '403': *27 '401': *23 @@ -54570,8 +54581,8 @@ paths: application/json: schema: oneOf: - - *202 - *203 + - *204 '503': description: Response content: @@ -54616,7 +54627,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - - *411 + - *412 requestBody: required: true content: @@ -54677,15 +54688,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - - *403 + - *404 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &414 + default: &415 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -54742,7 +54753,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - - *403 + - *404 requestBody: required: false content: @@ -54791,9 +54802,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *414 + default: *415 '404': description: Not Found if the authenticated user does not have access to the project @@ -54814,7 +54825,7 @@ paths: items: type: string '401': *23 - '410': *415 + '410': *416 '422': *7 x-github: githubCloudOnly: false @@ -54837,7 +54848,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - - *403 + - *404 responses: '204': description: Delete Success @@ -54858,7 +54869,7 @@ paths: items: type: string '401': *23 - '410': *415 + '410': *416 '404': *6 x-github: githubCloudOnly: false @@ -54882,7 +54893,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - - *403 + - *404 - 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 @@ -54909,7 +54920,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '404': *6 @@ -54939,8 +54950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - - *403 - - *247 + - *404 + - *248 requestBody: required: false content: @@ -54994,8 +55005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *403 - - *247 + - *404 + - *248 responses: '204': description: Response @@ -55026,8 +55037,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: - - *403 - - *247 + - *404 + - *248 responses: '200': description: Response @@ -55097,7 +55108,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns parameters: - - *403 + - *404 - *17 - *19 responses: @@ -55107,7 +55118,7 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: default: value: @@ -55145,7 +55156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column parameters: - - *403 + - *404 requestBody: required: true content: @@ -55169,7 +55180,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -55234,7 +55245,7 @@ paths: resources: type: object properties: - core: &416 + core: &417 title: Rate Limit type: object properties: @@ -55251,21 +55262,21 @@ paths: - remaining - reset - used - graphql: *416 - search: *416 - code_search: *416 - source_import: *416 - integration_manifest: *416 - code_scanning_upload: *416 - actions_runner_registration: *416 - scim: *416 - dependency_snapshots: *416 - dependency_sbom: *416 - code_scanning_autofix: *416 + graphql: *417 + search: *417 + code_search: *417 + source_import: *417 + integration_manifest: *417 + code_scanning_upload: *417 + actions_runner_registration: *417 + scim: *417 + dependency_snapshots: *417 + dependency_sbom: *417 + code_scanning_autofix: *417 required: - core - search - rate: *416 + rate: *417 required: - rate - resources @@ -55369,14 +55380,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: default-response: summary: Default response @@ -55881,7 +55892,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *418 + '301': *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55899,8 +55910,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -56158,10 +56169,10 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *419 - '307': &420 + default: *420 + '307': &421 description: Temporary Redirect content: application/json: @@ -56190,8 +56201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -56213,9 +56224,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': *420 + '307': *421 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56237,11 +56248,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *404 - *405 + - *406 - *17 - *19 - - &435 + - &436 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -56264,7 +56275,7 @@ paths: type: integer artifacts: type: array - items: &421 + items: &422 title: Artifact description: An artifact type: object @@ -56359,7 +56370,7 @@ paths: - expires_at - updated_at examples: - default: &436 + default: &437 value: total_count: 2 artifacts: @@ -56420,9 +56431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *404 - *405 - - &422 + - *406 + - &423 name: artifact_id description: The unique identifier of the artifact. in: path @@ -56434,7 +56445,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -56472,9 +56483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *404 - *405 - - *422 + - *406 + - *423 responses: '204': description: Response @@ -56498,9 +56509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *404 - *405 - - *422 + - *406 + - *423 - name: archive_format in: path required: true @@ -56514,7 +56525,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': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56537,14 +56548,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -56570,11 +56581,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: - - *404 - *405 + - *406 - *17 - *19 - - &424 + - &425 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 @@ -56602,13 +56613,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *91 + - *92 responses: '200': description: Response content: application/json: - schema: &425 + schema: &426 title: Repository actions caches description: Repository actions caches type: object @@ -56658,7 +56669,7 @@ paths: - total_count - actions_caches examples: - default: &426 + default: &427 value: total_count: 1 actions_caches: @@ -56690,23 +56701,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: - - *404 - *405 + - *406 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *424 + - *425 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56726,8 +56737,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: - - *404 - *405 + - *406 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -56758,9 +56769,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: - - *404 - *405 - - &427 + - *406 + - &428 name: job_id description: The unique identifier of the job. in: path @@ -56772,7 +56783,7 @@ paths: description: Response content: application/json: - schema: &439 + schema: &440 title: Job description: Information of a job execution in a workflow run type: object @@ -57119,9 +57130,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: - - *404 - *405 - - *427 + - *406 + - *428 responses: '302': description: Response @@ -57149,9 +57160,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: - - *404 - *405 - - *427 + - *406 + - *428 requestBody: required: false content: @@ -57173,7 +57184,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -57197,8 +57208,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: - - *404 - *405 + - *406 responses: '200': description: Status response @@ -57248,8 +57259,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -57283,7 +57294,7 @@ paths: description: Empty response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -57312,8 +57323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -57331,7 +57342,7 @@ paths: type: integer secrets: type: array - items: &441 + items: &442 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -57352,7 +57363,7 @@ paths: - created_at - updated_at examples: - default: &442 + default: &443 value: total_count: 2 secrets: @@ -57385,9 +57396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *404 - *405 - - *428 + - *406 + - *429 - *19 responses: '200': @@ -57404,7 +57415,7 @@ paths: type: integer variables: type: array - items: &445 + items: &446 title: Actions Variable type: object properties: @@ -57438,7 +57449,7 @@ paths: - created_at - updated_at examples: - default: &446 + default: &447 value: total_count: 2 variables: @@ -57471,8 +57482,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -57481,11 +57492,12 @@ paths: schema: type: object properties: - enabled: &429 + enabled: &430 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *47 - selected_actions_url: *212 + selected_actions_url: *213 + sha_pinning_required: *48 required: - enabled examples: @@ -57494,6 +57506,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 @@ -57514,8 +57527,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: - - *404 - *405 + - *406 responses: '204': description: Response @@ -57526,8 +57539,9 @@ paths: schema: type: object properties: - enabled: *429 + enabled: *430 allowed_actions: *47 + sha_pinning_required: *48 required: - enabled examples: @@ -57535,6 +57549,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -57557,14 +57572,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: &430 + schema: &431 type: object properties: access_level: @@ -57582,7 +57597,7 @@ paths: required: - access_level examples: - default: &431 + default: &432 value: access_level: organization x-github: @@ -57607,15 +57622,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: - - *404 - *405 + - *406 requestBody: required: true content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 responses: '204': description: Response @@ -57639,14 +57654,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *214 + schema: *215 examples: default: value: @@ -57670,8 +57685,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: - - *404 - *405 + - *406 responses: '204': description: Empty response for successful settings update @@ -57681,7 +57696,7 @@ paths: required: true content: application/json: - schema: *215 + schema: *216 examples: default: summary: Set retention days @@ -57705,16 +57720,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *216 + default: *217 '404': *6 x-github: enabledForGitHubApps: true @@ -57733,8 +57748,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: - - *404 - *405 + - *406 responses: '204': description: Response @@ -57744,7 +57759,7 @@ paths: required: true content: application/json: - schema: *48 + schema: *49 examples: default: summary: Set approval policy to first time contributors @@ -57768,16 +57783,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *49 + default: *50 '403': *27 '404': *6 x-github: @@ -57797,15 +57812,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: - - *404 - *405 + - *406 requestBody: required: true content: application/json: - schema: *218 + schema: *219 examples: - default: *49 + default: *50 responses: '204': description: Empty response for successful settings update @@ -57829,16 +57844,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *51 + schema: *52 examples: - default: *52 + default: *53 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -57861,8 +57876,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: - - *404 - *405 + - *406 responses: '204': description: Response @@ -57870,9 +57885,9 @@ paths: required: false content: application/json: - schema: *51 + schema: *52 examples: - selected_actions: *52 + selected_actions: *53 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -57894,16 +57909,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57924,8 +57939,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: - - *404 - *405 + - *406 responses: '204': description: Success response @@ -57936,9 +57951,9 @@ paths: required: true content: application/json: - schema: *222 + schema: *223 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57965,8 +57980,8 @@ paths: in: query schema: type: string - - *404 - *405 + - *406 - *17 - *19 responses: @@ -57984,9 +57999,9 @@ paths: type: integer runners: type: array - items: *62 + items: *63 examples: - default: *63 + default: *64 headers: Link: *38 x-github: @@ -58010,8 +58025,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -58019,9 +58034,9 @@ paths: application/json: schema: type: array - items: *226 + items: *227 examples: - default: *227 + default: *228 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58043,8 +58058,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -58087,10 +58102,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *228 + '201': *229 '404': *6 '422': *7 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58118,16 +58133,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: - - *404 - *405 + - *406 responses: '201': description: Response content: application/json: - schema: *65 + schema: *66 examples: - default: *229 + default: *230 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58155,16 +58170,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: - - *404 - *405 + - *406 responses: '201': description: Response content: application/json: - schema: *65 + schema: *66 examples: - default: *230 + default: *231 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58186,17 +58201,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: - - *404 - *405 - - *61 + - *406 + - *62 responses: '200': description: Response content: application/json: - schema: *62 + schema: *63 examples: - default: *231 + default: *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58217,9 +58232,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: - - *404 - *405 - - *61 + - *406 + - *62 responses: '204': description: Response @@ -58245,11 +58260,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: - - *404 - *405 - - *61 + - *406 + - *62 responses: - '200': *67 + '200': *68 '404': *6 x-github: githubCloudOnly: false @@ -58271,9 +58286,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: - - *404 - *405 - - *61 + - *406 + - *62 requestBody: required: true content: @@ -58297,7 +58312,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -58321,9 +58336,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: - - *404 - *405 - - *61 + - *406 + - *62 requestBody: required: true content: @@ -58348,7 +58363,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -58372,11 +58387,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: - - *404 - *405 - - *61 + - *406 + - *62 responses: - '200': *232 + '200': *233 '404': *6 x-github: githubCloudOnly: false @@ -58403,12 +58418,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: - - *404 - *405 - - *61 - - *233 + - *406 + - *62 + - *234 responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -58434,9 +58449,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: - - *404 - *405 - - &449 + - *406 + - &450 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. @@ -58444,7 +58459,7 @@ paths: required: false schema: type: string - - &450 + - &451 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -58452,7 +58467,7 @@ paths: required: false schema: type: string - - &451 + - &452 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -58461,7 +58476,7 @@ paths: required: false schema: type: string - - &452 + - &453 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 @@ -58488,7 +58503,7 @@ paths: - pending - *17 - *19 - - &453 + - &454 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)." @@ -58497,7 +58512,7 @@ paths: schema: type: string format: date-time - - &432 + - &433 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -58506,13 +58521,13 @@ paths: schema: type: boolean default: false - - &454 + - &455 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &455 + - &456 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -58535,7 +58550,7 @@ paths: type: integer workflow_runs: type: array - items: &433 + items: &434 title: Workflow Run description: An invocation of a workflow type: object @@ -58652,7 +58667,7 @@ paths: type: - array - 'null' - items: &476 + items: &477 title: Pull Request Minimal type: object properties: @@ -58779,7 +58794,7 @@ paths: head_commit: anyOf: - type: 'null' - - &480 + - &481 title: Simple Commit description: A commit. type: object @@ -58853,8 +58868,8 @@ paths: - timestamp - author - committer - repository: *225 - head_repository: *225 + repository: *226 + head_repository: *226 head_repository_id: type: integer examples: @@ -58894,7 +58909,7 @@ paths: - workflow_url - pull_requests examples: - default: &456 + default: &457 value: total_count: 1 workflow_runs: @@ -59130,24 +59145,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *404 - *405 - - &434 + - *406 + - &435 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *432 + - *433 responses: '200': description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: &437 + default: &438 value: id: 30433642 name: Build @@ -59388,9 +59403,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '204': description: Response @@ -59413,9 +59428,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: - - *404 - *405 - - *434 + - *406 + - *435 responses: '200': description: Response @@ -59543,15 +59558,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: - - *404 - *405 - - *434 + - *406 + - *435 responses: '201': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -59578,12 +59593,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *404 - *405 - - *434 + - *406 + - *435 - *17 - *19 - - *435 + - *436 responses: '200': description: Response @@ -59599,9 +59614,9 @@ paths: type: integer artifacts: type: array - items: *421 + items: *422 examples: - default: *436 + default: *437 headers: Link: *38 x-github: @@ -59625,25 +59640,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *404 - *405 - - *434 - - &438 + - *406 + - *435 + - &439 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *432 + - *433 responses: '200': description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *437 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59666,10 +59681,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: - - *404 - *405 - - *434 - - *438 + - *406 + - *435 + - *439 - *17 - *19 responses: @@ -59687,9 +59702,9 @@ paths: type: integer jobs: type: array - items: *439 + items: *440 examples: - default: &440 + default: &441 value: total_count: 1 jobs: @@ -59802,10 +59817,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *404 - *405 - - *434 - - *438 + - *406 + - *435 + - *439 responses: '302': description: Response @@ -59833,19 +59848,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '202': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59868,9 +59883,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: - - *404 - *405 - - *434 + - *406 + - *435 requestBody: required: true content: @@ -59937,19 +59952,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '202': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59972,9 +59987,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: - - *404 - *405 - - *434 + - *406 + - *435 - 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 @@ -60004,9 +60019,9 @@ paths: type: integer jobs: type: array - items: *439 + items: *440 examples: - default: *440 + default: *441 headers: Link: *38 x-github: @@ -60031,9 +60046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '302': description: Response @@ -60060,14 +60075,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '204': description: Response '403': *27 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60089,9 +60104,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: - - *404 - *405 - - *434 + - *406 + - *435 responses: '200': description: Response @@ -60160,7 +60175,7 @@ paths: items: type: object properties: - type: &560 + type: &561 type: string description: The type of reviewer. enum: @@ -60171,7 +60186,7 @@ paths: reviewer: anyOf: - *4 - - *256 + - *257 required: - environment - wait_timer @@ -60246,9 +60261,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: - - *404 - *405 - - *434 + - *406 + - *435 requestBody: required: true content: @@ -60298,7 +60313,7 @@ paths: application/json: schema: type: array - items: &546 + items: &547 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -60410,7 +60425,7 @@ paths: - created_at - updated_at examples: - default: &547 + default: &548 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -60466,9 +60481,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *404 - *405 - - *434 + - *406 + - *435 requestBody: required: false content: @@ -60490,7 +60505,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -60513,9 +60528,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: - - *404 - *405 - - *434 + - *406 + - *435 requestBody: required: false content: @@ -60537,7 +60552,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -60570,9 +60585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '200': description: Response @@ -60709,8 +60724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -60728,9 +60743,9 @@ paths: type: integer secrets: type: array - items: *441 + items: *442 examples: - default: *442 + default: *443 headers: Link: *38 x-github: @@ -60755,16 +60770,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60786,17 +60801,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &573 + default: &574 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -60822,9 +60837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 requestBody: required: true content: @@ -60855,7 +60870,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -60881,9 +60896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '204': description: Response @@ -60908,9 +60923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *404 - *405 - - *428 + - *406 + - *429 - *19 responses: '200': @@ -60927,9 +60942,9 @@ paths: type: integer variables: type: array - items: *445 + items: *446 examples: - default: *446 + default: *447 headers: Link: *38 x-github: @@ -60952,8 +60967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -60980,7 +60995,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -61005,17 +61020,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *404 - *405 - - *238 + - *406 + - *239 responses: '200': description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: &574 + default: &575 value: name: USERNAME value: octocat @@ -61041,9 +61056,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *404 - *405 - - *238 + - *406 + - *239 requestBody: required: true content: @@ -61085,9 +61100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *404 - *405 - - *238 + - *406 + - *239 responses: '204': description: Response @@ -61112,8 +61127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -61131,7 +61146,7 @@ paths: type: integer workflows: type: array - items: &447 + items: &448 title: Workflow description: A GitHub Actions workflow type: object @@ -61249,9 +61264,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *404 - *405 - - &448 + - *406 + - &449 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -61266,7 +61281,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -61299,9 +61314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *404 - *405 - - *448 + - *406 + - *449 responses: '204': description: Response @@ -61326,9 +61341,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *404 - *405 - - *448 + - *406 + - *449 responses: '204': description: Response @@ -61379,9 +61394,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *404 - *405 - - *448 + - *406 + - *449 responses: '204': description: Response @@ -61408,19 +61423,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: - - *404 - *405 - - *448 + - *406 - *449 - *450 - *451 - *452 + - *453 - *17 - *19 - - *453 - - *432 - *454 + - *433 - *455 + - *456 responses: '200': description: Response @@ -61436,9 +61451,9 @@ paths: type: integer workflow_runs: type: array - items: *433 + items: *434 examples: - default: *456 + default: *457 headers: Link: *38 x-github: @@ -61471,9 +61486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *404 - *405 - - *448 + - *406 + - *449 responses: '200': description: Response @@ -61534,12 +61549,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *404 - *405 - - *91 + - *406 + - *92 - *17 - - *89 - *90 + - *91 - name: ref description: |- The Git reference for the activities you want to list. @@ -61703,8 +61718,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -61716,7 +61731,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '404': *6 @@ -61741,8 +61756,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: - - *404 - *405 + - *406 - name: assignee in: path required: true @@ -61778,8 +61793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -61891,11 +61906,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *404 - *405 + - *406 - *17 - - *89 - *90 + - *91 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -61946,7 +61961,7 @@ paths: bundle_url: type: string examples: - default: *457 + default: *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61966,8 +61981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -61975,7 +61990,7 @@ paths: application/json: schema: type: array - items: &458 + items: &459 title: Autolink reference description: An autolink reference. type: object @@ -62029,8 +62044,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -62069,9 +62084,9 @@ paths: description: response content: application/json: - schema: *458 + schema: *459 examples: - default: &459 + default: &460 value: id: 1 key_prefix: TICKET- @@ -62102,9 +62117,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: - - *404 - *405 - - &460 + - *406 + - &461 name: autolink_id description: The unique identifier of the autolink. in: path @@ -62116,9 +62131,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '404': *6 x-github: githubCloudOnly: false @@ -62138,9 +62153,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: - - *404 - *405 - - *460 + - *406 + - *461 responses: '204': description: Response @@ -62164,8 +62179,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: - - *404 - *405 + - *406 responses: '200': description: Response if Dependabot is enabled @@ -62215,8 +62230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -62237,8 +62252,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -62258,8 +62273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *404 - *405 + - *406 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -62297,7 +62312,7 @@ paths: - url protected: type: boolean - protection: &462 + protection: &463 title: Branch Protection description: Branch Protection type: object @@ -62340,7 +62355,7 @@ paths: required: - contexts - checks - enforce_admins: &465 + enforce_admins: &466 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -62357,7 +62372,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &467 + required_pull_request_reviews: &468 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -62379,7 +62394,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *256 + items: *257 apps: description: The list of apps with review dismissal access. @@ -62411,7 +62426,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *256 + items: *257 apps: description: The list of apps allowed to bypass pull request requirements. @@ -62441,7 +62456,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &464 + restrictions: &465 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -62766,9 +62781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *404 - *405 - - &463 + - *406 + - &464 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). @@ -62782,14 +62797,14 @@ paths: description: Response content: application/json: - schema: &473 + schema: &474 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &522 + commit: &523 title: Commit description: Commit type: object @@ -62828,7 +62843,7 @@ paths: author: anyOf: - type: 'null' - - &461 + - &462 title: Git User description: Metaproperties for Git author/committer information. @@ -62849,7 +62864,7 @@ paths: committer: anyOf: - type: 'null' - - *461 + - *462 message: type: string examples: @@ -62873,7 +62888,7 @@ paths: required: - sha - url - verification: &580 + verification: &581 title: Verification type: object properties: @@ -62909,14 +62924,14 @@ paths: author: oneOf: - *4 - - *236 + - *237 type: - 'null' - object committer: oneOf: - *4 - - *236 + - *237 type: - 'null' - object @@ -62953,7 +62968,7 @@ paths: type: integer files: type: array - items: &534 + items: &535 title: Diff Entry description: Diff Entry type: object @@ -63047,7 +63062,7 @@ paths: - self protected: type: boolean - protection: *462 + protection: *463 protection_url: type: string format: uri @@ -63156,7 +63171,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *418 + '301': *419 '404': *6 x-github: githubCloudOnly: false @@ -63178,15 +63193,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -63380,9 +63395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -63642,7 +63657,7 @@ paths: url: type: string format: uri - required_status_checks: &470 + required_status_checks: &471 title: Status Check Policy description: Status Check Policy type: object @@ -63723,7 +63738,7 @@ paths: items: *4 teams: type: array - items: *256 + items: *257 apps: type: array items: *5 @@ -63741,7 +63756,7 @@ paths: items: *4 teams: type: array - items: *256 + items: *257 apps: type: array items: *5 @@ -63801,7 +63816,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *464 + restrictions: *465 required_conversation_resolution: type: object properties: @@ -63913,9 +63928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -63940,17 +63955,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: &466 + default: &467 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -63972,17 +63987,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64001,9 +64016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -64028,17 +64043,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: &468 + default: &469 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -64134,9 +64149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -64234,9 +64249,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: *468 + default: *469 '422': *15 x-github: githubCloudOnly: false @@ -64257,9 +64272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -64286,17 +64301,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: &469 + default: &470 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -64319,17 +64334,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *469 + default: *470 '404': *6 x-github: githubCloudOnly: false @@ -64349,9 +64364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -64376,17 +64391,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: &471 + default: &472 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -64412,9 +64427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -64466,9 +64481,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 '404': *6 '422': *15 x-github: @@ -64490,9 +64505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -64516,9 +64531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response @@ -64552,9 +64567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -64621,9 +64636,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -64687,9 +64702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: content: application/json: @@ -64755,15 +64770,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -64854,9 +64869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -64879,9 +64894,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: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response @@ -64891,7 +64906,7 @@ paths: type: array items: *5 examples: - default: &472 + default: &473 value: - id: 1 slug: octoapp @@ -64948,9 +64963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -64984,7 +64999,7 @@ paths: type: array items: *5 examples: - default: *472 + default: *473 '422': *15 x-github: githubCloudOnly: false @@ -65005,9 +65020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65041,7 +65056,7 @@ paths: type: array items: *5 examples: - default: *472 + default: *473 '422': *15 x-github: githubCloudOnly: false @@ -65062,9 +65077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65098,7 +65113,7 @@ paths: type: array items: *5 examples: - default: *472 + default: *473 '422': *15 x-github: githubCloudOnly: false @@ -65120,9 +65135,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: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response @@ -65130,9 +65145,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 '404': *6 x-github: githubCloudOnly: false @@ -65152,9 +65167,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -65190,9 +65205,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -65213,9 +65228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -65251,9 +65266,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -65274,9 +65289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: content: application/json: @@ -65311,9 +65326,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -65335,9 +65350,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: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response @@ -65347,7 +65362,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -65371,9 +65386,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65406,7 +65421,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -65431,9 +65446,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65466,7 +65481,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -65491,9 +65506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65526,7 +65541,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -65553,9 +65568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65577,7 +65592,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -65691,12 +65706,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *404 - *405 - - *248 + - *406 - *249 - *250 - *251 + - *252 - *17 - *19 responses: @@ -65706,11 +65721,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 '404': *6 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": get: summary: Get a repository push bypass request @@ -65728,8 +65743,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *404 - *405 + - *406 - name: bypass_request_number in: path required: true @@ -65743,7 +65758,7 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -65781,7 +65796,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': *88 + '500': *89 "/repos/{owner}/{repo}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for a repository @@ -65802,12 +65817,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *404 - *405 - - *248 + - *406 - *249 - *250 - *251 + - *252 - *17 - *19 responses: @@ -65817,12 +65832,12 @@ paths: application/json: schema: type: array - items: *474 + items: *475 examples: - default: *475 + default: *476 '404': *6 '403': *27 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/bypass-requests/secret-scanning/{bypass_request_number}": get: summary: Get a bypass request for secret scanning @@ -65843,8 +65858,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *404 - *405 + - *406 - name: bypass_request_number in: path required: true @@ -65856,7 +65871,7 @@ paths: description: A single bypass request. content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -65894,7 +65909,7 @@ paths: html_url: https://github.com/octo-org/smile/exemptions/1 '404': *6 '403': *27 - '500': *88 + '500': *89 patch: summary: Review a bypass request for secret scanning description: |- @@ -65914,8 +65929,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *404 - *405 + - *406 - name: bypass_request_number in: path required: true @@ -65965,7 +65980,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/bypass-responses/secret-scanning/{bypass_response_id}": delete: summary: Dismiss a response on a bypass request for secret scanning @@ -65986,8 +66001,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *404 - *405 + - *406 - name: bypass_response_id in: path required: true @@ -66000,7 +66015,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/check-runs": post: summary: Create a check run @@ -66020,8 +66035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -66300,7 +66315,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &478 title: CheckRun description: A check performed on the code of a given code change type: object @@ -66435,8 +66450,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *476 - deployment: &794 + items: *477 + deployment: &795 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -66723,9 +66738,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *404 - *405 - - &478 + - *406 + - &479 name: check_run_id description: The unique identifier of the check run. in: path @@ -66737,9 +66752,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: &479 + default: &480 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -66839,9 +66854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *404 - *405 - - *478 + - *406 + - *479 requestBody: required: true content: @@ -67081,9 +67096,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *479 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67103,9 +67118,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *404 - *405 - - *478 + - *406 + - *479 - *17 - *19 responses: @@ -67215,15 +67230,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *404 - *405 - - *478 + - *406 + - *479 responses: '201': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -67261,8 +67276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -67284,7 +67299,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &481 + schema: &482 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -67366,12 +67381,12 @@ paths: type: - array - 'null' - items: *476 + items: *477 app: anyOf: - type: 'null' - *5 - repository: *225 + repository: *226 created_at: type: - string @@ -67382,7 +67397,7 @@ paths: - string - 'null' format: date-time - head_commit: *480 + head_commit: *481 latest_check_runs_count: type: integer check_runs_url: @@ -67410,7 +67425,7 @@ paths: - check_runs_url - pull_requests examples: - default: &482 + default: &483 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -67701,9 +67716,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *481 + schema: *482 examples: - default: *482 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67722,8 +67737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -67784,7 +67799,7 @@ paths: required: - app_id - setting - repository: *225 + repository: *226 examples: default: value: @@ -68032,9 +68047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *404 - *405 - - &483 + - *406 + - &484 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -68046,9 +68061,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: *482 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68071,17 +68086,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: - - *404 - *405 - - *483 - - &529 + - *406 + - *484 + - &530 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &530 + - &531 name: status description: Returns check runs with the specified `status`. in: query @@ -68120,9 +68135,9 @@ paths: type: integer check_runs: type: array - items: *477 + items: *478 examples: - default: &531 + default: &532 value: total_count: 1 check_runs: @@ -68224,15 +68239,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *404 - *405 - - *483 + - *406 + - *484 responses: '201': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -68259,30 +68274,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: - - *404 - *405 - - *260 + - *406 - *261 + - *262 - *19 - *17 - - &499 + - &500 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: *484 - - &500 + schema: *485 + - &501 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *91 - - *89 + - *92 - *90 + - *91 - name: sort description: The property by which to sort the results. in: query @@ -68298,13 +68313,13 @@ paths: be returned. in: query required: false - schema: *262 + schema: *263 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *485 + schema: *486 responses: '200': description: Response @@ -68315,24 +68330,24 @@ paths: items: type: object properties: - number: *101 - created_at: *108 - updated_at: *109 - url: *106 - html_url: *107 - instances_url: *486 - state: *94 - fixed_at: *111 + number: *102 + created_at: *109 + updated_at: *110 + url: *107 + html_url: *108 + instances_url: *487 + state: *95 + fixed_at: *112 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *110 - dismissed_reason: *487 - dismissed_comment: *488 - rule: *489 - tool: *490 - most_recent_instance: *491 + dismissed_at: *111 + dismissed_reason: *488 + dismissed_comment: *489 + rule: *490 + tool: *491 + most_recent_instance: *492 dismissal_approved_by: anyOf: - type: 'null' @@ -68452,14 +68467,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &492 + '403': &493 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68479,9 +68494,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: - - *404 - *405 - - &493 + - *406 + - &494 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -68489,30 +68504,30 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *101 + schema: *102 responses: '200': description: Response content: application/json: - schema: &494 + schema: &495 type: object properties: - number: *101 - created_at: *108 - updated_at: *109 - url: *106 - html_url: *107 - instances_url: *486 - state: *94 - fixed_at: *111 + number: *102 + created_at: *109 + updated_at: *110 + url: *107 + html_url: *108 + instances_url: *487 + state: *95 + fixed_at: *112 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *110 - dismissed_reason: *487 - dismissed_comment: *488 + dismissed_at: *111 + dismissed_reason: *488 + dismissed_comment: *489 rule: type: object properties: @@ -68574,8 +68589,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *490 - most_recent_instance: *491 + tool: *491 + most_recent_instance: *492 dismissal_approved_by: anyOf: - type: 'null' @@ -68668,9 +68683,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68688,9 +68703,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: - - *404 - *405 - - *493 + - *406 + - *494 requestBody: required: true content: @@ -68705,8 +68720,8 @@ paths: enum: - open - dismissed - dismissed_reason: *487 - dismissed_comment: *488 + dismissed_reason: *488 + dismissed_comment: *489 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -68725,7 +68740,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: default: value: @@ -68801,14 +68816,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &498 + '403': &499 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': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -68828,15 +68843,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: - - *404 - *405 - - *493 + - *406 + - *494 responses: '200': description: Response content: application/json: - schema: &495 + schema: &496 type: object properties: status: @@ -68863,13 +68878,13 @@ paths: - description - started_at examples: - default: &496 + default: &497 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &497 + '400': &498 description: Bad Request content: application/json: @@ -68880,9 +68895,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': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68905,29 +68920,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: - - *404 - *405 - - *493 + - *406 + - *494 responses: '200': description: OK content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 '202': description: Accepted content: application/json: - schema: *495 + schema: *496 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *497 + '400': *498 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -68937,7 +68952,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68959,9 +68974,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: - - *404 - *405 - - *493 + - *406 + - *494 requestBody: required: false content: @@ -69007,12 +69022,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *497 - '403': *498 + '400': *498 + '403': *499 '404': *6 '422': description: Unprocessable Entity - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69032,13 +69047,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: - - *404 - *405 - - *493 + - *406 + - *494 - *19 - *17 - - *499 - *500 + - *501 responses: '200': description: Response @@ -69046,7 +69061,7 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: default: value: @@ -69085,9 +69100,9 @@ paths: end_column: 50 classifications: - source - '403': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69119,30 +69134,30 @@ 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: - - *404 - *405 - - *260 + - *406 - *261 + - *262 - *19 - *17 - - *500 + - *501 - 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: *484 + schema: *485 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &503 + schema: &504 type: string description: An identifier for the upload. examples: - 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *91 + - *92 - name: sort description: The property by which to sort the results. in: query @@ -69159,23 +69174,23 @@ paths: application/json: schema: type: array - items: &504 + items: &505 type: object properties: - ref: *484 - commit_sha: &512 + ref: *485 + commit_sha: &513 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: *501 + analysis_key: *502 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *502 + category: *503 error: type: string examples: @@ -69200,8 +69215,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *503 - tool: *490 + sarif_id: *504 + tool: *491 deletable: type: boolean warning: @@ -69263,9 +69278,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69299,8 +69314,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: - - *404 - *405 + - *406 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -69313,7 +69328,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: response: summary: application/json response @@ -69367,14 +69382,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *492 + '403': *493 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69454,8 +69469,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: - - *404 - *405 + - *406 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -69511,9 +69526,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': *498 + '403': *499 '404': *6 - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69533,8 +69548,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -69542,7 +69557,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: CodeQL Database description: A CodeQL database. type: object @@ -69654,9 +69669,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': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69683,8 +69698,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: - - *404 - *405 + - *406 - name: language in: path description: The language of the CodeQL database. @@ -69696,7 +69711,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -69728,11 +69743,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': &536 + '302': &537 description: Found - '403': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69752,8 +69767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *404 - *405 + - *406 - name: language in: path description: The language of the CodeQL database. @@ -69763,9 +69778,9 @@ paths: responses: '204': description: Response - '403': *498 + '403': *499 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69791,8 +69806,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -69801,7 +69816,7 @@ paths: type: object additionalProperties: false properties: - language: &506 + language: &507 type: string description: The language targeted by the CodeQL query enum: @@ -69880,7 +69895,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &510 + schema: &511 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -69888,9 +69903,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *100 + controller_repo: *101 actor: *4 - query_language: *506 + query_language: *507 query_pack_url: type: string description: The download url for the query pack. @@ -69938,7 +69953,7 @@ paths: items: type: object properties: - repository: &507 + repository: &508 title: Repository Identifier description: Repository Identifier type: object @@ -69980,7 +69995,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &511 + analysis_status: &512 type: string description: The new status of the CodeQL variant analysis repository task. @@ -70012,7 +70027,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &508 + access_mismatch_repos: &509 type: object properties: repository_count: @@ -70027,7 +70042,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: *507 + items: *508 required: - repository_count - repositories @@ -70050,8 +70065,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *508 - over_limit_repos: *508 + no_codeql_db_repos: *509 + over_limit_repos: *509 required: - access_mismatch_repos - not_found_repos @@ -70067,7 +70082,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &509 + value: &510 summary: Default response value: id: 1 @@ -70219,17 +70234,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *509 + value: *510 repository_lists: summary: Response for a successful variant analysis submission - value: *509 + value: *510 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70250,8 +70265,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: - - *404 - *405 + - *406 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -70263,11 +70278,11 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *509 + default: *510 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70288,7 +70303,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: - - *404 + - *405 - name: repo in: path description: The name of the controller repository. @@ -70322,8 +70337,8 @@ paths: schema: type: object properties: - repository: *100 - analysis_status: *511 + repository: *101 + analysis_status: *512 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -70427,7 +70442,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70448,8 +70463,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -70542,9 +70557,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70563,8 +70578,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -70633,7 +70648,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -70658,7 +70673,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *498 + '403': *499 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -70672,7 +70687,7 @@ paths: content: application/json: schema: *3 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70729,8 +70744,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -70738,7 +70753,7 @@ paths: schema: type: object properties: - commit_sha: *512 + commit_sha: *513 ref: type: string description: |- @@ -70798,7 +70813,7 @@ paths: schema: type: object properties: - id: *503 + id: *504 url: type: string description: The REST API URL for checking the status of the upload. @@ -70812,11 +70827,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': *498 + '403': *499 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -70835,8 +70850,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: - - *404 - *405 + - *406 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -70884,10 +70899,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': *492 + '403': *493 '404': description: Not Found if the sarif id does not match any upload - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -70909,8 +70924,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -70934,7 +70949,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *95 + configuration: *96 examples: default: value: @@ -70966,7 +70981,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': *121 + '204': *122 '304': *35 '403': *27 '404': *6 @@ -70991,8 +71006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *404 - *405 + - *406 - 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 @@ -71120,8 +71135,8 @@ paths: parameters: - *17 - *19 - - *404 - *405 + - *406 responses: '200': description: Response @@ -71137,7 +71152,7 @@ paths: type: integer codespaces: type: array - items: *321 + items: *322 examples: default: value: @@ -71413,7 +71428,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': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -71435,8 +71450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -71500,22 +71515,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -71539,8 +71554,8 @@ paths: parameters: - *17 - *19 - - *404 - *405 + - *406 responses: '200': description: Response @@ -71580,7 +71595,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *88 + '500': *89 '400': *14 '401': *23 '403': *27 @@ -71604,8 +71619,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: - - *404 - *405 + - *406 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -71642,9 +71657,9 @@ paths: type: integer machines: type: array - items: *514 + items: *515 examples: - default: &749 + default: &750 value: total_count: 2 machines: @@ -71661,7 +71676,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -71684,8 +71699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *404 - *405 + - *406 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -71772,8 +71787,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: - - *404 - *405 + - *406 - 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 @@ -71821,7 +71836,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71842,8 +71857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -71861,7 +71876,7 @@ paths: type: integer secrets: type: array - items: &518 + items: &519 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -71882,7 +71897,7 @@ paths: - created_at - updated_at examples: - default: *515 + default: *516 headers: Link: *38 x-github: @@ -71905,16 +71920,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -71934,17 +71949,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '200': description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *519 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71964,9 +71979,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: - - *404 - *405 - - *235 + - *406 + - *236 requestBody: required: true content: @@ -71994,7 +72009,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -72018,9 +72033,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '204': description: Response @@ -72048,8 +72063,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *404 - *405 + - *406 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -72087,7 +72102,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: Collaborator description: Collaborator type: object @@ -72280,9 +72295,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: - - *404 - *405 - - *247 + - *406 + - *248 responses: '204': description: Response if user is a collaborator @@ -72328,9 +72343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *404 - *405 - - *247 + - *406 + - *248 requestBody: required: false content: @@ -72356,7 +72371,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &593 + schema: &594 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -72368,7 +72383,7 @@ paths: format: int64 examples: - 42 - repository: *225 + repository: *226 invitee: anyOf: - type: 'null' @@ -72544,7 +72559,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *202 + schema: *203 '403': *27 x-github: triggersNotification: true @@ -72584,9 +72599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *404 - *405 - - *247 + - *406 + - *248 responses: '204': description: No Content when collaborator was removed from the repository. @@ -72617,9 +72632,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *404 - *405 - - *247 + - *406 + - *248 responses: '200': description: if user has admin permissions @@ -72639,7 +72654,7 @@ paths: user: anyOf: - type: 'null' - - *520 + - *521 required: - permission - role_name @@ -72693,8 +72708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -72704,7 +72719,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Commit Comment description: Commit Comment type: object @@ -72745,8 +72760,8 @@ paths: updated_at: type: string format: date-time - author_association: *165 - reactions: *166 + author_association: *166 + reactions: *167 required: - url - html_url @@ -72762,7 +72777,7 @@ paths: - created_at - updated_at examples: - default: &524 + default: &525 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -72821,17 +72836,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: &525 + default: &526 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -72888,9 +72903,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -72912,7 +72927,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -72963,9 +72978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 responses: '204': description: Response @@ -72986,9 +73001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 - 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. @@ -73014,9 +73029,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 '404': *6 @@ -73037,9 +73052,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -73071,16 +73086,16 @@ paths: description: Reaction exists content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Reaction created content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *15 x-github: githubCloudOnly: false @@ -73102,10 +73117,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *404 - *405 - - *177 - - *396 + - *406 + - *178 + - *397 responses: '204': description: Response @@ -73154,8 +73169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *404 - *405 + - *406 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -73211,9 +73226,9 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: - default: &641 + default: &642 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -73284,10 +73299,10 @@ paths: sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: Link: *38 - '500': *88 + '500': *89 '400': *14 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73307,9 +73322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *404 - *405 - - &523 + - *406 + - &524 name: commit_sha description: The SHA of the commit. in: path @@ -73356,7 +73371,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73381,9 +73396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *404 - *405 - - *523 + - *406 + - *524 - *17 - *19 responses: @@ -73393,9 +73408,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *524 + default: *525 headers: Link: *38 x-github: @@ -73423,9 +73438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *404 - *405 - - *523 + - *406 + - *524 requestBody: required: true content: @@ -73460,9 +73475,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *525 + default: *526 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -73490,9 +73505,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: - - *404 - *405 - - *523 + - *406 + - *524 - *17 - *19 responses: @@ -73502,7 +73517,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Pull Request Simple description: Pull Request Simple type: object @@ -73622,7 +73637,7 @@ paths: milestone: anyOf: - type: 'null' - - *526 + - *527 active_lock_reason: type: - string @@ -73677,7 +73692,7 @@ paths: type: - array - 'null' - items: *256 + items: *257 head: type: object properties: @@ -73685,7 +73700,7 @@ paths: type: string ref: type: string - repo: *64 + repo: *65 sha: type: string user: @@ -73705,7 +73720,7 @@ paths: type: string ref: type: string - repo: *64 + repo: *65 sha: type: string user: @@ -73721,7 +73736,7 @@ paths: _links: type: object properties: - comments: &527 + comments: &528 title: Link description: Hypermedia Link type: object @@ -73730,13 +73745,13 @@ paths: type: string required: - href - commits: *527 - statuses: *527 - html: *527 - issue: *527 - review_comments: *527 - review_comment: *527 - self: *527 + commits: *528 + statuses: *528 + html: *528 + issue: *528 + review_comments: *528 + review_comment: *528 + self: *528 required: - comments - commits @@ -73746,8 +73761,8 @@ paths: - review_comments - review_comment - self - author_association: *165 - auto_merge: &634 + author_association: *166 + auto_merge: &635 title: Auto merge description: The status of auto merging a pull request. type: @@ -73812,7 +73827,7 @@ paths: - author_association - auto_merge examples: - default: &633 + default: &634 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -74292,7 +74307,7 @@ paths: draft: false headers: Link: *38 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74349,11 +74364,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *404 - *405 + - *406 - *19 - *17 - - &528 + - &529 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)" @@ -74368,9 +74383,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &620 + default: &621 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -74456,9 +74471,9 @@ paths: ..... '422': *15 '404': *6 - '500': *88 - '503': *155 - '409': *99 + '500': *89 + '503': *156 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74483,11 +74498,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: - - *404 - *405 - - *528 + - *406 - *529 - *530 + - *531 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -74521,9 +74536,9 @@ paths: type: integer check_runs: type: array - items: *477 + items: *478 examples: - default: *531 + default: *532 headers: Link: *38 x-github: @@ -74548,9 +74563,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: - - *404 - *405 - - *528 + - *406 + - *529 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -74558,7 +74573,7 @@ paths: schema: type: integer example: 1 - - *529 + - *530 - *17 - *19 responses: @@ -74576,7 +74591,7 @@ paths: type: integer check_suites: type: array - items: *481 + items: *482 examples: default: value: @@ -74776,9 +74791,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: - - *404 - *405 - - *528 + - *406 + - *529 - *17 - *19 responses: @@ -74849,7 +74864,7 @@ paths: type: string total_count: type: integer - repository: *225 + repository: *226 commit_url: type: string format: uri @@ -74980,9 +74995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *404 - *405 - - *528 + - *406 + - *529 - *17 - *19 responses: @@ -74992,7 +75007,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: Status description: The status of a commit. type: object @@ -75073,7 +75088,7 @@ paths: site_admin: false headers: Link: *38 - '301': *418 + '301': *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75101,8 +75116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -75135,11 +75150,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *532 + - *533 code_of_conduct_file: anyOf: - type: 'null' - - &533 + - &534 title: Community Health File type: object properties: @@ -75155,23 +75170,23 @@ paths: license: anyOf: - type: 'null' - - *179 + - *180 contributing: anyOf: - type: 'null' - - *533 + - *534 readme: anyOf: - type: 'null' - - *533 + - *534 issue_template: anyOf: - type: 'null' - - *533 + - *534 pull_request_template: anyOf: - type: 'null' - - *533 + - *534 required: - code_of_conduct - code_of_conduct_file @@ -75300,8 +75315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *404 - *405 + - *406 - *19 - *17 - name: basehead @@ -75349,8 +75364,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *522 - merge_base_commit: *522 + base_commit: *523 + merge_base_commit: *523 status: type: string enum: @@ -75374,10 +75389,10 @@ paths: - 6 commits: type: array - items: *522 + items: *523 files: type: array - items: *534 + items: *535 required: - url - html_url @@ -75620,8 +75635,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75663,8 +75678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *404 - *405 + - *406 - name: path description: path parameter in: path @@ -75817,7 +75832,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &535 + response-if-content-is-a-file: &536 summary: Response if content is a file value: type: file @@ -75954,7 +75969,7 @@ paths: - size - type - url - - &646 + - &647 title: Content File description: Content File type: object @@ -76172,7 +76187,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *535 + response-if-content-is-a-file: *536 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -76241,7 +76256,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *536 + '302': *537 '304': *35 x-github: githubCloudOnly: false @@ -76264,8 +76279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *404 - *405 + - *406 - name: path description: path parameter in: path @@ -76360,7 +76375,7 @@ paths: description: Response content: application/json: - schema: &537 + schema: &538 title: File Commit description: File Commit type: object @@ -76516,7 +76531,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: example-for-creating-a-file: value: @@ -76570,7 +76585,7 @@ paths: schema: oneOf: - *3 - - &575 + - &576 description: Repository rule violation was detected type: object properties: @@ -76591,7 +76606,7 @@ paths: items: type: object properties: - placeholder_id: &686 + placeholder_id: &687 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -76623,8 +76638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *404 - *405 + - *406 - name: path description: path parameter in: path @@ -76685,7 +76700,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: default: value: @@ -76719,8 +76734,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *99 - '503': *155 + '409': *100 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76740,8 +76755,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *404 - *405 + - *406 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -76865,23 +76880,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *404 - *405 - - *277 + - *406 - *278 - *279 - *280 + - *281 - 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 - - *281 - *282 - *283 - *284 - - *91 + - *285 + - *92 - name: page description: "**Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -76898,10 +76913,10 @@ paths: schema: type: integer default: 30 - - *89 - *90 - - *285 + - *91 - *286 + - *287 responses: '200': description: Response @@ -76909,11 +76924,11 @@ paths: application/json: schema: type: array - items: &540 + items: &541 type: object description: A Dependabot alert. properties: - number: *101 + number: *102 state: type: string description: The state of the Dependabot alert. @@ -76928,7 +76943,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *102 + package: *103 manifest_path: type: string description: The full path to the dependency manifest file, @@ -76959,13 +76974,13 @@ paths: - direct - transitive - - security_advisory: *538 - security_vulnerability: *105 - url: *106 - html_url: *107 - created_at: *108 - updated_at: *109 - dismissed_at: *110 + security_advisory: *539 + security_vulnerability: *106 + url: *107 + html_url: *108 + created_at: *109 + updated_at: *110 + dismissed_at: *111 dismissed_by: anyOf: - type: 'null' @@ -76989,8 +77004,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *111 - auto_dismissed_at: *539 + fixed_at: *112 + auto_dismissed_at: *540 required: - number - state @@ -77220,9 +77235,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *404 - *405 - - &541 + - *406 + - &542 name: alert_number in: path description: |- @@ -77231,13 +77246,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *101 + schema: *102 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -77350,9 +77365,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *404 - *405 - - *541 + - *406 + - *542 requestBody: required: true content: @@ -77397,7 +77412,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -77503,7 +77518,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *7 x-github: githubCloudOnly: false @@ -77526,8 +77541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -77545,7 +77560,7 @@ paths: type: integer secrets: type: array - items: &544 + items: &545 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -77599,16 +77614,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77628,15 +77643,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '200': description: Response content: application/json: - schema: *544 + schema: *545 examples: default: value: @@ -77662,9 +77677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 requestBody: required: true content: @@ -77692,7 +77707,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -77716,9 +77731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '204': description: Response @@ -77740,8 +77755,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: - - *404 - *405 + - *406 - 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 @@ -77915,8 +77930,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -78176,8 +78191,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -78260,7 +78275,7 @@ paths: - version - url additionalProperties: false - metadata: &545 + metadata: &546 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -78299,7 +78314,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *545 + metadata: *546 resolved: type: object description: A collection of resolved package dependencies. @@ -78313,7 +78328,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *545 + metadata: *546 relationship: type: string description: A notation of whether a dependency is requested @@ -78446,8 +78461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *404 - *405 + - *406 - name: sha description: The SHA recorded at creation time. in: query @@ -78488,9 +78503,9 @@ paths: application/json: schema: type: array - items: *546 + items: *547 examples: - default: *547 + default: *548 headers: Link: *38 x-github: @@ -78556,8 +78571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -78639,7 +78654,7 @@ paths: description: Response content: application/json: - schema: *546 + schema: *547 examples: simple-example: summary: Simple example @@ -78712,9 +78727,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *404 - *405 - - &548 + - *406 + - &549 name: deployment_id description: deployment_id parameter in: path @@ -78726,7 +78741,7 @@ paths: description: Response content: application/json: - schema: *546 + schema: *547 examples: default: value: @@ -78791,9 +78806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *404 - *405 - - *548 + - *406 + - *549 responses: '204': description: Response @@ -78815,9 +78830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *404 - *405 - - *548 + - *406 + - *549 - *17 - *19 responses: @@ -78827,7 +78842,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: Deployment Status description: The status of a deployment. type: object @@ -78991,9 +79006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *404 - *405 - - *548 + - *406 + - *549 requestBody: required: true content: @@ -79068,9 +79083,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &550 + default: &551 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -79126,9 +79141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *404 - *405 - - *548 + - *406 + - *549 - name: status_id in: path required: true @@ -79139,9 +79154,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '404': *6 x-github: githubCloudOnly: false @@ -79168,12 +79183,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 - - *551 + - *406 - *552 - *553 - *554 + - *555 - *17 - *19 responses: @@ -79183,12 +79198,12 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 + default: *557 '404': *6 '403': *27 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/dismissal-requests/code-scanning/{alert_number}": get: summary: Get a dismissal request for a code scanning alert for a repository @@ -79209,8 +79224,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 + - *406 - name: alert_number in: path required: true @@ -79222,7 +79237,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -79258,7 +79273,7 @@ paths: html_url: https://github.com/octo-org/smile/code-scanning/alerts/1 '404': *6 '403': *27 - '500': *88 + '500': *89 patch: summary: Review a dismissal request for a code scanning alert for a repository description: |- @@ -79278,8 +79293,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 + - *406 - name: alert_number in: path required: true @@ -79317,7 +79332,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -79338,12 +79353,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 - - *248 + - *406 - *249 - *250 - - *557 + - *251 + - *558 - *17 - *19 responses: @@ -79353,12 +79368,12 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *559 + default: *560 '404': *6 '403': *27 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning/{alert_number}": get: summary: Get an alert dismissal request for secret scanning @@ -79380,8 +79395,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 + - *406 - name: alert_number in: path required: true @@ -79393,7 +79408,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *558 + schema: *559 examples: default: value: @@ -79430,7 +79445,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/17 '404': *6 '403': *27 - '500': *88 + '500': *89 patch: summary: Review an alert dismissal request for secret scanning description: |- @@ -79451,8 +79466,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 + - *406 - name: alert_number in: path required: true @@ -79502,7 +79517,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/dispatches": post: summary: Create a repository dispatch event @@ -79521,8 +79536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -79579,8 +79594,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -79598,7 +79613,7 @@ paths: - 5 environments: type: array - items: &561 + items: &562 title: Environment description: Details of a deployment environment type: object @@ -79660,7 +79675,7 @@ paths: type: string examples: - wait_timer - wait_timer: &563 + wait_timer: &564 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -79702,11 +79717,11 @@ paths: items: type: object properties: - type: *560 + type: *561 reviewer: anyOf: - *4 - - *256 + - *257 required: - id - node_id @@ -79729,7 +79744,7 @@ paths: - id - node_id - type - deployment_branch_policy: &564 + deployment_branch_policy: &565 type: - object - 'null' @@ -79846,9 +79861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *404 - *405 - - &562 + - *406 + - &563 name: environment_name in: path required: true @@ -79861,9 +79876,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: &565 + default: &566 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -79947,9 +79962,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *404 - *405 - - *562 + - *406 + - *563 requestBody: required: false content: @@ -79959,7 +79974,7 @@ paths: - object - 'null' properties: - wait_timer: *563 + wait_timer: *564 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -79978,14 +79993,14 @@ paths: items: type: object properties: - type: *560 + type: *561 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *564 + deployment_branch_policy: *565 additionalProperties: false examples: default: @@ -80005,9 +80020,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *565 + default: *566 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -80031,9 +80046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *404 - *405 - - *562 + - *406 + - *563 responses: '204': description: Default response @@ -80058,9 +80073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *404 - *405 - - *562 + - *406 + - *563 - *17 - *19 responses: @@ -80079,7 +80094,7 @@ paths: - 2 branch_policies: type: array - items: &566 + items: &567 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -80140,9 +80155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *404 - *405 - - *562 + - *406 + - *563 requestBody: required: true content: @@ -80190,9 +80205,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - example-wildcard: &567 + example-wildcard: &568 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -80234,10 +80249,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *404 - *405 - - *562 - - &568 + - *406 + - *563 + - &569 name: branch_policy_id in: path required: true @@ -80249,9 +80264,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80270,10 +80285,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *404 - *405 - - *562 - - *568 + - *406 + - *563 + - *569 requestBody: required: true content: @@ -80302,9 +80317,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80323,10 +80338,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *404 - *405 - - *562 - - *568 + - *406 + - *563 + - *569 responses: '204': description: Response @@ -80351,9 +80366,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: - - *562 + - *563 + - *406 - *405 - - *404 responses: '200': description: List of deployment protection rules @@ -80370,7 +80385,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &569 + items: &570 title: Deployment protection rule description: Deployment protection rule type: object @@ -80392,7 +80407,7 @@ paths: for the environment. examples: - true - app: &570 + app: &571 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -80495,9 +80510,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: - - *562 + - *563 + - *406 - *405 - - *404 requestBody: content: application/json: @@ -80518,9 +80533,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *569 + schema: *570 examples: - default: &571 + default: &572 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -80555,9 +80570,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: - - *562 + - *563 + - *406 - *405 - - *404 - *19 - *17 responses: @@ -80577,7 +80592,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *570 + items: *571 examples: default: value: @@ -80612,10 +80627,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: - - *404 - *405 - - *562 - - &572 + - *406 + - *563 + - &573 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -80627,9 +80642,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *571 + default: *572 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80650,10 +80665,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: - - *562 + - *563 + - *406 - *405 - - *404 - - *572 + - *573 responses: '204': description: Response @@ -80679,9 +80694,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *404 - *405 - - *562 + - *406 + - *563 - *17 - *19 responses: @@ -80699,9 +80714,9 @@ paths: type: integer secrets: type: array - items: *441 + items: *442 examples: - default: *442 + default: *443 headers: Link: *38 x-github: @@ -80726,17 +80741,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *404 - *405 - - *562 + - *406 + - *563 responses: '200': description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80758,18 +80773,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *404 - *405 - - *562 - - *235 + - *406 + - *563 + - *236 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *573 + default: *574 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80791,10 +80806,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *404 - *405 - - *562 - - *235 + - *406 + - *563 + - *236 requestBody: required: true content: @@ -80825,7 +80840,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -80851,10 +80866,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *404 - *405 - - *562 - - *235 + - *406 + - *563 + - *236 responses: '204': description: Default response @@ -80879,10 +80894,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *404 - *405 - - *562 - - *428 + - *406 + - *563 + - *429 - *19 responses: '200': @@ -80899,9 +80914,9 @@ paths: type: integer variables: type: array - items: *445 + items: *446 examples: - default: *446 + default: *447 headers: Link: *38 x-github: @@ -80924,9 +80939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *404 - *405 - - *562 + - *406 + - *563 requestBody: required: true content: @@ -80953,7 +80968,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -80978,18 +80993,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *404 - *405 - - *562 - - *238 + - *406 + - *563 + - *239 responses: '200': description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *574 + default: *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81010,10 +81025,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *404 - *405 - - *238 - - *562 + - *406 + - *239 + - *563 requestBody: required: true content: @@ -81055,10 +81070,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *404 - *405 - - *238 - - *562 + - *406 + - *239 + - *563 responses: '204': description: Response @@ -81080,8 +81095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -81091,7 +81106,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: 200-response: value: @@ -81158,8 +81173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *404 - *405 + - *406 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -81181,7 +81196,7 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: default: value: @@ -81318,8 +81333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -81352,9 +81367,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *419 + default: *420 '400': *14 '422': *15 '403': *27 @@ -81375,8 +81390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -81427,7 +81442,7 @@ paths: schema: type: string '404': *6 - '409': *99 + '409': *100 '403': *27 '422': description: Validation failed @@ -81435,8 +81450,8 @@ paths: application/json: schema: oneOf: - - *202 - - *575 + - *203 + - *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81461,8 +81476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *404 - *405 + - *406 - name: file_sha in: path required: true @@ -81514,7 +81529,7 @@ paths: '404': *6 '422': *15 '403': *27 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81562,8 +81577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -81672,7 +81687,7 @@ paths: description: Response content: application/json: - schema: &576 + schema: &577 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -81849,7 +81864,7 @@ paths: type: string '422': *15 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81899,15 +81914,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *404 - *405 - - *523 + - *406 + - *524 responses: '200': description: Response content: application/json: - schema: *576 + schema: *577 examples: default: value: @@ -81938,7 +81953,7 @@ paths: payload: verified_at: '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81963,9 +81978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *404 - *405 - - &577 + - *406 + - &578 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. @@ -81982,7 +81997,7 @@ paths: application/json: schema: type: array - items: &578 + items: &579 title: Git Reference description: Git references within a repository type: object @@ -82037,7 +82052,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: Link: *38 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82058,17 +82073,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *404 - *405 - - *577 + - *406 + - *578 responses: '200': description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: &579 + default: &580 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -82078,7 +82093,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82097,8 +82112,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -82127,16 +82142,16 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82155,9 +82170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *404 - *405 - - *577 + - *406 + - *578 requestBody: required: true content: @@ -82186,11 +82201,11 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 '422': *15 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82206,16 +82221,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *404 - *405 - - *577 + - *406 + - *578 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82263,8 +82278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -82331,7 +82346,7 @@ paths: description: Response content: application/json: - schema: &581 + schema: &582 title: Git Tag description: Metadata for a Git tag type: object @@ -82387,7 +82402,7 @@ paths: - sha - type - url - verification: *580 + verification: *581 required: - sha - url @@ -82397,7 +82412,7 @@ paths: - tag - message examples: - default: &582 + default: &583 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -82424,7 +82439,7 @@ paths: schema: type: string '422': *15 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82470,8 +82485,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *404 - *405 + - *406 - name: tag_sha in: path required: true @@ -82482,11 +82497,11 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82508,8 +82523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -82583,7 +82598,7 @@ paths: description: Response content: application/json: - schema: &583 + schema: &584 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -82662,7 +82677,7 @@ paths: '422': *15 '404': *6 '403': *27 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82685,8 +82700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *404 - *405 + - *406 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -82709,7 +82724,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: default-response: summary: Default response @@ -82750,7 +82765,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82768,8 +82783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -82779,7 +82794,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Webhook description: Webhooks for repositories. type: object @@ -82842,7 +82857,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &825 + last_response: &826 title: Hook Response type: object properties: @@ -82919,8 +82934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -82973,9 +82988,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: type: Repository id: 12345678 @@ -83023,17 +83038,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *404 - *405 - - *292 + - *406 + - *293 responses: '200': description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 '404': *6 x-github: githubCloudOnly: false @@ -83053,9 +83068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *404 - *405 - - *292 + - *406 + - *293 requestBody: required: true content: @@ -83100,9 +83115,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 '422': *15 '404': *6 x-github: @@ -83123,9 +83138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *404 - *405 - - *292 + - *406 + - *293 responses: '204': description: Response @@ -83149,9 +83164,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: - - *404 - *405 - - *292 + - *406 + - *293 responses: '200': description: Response @@ -83178,9 +83193,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: - - *404 - *405 - - *292 + - *406 + - *293 requestBody: required: false content: @@ -83224,11 +83239,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *404 - *405 - - *292 - - *17 + - *406 - *293 + - *17 + - *294 responses: '200': description: Response @@ -83236,9 +83251,9 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '400': *14 '422': *15 x-github: @@ -83257,18 +83272,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: - - *404 - *405 - - *292 + - *406 + - *293 - *16 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 '400': *14 '422': *15 x-github: @@ -83287,9 +83302,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: - - *404 - *405 - - *292 + - *406 + - *293 - *16 responses: '202': *37 @@ -83312,9 +83327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *404 - *405 - - *292 + - *406 + - *293 responses: '204': description: Response @@ -83339,9 +83354,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *404 - *405 - - *292 + - *406 + - *293 responses: '204': description: Response @@ -83399,14 +83414,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: &586 + schema: &587 title: Import description: A repository import from an external source. type: object @@ -83513,7 +83528,7 @@ paths: - html_url - authors_url examples: - default: &589 + default: &590 value: vcs: subversion use_lfs: true @@ -83529,7 +83544,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': &587 + '503': &588 description: Unavailable due to service under maintenance. content: application/json: @@ -83558,8 +83573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -83607,7 +83622,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -83632,7 +83647,7 @@ paths: type: string '422': *15 '404': *6 - '503': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83660,8 +83675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -83713,7 +83728,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: example-1: summary: Example 1 @@ -83761,7 +83776,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': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83784,12 +83799,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *404 - *405 + - *406 responses: '204': description: Response - '503': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83815,9 +83830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *404 - *405 - - &771 + - *406 + - &772 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -83831,7 +83846,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Porter Author description: Porter Author type: object @@ -83885,7 +83900,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': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83910,8 +83925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *404 - *405 + - *406 - name: author_id in: path required: true @@ -83941,7 +83956,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -83954,7 +83969,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83978,8 +83993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -84020,7 +84035,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84048,8 +84063,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -84076,11 +84091,11 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: *589 + default: *590 '422': *15 - '503': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84103,8 +84118,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -84112,8 +84127,8 @@ paths: application/json: schema: *20 examples: - default: *590 - '301': *418 + default: *591 + '301': *419 '404': *6 x-github: githubCloudOnly: false @@ -84133,8 +84148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -84142,12 +84157,12 @@ paths: application/json: schema: anyOf: - - *310 + - *311 - type: object properties: {} additionalProperties: false examples: - default: &592 + default: &593 value: limit: collaborators_only origin: repository @@ -84172,13 +84187,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *404 - *405 + - *406 requestBody: required: true content: application/json: - schema: *591 + schema: *592 examples: default: summary: Example request body @@ -84190,9 +84205,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *592 + default: *593 '409': description: Response x-github: @@ -84214,8 +84229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -84238,8 +84253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -84249,9 +84264,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: &764 + default: &765 value: - id: 1 repository: @@ -84382,9 +84397,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *404 - *405 - - *314 + - *406 + - *315 requestBody: required: false content: @@ -84413,7 +84428,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: default: value: @@ -84544,9 +84559,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *404 - *405 - - *314 + - *406 + - *315 responses: '204': description: Response @@ -84577,8 +84592,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *404 - *405 + - *406 - 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 @@ -84626,7 +84641,7 @@ paths: required: false schema: type: string - - *318 + - *319 - name: sort description: What to sort results by. in: query @@ -84638,8 +84653,8 @@ paths: - updated - comments default: created - - *91 - - *168 + - *92 + - *169 - *17 - *19 responses: @@ -84649,9 +84664,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: &600 + default: &601 value: - id: 1 node_id: MDU6SXNzdWUx @@ -84799,7 +84814,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *418 + '301': *419 '422': *15 '404': *6 x-github: @@ -84828,8 +84843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -84919,9 +84934,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: &597 + default: &598 value: id: 1 node_id: MDU6SXNzdWUx @@ -85075,9 +85090,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *155 + '503': *156 '404': *6 - '410': *415 + '410': *416 x-github: triggersNotification: true githubCloudOnly: false @@ -85105,9 +85120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *404 - *405 - - *187 + - *406 + - *188 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -85117,7 +85132,7 @@ paths: enum: - asc - desc - - *168 + - *169 - *17 - *19 responses: @@ -85127,9 +85142,9 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: &599 + default: &600 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -85187,17 +85202,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 responses: '200': description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: &595 + default: &596 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -85251,9 +85266,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -85275,9 +85290,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '422': *15 x-github: githubCloudOnly: false @@ -85295,9 +85310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 responses: '204': description: Response @@ -85317,9 +85332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 - 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. @@ -85345,9 +85360,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 '404': *6 @@ -85368,9 +85383,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -85402,16 +85417,16 @@ paths: description: Reaction exists content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Reaction created content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *15 x-github: githubCloudOnly: false @@ -85433,10 +85448,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *404 - *405 - - *177 - - *396 + - *406 + - *178 + - *397 responses: '204': description: Response @@ -85456,8 +85471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -85467,7 +85482,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Issue Event description: Issue Event type: object @@ -85514,7 +85529,7 @@ paths: issue: anyOf: - type: 'null' - - *178 + - *179 label: title: Issue Event Label description: Issue Event Label @@ -85547,7 +85562,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *256 + requested_team: *257 dismissed_review: title: Issue Event Dismissed Review type: object @@ -85614,7 +85629,7 @@ paths: required: - from - to - author_association: *165 + author_association: *166 lock_reason: type: - string @@ -85806,8 +85821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *404 - *405 + - *406 - name: event_id in: path required: true @@ -85818,7 +85833,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -86011,7 +86026,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *415 + '410': *416 '403': *27 x-github: githubCloudOnly: false @@ -86045,9 +86060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *404 - *405 - - &598 + - *406 + - &599 name: issue_number description: The number that identifies the issue. in: path @@ -86059,12 +86074,12 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 - '301': *418 + default: *598 + '301': *419 '404': *6 - '410': *415 + '410': *416 '304': *35 x-github: githubCloudOnly: false @@ -86089,9 +86104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: false content: @@ -86217,15 +86232,15 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 '422': *15 - '503': *155 + '503': *156 '403': *27 - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86243,9 +86258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: false content: @@ -86271,9 +86286,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86289,9 +86304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: content: application/json: @@ -86316,9 +86331,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86340,9 +86355,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: - - *404 - *405 - - *598 + - *406 + - *599 - name: assignee in: path required: true @@ -86382,10 +86397,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *404 - *405 - - *598 - - *168 + - *406 + - *599 + - *169 - *17 - *19 responses: @@ -86395,13 +86410,13 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: *599 + default: *600 headers: Link: *38 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86430,9 +86445,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -86454,16 +86469,16 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *415 + '410': *416 '422': *15 '404': *6 x-github: @@ -86491,9 +86506,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: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -86503,14 +86518,14 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *600 + default: *601 headers: Link: *38 - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86538,9 +86553,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: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -86562,17 +86577,17 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *418 + '301': *419 '403': *27 - '410': *415 + '410': *416 '422': *15 '404': *6 x-github: @@ -86603,9 +86618,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: - - *404 - *405 - - *598 + - *406 + - *599 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -86617,15 +86632,15 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 - '301': *418 + default: *598 + '301': *419 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *415 + '410': *416 x-github: triggersNotification: true githubCloudOnly: false @@ -86651,9 +86666,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: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -86663,14 +86678,14 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *600 + default: *601 headers: Link: *38 - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86687,9 +86702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -86703,7 +86718,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &603 + - &604 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -86752,7 +86767,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &604 + - &605 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -86880,7 +86895,7 @@ paths: - performed_via_github_app - assignee - assigner - - &605 + - &606 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -86926,7 +86941,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &606 + - &607 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -86972,7 +86987,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &607 + - &608 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -87021,7 +87036,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &608 + - &609 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -87050,7 +87065,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *256 + requested_team: *257 requested_reviewer: *4 required: - review_requester @@ -87063,7 +87078,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &609 + - &610 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -87092,7 +87107,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *256 + requested_team: *257 requested_reviewer: *4 required: - review_requester @@ -87105,7 +87120,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &610 + - &611 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -87161,7 +87176,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &611 + - &612 title: Locked Issue Event description: Locked Issue Event type: object @@ -87206,7 +87221,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &612 + - &613 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -87267,7 +87282,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &613 + - &614 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -87328,7 +87343,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &614 + - &615 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -87389,7 +87404,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &615 + - &616 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -87482,7 +87497,7 @@ paths: color: red headers: Link: *38 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87499,9 +87514,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -87511,7 +87526,7 @@ paths: application/json: schema: type: array - items: &601 + items: &602 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -87566,7 +87581,7 @@ paths: - color - default examples: - default: &602 + default: &603 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87584,9 +87599,9 @@ paths: default: false headers: Link: *38 - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87603,9 +87618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: false content: @@ -87664,12 +87679,12 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 - '301': *418 + default: *603 + '301': *419 '404': *6 - '410': *415 + '410': *416 '422': *15 x-github: githubCloudOnly: false @@ -87686,9 +87701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: false content: @@ -87748,12 +87763,12 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 - '301': *418 + default: *603 + '301': *419 '404': *6 - '410': *415 + '410': *416 '422': *15 x-github: githubCloudOnly: false @@ -87770,15 +87785,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 responses: '204': description: Response - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87797,9 +87812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 - name: name in: path required: true @@ -87812,7 +87827,7 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: default: value: @@ -87823,9 +87838,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87845,9 +87860,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: false content: @@ -87876,7 +87891,7 @@ paths: '204': description: Response '403': *27 - '410': *415 + '410': *416 '404': *6 '422': *15 x-github: @@ -87894,9 +87909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 responses: '204': description: Response @@ -87918,9 +87933,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 - 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. @@ -87946,13 +87961,13 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87970,9 +87985,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -88004,16 +88019,16 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *15 x-github: githubCloudOnly: false @@ -88035,10 +88050,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *404 - *405 - - *598 - - *396 + - *406 + - *599 + - *397 responses: '204': description: Response @@ -88067,9 +88082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -88091,9 +88106,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -88126,9 +88141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -88138,13 +88153,13 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *600 + default: *601 headers: Link: *38 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88172,9 +88187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -88201,16 +88216,16 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *415 + '410': *416 '422': *15 '404': *6 x-github: @@ -88230,9 +88245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -88263,13 +88278,13 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 '403': *27 '404': *6 '422': *7 - '503': *155 + '503': *156 x-github: triggersNotification: true githubCloudOnly: false @@ -88287,9 +88302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -88304,7 +88319,6 @@ paths: description: Timeline Event type: object anyOf: - - *603 - *604 - *605 - *606 @@ -88317,6 +88331,7 @@ paths: - *613 - *614 - *615 + - *616 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -88364,12 +88379,12 @@ paths: issue_url: type: string format: uri - author_association: *165 + author_association: *166 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *166 + reactions: *167 required: - event - actor @@ -88400,7 +88415,7 @@ paths: properties: type: type: string - issue: *178 + issue: *179 required: - event - created_at @@ -88622,7 +88637,7 @@ paths: type: string body_text: type: string - author_association: *165 + author_association: *166 required: - event - id @@ -88645,7 +88660,7 @@ paths: type: string comments: type: array - items: &635 + items: &636 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -88750,7 +88765,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *165 + author_association: *166 _links: type: object properties: @@ -88845,7 +88860,7 @@ paths: enum: - line - file - reactions: *166 + reactions: *167 body_html: type: string examples: @@ -88883,7 +88898,7 @@ paths: type: string comments: type: array - items: *521 + items: *522 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -89158,7 +89173,7 @@ paths: headers: Link: *38 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89175,8 +89190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -89186,7 +89201,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -89254,8 +89269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -89291,9 +89306,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &617 + default: &618 value: id: 1 key: ssh-rsa AAA... @@ -89327,9 +89342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *404 - *405 - - &618 + - *406 + - &619 name: key_id description: The unique identifier of the key. in: path @@ -89341,9 +89356,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 '404': *6 x-github: githubCloudOnly: false @@ -89361,9 +89376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *404 - *405 - - *618 + - *406 + - *619 responses: '204': description: Response @@ -89383,8 +89398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -89394,9 +89409,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 + default: *603 headers: Link: *38 '404': *6 @@ -89417,8 +89432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -89454,9 +89469,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &619 + default: &620 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -89488,8 +89503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *404 - *405 + - *406 - name: name in: path required: true @@ -89500,9 +89515,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *619 + default: *620 '404': *6 x-github: githubCloudOnly: false @@ -89519,8 +89534,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *404 - *405 + - *406 - name: name in: path required: true @@ -89559,7 +89574,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: default: value: @@ -89585,8 +89600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *404 - *405 + - *406 - name: name in: path required: true @@ -89612,8 +89627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -89649,8 +89664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *404 - *405 + - *406 responses: '202': *37 '403': @@ -89678,8 +89693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -89705,9 +89720,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *404 - *405 - - *499 + - *406 + - *500 responses: '200': description: Response @@ -89773,7 +89788,7 @@ paths: license: anyOf: - type: 'null' - - *179 + - *180 required: - _links - git_url @@ -89854,8 +89869,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -89920,8 +89935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -89955,9 +89970,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *522 + schema: *523 examples: - default: *620 + default: *621 '204': description: Response when already merged '404': @@ -89982,8 +89997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *404 - *405 + - *406 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -90024,7 +90039,7 @@ paths: application/json: schema: type: array - items: *526 + items: *527 examples: default: value: @@ -90080,8 +90095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -90121,9 +90136,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: &621 + default: &622 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -90182,9 +90197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *404 - *405 - - &622 + - *406 + - &623 name: milestone_number description: The number that identifies the milestone. in: path @@ -90196,9 +90211,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *621 + default: *622 '404': *6 x-github: githubCloudOnly: false @@ -90215,9 +90230,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *404 - *405 - - *622 + - *406 + - *623 requestBody: required: false content: @@ -90255,9 +90270,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90273,9 +90288,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *404 - *405 - - *622 + - *406 + - *623 responses: '204': description: Response @@ -90296,9 +90311,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: - - *404 - *405 - - *622 + - *406 + - *623 - *17 - *19 responses: @@ -90308,9 +90323,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 + default: *603 headers: Link: *38 x-github: @@ -90329,12 +90344,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: - - *404 - *405 - - *623 + - *406 - *624 - - *168 - *625 + - *169 + - *626 - *17 - *19 responses: @@ -90344,9 +90359,9 @@ paths: application/json: schema: type: array - items: *190 + items: *191 examples: - default: *626 + default: *627 headers: Link: *38 x-github: @@ -90370,8 +90385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -90429,14 +90444,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: &627 + schema: &628 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -90580,7 +90595,7 @@ paths: - custom_404 - public examples: - default: &628 + default: &629 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -90621,8 +90636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -90677,11 +90692,11 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90702,8 +90717,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -90790,7 +90805,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90811,14 +90826,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *404 - *405 + - *406 responses: '204': description: Response '422': *15 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90838,8 +90853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -90849,7 +90864,7 @@ paths: application/json: schema: type: array - items: &629 + items: &630 title: Page Build description: Page Build type: object @@ -90941,8 +90956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *404 - *405 + - *406 responses: '201': description: Response @@ -90989,16 +91004,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: &630 + default: &631 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -91046,8 +91061,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *404 - *405 + - *406 - name: build_id in: path required: true @@ -91058,9 +91073,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91080,8 +91095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -91189,9 +91204,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: - - *404 - *405 - - &631 + - *406 + - &632 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -91249,11 +91264,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *404 - *405 - - *631 + - *406 + - *632 responses: - '204': *121 + '204': *122 '404': *6 x-github: githubCloudOnly: false @@ -91278,8 +91293,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -91547,7 +91562,7 @@ paths: description: Empty response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -91574,8 +91589,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: - - *404 - *405 + - *406 responses: '200': description: Private vulnerability reporting status @@ -91612,10 +91627,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: - - *404 - *405 + - *406 responses: - '204': *121 + '204': *122 '422': *14 x-github: githubCloudOnly: false @@ -91634,10 +91649,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: - - *404 - *405 + - *406 responses: - '204': *121 + '204': *122 '422': *14 x-github: githubCloudOnly: false @@ -91658,8 +91673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: - - *404 - *405 + - *406 - name: state description: Indicates the state of the projects to return. in: query @@ -91680,7 +91695,7 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: default: value: @@ -91720,7 +91735,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *415 + '410': *416 '422': *7 x-github: githubCloudOnly: false @@ -91743,8 +91758,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -91770,13 +91785,13 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *414 + default: *415 '401': *23 '403': *27 '404': *6 - '410': *415 + '410': *416 '422': *7 x-github: githubCloudOnly: false @@ -91799,8 +91814,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -91808,7 +91823,7 @@ paths: application/json: schema: type: array - items: *350 + items: *351 examples: default: value: @@ -91839,8 +91854,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -91852,7 +91867,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *350 + items: *351 required: - properties examples: @@ -91902,8 +91917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *404 - *405 + - *406 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -91963,9 +91978,9 @@ paths: application/json: schema: type: array - items: *632 + items: *633 examples: - default: *633 + default: *634 headers: Link: *38 '304': *35 @@ -91997,8 +92012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -92065,7 +92080,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -92194,7 +92209,7 @@ paths: milestone: anyOf: - type: 'null' - - *526 + - *527 active_lock_reason: type: - string @@ -92249,7 +92264,7 @@ paths: type: - array - 'null' - items: *330 + items: *331 head: type: object properties: @@ -92257,7 +92272,7 @@ paths: type: string ref: type: string - repo: *64 + repo: *65 sha: type: string user: *4 @@ -92274,7 +92289,7 @@ paths: type: string ref: type: string - repo: *64 + repo: *65 sha: type: string user: *4 @@ -92287,14 +92302,14 @@ paths: _links: type: object properties: - comments: *527 - commits: *527 - statuses: *527 - html: *527 - issue: *527 - review_comments: *527 - review_comment: *527 - self: *527 + comments: *528 + commits: *528 + statuses: *528 + html: *528 + issue: *528 + review_comments: *528 + review_comment: *528 + self: *528 required: - comments - commits @@ -92304,8 +92319,8 @@ paths: - review_comments - review_comment - self - author_association: *165 - auto_merge: *634 + author_association: *166 + auto_merge: *635 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -92407,7 +92422,7 @@ paths: - merged_by - review_comments examples: - default: &638 + default: &639 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -92934,8 +92949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *404 - *405 + - *406 - name: sort in: query required: false @@ -92954,7 +92969,7 @@ paths: enum: - asc - desc - - *168 + - *169 - *17 - *19 responses: @@ -92964,9 +92979,9 @@ paths: application/json: schema: type: array - items: *635 + items: *636 examples: - default: &640 + default: &641 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -93043,17 +93058,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: - - *404 - *405 - - *177 + - *406 + - *178 responses: '200': description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: &636 + default: &637 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -93128,9 +93143,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: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -93152,9 +93167,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *636 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93170,9 +93185,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: - - *404 - *405 - - *177 + - *406 + - *178 responses: '204': description: Response @@ -93193,9 +93208,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: - - *404 - *405 - - *177 + - *406 + - *178 - 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. @@ -93221,9 +93236,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 '404': *6 @@ -93244,9 +93259,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: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -93278,16 +93293,16 @@ paths: description: Reaction exists content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Reaction created content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *15 x-github: githubCloudOnly: false @@ -93309,10 +93324,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *404 - *405 - - *177 - - *396 + - *406 + - *178 + - *397 responses: '204': description: Response @@ -93355,9 +93370,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *404 - *405 - - &639 + - *406 + - &640 name: pull_number description: The number that identifies the pull request. in: path @@ -93370,9 +93385,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '304': *35 '404': *6 '406': @@ -93380,8 +93395,8 @@ paths: content: application/json: schema: *3 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93407,9 +93422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: false content: @@ -93451,9 +93466,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '422': *15 '403': *27 x-github: @@ -93475,9 +93490,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: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: true content: @@ -93538,21 +93553,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '401': *23 '403': *27 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93578,10 +93593,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: - - *404 - *405 - - *639 - - *187 + - *406 + - *640 + - *188 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -93591,7 +93606,7 @@ paths: enum: - asc - desc - - *168 + - *169 - *17 - *19 responses: @@ -93601,9 +93616,9 @@ paths: application/json: schema: type: array - items: *635 + items: *636 examples: - default: *640 + default: *641 headers: Link: *38 x-github: @@ -93636,9 +93651,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: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: true content: @@ -93744,7 +93759,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: example-for-a-multi-line-comment: value: @@ -93832,10 +93847,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: - - *404 - *405 - - *639 - - *177 + - *406 + - *640 + - *178 requestBody: required: true content: @@ -93857,7 +93872,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -93943,9 +93958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *404 - *405 - - *639 + - *406 + - *640 - *17 - *19 responses: @@ -93955,9 +93970,9 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: - default: *641 + default: *642 headers: Link: *38 x-github: @@ -93987,9 +94002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *404 - *405 - - *639 + - *406 + - *640 - *17 - *19 responses: @@ -93999,7 +94014,7 @@ paths: application/json: schema: type: array - items: *534 + items: *535 examples: default: value: @@ -94017,8 +94032,8 @@ paths: headers: Link: *38 '422': *15 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94037,9 +94052,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: - - *404 - *405 - - *639 + - *406 + - *640 responses: '204': description: Response if pull request has been merged @@ -94062,9 +94077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: false content: @@ -94176,9 +94191,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: - - *404 - *405 - - *639 + - *406 + - *640 responses: '200': description: Response @@ -94194,7 +94209,7 @@ paths: items: *4 teams: type: array - items: *256 + items: *257 required: - users - teams @@ -94253,9 +94268,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: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: false content: @@ -94292,7 +94307,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -94828,9 +94843,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: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: true content: @@ -94864,7 +94879,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -95369,9 +95384,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *404 - *405 - - *639 + - *406 + - *640 - *17 - *19 responses: @@ -95381,7 +95396,7 @@ paths: application/json: schema: type: array - items: &642 + items: &643 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -95455,7 +95470,7 @@ paths: type: string body_text: type: string - author_association: *165 + author_association: *166 required: - id - node_id @@ -95537,9 +95552,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: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: false content: @@ -95629,9 +95644,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: &644 + default: &645 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -95694,10 +95709,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: - - *404 - *405 - - *639 - - &643 + - *406 + - *640 + - &644 name: review_id description: The unique identifier of the review. in: path @@ -95709,9 +95724,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: &645 + default: &646 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -95770,10 +95785,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: - - *404 - *405 - - *639 - - *643 + - *406 + - *640 + - *644 requestBody: required: true content: @@ -95796,7 +95811,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: default: value: @@ -95858,18 +95873,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: - - *404 - *405 - - *639 - - *643 + - *406 + - *640 + - *644 responses: '200': description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *644 + default: *645 '422': *7 '404': *6 x-github: @@ -95896,10 +95911,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: - - *404 - *405 - - *639 - - *643 + - *406 + - *640 + - *644 - *17 - *19 responses: @@ -95993,13 +96008,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *165 + author_association: *166 _links: type: object properties: - self: *527 - html: *527 - pull_request: *527 + self: *528 + html: *528 + pull_request: *528 required: - self - html @@ -96008,7 +96023,7 @@ paths: type: string body_html: type: string - reactions: *166 + reactions: *167 side: description: The side of the first line of the range for a multi-line comment. @@ -96157,10 +96172,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: - - *404 - *405 - - *639 - - *643 + - *406 + - *640 + - *644 requestBody: required: true content: @@ -96189,7 +96204,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: default: value: @@ -96252,10 +96267,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: - - *404 - *405 - - *639 - - *643 + - *406 + - *640 + - *644 requestBody: required: true content: @@ -96290,9 +96305,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *645 + default: *646 '404': *6 '422': *7 '403': *27 @@ -96314,9 +96329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: false content: @@ -96380,8 +96395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *404 - *405 + - *406 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -96394,9 +96409,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: &647 + default: &648 value: type: file encoding: base64 @@ -96438,8 +96453,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: - - *404 - *405 + - *406 - name: dir description: The alternate path to look for a README file in: path @@ -96459,9 +96474,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 '404': *6 '422': *15 x-github: @@ -96483,8 +96498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -96494,7 +96509,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 title: Release description: A release. type: object @@ -96576,7 +96591,7 @@ paths: author: *4 assets: type: array - items: &649 + items: &650 title: Release Asset description: Data related to a release. type: object @@ -96651,7 +96666,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *166 + reactions: *167 required: - assets_url - upload_url @@ -96763,8 +96778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -96840,9 +96855,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: &652 + default: &653 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -96947,9 +96962,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *404 - *405 - - &650 + - *406 + - &651 name: asset_id description: The unique identifier of the asset. in: path @@ -96961,9 +96976,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: &651 + default: &652 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 @@ -96998,7 +97013,7 @@ paths: type: User site_admin: false '404': *6 - '302': *536 + '302': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97014,9 +97029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *404 - *405 - - *650 + - *406 + - *651 requestBody: required: false content: @@ -97045,9 +97060,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *651 + default: *652 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97063,9 +97078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *404 - *405 - - *650 + - *406 + - *651 responses: '204': description: Response @@ -97089,8 +97104,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -97176,16 +97191,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *652 + default: *653 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97202,8 +97217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *404 - *405 + - *406 - name: tag description: tag parameter in: path @@ -97216,9 +97231,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *652 + default: *653 '404': *6 x-github: githubCloudOnly: false @@ -97240,9 +97255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *404 - *405 - - &653 + - *406 + - &654 name: release_id description: The unique identifier of the release. in: path @@ -97256,9 +97271,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: *648 + schema: *649 examples: - default: *652 + default: *653 '401': description: Unauthorized x-github: @@ -97276,9 +97291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *404 - *405 - - *653 + - *406 + - *654 requestBody: required: false content: @@ -97342,9 +97357,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *652 + default: *653 '404': description: Not Found if the discussion category name is invalid content: @@ -97365,9 +97380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *404 - *405 - - *653 + - *406 + - *654 responses: '204': description: Response @@ -97387,9 +97402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *404 - *405 - - *653 + - *406 + - *654 - *17 - *19 responses: @@ -97399,7 +97414,7 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: default: value: @@ -97481,9 +97496,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: - - *404 - *405 - - *653 + - *406 + - *654 - name: name in: query required: true @@ -97509,7 +97524,7 @@ paths: description: Response for successful upload content: application/json: - schema: *649 + schema: *650 examples: response-for-successful-upload: value: @@ -97564,9 +97579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *404 - *405 - - *653 + - *406 + - *654 - 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. @@ -97590,9 +97605,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 '404': *6 @@ -97613,9 +97628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *404 - *405 - - *653 + - *406 + - *654 requestBody: required: true content: @@ -97645,16 +97660,16 @@ paths: description: Reaction exists content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Reaction created content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *15 x-github: githubCloudOnly: false @@ -97676,10 +97691,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *404 - *405 - - *653 - - *396 + - *406 + - *654 + - *397 responses: '204': description: Response @@ -97703,9 +97718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *404 - *405 - - *463 + - *406 + - *464 - *17 - *19 responses: @@ -97721,8 +97736,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *130 - - &654 + - *131 + - &655 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -97741,66 +97756,66 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *131 - - *654 - allOf: - *132 - - *654 + - *655 - allOf: - *133 - - *654 - - allOf: - *655 - - *654 - allOf: - *134 - - *654 + - *655 + - allOf: + - *656 + - *655 - allOf: - *135 - - *654 + - *655 - allOf: - *136 - - *654 + - *655 - allOf: - *137 - - *654 + - *655 - allOf: - *138 - - *654 + - *655 - allOf: - *139 - - *654 + - *655 - allOf: - *140 - - *654 + - *655 - allOf: - *141 - - *654 + - *655 - allOf: - *142 - - *654 + - *655 - allOf: - *143 - - *654 + - *655 - allOf: - *144 - - *654 + - *655 - allOf: - *145 - - *654 + - *655 - allOf: - *146 - - *654 + - *655 - allOf: - *147 - - *654 + - *655 - allOf: - *148 - - *654 + - *655 - allOf: - *149 - - *654 + - *655 + - allOf: + - *150 + - *655 examples: default: value: @@ -97839,8 +97854,8 @@ paths: category: repos subcategory: rules parameters: - - *404 - *405 + - *406 - *17 - *19 - name: includes_parents @@ -97851,7 +97866,7 @@ paths: schema: type: boolean default: true - - *656 + - *657 responses: '200': description: Response @@ -97859,7 +97874,7 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: default: value: @@ -97890,7 +97905,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -97906,8 +97921,8 @@ paths: category: repos subcategory: rules parameters: - - *404 - *405 + - *406 requestBody: description: Request body required: true @@ -97927,16 +97942,16 @@ paths: - tag - push default: branch - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 - conditions: *124 + items: *130 + conditions: *125 rules: type: array description: An array of rules within the ruleset. - items: *657 + items: *658 required: - name - enforcement @@ -97967,9 +97982,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: &666 + default: &667 value: id: 42 name: super cool ruleset @@ -98002,7 +98017,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -98016,12 +98031,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *404 - *405 - - *658 - - *250 + - *406 - *659 + - *251 - *660 + - *661 - *17 - *19 responses: @@ -98029,11 +98044,11 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98052,19 +98067,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *404 - *405 - - *663 + - *406 + - *664 responses: '200': description: Response content: application/json: - schema: *664 + schema: *665 examples: - default: *665 + default: *666 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98090,8 +98105,8 @@ paths: category: repos subcategory: rules parameters: - - *404 - *405 + - *406 - name: ruleset_id description: The ID of the ruleset. in: path @@ -98111,11 +98126,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *666 + default: *667 '404': *6 - '500': *88 + '500': *89 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -98131,8 +98146,8 @@ paths: category: repos subcategory: rules parameters: - - *404 - *405 + - *406 - name: ruleset_id description: The ID of the ruleset. in: path @@ -98157,16 +98172,16 @@ paths: - branch - tag - push - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 - conditions: *124 + items: *130 + conditions: *125 rules: description: An array of rules within the ruleset. type: array - items: *657 + items: *658 examples: default: value: @@ -98194,11 +98209,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *666 + default: *667 '404': *6 - '500': *88 + '500': *89 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -98214,8 +98229,8 @@ paths: category: repos subcategory: rules parameters: - - *404 - *405 + - *406 - name: ruleset_id description: The ID of the ruleset. in: path @@ -98226,7 +98241,7 @@ paths: '204': description: Response '404': *6 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -98238,8 +98253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *404 - *405 + - *406 - *17 - *19 - name: ruleset_id @@ -98255,11 +98270,11 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *357 + default: *358 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98276,8 +98291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *404 - *405 + - *406 - name: ruleset_id description: The ID of the ruleset. in: path @@ -98295,7 +98310,7 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: default: value: @@ -98328,7 +98343,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98350,21 +98365,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: - - *404 - *405 - - *359 + - *406 - *360 - *361 - *362 - - *91 + - *363 + - *92 - *19 - *17 - - *667 - *668 - - *363 + - *669 - *364 - *365 - *366 + - *367 responses: '200': description: Response @@ -98372,24 +98387,24 @@ paths: application/json: schema: type: array - items: &672 + items: &673 type: object properties: - number: *101 - created_at: *108 + number: *102 + created_at: *109 updated_at: anyOf: - type: 'null' - - *109 - url: *106 - html_url: *107 + - *110 + url: *107 + html_url: *108 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *669 - resolution: *670 + state: *670 + resolution: *671 resolved_at: type: - string @@ -98483,7 +98498,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *671 + - *672 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -98610,7 +98625,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98632,16 +98647,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: - - *404 - *405 - - *493 - - *366 + - *406 + - *494 + - *367 responses: '200': description: Response content: application/json: - schema: *672 + schema: *673 examples: default: value: @@ -98672,7 +98687,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98693,9 +98708,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: - - *404 - *405 - - *493 + - *406 + - *494 requestBody: required: true content: @@ -98703,8 +98718,8 @@ paths: schema: type: object properties: - state: *669 - resolution: *670 + state: *670 + resolution: *671 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -98723,7 +98738,7 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: default: value: @@ -98776,7 +98791,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -98798,9 +98813,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: - - *404 - *405 - - *493 + - *406 + - *494 - *19 - *17 responses: @@ -98811,7 +98826,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &846 + items: &847 type: object properties: type: @@ -98838,7 +98853,6 @@ paths: - commit details: oneOf: - - *673 - *674 - *675 - *676 @@ -98851,6 +98865,7 @@ paths: - *683 - *684 - *685 + - *686 examples: default: value: @@ -98914,7 +98929,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98936,8 +98951,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -98945,14 +98960,14 @@ paths: schema: type: object properties: - reason: &687 + reason: &688 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *686 + placeholder_id: *687 required: - reason - placeholder_id @@ -98969,7 +98984,7 @@ paths: schema: type: object properties: - reason: *687 + reason: *688 expire_at: type: - string @@ -98993,7 +99008,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -99013,13 +99028,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: - - *404 - *405 + - *406 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *155 + '503': *156 '200': description: Response content: @@ -99029,7 +99044,7 @@ paths: properties: incremental_scans: type: array - items: &688 + items: &689 description: Information on a single scan performed by secret scanning on the repository type: object @@ -99057,15 +99072,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *688 + items: *689 backfill_scans: type: array - items: *688 + items: *689 custom_pattern_backfill_scans: type: array items: allOf: - - *688 + - *689 - type: object properties: pattern_name: @@ -99135,9 +99150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *404 - *405 - - *91 + - *406 + - *92 - name: sort description: The property to sort the results by. in: query @@ -99149,8 +99164,8 @@ paths: - updated - published default: created - - *89 - *90 + - *91 - 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)." @@ -99180,9 +99195,9 @@ paths: application/json: schema: type: array - items: *689 + items: *690 examples: - default: *690 + default: *691 '400': *14 '404': *6 x-github: @@ -99205,8 +99220,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -99286,7 +99301,7 @@ paths: login: type: string description: The username of the user credited. - type: *371 + type: *372 required: - login - type @@ -99376,9 +99391,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: &692 + default: &693 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -99611,8 +99626,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -99725,7 +99740,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: default: value: @@ -99872,17 +99887,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: - - *404 - *405 - - *691 + - *406 + - *692 responses: '200': description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *692 + default: *693 '403': *27 '404': *6 x-github: @@ -99906,9 +99921,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: - - *404 - *405 - - *691 + - *406 + - *692 requestBody: required: true content: @@ -99988,7 +100003,7 @@ paths: login: type: string description: The username of the user credited. - type: *371 + type: *372 required: - login - type @@ -100079,17 +100094,17 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *692 - add_credit: *692 + default: *693 + add_credit: *693 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *202 + schema: *203 examples: invalid_state_transition: value: @@ -100120,9 +100135,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: - - *404 - *405 - - *691 + - *406 + - *692 responses: '202': *37 '400': *14 @@ -100149,17 +100164,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: - - *404 - *405 - - *691 + - *406 + - *692 responses: '202': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *419 + default: *420 '400': *14 '422': *15 '403': *27 @@ -100185,8 +100200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -100282,8 +100297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *404 - *405 + - *406 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -100292,7 +100307,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -100305,7 +100320,7 @@ paths: - 1124 - -435 '202': *37 - '204': *121 + '204': *122 '422': description: Repository contains more than 10,000 commits x-github: @@ -100325,8 +100340,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -100377,7 +100392,7 @@ paths: total: 89 week: 1336280400 '202': *37 - '204': *121 + '204': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100404,8 +100419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -100477,7 +100492,7 @@ paths: d: 77 c: 10 '202': *37 - '204': *121 + '204': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100499,8 +100514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *404 - *405 + - *406 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -100654,8 +100669,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: - - *404 - *405 + - *406 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -100665,7 +100680,7 @@ paths: application/json: schema: type: array - items: *693 + items: *694 examples: default: value: @@ -100678,7 +100693,7 @@ paths: - - 0 - 2 - 21 - '204': *121 + '204': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100698,8 +100713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *404 - *405 + - *406 - name: sha in: path required: true @@ -100755,7 +100770,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: default: value: @@ -100809,8 +100824,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -100822,7 +100837,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -100842,14 +100857,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *404 - *405 + - *406 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &695 + schema: &696 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -100922,8 +100937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -100949,7 +100964,7 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: default: value: @@ -100976,8 +100991,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -100997,8 +101012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -101080,8 +101095,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -101089,7 +101104,7 @@ paths: application/json: schema: type: array - items: &696 + items: &697 title: Tag protection description: Tag protection type: object @@ -101146,8 +101161,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -101170,7 +101185,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: default: value: @@ -101201,8 +101216,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: - - *404 - *405 + - *406 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -101239,8 +101254,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *404 - *405 + - *406 - name: ref in: path required: true @@ -101276,8 +101291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -101287,9 +101302,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 headers: Link: *38 '404': *6 @@ -101309,8 +101324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *404 - *405 + - *406 - *19 - *17 responses: @@ -101318,7 +101333,7 @@ paths: description: Response content: application/json: - schema: &697 + schema: &698 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -101330,7 +101345,7 @@ paths: required: - names examples: - default: &698 + default: &699 value: names: - octocat @@ -101353,8 +101368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -101385,9 +101400,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: *698 + default: *699 '404': *6 '422': *7 x-github: @@ -101408,9 +101423,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *404 - *405 - - &699 + - *406 + - &700 name: per description: The time frame to display results for. in: query @@ -101441,7 +101456,7 @@ paths: - 128 clones: type: array - items: &700 + items: &701 title: Traffic type: object properties: @@ -101528,8 +101543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -101623,8 +101638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -101687,9 +101702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *404 - *405 - - *699 + - *406 + - *700 responses: '200': description: Response @@ -101710,7 +101725,7 @@ paths: - 3782 views: type: array - items: *700 + items: *701 required: - uniques - count @@ -101787,8 +101802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -101824,7 +101839,7 @@ paths: description: Response content: application/json: - schema: *225 + schema: *226 examples: default: value: @@ -102062,8 +102077,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: - - *404 - *405 + - *406 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -102086,8 +102101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -102109,8 +102124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -102136,8 +102151,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *404 - *405 + - *406 - name: ref in: path required: true @@ -102229,9 +102244,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *419 + default: *420 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -102272,7 +102287,7 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: default: value: @@ -102382,7 +102397,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &708 + - &709 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -102392,7 +102407,7 @@ paths: type: string examples: - members - - &713 + - &714 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -102404,7 +102419,7 @@ paths: format: int32 examples: - 1 - - &714 + - &715 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -102448,7 +102463,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &703 + items: &704 allOf: - type: object required: @@ -102530,7 +102545,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: &715 + meta: &716 type: object description: The metadata associated with the creation/updates to the user. @@ -102595,30 +102610,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &704 + '400': &705 description: Bad request content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 - '401': *702 - '403': &705 + schema: *702 + '401': *703 + '403': &706 description: Permission denied - '429': &706 + '429': &707 description: Too many requests content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 - '500': &707 + schema: *702 + '500': &708 description: Internal server error content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 + schema: *702 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102642,7 +102657,7 @@ paths: required: true content: application/json: - schema: &711 + schema: &712 type: object required: - schemas @@ -102702,9 +102717,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *703 + schema: *704 examples: - group: &709 + group: &710 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -102723,13 +102738,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': *704 - '401': *702 - '403': *705 - '409': &712 + '400': *705 + '401': *703 + '403': *706 + '409': &713 description: Duplicate record detected - '429': *706 - '500': *707 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102746,7 +102761,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: - - &710 + - &711 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -102755,22 +102770,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *708 + - *709 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *703 + schema: *704 examples: - default: *709 - '400': *704 - '401': *702 - '403': *705 + default: *710 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '429': *706 - '500': *707 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102789,13 +102804,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: - - *710 + - *711 - *39 requestBody: required: true content: application/json: - schema: *711 + schema: *712 examples: group: summary: Group @@ -102821,17 +102836,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *703 + schema: *704 examples: - group: *709 - groupWithMembers: *709 - '400': *704 - '401': *702 - '403': *705 + group: *710 + groupWithMembers: *710 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '409': *712 - '429': *706 - '500': *707 + '409': *713 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102855,13 +102870,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: - - *710 + - *711 - *39 requestBody: required: true content: application/json: - schema: &722 + schema: &723 type: object required: - Operations @@ -102921,17 +102936,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *703 + schema: *704 examples: - updateGroup: *709 - addMembers: *709 - '400': *704 - '401': *702 - '403': *705 + updateGroup: *710 + addMembers: *710 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '409': *712 - '429': *706 - '500': *707 + '409': *713 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102947,17 +102962,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: - - *710 + - *711 - *39 responses: '204': description: Group was deleted, no content - '400': *704 - '401': *702 - '403': *705 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '429': *706 - '500': *707 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102991,8 +103006,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *713 - *714 + - *715 - *39 responses: '200': @@ -103026,7 +103041,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &717 + items: &718 allOf: - type: object required: @@ -103118,7 +103133,7 @@ paths: address. examples: - true - roles: &716 + roles: &717 type: array description: The roles assigned to the user. items: @@ -103177,7 +103192,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *715 + meta: *716 startIndex: type: integer description: A starting index for the returned page @@ -103216,11 +103231,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *704 - '401': *702 - '403': *705 - '429': *706 - '500': *707 + '400': *705 + '401': *703 + '403': *706 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103244,7 +103259,7 @@ paths: required: true content: application/json: - schema: &720 + schema: &721 type: object required: - schemas @@ -103337,9 +103352,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *716 + roles: *717 examples: - user: &721 + user: &722 summary: User value: schemas: @@ -103386,9 +103401,9 @@ paths: description: User has been created content: application/scim+json: - schema: *717 + schema: *718 examples: - user: &718 + user: &719 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -103414,13 +103429,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: *718 - '400': *704 - '401': *702 - '403': *705 - '409': *712 - '429': *706 - '500': *707 + enterpriseOwner: *719 + '400': *705 + '401': *703 + '403': *706 + '409': *713 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103437,7 +103452,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: - - &719 + - &720 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -103450,15 +103465,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *717 + schema: *718 examples: - default: *718 - '400': *704 - '401': *702 - '403': *705 + default: *719 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '429': *706 - '500': *707 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103480,30 +103495,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: - - *719 + - *720 - *39 requestBody: required: true content: application/json: - schema: *720 + schema: *721 examples: - user: *721 + user: *722 responses: '200': description: User was updated content: application/scim+json: - schema: *717 + schema: *718 examples: - user: *718 - '400': *704 - '401': *702 - '403': *705 + user: *719 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '409': *712 - '429': *706 - '500': *707 + '409': *713 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103538,13 +103553,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: - - *719 + - *720 - *39 requestBody: required: true content: application/json: - schema: *722 + schema: *723 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -103584,18 +103599,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *717 + schema: *718 examples: - userMultiValuedProperties: *718 - userSingleValuedProperties: *718 - disableUser: *718 - '400': *704 - '401': *702 - '403': *705 + userMultiValuedProperties: *719 + userSingleValuedProperties: *719 + disableUser: *719 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '409': *712 - '429': *706 - '500': *707 + '409': *713 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103615,17 +103630,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: - - *719 + - *720 - *39 responses: '204': description: User was deleted, no content - '400': *704 - '401': *702 - '403': *705 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '429': *706 - '500': *707 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103658,7 +103673,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *73 + - *74 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -103716,7 +103731,7 @@ paths: - 1 Resources: type: array - items: &723 + items: &724 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -103963,22 +103978,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &724 + '404': &725 description: Resource not found content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 - '403': &725 + schema: *702 + '403': &726 description: Forbidden content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 - '400': *704 - '429': *706 + schema: *702 + '400': *705 + '429': *707 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -103998,15 +104013,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *73 + - *74 responses: '201': description: Response content: application/scim+json: - schema: *723 + schema: *724 examples: - default: &726 + default: &727 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -104029,17 +104044,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *724 - '403': *725 - '500': *707 + '404': *725 + '403': *726 + '500': *708 '409': description: Conflict content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 - '400': *704 + schema: *702 + '400': *705 requestBody: required: true content: @@ -104138,18 +104153,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: - - *73 - - *719 + - *74 + - *720 responses: '200': description: Response content: application/scim+json: - schema: *723 + schema: *724 examples: - default: *726 - '404': *724 - '403': *725 + default: *727 + '404': *725 + '403': *726 '304': *35 x-github: githubCloudOnly: true @@ -104172,19 +104187,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *73 - - *719 + - *74 + - *720 responses: '200': description: Response content: application/scim+json: - schema: *723 + schema: *724 examples: - default: *726 + default: *727 '304': *35 - '404': *724 - '403': *725 + '404': *725 + '403': *726 requestBody: required: true content: @@ -104298,20 +104313,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: - - *73 - - *719 + - *74 + - *720 responses: '200': description: Response content: application/scim+json: - schema: *723 + schema: *724 examples: - default: *726 + default: *727 '304': *35 - '404': *724 - '403': *725 - '400': *704 + '404': *725 + '403': *726 + '400': *705 '429': description: Response content: @@ -104406,13 +104421,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: - - *73 - - *719 + - *74 + - *720 responses: '204': description: Response - '404': *724 - '403': *725 + '404': *725 + '403': *726 '304': *35 x-github: githubCloudOnly: true @@ -104527,7 +104542,7 @@ paths: html_url: type: string format: uri - repository: *225 + repository: *226 score: type: number file_size: @@ -104546,7 +104561,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &727 + text_matches: &728 title: Search Result Text Matches type: array items: @@ -104661,7 +104676,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *155 + '503': *156 '422': *15 '403': *27 x-github: @@ -104710,7 +104725,7 @@ paths: enum: - author-date - committer-date - - &728 + - &729 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 @@ -104779,7 +104794,7 @@ paths: committer: anyOf: - type: 'null' - - *461 + - *462 comment_count: type: integer message: @@ -104798,7 +104813,7 @@ paths: url: type: string format: uri - verification: *580 + verification: *581 required: - author - committer @@ -104813,7 +104828,7 @@ paths: committer: anyOf: - type: 'null' - - *461 + - *462 parents: type: array items: @@ -104825,12 +104840,12 @@ paths: type: string sha: type: string - repository: *225 + repository: *226 score: type: number node_id: type: string - text_matches: *727 + text_matches: *728 required: - sha - node_id @@ -105013,7 +105028,7 @@ paths: - interactions - created - updated - - *728 + - *729 - *17 - *19 - name: advanced_search @@ -105110,11 +105125,11 @@ paths: type: - string - 'null' - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: type: string state_reason: @@ -105128,7 +105143,7 @@ paths: milestone: anyOf: - type: 'null' - - *526 + - *527 comments: type: integer created_at: @@ -105142,7 +105157,7 @@ paths: - string - 'null' format: date-time - text_matches: *727 + text_matches: *728 pull_request: type: object properties: @@ -105180,10 +105195,10 @@ paths: type: string score: type: number - author_association: *165 + author_association: *166 draft: type: boolean - repository: *64 + repository: *65 body_html: type: string body_text: @@ -105191,12 +105206,12 @@ paths: timeline_url: type: string format: uri - type: *315 + type: *316 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *166 + reactions: *167 required: - assignee - closed_at @@ -105312,7 +105327,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *155 + '503': *156 '422': *15 '304': *35 '403': *27 @@ -105368,7 +105383,7 @@ paths: enum: - created - updated - - *728 + - *729 - *17 - *19 responses: @@ -105413,7 +105428,7 @@ paths: - 'null' score: type: number - text_matches: *727 + text_matches: *728 required: - id - node_id @@ -105499,7 +105514,7 @@ paths: - forks - help-wanted-issues - updated - - *728 + - *729 - *17 - *19 responses: @@ -105718,7 +105733,7 @@ paths: license: anyOf: - type: 'null' - - *179 + - *180 permissions: type: object properties: @@ -105736,7 +105751,7 @@ paths: - admin - pull - push - text_matches: *727 + text_matches: *728 temp_clone_token: type: string allow_merge_commit: @@ -105939,7 +105954,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *155 + '503': *156 '422': *15 '304': *35 x-github: @@ -106045,7 +106060,7 @@ paths: - string - 'null' format: uri - text_matches: *727 + text_matches: *728 related: type: - array @@ -106240,7 +106255,7 @@ paths: - followers - repositories - joined - - *728 + - *729 - *17 - *19 responses: @@ -106350,7 +106365,7 @@ paths: type: - boolean - 'null' - text_matches: *727 + text_matches: *728 blog: type: - string @@ -106412,7 +106427,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *155 + '503': *156 '422': *15 x-github: githubCloudOnly: false @@ -106432,7 +106447,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &732 + - &733 name: team_id description: The unique identifier of the team. in: path @@ -106444,9 +106459,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '404': *6 x-github: githubCloudOnly: false @@ -106473,7 +106488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *732 + - *733 requestBody: required: true content: @@ -106537,16 +106552,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '201': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '404': *6 '422': *15 '403': *27 @@ -106574,7 +106589,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *732 + - *733 responses: '204': description: Response @@ -106605,8 +106620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *732 - - *91 + - *733 + - *92 - *17 - *19 responses: @@ -106616,9 +106631,9 @@ paths: application/json: schema: type: array - items: *387 + items: *388 examples: - default: *733 + default: *734 headers: Link: *38 x-github: @@ -106647,7 +106662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *732 + - *733 requestBody: required: true content: @@ -106681,9 +106696,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: triggersNotification: true githubCloudOnly: false @@ -106710,16 +106725,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *732 - - *389 + - *733 + - *390 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106744,8 +106759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *732 - - *389 + - *733 + - *390 requestBody: required: false content: @@ -106768,9 +106783,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *734 + default: *735 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106795,8 +106810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *732 - - *389 + - *733 + - *390 responses: '204': description: Response @@ -106825,9 +106840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *732 - - *389 - - *91 + - *733 + - *390 + - *92 - *17 - *19 responses: @@ -106837,9 +106852,9 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: - default: *735 + default: *736 headers: Link: *38 x-github: @@ -106868,8 +106883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *732 - - *389 + - *733 + - *390 requestBody: required: true content: @@ -106891,9 +106906,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: triggersNotification: true githubCloudOnly: false @@ -106920,17 +106935,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *732 - - *389 - - *392 + - *733 + - *390 + - *393 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106955,9 +106970,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *732 - - *389 - - *392 + - *733 + - *390 + - *393 requestBody: required: true content: @@ -106979,9 +106994,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *736 + default: *737 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107006,9 +107021,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *732 - - *389 - - *392 + - *733 + - *390 + - *393 responses: '204': description: Response @@ -107037,9 +107052,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: - - *732 - - *389 - - *392 + - *733 + - *390 + - *393 - 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. @@ -107065,9 +107080,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 x-github: @@ -107096,9 +107111,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: - - *732 - - *389 - - *392 + - *733 + - *390 + - *393 requestBody: required: true content: @@ -107130,9 +107145,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107158,8 +107173,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: - - *732 - - *389 + - *733 + - *390 - 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. @@ -107185,9 +107200,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 x-github: @@ -107216,8 +107231,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: - - *732 - - *389 + - *733 + - *390 requestBody: required: true content: @@ -107249,9 +107264,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107275,7 +107290,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *732 + - *733 - *17 - *19 responses: @@ -107285,9 +107300,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *38 x-github: @@ -107313,7 +107328,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *732 + - *733 - name: role description: Filters members returned by their role in the team. in: query @@ -107336,7 +107351,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '404': *6 @@ -107364,8 +107379,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *732 - - *247 + - *733 + - *248 responses: '204': description: if user is a member @@ -107401,8 +107416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *732 - - *247 + - *733 + - *248 responses: '204': description: Response @@ -107441,8 +107456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *732 - - *247 + - *733 + - *248 responses: '204': description: Response @@ -107478,16 +107493,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: - - *732 - - *247 + - *733 + - *248 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - response-if-user-is-a-team-maintainer: *737 + response-if-user-is-a-team-maintainer: *738 '404': *6 x-github: githubCloudOnly: false @@ -107520,8 +107535,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: - - *732 - - *247 + - *733 + - *248 requestBody: required: false content: @@ -107546,9 +107561,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - response-if-users-membership-with-team-is-now-pending: *738 + response-if-users-membership-with-team-is-now-pending: *739 '403': description: Forbidden if team synchronization is set up '422': @@ -107582,8 +107597,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: - - *732 - - *247 + - *733 + - *248 responses: '204': description: Response @@ -107611,7 +107626,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *732 + - *733 - *17 - *19 responses: @@ -107621,9 +107636,9 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *739 + default: *740 headers: Link: *38 '404': *6 @@ -107649,16 +107664,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: - - *732 - - *403 + - *733 + - *404 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *740 + default: *741 '404': description: Not Found if project is not managed by this team x-github: @@ -107682,8 +107697,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: - - *732 - - *403 + - *733 + - *404 requestBody: required: false content: @@ -107750,8 +107765,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: - - *732 - - *403 + - *733 + - *404 responses: '204': description: Response @@ -107778,7 +107793,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *732 + - *733 - *17 - *19 responses: @@ -107788,9 +107803,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 '404': *6 @@ -107820,15 +107835,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: - - *732 - - *404 + - *733 - *405 + - *406 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *741 + schema: *742 examples: alternative-response-with-extra-repository-information: value: @@ -107979,9 +107994,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: - - *732 - - *404 + - *733 - *405 + - *406 requestBody: required: false content: @@ -108031,9 +108046,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: - - *732 - - *404 + - *733 - *405 + - *406 responses: '204': description: Response @@ -108062,15 +108077,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: - - *732 + - *733 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 '403': *27 '404': *6 x-github: @@ -108097,7 +108112,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: - - *732 + - *733 requestBody: required: true content: @@ -108158,7 +108173,7 @@ paths: description: Response content: application/json: - schema: *406 + schema: *407 examples: default: value: @@ -108189,7 +108204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *732 + - *733 - *17 - *19 responses: @@ -108199,9 +108214,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - response-if-child-teams-exist: *742 + response-if-child-teams-exist: *743 headers: Link: *38 '404': *6 @@ -108234,7 +108249,7 @@ paths: application/json: schema: oneOf: - - &744 + - &745 title: Private User description: Private User type: object @@ -108484,7 +108499,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *743 + - *744 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -108644,7 +108659,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -108723,7 +108738,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 '304': *35 '404': *6 '403': *27 @@ -108746,7 +108761,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: - - *247 + - *248 responses: '204': description: If the user is blocked @@ -108774,7 +108789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *247 + - *248 responses: '204': description: Response @@ -108798,7 +108813,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *247 + - *248 responses: '204': description: Response @@ -108847,11 +108862,11 @@ paths: type: integer codespaces: type: array - items: *321 + items: *322 examples: - default: *322 + default: *323 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -108988,21 +109003,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '401': *23 '403': *27 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109042,7 +109057,7 @@ paths: type: integer secrets: type: array - items: &745 + items: &746 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -109084,7 +109099,7 @@ paths: - visibility - selected_repositories_url examples: - default: *515 + default: *516 headers: Link: *38 x-github: @@ -109156,13 +109171,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: - - *235 + - *236 responses: '200': description: Response content: application/json: - schema: *745 + schema: *746 examples: default: value: @@ -109192,7 +109207,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: - - *235 + - *236 requestBody: required: true content: @@ -109237,7 +109252,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -109265,7 +109280,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: - - *235 + - *236 responses: '204': description: Response @@ -109290,7 +109305,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: - - *235 + - *236 responses: '200': description: Response @@ -109306,13 +109321,13 @@ paths: type: integer repositories: type: array - items: *225 + items: *226 examples: - default: *746 + default: *747 '401': *23 '403': *27 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109333,7 +109348,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: - - *235 + - *236 requestBody: required: true content: @@ -109365,7 +109380,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109387,7 +109402,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: - - *235 + - *236 - name: repository_id in: path required: true @@ -109399,7 +109414,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109420,7 +109435,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: - - *235 + - *236 - name: repository_id in: path required: true @@ -109432,7 +109447,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109452,17 +109467,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: - - *323 + - *324 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -109486,7 +109501,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: - - *323 + - *324 requestBody: required: false content: @@ -109516,9 +109531,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '401': *23 '403': *27 '404': *6 @@ -109540,11 +109555,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: - - *323 + - *324 responses: '202': *37 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -109569,13 +109584,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: - - *323 + - *324 responses: '202': description: Response content: application/json: - schema: &747 + schema: &748 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -109628,7 +109643,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &748 + default: &749 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -109636,7 +109651,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -109660,7 +109675,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *323 + - *324 - name: export_id in: path required: true @@ -109673,9 +109688,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: *748 + default: *749 '404': *6 x-github: githubCloudOnly: false @@ -109696,7 +109711,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *323 + - *324 responses: '200': description: Response @@ -109712,11 +109727,11 @@ paths: type: integer machines: type: array - items: *514 + items: *515 examples: - default: *749 + default: *750 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -109743,7 +109758,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: - - *323 + - *324 requestBody: required: true content: @@ -109799,11 +109814,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *417 + repository: *418 machine: anyOf: - type: 'null' - - *514 + - *515 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -110600,17 +110615,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: - - *323 + - *324 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '304': *35 - '500': *88 + '500': *89 '400': *14 '401': *23 '402': @@ -110620,7 +110635,7 @@ paths: schema: *3 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110640,16 +110655,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: - - *323 + - *324 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *513 - '500': *88 + default: *514 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -110678,9 +110693,9 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: &761 + default: &762 value: - id: 197 name: hello_docker @@ -110781,7 +110796,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 title: Email description: Email type: object @@ -110851,9 +110866,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: &763 + default: &764 value: - email: octocat@github.com verified: true @@ -110930,7 +110945,7 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: default: value: @@ -111042,7 +111057,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '304': *35 @@ -111075,7 +111090,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '304': *35 @@ -111097,7 +111112,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: - - *247 + - *248 responses: '204': description: if the person is followed by the authenticated user @@ -111127,7 +111142,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *247 + - *248 responses: '204': description: Response @@ -111152,7 +111167,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *247 + - *248 responses: '204': description: Response @@ -111188,7 +111203,7 @@ paths: application/json: schema: type: array - items: &751 + items: &752 title: GPG Key description: A unique encryption key type: object @@ -111333,7 +111348,7 @@ paths: - subkeys - revoked examples: - default: &777 + default: &778 value: - id: 3 name: Octocat's GPG Key @@ -111418,9 +111433,9 @@ paths: description: Response content: application/json: - schema: *751 + schema: *752 examples: - default: &752 + default: &753 value: id: 3 name: Octocat's GPG Key @@ -111477,7 +111492,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: - - &753 + - &754 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -111489,9 +111504,9 @@ paths: description: Response content: application/json: - schema: *751 + schema: *752 examples: - default: *752 + default: *753 '404': *6 '304': *35 '403': *27 @@ -111514,7 +111529,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: - - *753 + - *754 responses: '204': description: Response @@ -111703,9 +111718,9 @@ paths: type: string repositories: type: array - items: *64 + items: *65 examples: - default: *220 + default: *221 headers: Link: *38 '404': *6 @@ -111730,7 +111745,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *219 + - *220 responses: '204': description: Response @@ -111756,7 +111771,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *219 + - *220 responses: '204': description: Response @@ -111790,12 +111805,12 @@ paths: application/json: schema: anyOf: - - *310 + - *311 - type: object properties: {} additionalProperties: false examples: - default: *311 + default: *312 '204': description: Response when there are no restrictions x-github: @@ -111819,7 +111834,7 @@ paths: required: true content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -111830,7 +111845,7 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -111911,7 +111926,7 @@ paths: - closed - all default: open - - *318 + - *319 - name: sort description: What to sort results by. in: query @@ -111923,8 +111938,8 @@ paths: - updated - comments default: created - - *91 - - *168 + - *92 + - *169 - *17 - *19 responses: @@ -111934,9 +111949,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *319 + default: *320 headers: Link: *38 '404': *6 @@ -111969,7 +111984,7 @@ paths: application/json: schema: type: array - items: &754 + items: &755 title: Key description: Key type: object @@ -112072,9 +112087,9 @@ paths: description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: &755 + default: &756 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112107,15 +112122,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: - - *618 + - *619 responses: '200': description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: *755 + default: *756 '404': *6 '304': *35 '403': *27 @@ -112138,7 +112153,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: - - *618 + - *619 responses: '204': description: Response @@ -112171,7 +112186,7 @@ paths: application/json: schema: type: array - items: &756 + items: &757 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -112239,7 +112254,7 @@ paths: - id - type - login - plan: *181 + plan: *182 required: - billing_cycle - next_billing_date @@ -112250,7 +112265,7 @@ paths: - account - plan examples: - default: &757 + default: &758 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -112312,9 +112327,9 @@ paths: application/json: schema: type: array - items: *756 + items: *757 examples: - default: *757 + default: *758 headers: Link: *38 '304': *35 @@ -112354,7 +112369,7 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: default: value: @@ -112456,13 +112471,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: default: value: @@ -112520,7 +112535,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: - - *73 + - *74 requestBody: required: true content: @@ -112545,7 +112560,7 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: default: value: @@ -112613,7 +112628,7 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: default: value: @@ -112875,7 +112890,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -113055,7 +113070,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *327 + - *328 - name: exclude in: query required: false @@ -113068,7 +113083,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -113262,7 +113277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *327 + - *328 responses: '302': description: Response @@ -113288,7 +113303,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *327 + - *328 responses: '204': description: Response @@ -113317,8 +113332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *327 - - *758 + - *328 + - *759 responses: '204': description: Response @@ -113342,7 +113357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *327 + - *328 - *17 - *19 responses: @@ -113352,9 +113367,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 '404': *6 @@ -113389,9 +113404,9 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: *759 + default: *760 headers: Link: *38 '304': *35 @@ -113433,7 +113448,7 @@ paths: - docker - nuget - container - - *760 + - *761 - *19 - *17 responses: @@ -113443,10 +113458,10 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: *761 - '400': *762 + default: *762 + '400': *763 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113466,16 +113481,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: - - *334 - *335 + - *336 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: &778 + default: &779 value: id: 40201 name: octo-name @@ -113588,8 +113603,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: - - *334 - *335 + - *336 responses: '204': description: Response @@ -113619,8 +113634,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: - - *334 - *335 + - *336 - name: token description: package token schema: @@ -113652,8 +113667,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: - - *334 - *335 + - *336 - *19 - *17 - name: state @@ -113673,7 +113688,7 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: default: value: @@ -113722,15 +113737,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: - - *334 - *335 - - *337 + - *336 + - *338 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -113766,9 +113781,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: - - *334 - *335 - - *337 + - *336 + - *338 responses: '204': description: Response @@ -113798,9 +113813,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: - - *334 - *335 - - *337 + - *336 + - *338 responses: '204': description: Response @@ -113858,7 +113873,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -113930,9 +113945,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *763 + default: *764 headers: Link: *38 '304': *35 @@ -114043,9 +114058,9 @@ paths: application/json: schema: type: array - items: *64 + items: *65 examples: - default: &770 + default: &771 summary: Default response value: - id: 1296269 @@ -114363,9 +114378,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *419 + default: *420 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -114403,9 +114418,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *764 + default: *765 headers: Link: *38 '304': *35 @@ -114428,12 +114443,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *314 + - *315 responses: '204': description: Response '403': *27 - '409': *99 + '409': *100 '404': *6 '304': *35 x-github: @@ -114451,11 +114466,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *314 + - *315 responses: '204': description: Response - '409': *99 + '409': *100 '304': *35 '404': *6 '403': *27 @@ -114484,7 +114499,7 @@ paths: application/json: schema: type: array - items: &765 + items: &766 title: Social account description: Social media account type: object @@ -114501,7 +114516,7 @@ paths: - provider - url examples: - default: &766 + default: &767 value: - provider: twitter url: https://twitter.com/github @@ -114564,9 +114579,9 @@ paths: application/json: schema: type: array - items: *765 + items: *766 examples: - default: *766 + default: *767 '422': *15 '304': *35 '404': *6 @@ -114654,7 +114669,7 @@ paths: application/json: schema: type: array - items: &767 + items: &768 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -114674,7 +114689,7 @@ paths: - title - created_at examples: - default: &779 + default: &780 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114741,9 +114756,9 @@ paths: description: Response content: application/json: - schema: *767 + schema: *768 examples: - default: &768 + default: &769 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114774,7 +114789,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: - - &769 + - &770 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -114786,9 +114801,9 @@ paths: description: Response content: application/json: - schema: *767 + schema: *768 examples: - default: *768 + default: *769 '404': *6 '304': *35 '403': *27 @@ -114811,7 +114826,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: - - *769 + - *770 responses: '204': description: Response @@ -114840,7 +114855,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: - - &780 + - &781 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 @@ -114853,7 +114868,7 @@ paths: - created - updated default: created - - *91 + - *92 - *17 - *19 responses: @@ -114863,13 +114878,13 @@ paths: application/json: schema: type: array - items: *64 + items: *65 examples: - default-response: *770 + default-response: *771 application/vnd.github.v3.star+json: schema: type: array - items: &781 + items: &782 title: Starred Repository description: Starred Repository type: object @@ -114877,7 +114892,7 @@ paths: starred_at: type: string format: date-time - repo: *64 + repo: *65 required: - starred_at - repo @@ -115025,8 +115040,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: - - *404 - *405 + - *406 responses: '204': description: Response if this repository is starred by you @@ -115054,8 +115069,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: - - *404 - *405 + - *406 responses: '204': description: Response @@ -115079,8 +115094,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: - - *404 - *405 + - *406 responses: '204': description: Response @@ -115113,9 +115128,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 '304': *35 @@ -115152,7 +115167,7 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: default: value: @@ -115230,7 +115245,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *183 + - *184 responses: '200': description: Response @@ -115238,10 +115253,10 @@ paths: application/json: schema: oneOf: + - *745 - *744 - - *743 examples: - default-response: &772 + default-response: &773 summary: Default response value: login: octocat @@ -115276,7 +115291,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &773 + response-with-git-hub-plan-information: &774 summary: Response with GitHub plan information value: login: octocat @@ -115336,7 +115351,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *771 + - *772 - *17 responses: '200': @@ -115347,7 +115362,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: example: ; rel="next" @@ -115377,7 +115392,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *247 + - *248 responses: '200': description: Response @@ -115385,11 +115400,11 @@ paths: application/json: schema: oneOf: + - *745 - *744 - - *743 examples: - default-response: *772 - response-with-git-hub-plan-information: *773 + default-response: *773 + response-with-git-hub-plan-information: *774 '404': *6 x-github: githubCloudOnly: false @@ -115413,9 +115428,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *89 - *90 - - *247 + - *91 + - *248 requestBody: required: true content: @@ -115438,8 +115453,8 @@ paths: required: - subject_digests examples: - default: *774 - withPredicateType: *775 + default: *775 + withPredicateType: *776 responses: '200': description: Response @@ -115493,7 +115508,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *776 + default: *777 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115511,7 +115526,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-in-bulk parameters: - - *247 + - *248 requestBody: required: true content: @@ -115576,7 +115591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *247 + - *248 - name: subject_digest description: Subject Digest in: path @@ -115607,7 +115622,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-id parameters: - - *247 + - *248 - name: attestation_id description: Attestation ID in: path @@ -115643,9 +115658,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations parameters: - *17 - - *89 - *90 - - *247 + - *91 + - *248 - name: subject_digest description: Subject Digest in: path @@ -115695,12 +115710,12 @@ paths: bundle_url: type: string examples: - default: *457 + default: *458 '201': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -115726,7 +115741,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: - - *247 + - *248 responses: '200': description: Response @@ -115734,9 +115749,9 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: *761 + default: *762 '403': *27 '401': *23 x-github: @@ -115759,7 +115774,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -115769,7 +115784,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -115840,8 +115855,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: - - *247 - - *73 + - *248 + - *74 - *17 - *19 responses: @@ -115851,7 +115866,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -115930,7 +115945,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -115940,7 +115955,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -116007,7 +116022,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -116019,7 +116034,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -116038,7 +116053,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *247 + - *248 - *17 - *19 responses: @@ -116050,7 +116065,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -116069,7 +116084,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: - - *247 + - *248 - name: target_user in: path required: true @@ -116096,8 +116111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *247 - - *168 + - *248 + - *169 - *17 - *19 responses: @@ -116107,9 +116122,9 @@ paths: application/json: schema: type: array - items: *169 + items: *170 examples: - default: *170 + default: *171 headers: Link: *38 '422': *15 @@ -116130,7 +116145,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: - - *247 + - *248 - *17 - *19 responses: @@ -116140,9 +116155,9 @@ paths: application/json: schema: type: array - items: *751 + items: *752 examples: - default: *777 + default: *778 headers: Link: *38 x-github: @@ -116166,7 +116181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *247 + - *248 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -116238,7 +116253,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: - - *247 + - *248 responses: '200': description: Response @@ -116246,7 +116261,7 @@ paths: application/json: schema: *20 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116264,7 +116279,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -116320,7 +116335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -116330,9 +116345,9 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: *759 + default: *760 headers: Link: *38 x-github: @@ -116371,8 +116386,8 @@ paths: - docker - nuget - container - - *760 - - *247 + - *761 + - *248 - *19 - *17 responses: @@ -116382,12 +116397,12 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: *761 + default: *762 '403': *27 '401': *23 - '400': *762 + '400': *763 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116407,17 +116422,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *334 - *335 - - *247 + - *336 + - *248 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *778 + default: *779 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116438,9 +116453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *334 - *335 - - *247 + - *336 + - *248 responses: '204': description: Response @@ -116472,9 +116487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *334 - *335 - - *247 + - *336 + - *248 - name: token description: package token schema: @@ -116506,9 +116521,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: - - *334 - *335 - - *247 + - *336 + - *248 responses: '200': description: Response @@ -116516,7 +116531,7 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: default: value: @@ -116574,16 +116589,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: - - *334 - *335 - - *337 - - *247 + - *336 + - *338 + - *248 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -116618,10 +116633,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *334 - *335 - - *247 - - *337 + - *336 + - *248 + - *338 responses: '204': description: Response @@ -116653,10 +116668,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *334 - *335 - - *247 - - *337 + - *336 + - *248 + - *338 responses: '204': description: Response @@ -116682,7 +116697,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects parameters: - - *247 + - *248 - name: state description: Indicates the state of the projects to return. in: query @@ -116703,7 +116718,7 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: default: value: @@ -116765,7 +116780,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: - - *247 + - *248 - *17 - *19 responses: @@ -116775,7 +116790,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -116854,7 +116869,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: - - *247 + - *248 - *17 - *19 responses: @@ -116864,7 +116879,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -116941,7 +116956,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *247 + - *248 - name: type description: Limit results to repositories of the specified type. in: query @@ -116984,9 +116999,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -117010,15 +117025,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: - - *247 + - *248 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117040,15 +117055,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: - - *247 + - *248 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117070,15 +117085,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: - - *247 + - *248 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117098,11 +117113,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: - - *247 - - *194 + - *248 - *195 - *196 - *197 + - *198 responses: '200': description: Response when getting a billing usage report @@ -117172,8 +117187,8 @@ paths: repositoryName: user/example '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117191,7 +117206,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: - - *247 + - *248 - *17 - *19 responses: @@ -117201,9 +117216,9 @@ paths: application/json: schema: type: array - items: *765 + items: *766 examples: - default: *766 + default: *767 headers: Link: *38 x-github: @@ -117223,7 +117238,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: - - *247 + - *248 - *17 - *19 responses: @@ -117233,9 +117248,9 @@ paths: application/json: schema: type: array - items: *767 + items: *768 examples: - default: *779 + default: *780 headers: Link: *38 x-github: @@ -117259,9 +117274,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *247 - - *780 - - *91 + - *248 + - *781 + - *92 - *17 - *19 responses: @@ -117272,11 +117287,11 @@ paths: schema: anyOf: - type: array - items: *781 + items: *782 - type: array - items: *64 + items: *65 examples: - default-response: *770 + default-response: *771 headers: Link: *38 x-github: @@ -117295,7 +117310,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -117305,9 +117320,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -117436,7 +117451,7 @@ webhooks: type: string enum: - disabled - enterprise: &782 + enterprise: &783 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -117505,7 +117520,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &783 + installation: &784 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -117526,7 +117541,7 @@ webhooks: required: - id - node_id - organization: &784 + organization: &785 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -117599,7 +117614,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &785 + repository: &786 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -117628,7 +117643,7 @@ webhooks: license: anyOf: - type: 'null' - - *179 + - *180 organization: anyOf: - type: 'null' @@ -118512,10 +118527,10 @@ webhooks: type: string enum: - enabled - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -118591,11 +118606,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - rule: &786 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + rule: &787 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) @@ -118818,11 +118833,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - rule: *786 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + rule: *787 sender: *4 required: - action @@ -119010,11 +119025,11 @@ webhooks: - everyone required: - from - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - rule: *786 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + rule: *787 sender: *4 required: - action @@ -119085,7 +119100,7 @@ webhooks: required: true content: application/json: - schema: &789 + schema: &790 title: Exemption request cancellation event type: object properties: @@ -119093,11 +119108,11 @@ webhooks: type: string enum: - cancelled - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - exemption_request: &787 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + exemption_request: &788 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -119335,7 +119350,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &788 + items: &789 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -119445,7 +119460,7 @@ webhooks: required: true content: application/json: - schema: &790 + schema: &791 title: Exemption request completed event type: object properties: @@ -119453,11 +119468,11 @@ webhooks: type: string enum: - completed - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - exemption_request: *787 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + exemption_request: *788 sender: *4 required: - action @@ -119527,7 +119542,7 @@ webhooks: required: true content: application/json: - schema: &791 + schema: &792 title: Exemption request created event type: object properties: @@ -119535,11 +119550,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - exemption_request: *787 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + exemption_request: *788 sender: *4 required: - action @@ -119609,7 +119624,7 @@ webhooks: required: true content: application/json: - schema: &792 + schema: &793 title: Exemption response dismissed event type: object properties: @@ -119617,12 +119632,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - exemption_request: *787 - exemption_response: *788 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + exemption_request: *788 + exemption_response: *789 sender: *4 required: - action @@ -119694,7 +119709,7 @@ webhooks: required: true content: application/json: - schema: &793 + schema: &794 title: Exemption response submitted event type: object properties: @@ -119702,12 +119717,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - exemption_request: *787 - exemption_response: *788 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + exemption_request: *788 + exemption_response: *789 sender: *4 required: - action @@ -119780,7 +119795,7 @@ webhooks: required: true content: application/json: - schema: *789 + schema: *790 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119847,7 +119862,7 @@ webhooks: required: true content: application/json: - schema: *790 + schema: *791 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119914,7 +119929,7 @@ webhooks: required: true content: application/json: - schema: *791 + schema: *792 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119981,7 +119996,7 @@ webhooks: required: true content: application/json: - schema: *792 + schema: *793 responses: '200': description: Return a 200 status to indicate that the data was received @@ -120049,7 +120064,7 @@ webhooks: required: true content: application/json: - schema: *793 + schema: *794 responses: '200': description: Return a 200 status to indicate that the data was received @@ -120127,7 +120142,7 @@ webhooks: type: string enum: - completed - check_run: &795 + check_run: &796 title: CheckRun description: A check performed on the code of a given code change type: object @@ -120192,8 +120207,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *476 - repository: *225 + items: *477 + repository: *226 status: type: string enum: @@ -120237,7 +120252,7 @@ webhooks: - examples: - neutral - deployment: *794 + deployment: *795 details_url: type: string examples: @@ -120297,7 +120312,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *476 + items: *477 started_at: type: string format: date-time @@ -120335,9 +120350,9 @@ webhooks: - output - app - pull_requests - installation: *783 - organization: *784 - repository: *785 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - check_run @@ -120730,10 +120745,10 @@ webhooks: type: string enum: - created - check_run: *795 - installation: *783 - organization: *784 - repository: *785 + check_run: *796 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - check_run @@ -121129,10 +121144,10 @@ webhooks: type: string enum: - requested_action - check_run: *795 - installation: *783 - organization: *784 - repository: *785 + check_run: *796 + installation: *784 + organization: *785 + repository: *786 requested_action: description: The action requested by the user. type: object @@ -121537,10 +121552,10 @@ webhooks: type: string enum: - rerequested - check_run: *795 - installation: *783 - organization: *784 - repository: *785 + check_run: *796 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - check_run @@ -122532,10 +122547,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -123220,10 +123235,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -123902,10 +123917,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -124071,7 +124086,7 @@ webhooks: required: - login - id - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -124223,20 +124238,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &796 + commit_oid: &797 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: *782 - installation: *783 - organization: *784 - ref: &797 + enterprise: *783 + installation: *784 + organization: *785 + ref: &798 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: *785 + repository: *786 sender: *4 required: - action @@ -124400,7 +124415,7 @@ webhooks: required: - login - id - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -124641,12 +124656,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *796 - enterprise: *782 - installation: *783 - organization: *784 - ref: *797 - repository: *785 + commit_oid: *797 + enterprise: *783 + installation: *784 + organization: *785 + ref: *798 + repository: *786 sender: *4 required: - action @@ -124744,7 +124759,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -124926,12 +124941,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *796 - enterprise: *782 - installation: *783 - organization: *784 - ref: *797 - repository: *785 + commit_oid: *797 + enterprise: *783 + installation: *784 + organization: *785 + ref: *798 + repository: *786 sender: *4 required: - action @@ -125097,7 +125112,7 @@ webhooks: required: - login - id - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -125274,12 +125289,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *796 - enterprise: *782 - installation: *783 - organization: *784 - ref: *797 - repository: *785 + commit_oid: *797 + enterprise: *783 + installation: *784 + organization: *785 + ref: *798 + repository: *786 sender: *4 required: - action @@ -125379,7 +125394,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -125559,9 +125574,9 @@ webhooks: type: - string - 'null' - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -125569,7 +125584,7 @@ webhooks: type: - string - 'null' - repository: *785 + repository: *786 sender: *4 required: - action @@ -125665,7 +125680,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -125812,12 +125827,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *796 - enterprise: *782 - installation: *783 - organization: *784 - ref: *797 - repository: *785 + commit_oid: *797 + enterprise: *783 + installation: *784 + organization: *785 + ref: *798 + repository: *786 sender: *4 required: - action @@ -126079,10 +126094,10 @@ webhooks: - updated_at - author_association - body - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -126163,18 +126178,18 @@ webhooks: type: - string - 'null' - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *784 - pusher_type: &798 + organization: *785 + pusher_type: &799 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &799 + ref: &800 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -126184,7 +126199,7 @@ webhooks: enum: - tag - branch - repository: *785 + repository: *786 sender: *4 required: - ref @@ -126266,10 +126281,10 @@ webhooks: type: string enum: - created - definition: *117 - enterprise: *782 - installation: *783 - organization: *784 + definition: *118 + enterprise: *783 + installation: *784 + organization: *785 sender: *4 required: - action @@ -126354,9 +126369,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 sender: *4 required: - action @@ -126433,10 +126448,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *117 - enterprise: *782 - installation: *783 - organization: *784 + definition: *118 + enterprise: *783 + installation: *784 + organization: *785 sender: *4 required: - action @@ -126513,10 +126528,10 @@ webhooks: type: string enum: - updated - definition: *117 - enterprise: *782 - installation: *783 - organization: *784 + definition: *118 + enterprise: *783 + installation: *784 + organization: *785 sender: *4 required: - action @@ -126593,19 +126608,19 @@ webhooks: type: string enum: - updated - enterprise: *782 - installation: *783 - repository: *785 - organization: *784 + enterprise: *783 + installation: *784 + repository: *786 + organization: *785 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *350 + items: *351 old_property_values: type: array description: The old custom property values for the repository. - items: *350 + items: *351 required: - action - repository @@ -126681,18 +126696,18 @@ webhooks: title: delete event type: object properties: - enterprise: *782 - installation: *783 - organization: *784 - pusher_type: *798 - ref: *799 + enterprise: *783 + installation: *784 + organization: *785 + pusher_type: *799 + ref: *800 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *785 + repository: *786 sender: *4 required: - ref @@ -126776,11 +126791,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -126864,11 +126879,11 @@ webhooks: type: string enum: - auto_reopened - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -126952,11 +126967,11 @@ webhooks: type: string enum: - created - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -127038,11 +127053,11 @@ webhooks: type: string enum: - dismissed - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -127124,11 +127139,11 @@ webhooks: type: string enum: - fixed - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -127211,11 +127226,11 @@ webhooks: type: string enum: - reintroduced - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -127297,11 +127312,11 @@ webhooks: type: string enum: - reopened - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -127378,9 +127393,9 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - key: &800 + enterprise: *783 + installation: *784 + key: &801 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -127418,8 +127433,8 @@ webhooks: - verified - created_at - read_only - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -127496,11 +127511,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - key: *800 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + key: *801 + organization: *785 + repository: *786 sender: *4 required: - action @@ -128072,12 +128087,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - workflow: &804 + workflow: &805 title: Workflow type: - object @@ -128815,13 +128830,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *546 + deployment: *547 pull_requests: type: array - items: *637 - repository: *785 - organization: *784 - installation: *783 + items: *638 + repository: *786 + organization: *785 + installation: *784 sender: *4 responses: '200': @@ -128892,7 +128907,7 @@ webhooks: type: string enum: - approved - approver: &801 + approver: &802 type: object properties: avatar_url: @@ -128935,11 +128950,11 @@ webhooks: type: string comment: type: string - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - reviewers: &802 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + reviewers: &803 type: array items: type: object @@ -129020,7 +129035,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &803 + workflow_job_run: &804 type: object properties: conclusion: @@ -129766,18 +129781,18 @@ webhooks: type: string enum: - rejected - approver: *801 + approver: *802 comment: type: string - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - reviewers: *802 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + reviewers: *803 sender: *4 since: type: string - workflow_job_run: *803 + workflow_job_run: *804 workflow_job_runs: type: array items: @@ -130494,13 +130509,13 @@ webhooks: type: string enum: - requested - enterprise: *782 + enterprise: *783 environment: type: string - installation: *783 - organization: *784 - repository: *785 - requestor: &809 + installation: *784 + organization: *785 + repository: *786 + requestor: &810 title: User type: - object @@ -132443,12 +132458,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - workflow: *804 + workflow: *805 workflow_run: title: Deployment Workflow Run type: @@ -133139,7 +133154,7 @@ webhooks: type: string enum: - answered - answer: &807 + answer: &808 type: object properties: author_association: @@ -133299,7 +133314,7 @@ webhooks: - created_at - updated_at - body - discussion: &805 + discussion: &806 title: Discussion description: A Discussion in a repository. type: object @@ -133595,7 +133610,7 @@ webhooks: - id labels: type: array - items: *601 + items: *602 required: - repository_url - category @@ -133617,10 +133632,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -133747,11 +133762,11 @@ webhooks: - from required: - category - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -133834,11 +133849,11 @@ webhooks: type: string enum: - closed - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -133920,7 +133935,7 @@ webhooks: type: string enum: - created - comment: &806 + comment: &807 type: object properties: author_association: @@ -134080,11 +134095,11 @@ webhooks: - updated_at - body - reactions - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134167,12 +134182,12 @@ webhooks: type: string enum: - deleted - comment: *806 - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + comment: *807 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134267,12 +134282,12 @@ webhooks: - from required: - body - comment: *806 - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + comment: *807 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134356,11 +134371,11 @@ webhooks: type: string enum: - created - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134442,11 +134457,11 @@ webhooks: type: string enum: - deleted - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134546,11 +134561,11 @@ webhooks: type: string required: - from - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134632,10 +134647,10 @@ webhooks: type: string enum: - labeled - discussion: *805 - enterprise: *782 - installation: *783 - label: &808 + discussion: *806 + enterprise: *783 + installation: *784 + label: &809 title: Label type: object properties: @@ -134668,8 +134683,8 @@ webhooks: - color - default - description - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134752,11 +134767,11 @@ webhooks: type: string enum: - locked - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134838,11 +134853,11 @@ webhooks: type: string enum: - pinned - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134924,11 +134939,11 @@ webhooks: type: string enum: - reopened - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135013,16 +135028,16 @@ webhooks: changes: type: object properties: - new_discussion: *805 - new_repository: *785 + new_discussion: *806 + new_repository: *786 required: - new_discussion - new_repository - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135105,10 +135120,10 @@ webhooks: type: string enum: - unanswered - discussion: *805 - old_answer: *807 - organization: *784 - repository: *785 + discussion: *806 + old_answer: *808 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135190,12 +135205,12 @@ webhooks: type: string enum: - unlabeled - discussion: *805 - enterprise: *782 - installation: *783 - label: *808 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135278,11 +135293,11 @@ webhooks: type: string enum: - unlocked - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135364,11 +135379,11 @@ webhooks: type: string enum: - unpinned - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135437,7 +135452,7 @@ webhooks: required: true content: application/json: - schema: *791 + schema: *792 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135500,7 +135515,7 @@ webhooks: required: true content: application/json: - schema: *793 + schema: *794 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135566,7 +135581,7 @@ webhooks: required: true content: application/json: - schema: *789 + schema: *790 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135632,7 +135647,7 @@ webhooks: required: true content: application/json: - schema: *790 + schema: *791 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135698,7 +135713,7 @@ webhooks: required: true content: application/json: - schema: *791 + schema: *792 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135764,7 +135779,7 @@ webhooks: required: true content: application/json: - schema: *792 + schema: *793 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135830,7 +135845,7 @@ webhooks: required: true content: application/json: - schema: *793 + schema: *794 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135897,7 +135912,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *782 + enterprise: *783 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -136575,9 +136590,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *783 - organization: *784 - repository: *785 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - forkee @@ -136723,9 +136738,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pages: description: The pages that were updated. type: array @@ -136763,7 +136778,7 @@ webhooks: - action - sha - html_url - repository: *785 + repository: *786 sender: *4 required: - pages @@ -136839,10 +136854,10 @@ webhooks: type: string enum: - created - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories: &810 + organization: *785 + repositories: &811 description: An array of repository objects that the installation can access. type: array @@ -136868,8 +136883,8 @@ webhooks: - name - full_name - private - repository: *785 - requester: *809 + repository: *786 + requester: *810 sender: *4 required: - action @@ -136944,11 +136959,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories: *810 - repository: *785 + organization: *785 + repositories: *811 + repository: *786 requester: type: - 'null' @@ -137025,11 +137040,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories: *810 - repository: *785 + organization: *785 + repositories: *811 + repository: *786 requester: type: - 'null' @@ -137106,10 +137121,10 @@ webhooks: type: string enum: - added - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories_added: &811 + organization: *785 + repositories_added: &812 description: An array of repository objects, which were added to the installation. type: array @@ -137155,15 +137170,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *785 - repository_selection: &812 + repository: *786 + repository_selection: &813 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *809 + requester: *810 sender: *4 required: - action @@ -137242,10 +137257,10 @@ webhooks: type: string enum: - removed - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories_added: *811 + organization: *785 + repositories_added: *812 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -137272,9 +137287,9 @@ webhooks: - name - full_name - private - repository: *785 - repository_selection: *812 - requester: *809 + repository: *786 + repository_selection: *813 + requester: *810 sender: *4 required: - action @@ -137353,11 +137368,11 @@ webhooks: type: string enum: - suspend - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories: *810 - repository: *785 + organization: *785 + repositories: *811 + repository: *786 requester: type: - 'null' @@ -137540,10 +137555,10 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 target_type: type: string @@ -137622,11 +137637,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories: *810 - repository: *785 + organization: *785 + repositories: *811 + repository: *786 requester: type: - 'null' @@ -137874,8 +137889,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138692,8 +138707,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138710,7 +138725,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -139054,8 +139069,8 @@ webhooks: - state - locked - assignee - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -139135,7 +139150,7 @@ webhooks: type: string enum: - deleted - comment: &813 + comment: &814 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -139302,8 +139317,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -140116,8 +140131,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140134,7 +140149,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -140480,8 +140495,8 @@ webhooks: - state - locked - assignee - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -140561,7 +140576,7 @@ webhooks: type: string enum: - edited - changes: &838 + changes: &839 description: The changes to the comment. type: object properties: @@ -140573,9 +140588,9 @@ webhooks: type: string required: - from - comment: *813 - enterprise: *782 - installation: *783 + comment: *814 + enterprise: *783 + installation: *784 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -141391,8 +141406,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141409,7 +141424,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -141753,8 +141768,8 @@ webhooks: - state - locked - assignee - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -141838,15 +141853,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *178 + blocked_issue: *179 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *178 - blocking_issue_repo: *64 - installation: *783 - organization: *784 - repository: *785 + blocking_issue: *179 + blocking_issue_repo: *65 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -141934,15 +141949,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *178 + blocked_issue: *179 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *178 - blocking_issue_repo: *64 - installation: *783 - organization: *784 - repository: *785 + blocking_issue: *179 + blocking_issue_repo: *65 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -142029,15 +142044,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *178 - blocked_issue_repo: *64 + blocked_issue: *179 + blocked_issue_repo: *65 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *178 - installation: *783 - organization: *784 - repository: *785 + blocking_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -142125,15 +142140,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *178 - blocked_issue_repo: *64 + blocked_issue: *179 + blocked_issue_repo: *65 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *178 - installation: *783 - organization: *784 - repository: *785 + blocking_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -142218,10 +142233,10 @@ webhooks: type: string enum: - assigned - assignee: *809 - enterprise: *782 - installation: *783 - issue: &816 + assignee: *810 + enterprise: *783 + installation: *784 + issue: &817 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -143033,11 +143048,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143054,7 +143069,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -143157,8 +143172,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -143238,8 +143253,8 @@ webhooks: type: string enum: - closed - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -144056,11 +144071,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144077,7 +144092,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -144323,8 +144338,8 @@ webhooks: required: - state - closed_at - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -144403,8 +144418,8 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145212,11 +145227,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145233,7 +145248,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -145335,8 +145350,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -145415,8 +145430,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146247,11 +146262,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146268,7 +146283,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -146349,7 +146364,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &814 + milestone: &815 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146492,8 +146507,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -146592,8 +146607,8 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147405,11 +147420,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147423,7 +147438,7 @@ webhooks: timeline_url: type: string format: uri - type: *315 + type: *316 title: description: Title of the issue type: string @@ -147529,9 +147544,9 @@ webhooks: - active_lock_reason - body - reactions - label: *808 - organization: *784 - repository: *785 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -147611,8 +147626,8 @@ webhooks: type: string enum: - labeled - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148423,11 +148438,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148441,7 +148456,7 @@ webhooks: timeline_url: type: string format: uri - type: *315 + type: *316 title: description: Title of the issue type: string @@ -148547,9 +148562,9 @@ webhooks: - active_lock_reason - body - reactions - label: *808 - organization: *784 - repository: *785 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -148629,8 +148644,8 @@ webhooks: type: string enum: - locked - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149466,11 +149481,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149484,7 +149499,7 @@ webhooks: timeline_url: type: string format: uri - type: *315 + type: *316 title: description: Title of the issue type: string @@ -149567,8 +149582,8 @@ webhooks: format: uri user_view_type: type: string - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -149647,8 +149662,8 @@ webhooks: type: string enum: - milestoned - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150478,11 +150493,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150499,7 +150514,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -150579,9 +150594,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *814 - organization: *784 - repository: *785 + milestone: *815 + organization: *785 + repository: *786 sender: *4 required: - action @@ -151473,11 +151488,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151573,7 +151588,7 @@ webhooks: required: - login - id - type: *315 + type: *316 required: - id - number @@ -152054,8 +152069,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152867,11 +152882,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152888,7 +152903,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -152990,8 +153005,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -153071,9 +153086,9 @@ webhooks: type: string enum: - pinned - enterprise: *782 - installation: *783 - issue: &815 + enterprise: *783 + installation: *784 + issue: &816 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -153879,11 +153894,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153900,7 +153915,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -154002,8 +154017,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -154082,8 +154097,8 @@ webhooks: type: string enum: - reopened - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154917,11 +154932,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155018,9 +155033,9 @@ webhooks: format: uri user_view_type: type: string - type: *315 - organization: *784 - repository: *785 + type: *316 + organization: *785 + repository: *786 sender: *4 required: - action @@ -155909,11 +155924,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155930,7 +155945,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -156512,11 +156527,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *782 - installation: *783 - issue: *815 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *816 + organization: *785 + repository: *786 sender: *4 required: - action @@ -156596,12 +156611,12 @@ webhooks: type: string enum: - typed - enterprise: *782 - installation: *783 - issue: *816 - type: *315 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *817 + type: *316 + organization: *785 + repository: *786 sender: *4 required: - action @@ -156682,7 +156697,7 @@ webhooks: type: string enum: - unassigned - assignee: &841 + assignee: &842 title: User type: - object @@ -156754,11 +156769,11 @@ webhooks: required: - login - id - enterprise: *782 - installation: *783 - issue: *816 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *817 + organization: *785 + repository: *786 sender: *4 required: - action @@ -156837,12 +156852,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *782 - installation: *783 - issue: *816 - label: *808 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *817 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -156922,8 +156937,8 @@ webhooks: type: string enum: - unlocked - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157757,11 +157772,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157778,7 +157793,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -157858,8 +157873,8 @@ webhooks: format: uri user_view_type: type: string - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -157939,11 +157954,11 @@ webhooks: type: string enum: - unpinned - enterprise: *782 - installation: *783 - issue: *815 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *816 + organization: *785 + repository: *786 sender: *4 required: - action @@ -158022,12 +158037,12 @@ webhooks: type: string enum: - untyped - enterprise: *782 - installation: *783 - issue: *816 - type: *315 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *817 + type: *316 + organization: *785 + repository: *786 sender: *4 required: - action @@ -158107,11 +158122,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - label: *808 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -158189,11 +158204,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - label: *808 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -158303,11 +158318,11 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - label: *808 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -158389,9 +158404,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *782 - installation: *783 - marketplace_purchase: &817 + enterprise: *783 + installation: *784 + marketplace_purchase: &818 title: Marketplace Purchase type: object required: @@ -158479,8 +158494,8 @@ webhooks: type: integer unit_count: type: integer - organization: *784 - previous_marketplace_purchase: &818 + organization: *785 + previous_marketplace_purchase: &819 title: Marketplace Purchase type: object properties: @@ -158564,7 +158579,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *785 + repository: *786 sender: *4 required: - action @@ -158644,10 +158659,10 @@ webhooks: - changed effective_date: type: string - enterprise: *782 - installation: *783 - marketplace_purchase: *817 - organization: *784 + enterprise: *783 + installation: *784 + marketplace_purchase: *818 + organization: *785 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -158735,7 +158750,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *785 + repository: *786 sender: *4 required: - action @@ -158817,10 +158832,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *782 - installation: *783 - marketplace_purchase: *817 - organization: *784 + enterprise: *783 + installation: *784 + marketplace_purchase: *818 + organization: *785 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -158906,7 +158921,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *785 + repository: *786 sender: *4 required: - action @@ -158987,8 +159002,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 marketplace_purchase: title: Marketplace Purchase type: object @@ -159074,9 +159089,9 @@ webhooks: type: integer unit_count: type: integer - organization: *784 - previous_marketplace_purchase: *818 - repository: *785 + organization: *785 + previous_marketplace_purchase: *819 + repository: *786 sender: *4 required: - action @@ -159156,12 +159171,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *782 - installation: *783 - marketplace_purchase: *817 - organization: *784 - previous_marketplace_purchase: *818 - repository: *785 + enterprise: *783 + installation: *784 + marketplace_purchase: *818 + organization: *785 + previous_marketplace_purchase: *819 + repository: *786 sender: *4 required: - action @@ -159263,11 +159278,11 @@ webhooks: type: string required: - to - enterprise: *782 - installation: *783 - member: *809 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + member: *810 + organization: *785 + repository: *786 sender: *4 required: - action @@ -159369,11 +159384,11 @@ webhooks: type: - string - 'null' - enterprise: *782 - installation: *783 - member: *809 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + member: *810 + organization: *785 + repository: *786 sender: *4 required: - action @@ -159452,11 +159467,11 @@ webhooks: type: string enum: - removed - enterprise: *782 - installation: *783 - member: *809 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + member: *810 + organization: *785 + repository: *786 sender: *4 required: - action @@ -159534,11 +159549,11 @@ webhooks: type: string enum: - added - enterprise: *782 - installation: *783 - member: *809 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + member: *810 + organization: *785 + repository: *786 scope: description: The scope of the membership. Currently, can only be `team`. @@ -159616,7 +159631,7 @@ webhooks: required: - login - id - team: &819 + team: &820 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -159809,11 +159824,11 @@ webhooks: type: string enum: - removed - enterprise: *782 - installation: *783 - member: *809 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + member: *810 + organization: *785 + repository: *786 scope: description: The scope of the membership. Currently, can only be `team`. @@ -159892,7 +159907,7 @@ webhooks: required: - login - id - team: *819 + team: *820 required: - action - scope @@ -159974,8 +159989,8 @@ webhooks: type: string enum: - checks_requested - installation: *783 - merge_group: &820 + installation: *784 + merge_group: &821 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -159994,15 +160009,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *480 + head_commit: *481 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160088,10 +160103,10 @@ webhooks: - merged - invalidated - dequeued - installation: *783 - merge_group: *820 - organization: *784 - repository: *785 + installation: *784 + merge_group: *821 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160164,7 +160179,7 @@ webhooks: type: string enum: - deleted - enterprise: *782 + enterprise: *783 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -160273,12 +160288,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *783 - organization: *784 + installation: *784 + organization: *785 repository: anyOf: - type: 'null' - - *785 + - *786 sender: *4 required: - action @@ -160358,11 +160373,11 @@ webhooks: type: string enum: - closed - enterprise: *782 - installation: *783 - milestone: *814 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + milestone: *815 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160441,9 +160456,9 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - milestone: &821 + enterprise: *783 + installation: *784 + milestone: &822 title: Milestone description: A collection of related issues and pull requests. type: object @@ -160585,8 +160600,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160665,11 +160680,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - milestone: *814 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + milestone: *815 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160779,11 +160794,11 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - milestone: *814 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + milestone: *815 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160863,11 +160878,11 @@ webhooks: type: string enum: - opened - enterprise: *782 - installation: *783 - milestone: *821 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + milestone: *822 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160946,11 +160961,11 @@ webhooks: type: string enum: - blocked - blocked_user: *809 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + blocked_user: *810 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161029,11 +161044,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *809 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + blocked_user: *810 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161112,9 +161127,9 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - membership: &822 + enterprise: *783 + installation: *784 + membership: &823 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -161224,8 +161239,8 @@ webhooks: - role - organization_url - user - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161303,11 +161318,11 @@ webhooks: type: string enum: - member_added - enterprise: *782 - installation: *783 - membership: *822 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + membership: *823 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161386,8 +161401,8 @@ webhooks: type: string enum: - member_invited - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -161509,10 +161524,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 - user: *809 + user: *810 required: - action - invitation @@ -161590,11 +161605,11 @@ webhooks: type: string enum: - member_removed - enterprise: *782 - installation: *783 - membership: *822 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + membership: *823 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161681,11 +161696,11 @@ webhooks: properties: from: type: string - enterprise: *782 - installation: *783 - membership: *822 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + membership: *823 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161761,9 +161776,9 @@ webhooks: type: string enum: - published - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 package: description: Information about the package. type: object @@ -162286,7 +162301,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &823 + items: &824 title: Ruby Gems metadata type: object properties: @@ -162383,7 +162398,7 @@ webhooks: - owner - package_version - registry - repository: *785 + repository: *786 sender: *4 required: - action @@ -162459,9 +162474,9 @@ webhooks: type: string enum: - updated - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 package: description: Information about the package. type: object @@ -162823,7 +162838,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *823 + items: *824 source_url: type: string format: uri @@ -162894,7 +162909,7 @@ webhooks: - owner - package_version - registry - repository: *785 + repository: *786 sender: *4 required: - action @@ -163075,12 +163090,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *782 + enterprise: *783 id: type: integer - installation: *783 - organization: *784 - repository: *785 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - id @@ -163157,7 +163172,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &824 + personal_access_token_request: &825 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -163307,10 +163322,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *782 - organization: *784 + enterprise: *783 + organization: *785 sender: *4 - installation: *783 + installation: *784 required: - action - personal_access_token_request @@ -163387,11 +163402,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *824 - enterprise: *782 - organization: *784 + personal_access_token_request: *825 + enterprise: *783 + organization: *785 sender: *4 - installation: *783 + installation: *784 required: - action - personal_access_token_request @@ -163467,11 +163482,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *824 - enterprise: *782 - organization: *784 + personal_access_token_request: *825 + enterprise: *783 + organization: *785 sender: *4 - installation: *783 + installation: *784 required: - action - personal_access_token_request @@ -163546,11 +163561,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *824 - organization: *784 - enterprise: *782 + personal_access_token_request: *825 + organization: *785 + enterprise: *783 sender: *4 - installation: *783 + installation: *784 required: - action - personal_access_token_request @@ -163655,7 +163670,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *825 + last_response: *826 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -163687,8 +163702,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 zen: description: Random string of GitHub zen. @@ -163933,10 +163948,10 @@ webhooks: - from required: - note - enterprise: *782 - installation: *783 - organization: *784 - project_card: &826 + enterprise: *783 + installation: *784 + organization: *785 + project_card: &827 title: Project Card type: object properties: @@ -164059,7 +164074,7 @@ webhooks: - creator - created_at - updated_at - repository: *785 + repository: *786 sender: *4 required: - action @@ -164140,11 +164155,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - project_card: *826 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project_card: *827 + repository: *786 sender: *4 required: - action @@ -164224,9 +164239,9 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 project_card: title: Project Card type: object @@ -164356,7 +164371,7 @@ webhooks: repository: anyOf: - type: 'null' - - *785 + - *786 sender: *4 required: - action @@ -164450,11 +164465,11 @@ webhooks: - from required: - note - enterprise: *782 - installation: *783 - organization: *784 - project_card: *826 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project_card: *827 + repository: *786 sender: *4 required: - action @@ -164548,9 +164563,9 @@ webhooks: - from required: - column_id - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 project_card: allOf: - title: Project Card @@ -164747,7 +164762,7 @@ webhooks: type: string required: - after_id - repository: *785 + repository: *786 sender: *4 required: - action @@ -164827,10 +164842,10 @@ webhooks: type: string enum: - closed - enterprise: *782 - installation: *783 - organization: *784 - project: &828 + enterprise: *783 + installation: *784 + organization: *785 + project: &829 title: Project type: object properties: @@ -164957,7 +164972,7 @@ webhooks: - creator - created_at - updated_at - repository: *785 + repository: *786 sender: *4 required: - action @@ -165037,10 +165052,10 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - project_column: &827 + enterprise: *783 + installation: *784 + organization: *785 + project_column: &828 title: Project Column type: object properties: @@ -165080,7 +165095,7 @@ webhooks: - name - created_at - updated_at - repository: *785 + repository: *786 sender: *4 required: - action @@ -165159,14 +165174,14 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - project_column: *827 + enterprise: *783 + installation: *784 + organization: *785 + project_column: *828 repository: anyOf: - type: 'null' - - *785 + - *786 sender: *4 required: - action @@ -165255,11 +165270,11 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - organization: *784 - project_column: *827 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project_column: *828 + repository: *786 sender: *4 required: - action @@ -165339,11 +165354,11 @@ webhooks: type: string enum: - moved - enterprise: *782 - installation: *783 - organization: *784 - project_column: *827 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project_column: *828 + repository: *786 sender: *4 required: - action @@ -165423,11 +165438,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - project: *828 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project: *829 + repository: *786 sender: *4 required: - action @@ -165507,14 +165522,14 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - project: *828 + enterprise: *783 + installation: *784 + organization: *785 + project: *829 repository: anyOf: - type: 'null' - - *785 + - *786 sender: *4 required: - action @@ -165615,11 +165630,11 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - organization: *784 - project: *828 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project: *829 + repository: *786 sender: *4 required: - action @@ -165698,11 +165713,11 @@ webhooks: type: string enum: - reopened - enterprise: *782 - installation: *783 - organization: *784 - project: *828 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project: *829 + repository: *786 sender: *4 required: - action @@ -165783,9 +165798,9 @@ webhooks: type: string enum: - closed - installation: *783 - organization: *784 - projects_v2: &829 + installation: *784 + organization: *785 + projects_v2: &830 title: Projects v2 Project description: A projects v2 project type: object @@ -165846,7 +165861,7 @@ webhooks: latest_status_update: anyOf: - type: 'null' - - &834 + - &835 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -165999,9 +166014,9 @@ webhooks: type: string enum: - created - installation: *783 - organization: *784 - projects_v2: *829 + installation: *784 + organization: *785 + projects_v2: *830 sender: *4 required: - action @@ -166082,9 +166097,9 @@ webhooks: type: string enum: - deleted - installation: *783 - organization: *784 - projects_v2: *829 + installation: *784 + organization: *785 + projects_v2: *830 sender: *4 required: - action @@ -166205,9 +166220,9 @@ webhooks: type: string to: type: string - installation: *783 - organization: *784 - projects_v2: *829 + installation: *784 + organization: *785 + projects_v2: *830 sender: *4 required: - action @@ -166290,7 +166305,7 @@ webhooks: type: string enum: - archived - changes: &833 + changes: &834 type: object properties: archived_at: @@ -166306,9 +166321,9 @@ webhooks: - string - 'null' format: date-time - installation: *783 - organization: *784 - projects_v2_item: &830 + installation: *784 + organization: *785 + projects_v2_item: &831 title: Projects v2 Item description: An item belonging to a project type: object @@ -166447,9 +166462,9 @@ webhooks: - 'null' to: type: string - installation: *783 - organization: *784 - projects_v2_item: *830 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -166531,9 +166546,9 @@ webhooks: type: string enum: - created - installation: *783 - organization: *784 - projects_v2_item: *830 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -166614,9 +166629,9 @@ webhooks: type: string enum: - deleted - installation: *783 - organization: *784 - projects_v2_item: *830 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -166721,7 +166736,7 @@ webhooks: oneOf: - type: string - type: integer - - &831 + - &832 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -166741,7 +166756,7 @@ webhooks: required: - id - name - - &832 + - &833 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -166774,8 +166789,8 @@ webhooks: oneOf: - type: string - type: integer - - *831 - *832 + - *833 type: - 'null' - string @@ -166798,9 +166813,9 @@ webhooks: - 'null' required: - body - installation: *783 - organization: *784 - projects_v2_item: *830 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -166897,9 +166912,9 @@ webhooks: type: - string - 'null' - installation: *783 - organization: *784 - projects_v2_item: *830 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -166982,10 +166997,10 @@ webhooks: type: string enum: - restored - changes: *833 - installation: *783 - organization: *784 - projects_v2_item: *830 + changes: *834 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -167067,9 +167082,9 @@ webhooks: type: string enum: - reopened - installation: *783 - organization: *784 - projects_v2: *829 + installation: *784 + organization: *785 + projects_v2: *830 sender: *4 required: - action @@ -167150,9 +167165,9 @@ webhooks: type: string enum: - created - installation: *783 - organization: *784 - projects_v2_status_update: *834 + installation: *784 + organization: *785 + projects_v2_status_update: *835 sender: *4 required: - action @@ -167233,9 +167248,9 @@ webhooks: type: string enum: - deleted - installation: *783 - organization: *784 - projects_v2_status_update: *834 + installation: *784 + organization: *785 + projects_v2_status_update: *835 sender: *4 required: - action @@ -167381,9 +167396,9 @@ webhooks: - string - 'null' format: date - installation: *783 - organization: *784 - projects_v2_status_update: *834 + installation: *784 + organization: *785 + projects_v2_status_update: *835 sender: *4 required: - action @@ -167454,10 +167469,10 @@ webhooks: title: public event type: object properties: - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - repository @@ -167534,13 +167549,13 @@ webhooks: type: string enum: - assigned - assignee: *809 - enterprise: *782 - installation: *783 - number: &835 + assignee: *810 + enterprise: *783 + installation: *784 + number: &836 description: The pull request number. type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -169889,7 +169904,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -169971,11 +169986,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -172317,7 +172332,7 @@ webhooks: - draft reason: type: string - repository: *785 + repository: *786 sender: *4 required: - action @@ -172399,11 +172414,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -174745,7 +174760,7 @@ webhooks: - draft reason: type: string - repository: *785 + repository: *786 sender: *4 required: - action @@ -174827,13 +174842,13 @@ webhooks: type: string enum: - closed - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: &836 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: &837 allOf: - - *637 + - *638 - type: object properties: allow_auto_merge: @@ -174895,7 +174910,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *785 + repository: *786 sender: *4 required: - action @@ -174976,12 +174991,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: *836 - repository: *785 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: *837 + repository: *786 sender: *4 required: - action @@ -175061,11 +175076,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *782 - milestone: *526 - number: *835 - organization: *784 - pull_request: &837 + enterprise: *783 + milestone: *527 + number: *836 + organization: *785 + pull_request: &838 title: Pull Request type: object properties: @@ -177392,7 +177407,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -177471,11 +177486,11 @@ webhooks: type: string enum: - dequeued - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -179821,7 +179836,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *785 + repository: *786 sender: *4 required: - action @@ -179945,12 +179960,12 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: *836 - repository: *785 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: *837 + repository: *786 sender: *4 required: - action @@ -180030,11 +180045,11 @@ webhooks: type: string enum: - enqueued - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -182365,7 +182380,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -182445,11 +182460,11 @@ webhooks: type: string enum: - labeled - enterprise: *782 - installation: *783 - label: *808 - number: *835 - organization: *784 + enterprise: *783 + installation: *784 + label: *809 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -184797,7 +184812,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -184878,10 +184893,10 @@ webhooks: type: string enum: - locked - enterprise: *782 - installation: *783 - number: *835 - organization: *784 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -187227,7 +187242,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -187307,12 +187322,12 @@ webhooks: type: string enum: - milestoned - enterprise: *782 - milestone: *526 - number: *835 - organization: *784 - pull_request: *837 - repository: *785 + enterprise: *783 + milestone: *527 + number: *836 + organization: *785 + pull_request: *838 + repository: *786 sender: *4 required: - action @@ -187391,12 +187406,12 @@ webhooks: type: string enum: - opened - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: *836 - repository: *785 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: *837 + repository: *786 sender: *4 required: - action @@ -187477,12 +187492,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: *836 - repository: *785 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: *837 + repository: *786 sender: *4 required: - action @@ -187562,12 +187577,12 @@ webhooks: type: string enum: - reopened - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: *836 - repository: *785 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: *837 + repository: *786 sender: *4 required: - action @@ -187942,9 +187957,9 @@ webhooks: - start_side - side - reactions - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: type: object properties: @@ -190174,7 +190189,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *785 + repository: *786 sender: *4 required: - action @@ -190254,7 +190269,7 @@ webhooks: type: string enum: - deleted - comment: &839 + comment: &840 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. @@ -190547,9 +190562,9 @@ webhooks: - start_side - side - reactions - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: type: object properties: @@ -192767,7 +192782,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *785 + repository: *786 sender: *4 required: - action @@ -192847,11 +192862,11 @@ webhooks: type: string enum: - edited - changes: *838 - comment: *839 - enterprise: *782 - installation: *783 - organization: *784 + changes: *839 + comment: *840 + enterprise: *783 + installation: *784 + organization: *785 pull_request: type: object properties: @@ -195072,7 +195087,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *785 + repository: *786 sender: *4 required: - action @@ -195153,9 +195168,9 @@ webhooks: type: string enum: - dismissed - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: title: Simple Pull Request type: object @@ -197388,7 +197403,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *785 + repository: *786 review: description: The review that was affected. type: object @@ -197639,9 +197654,9 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: title: Simple Pull Request type: object @@ -199755,8 +199770,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *785 - review: &840 + repository: *786 + review: &841 description: The review that was affected. type: object properties: @@ -199994,12 +200009,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: description: The pull request number. type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -202346,7 +202361,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 requested_reviewer: title: User type: @@ -202432,12 +202447,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: description: The pull request number. type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -204791,7 +204806,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204986,12 +205001,12 @@ webhooks: type: string enum: - review_requested - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: description: The pull request number. type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -207340,7 +207355,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 requested_reviewer: title: User type: @@ -207427,12 +207442,12 @@ webhooks: type: string enum: - review_requested - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: description: The pull request number. type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -209772,7 +209787,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209956,9 +209971,9 @@ webhooks: type: string enum: - submitted - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: title: Simple Pull Request type: object @@ -212194,8 +212209,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *785 - review: *840 + repository: *786 + review: *841 sender: *4 required: - action @@ -212275,9 +212290,9 @@ webhooks: type: string enum: - resolved - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: title: Simple Pull Request type: object @@ -214408,7 +214423,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *785 + repository: *786 sender: *4 thread: type: object @@ -214805,9 +214820,9 @@ webhooks: type: string enum: - unresolved - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: title: Simple Pull Request type: object @@ -216921,7 +216936,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *785 + repository: *786 sender: *4 thread: type: object @@ -217320,10 +217335,10 @@ webhooks: type: string before: type: string - enterprise: *782 - installation: *783 - number: *835 - organization: *784 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -219658,7 +219673,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -219740,11 +219755,11 @@ webhooks: type: string enum: - unassigned - assignee: *841 - enterprise: *782 - installation: *783 - number: *835 - organization: *784 + assignee: *842 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -222094,7 +222109,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -222173,11 +222188,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *782 - installation: *783 - label: *808 - number: *835 - organization: *784 + enterprise: *783 + installation: *784 + label: *809 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -224516,7 +224531,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -224597,10 +224612,10 @@ webhooks: type: string enum: - unlocked - enterprise: *782 - installation: *783 - number: *835 - organization: *784 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -226929,7 +226944,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -227132,7 +227147,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *782 + enterprise: *783 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -227227,8 +227242,8 @@ webhooks: - url - author - committer - installation: *783 - organization: *784 + installation: *784 + organization: *785 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227816,9 +227831,9 @@ webhooks: type: string enum: - published - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 registry_package: type: object properties: @@ -228295,7 +228310,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *823 + items: *824 summary: type: string tag_name: @@ -228351,7 +228366,7 @@ webhooks: - owner - package_version - registry - repository: *785 + repository: *786 sender: *4 required: - action @@ -228429,9 +228444,9 @@ webhooks: type: string enum: - updated - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 registry_package: type: object properties: @@ -228743,7 +228758,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *823 + items: *824 summary: type: string tag_name: @@ -228793,7 +228808,7 @@ webhooks: - owner - package_version - registry - repository: *785 + repository: *786 sender: *4 required: - action @@ -228870,10 +228885,10 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - release: &842 + enterprise: *783 + installation: *784 + organization: *785 + release: &843 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -229204,7 +229219,7 @@ webhooks: - updated_at - zipball_url - body - repository: *785 + repository: *786 sender: *4 required: - action @@ -229281,11 +229296,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - release: *842 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + release: *843 + repository: *786 sender: *4 required: - action @@ -229402,11 +229417,11 @@ webhooks: type: boolean required: - to - enterprise: *782 - installation: *783 - organization: *784 - release: *842 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + release: *843 + repository: *786 sender: *4 required: - action @@ -229484,9 +229499,9 @@ webhooks: type: string enum: - prereleased - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -229822,7 +229837,7 @@ webhooks: - string - 'null' format: uri - repository: *785 + repository: *786 sender: *4 required: - action @@ -229898,10 +229913,10 @@ webhooks: type: string enum: - published - enterprise: *782 - installation: *783 - organization: *784 - release: &843 + enterprise: *783 + installation: *784 + organization: *785 + release: &844 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -230234,7 +230249,7 @@ webhooks: - string - 'null' format: uri - repository: *785 + repository: *786 sender: *4 required: - action @@ -230310,11 +230325,11 @@ webhooks: type: string enum: - released - enterprise: *782 - installation: *783 - organization: *784 - release: *842 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + release: *843 + repository: *786 sender: *4 required: - action @@ -230390,11 +230405,11 @@ webhooks: type: string enum: - unpublished - enterprise: *782 - installation: *783 - organization: *784 - release: *843 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + release: *844 + repository: *786 sender: *4 required: - action @@ -230470,11 +230485,11 @@ webhooks: type: string enum: - published - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - repository_advisory: *689 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + repository_advisory: *690 sender: *4 required: - action @@ -230550,11 +230565,11 @@ webhooks: type: string enum: - reported - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - repository_advisory: *689 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + repository_advisory: *690 sender: *4 required: - action @@ -230630,10 +230645,10 @@ webhooks: type: string enum: - archived - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -230710,10 +230725,10 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -230791,10 +230806,10 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -230879,10 +230894,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -230997,10 +231012,10 @@ webhooks: - 'null' items: type: string - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -231072,10 +231087,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 status: type: string @@ -231156,10 +231171,10 @@ webhooks: type: string enum: - privatized - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -231236,10 +231251,10 @@ webhooks: type: string enum: - publicized - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -231333,10 +231348,10 @@ webhooks: - name required: - repository - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -231416,11 +231431,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - repository_ruleset: *150 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + repository_ruleset: *151 sender: *4 required: - action @@ -231498,11 +231513,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - repository_ruleset: *150 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + repository_ruleset: *151 sender: *4 required: - action @@ -231580,11 +231595,11 @@ webhooks: type: string enum: - edited - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - repository_ruleset: *150 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + repository_ruleset: *151 changes: type: object properties: @@ -231603,16 +231618,16 @@ webhooks: properties: added: type: array - items: *124 + items: *125 deleted: type: array - items: *124 + items: *125 updated: type: array items: type: object properties: - condition: *124 + condition: *125 changes: type: object properties: @@ -231645,16 +231660,16 @@ webhooks: properties: added: type: array - items: *657 + items: *658 deleted: type: array - items: *657 + items: *658 updated: type: array items: type: object properties: - rule: *657 + rule: *658 changes: type: object properties: @@ -231891,10 +231906,10 @@ webhooks: - from required: - owner - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -231972,10 +231987,10 @@ webhooks: type: string enum: - unarchived - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232053,7 +232068,7 @@ webhooks: type: string enum: - create - alert: &844 + alert: &845 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -232177,10 +232192,10 @@ webhooks: type: string enum: - open - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232390,10 +232405,10 @@ webhooks: type: string enum: - dismissed - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232471,11 +232486,11 @@ webhooks: type: string enum: - reopen - alert: *844 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + alert: *845 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232677,10 +232692,10 @@ webhooks: enum: - fixed - open - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232758,17 +232773,17 @@ webhooks: type: string enum: - created - alert: &845 + alert: &846 type: object properties: - number: *101 - created_at: *108 + number: *102 + created_at: *109 updated_at: anyOf: - type: 'null' - - *109 - url: *106 - html_url: *107 + - *110 + url: *107 + html_url: *108 locations_url: type: string format: uri @@ -232868,10 +232883,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232952,11 +232967,11 @@ webhooks: type: string enum: - created - alert: *845 - installation: *783 - location: *846 - organization: *784 - repository: *785 + alert: *846 + installation: *784 + location: *847 + organization: *785 + repository: *786 sender: *4 required: - location @@ -233194,11 +233209,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *845 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + alert: *846 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -233276,11 +233291,11 @@ webhooks: type: string enum: - reopened - alert: *845 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + alert: *846 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -233358,11 +233373,11 @@ webhooks: type: string enum: - resolved - alert: *845 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + alert: *846 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -233440,11 +233455,11 @@ webhooks: type: string enum: - validated - alert: *845 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + alert: *846 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -233574,10 +233589,10 @@ webhooks: - organization - enterprise - - repository: *785 - enterprise: *782 - installation: *783 - organization: *784 + repository: *786 + enterprise: *783 + installation: *784 + organization: *785 sender: *4 required: - action @@ -233655,11 +233670,11 @@ webhooks: type: string enum: - published - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - security_advisory: &847 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + security_advisory: &848 description: The details of the security advisory, including summary, description, and severity. type: object @@ -233676,7 +233691,7 @@ webhooks: required: - vector_string - score - cvss_severities: *103 + cvss_severities: *104 cwes: type: array items: @@ -233845,11 +233860,11 @@ webhooks: type: string enum: - updated - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - security_advisory: *847 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + security_advisory: *848 sender: *4 required: - action @@ -233922,10 +233937,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -233943,7 +233958,7 @@ webhooks: required: - vector_string - score - cvss_severities: *103 + cvss_severities: *104 cwes: type: array items: @@ -234111,11 +234126,11 @@ webhooks: from: type: object properties: - security_and_analysis: *351 - enterprise: *782 - installation: *783 - organization: *784 - repository: *417 + security_and_analysis: *352 + enterprise: *783 + installation: *784 + organization: *785 + repository: *418 sender: *4 required: - changes @@ -234193,12 +234208,12 @@ webhooks: type: string enum: - cancelled - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: &848 + sponsorship: &849 type: object properties: created_at: @@ -234503,12 +234518,12 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: *848 + sponsorship: *849 required: - action - sponsorship @@ -234596,12 +234611,12 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: *848 + sponsorship: *849 required: - action - changes @@ -234678,17 +234693,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &849 + effective_date: &850 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: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: *848 + sponsorship: *849 required: - action - sponsorship @@ -234762,7 +234777,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &850 + changes: &851 type: object properties: tier: @@ -234806,13 +234821,13 @@ webhooks: - from required: - tier - effective_date: *849 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + effective_date: *850 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: *848 + sponsorship: *849 required: - action - changes @@ -234889,13 +234904,13 @@ webhooks: type: string enum: - tier_changed - changes: *850 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + changes: *851 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: *848 + sponsorship: *849 required: - action - changes @@ -234969,10 +234984,10 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235056,10 +235071,10 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235493,15 +235508,15 @@ webhooks: type: - string - 'null' - enterprise: *782 + enterprise: *783 id: description: The unique identifier of the status. type: integer - installation: *783 + installation: *784 name: type: string - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 sha: description: The Commit SHA. @@ -235611,15 +235626,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *178 - parent_issue_repo: *64 + parent_issue: *179 + parent_issue_repo: *65 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *178 - installation: *783 - organization: *784 - repository: *785 + sub_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -235703,15 +235718,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *178 - parent_issue_repo: *64 + parent_issue: *179 + parent_issue_repo: *65 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *178 - installation: *783 - organization: *784 - repository: *785 + sub_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -235795,15 +235810,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *178 - sub_issue_repo: *64 + sub_issue: *179 + sub_issue_repo: *65 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *178 - installation: *783 - organization: *784 - repository: *785 + parent_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -235887,15 +235902,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *178 - sub_issue_repo: *64 + sub_issue: *179 + sub_issue_repo: *65 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *178 - installation: *783 - organization: *784 - repository: *785 + parent_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -235972,12 +235987,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - team: &851 + team: &852 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -236170,9 +236185,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 repository: title: Repository description: A git repository @@ -236642,7 +236657,7 @@ webhooks: - topics - visibility sender: *4 - team: *851 + team: *852 required: - action - team @@ -236718,9 +236733,9 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 repository: title: Repository description: A git repository @@ -237190,7 +237205,7 @@ webhooks: - topics - visibility sender: *4 - team: *851 + team: *852 required: - action - team @@ -237267,9 +237282,9 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 repository: title: Repository description: A git repository @@ -237739,7 +237754,7 @@ webhooks: - topics - visibility sender: *4 - team: *851 + team: *852 required: - action - team @@ -237883,9 +237898,9 @@ webhooks: - from required: - permissions - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 repository: title: Repository description: A git repository @@ -238355,7 +238370,7 @@ webhooks: - topics - visibility sender: *4 - team: *851 + team: *852 required: - action - changes @@ -238433,9 +238448,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 repository: title: Repository description: A git repository @@ -238905,7 +238920,7 @@ webhooks: - topics - visibility sender: *4 - team: *851 + team: *852 required: - action - team @@ -238981,10 +238996,10 @@ webhooks: type: string enum: - started - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -239057,17 +239072,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *782 + enterprise: *783 inputs: type: - object - 'null' additionalProperties: true - installation: *783 - organization: *784 + installation: *784 + organization: *785 ref: type: string - repository: *785 + repository: *786 sender: *4 workflow: type: string @@ -239149,10 +239164,10 @@ webhooks: type: string enum: - completed - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 workflow_job: allOf: @@ -239408,7 +239423,7 @@ webhooks: type: string required: - conclusion - deployment: *546 + deployment: *547 required: - action - repository @@ -239487,10 +239502,10 @@ webhooks: type: string enum: - in_progress - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 workflow_job: allOf: @@ -239772,7 +239787,7 @@ webhooks: required: - status - steps - deployment: *546 + deployment: *547 required: - action - repository @@ -239851,10 +239866,10 @@ webhooks: type: string enum: - queued - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 workflow_job: type: object @@ -240000,7 +240015,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *546 + deployment: *547 required: - action - repository @@ -240079,10 +240094,10 @@ webhooks: type: string enum: - waiting - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 workflow_job: type: object @@ -240229,7 +240244,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *546 + deployment: *547 required: - action - repository @@ -240309,12 +240324,12 @@ webhooks: type: string enum: - completed - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - workflow: *804 + workflow: *805 workflow_run: title: Workflow Run type: object @@ -241333,12 +241348,12 @@ webhooks: type: string enum: - in_progress - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - workflow: *804 + workflow: *805 workflow_run: title: Workflow Run type: object @@ -242342,12 +242357,12 @@ webhooks: type: string enum: - requested - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - workflow: *804 + workflow: *805 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 7c1c5e6c2..7f387b31a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -20923,6 +20923,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": [ @@ -20934,7 +20938,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 } } } @@ -21000,6 +21005,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -21010,7 +21019,8 @@ "default": { "value": { "enabled_organizations": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -100105,6 +100115,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": [ @@ -100116,7 +100130,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 } } } @@ -100182,6 +100197,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -100192,7 +100211,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -246237,6 +246257,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": [ @@ -246248,7 +246272,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 } } } @@ -246318,6 +246343,10 @@ "local_only", "selected" ] + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -246328,7 +246357,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 25a9ef466..e13604157 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/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 - - &89 + - &90 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 - - &90 + - &91 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 - - &91 + - &92 name: direction description: The direction to sort the results by. in: query @@ -701,7 +701,7 @@ paths: required: - vector_string - score - cvss_severities: &103 + cvss_severities: &104 type: - object - 'null' @@ -748,7 +748,7 @@ paths: required: - vector_string - score - epss: &104 + epss: &105 type: - object - 'null' @@ -911,7 +911,7 @@ paths: - subscriptions_url - type - url - type: &371 + type: &372 type: string description: The type of credit the user is receiving. enum: @@ -1044,7 +1044,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &203 + schema: &204 title: Validation Error Simple description: Validation Error Simple type: object @@ -1077,7 +1077,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: - - &691 + - &692 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1662,7 +1662,7 @@ paths: schema: type: integer default: 30 - - &293 + - &294 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 @@ -1678,7 +1678,7 @@ paths: application/json: schema: type: array - items: &294 + items: &295 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1774,7 +1774,7 @@ paths: - installation_id - repository_id examples: - default: &295 + default: &296 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1806,7 +1806,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &701 + schema: &702 title: Scim Error description: Scim Error type: object @@ -1837,7 +1837,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &202 + schema: &203 title: Validation Error description: Validation Error type: object @@ -1909,7 +1909,7 @@ paths: description: Response content: application/json: - schema: &296 + schema: &297 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2044,7 +2044,7 @@ paths: - request - response examples: - default: &297 + default: &298 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2248,7 +2248,7 @@ paths: parameters: - *17 - *19 - - &168 + - &169 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) @@ -2839,7 +2839,7 @@ paths: application/json: schema: *20 examples: - default: &74 + default: &75 value: id: 1 account: @@ -2990,7 +2990,7 @@ paths: - selected repositories: type: array - items: &64 + items: &65 title: Repository description: A repository on GitHub. type: object @@ -3017,7 +3017,7 @@ paths: license: anyOf: - type: 'null' - - &179 + - &180 title: License Simple description: License Simple type: object @@ -5395,7 +5395,7 @@ paths: responses: '202': *37 '422': *7 - '500': &88 + '500': &89 description: Internal Error content: application/json: @@ -7680,7 +7680,7 @@ paths: description: Response content: application/json: - schema: &204 + schema: &205 type: object properties: total_active_caches_count: @@ -7695,7 +7695,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &205 + default: &206 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7900,7 +7900,7 @@ paths: - public_ip_enabled - platform examples: - default: &206 + default: &207 value: total_count: 2 runners: @@ -8190,7 +8190,7 @@ paths: description: Response content: application/json: - schema: &207 + schema: &208 type: object properties: public_ips: @@ -8217,7 +8217,7 @@ paths: required: - public_ips examples: - default: &208 + default: &209 value: public_ips: current_usage: 17 @@ -8257,7 +8257,7 @@ paths: type: array items: *43 examples: - default: &209 + default: &210 value: id: 4-core cpu_cores: 4 @@ -8515,11 +8515,15 @@ paths: - all - local_only - selected - selected_actions_url: &212 + selected_actions_url: &213 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: &48 + type: boolean + description: Whether actions must be pinned to a full-length commit + SHA. required: - enabled_organizations examples: @@ -8528,6 +8532,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 @@ -8559,6 +8564,7 @@ paths: properties: enabled_organizations: *46 allowed_actions: *47 + sha_pinning_required: *48 required: - enabled_organizations examples: @@ -8566,6 +8572,7 @@ paths: value: enabled_organizations: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8588,7 +8595,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &214 + schema: &215 type: object properties: days: @@ -8606,7 +8613,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &702 + '401': &703 description: Authorization failure '404': *6 x-github: @@ -8634,7 +8641,7 @@ paths: required: true content: application/json: - schema: &215 + schema: &216 type: object properties: days: @@ -8669,7 +8676,7 @@ paths: description: Response content: application/json: - schema: &48 + schema: &49 type: object properties: approval_policy: @@ -8683,7 +8690,7 @@ paths: required: - approval_policy examples: - default: &216 + default: &217 value: approval_policy: first_time_contributors '404': *6 @@ -8712,7 +8719,7 @@ paths: required: true content: application/json: - schema: *48 + schema: *49 examples: default: summary: Set approval policy to first time contributors @@ -8741,7 +8748,7 @@ paths: description: Response content: application/json: - schema: &217 + schema: &218 type: object required: - run_workflows_from_fork_pull_requests @@ -8767,7 +8774,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &49 + default: &50 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -8795,7 +8802,7 @@ paths: required: true content: application/json: - schema: &218 + schema: &219 type: object required: - run_workflows_from_fork_pull_requests @@ -8818,7 +8825,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *49 + default: *50 responses: '204': description: Empty response for successful settings update @@ -8858,7 +8865,7 @@ paths: type: number organizations: type: array - items: &59 + items: &60 title: Organization Simple description: A GitHub organization. type: object @@ -8933,7 +8940,7 @@ paths: - total_count - organizations examples: - default: &60 + default: &61 value: total_count: 1 organizations: @@ -9012,7 +9019,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *39 - - &50 + - &51 name: org_id description: The unique identifier of the organization. in: path @@ -9041,7 +9048,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *39 - - *50 + - *51 responses: '204': description: Response @@ -9070,7 +9077,7 @@ paths: description: Response content: application/json: - schema: &51 + schema: &52 type: object properties: github_owned_allowed: @@ -9091,7 +9098,7 @@ paths: items: type: string examples: - default: &52 + default: &53 value: github_owned_allowed: true verified_allowed: false @@ -9124,9 +9131,9 @@ paths: required: true content: application/json: - schema: *51 + schema: *52 examples: - selected_actions: *52 + selected_actions: *53 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9231,17 +9238,17 @@ paths: description: Success response content: application/json: - schema: &221 + schema: &222 type: object properties: - default_workflow_permissions: &53 + default_workflow_permissions: &54 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &54 + can_approve_pull_request_reviews: &55 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -9249,7 +9256,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &55 + default: &56 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -9279,13 +9286,13 @@ paths: required: true content: application/json: - schema: &222 + schema: &223 type: object properties: - default_workflow_permissions: *53 - can_approve_pull_request_reviews: *54 + default_workflow_permissions: *54 + can_approve_pull_request_reviews: *55 examples: - default: *55 + default: *56 responses: '204': description: Success response @@ -9330,7 +9337,7 @@ paths: type: number runner_groups: type: array - items: &56 + items: &57 type: object properties: id: @@ -9511,9 +9518,9 @@ paths: description: Response content: application/json: - schema: *56 + schema: *57 examples: - default: &57 + default: &58 value: id: 2 name: octo-runner-group @@ -9548,7 +9555,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: - *39 - - &58 + - &59 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -9560,9 +9567,9 @@ paths: description: Response content: application/json: - schema: *56 + schema: *57 examples: - default: *57 + default: *58 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9582,7 +9589,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: - *39 - - *58 + - *59 requestBody: required: false content: @@ -9636,7 +9643,7 @@ paths: description: Response content: application/json: - schema: *56 + schema: *57 examples: default: value: @@ -9672,7 +9679,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: - *39 - - *58 + - *59 responses: '204': description: Response @@ -9696,7 +9703,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: - *39 - - *58 + - *59 - *17 - *19 responses: @@ -9711,12 +9718,12 @@ paths: type: number organizations: type: array - items: *59 + items: *60 required: - total_count - organizations examples: - default: *60 + default: *61 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9736,7 +9743,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: - *39 - - *58 + - *59 requestBody: required: true content: @@ -9782,8 +9789,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: - *39 - - *58 - - *50 + - *59 + - *51 responses: '204': description: Response @@ -9806,8 +9813,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: - *39 - - *58 - - *50 + - *59 + - *51 responses: '204': description: Response @@ -9831,7 +9838,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: - *39 - - *58 + - *59 - *17 - *19 responses: @@ -9846,7 +9853,7 @@ paths: type: number runners: type: array - items: &62 + items: &63 title: Self hosted runners description: A self hosted runner type: object @@ -9880,7 +9887,7 @@ paths: type: boolean labels: type: array - items: &66 + items: &67 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -9913,7 +9920,7 @@ paths: - total_count - runners examples: - default: &63 + default: &64 value: total_count: 2 runners: @@ -9973,7 +9980,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: - *39 - - *58 + - *59 requestBody: required: true content: @@ -10018,8 +10025,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: - *39 - - *58 - - &61 + - *59 + - &62 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -10048,8 +10055,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: - *39 - - *58 - - *61 + - *59 + - *62 responses: '204': description: Response @@ -10092,9 +10099,9 @@ paths: type: number runners: type: array - items: *62 + items: *63 examples: - default: *63 + default: *64 headers: Link: *38 x-github: @@ -10124,7 +10131,7 @@ paths: application/json: schema: type: array - items: &226 + items: &227 title: Runner Application description: Runner Application type: object @@ -10149,7 +10156,7 @@ paths: - download_url - filename examples: - default: &227 + default: &228 value: - os: osx architecture: x64 @@ -10233,7 +10240,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &228 + '201': &229 description: Response content: application/json: @@ -10243,7 +10250,7 @@ paths: - runner - encoded_jit_config properties: - runner: *62 + runner: *63 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -10272,7 +10279,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': &99 + '409': &100 description: Conflict content: application/json: @@ -10310,7 +10317,7 @@ paths: description: Response content: application/json: - schema: &65 + schema: &66 title: Authentication Token description: Authentication Token type: object @@ -10334,7 +10341,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *64 + items: *65 single_file: type: - string @@ -10352,7 +10359,7 @@ paths: - token - expires_at examples: - default: &229 + default: &230 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10390,9 +10397,9 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: - default: &230 + default: &231 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10416,15 +10423,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *61 + - *62 responses: '200': description: Response content: application/json: - schema: *62 + schema: *63 examples: - default: &231 + default: &232 value: id: 23 name: MBP @@ -10464,7 +10471,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-enterprise parameters: - *39 - - *61 + - *62 responses: '204': description: Response @@ -10489,9 +10496,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: - *39 - - *61 + - *62 responses: - '200': &67 + '200': &68 description: Response content: application/json: @@ -10505,7 +10512,7 @@ paths: type: integer labels: type: array - items: *66 + items: *67 examples: default: value: @@ -10543,7 +10550,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: - *39 - - *61 + - *62 requestBody: required: true content: @@ -10567,7 +10574,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -10590,7 +10597,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: - *39 - - *61 + - *62 requestBody: required: true content: @@ -10615,7 +10622,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -10638,9 +10645,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: - *39 - - *61 + - *62 responses: - '200': &232 + '200': &233 description: Response content: application/json: @@ -10654,7 +10661,7 @@ paths: type: integer labels: type: array - items: *66 + items: *67 examples: default: value: @@ -10695,8 +10702,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: - *39 - - *61 - - &233 + - *62 + - &234 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10704,7 +10711,7 @@ paths: schema: type: string responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -10729,13 +10736,13 @@ paths: description: Response content: application/json: - schema: &72 + schema: &73 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &68 + announcement: &69 type: - string - 'null' @@ -10744,7 +10751,7 @@ paths: 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)." examples: - Very **important** announcement about _something_. - expires_at: &69 + expires_at: &70 type: - string - 'null' @@ -10756,7 +10763,7 @@ paths: it to an empty string.' examples: - '"2021-01-01T00:00:00.000-07:00"' - user_dismissible: &70 + user_dismissible: &71 type: - boolean - 'null' @@ -10769,7 +10776,7 @@ paths: - expires_at - user_dismissible examples: - default: &71 + default: &72 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -10793,18 +10800,18 @@ paths: required: true content: application/json: - schema: &240 + schema: &241 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *68 - expires_at: *69 - user_dismissible: *70 + announcement: *69 + expires_at: *70 + user_dismissible: *71 required: - announcement examples: - default: *71 + default: *72 parameters: - *39 responses: @@ -10812,9 +10819,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *71 + default: *72 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10913,7 +10920,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization parameters: - *39 - - &73 + - &74 name: org description: The organization name. The name is not case sensitive. in: path @@ -10930,7 +10937,7 @@ paths: application/json: schema: type: array - items: &75 + items: &76 title: Accessible Repository description: A repository that may be made accessible to a GitHub App. @@ -10984,7 +10991,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: - *39 - - *73 + - *74 - *17 - *19 responses: @@ -11083,7 +11090,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: - *39 - - *73 + - *74 responses: '200': description: A GitHub App installation that was installed previously. @@ -11091,14 +11098,14 @@ paths: application/json: schema: *20 examples: - default: *74 + default: *75 '201': description: A GitHub App installation. content: application/json: schema: *20 examples: - default: *74 + default: *75 requestBody: required: true content: @@ -11166,7 +11173,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: - *39 - - *73 + - *74 - *21 responses: '204': @@ -11194,7 +11201,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: - *39 - - *73 + - *74 - *21 - *17 - *19 @@ -11206,7 +11213,7 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: default: value: @@ -11235,7 +11242,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: - *39 - - *73 + - *74 - *21 requestBody: required: true @@ -11275,7 +11282,7 @@ paths: application/json: schema: *20 examples: - default: *74 + default: *75 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -11296,7 +11303,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation parameters: - *39 - - *73 + - *74 - *21 responses: '200': @@ -11306,7 +11313,7 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: default: value: @@ -11357,7 +11364,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation parameters: - *39 - - *73 + - *74 - *21 responses: '200': @@ -11367,7 +11374,7 @@ paths: application/json: schema: type: array - items: *75 + items: *76 examples: default: value: @@ -11444,7 +11451,7 @@ paths: required: false schema: type: string - - &241 + - &242 name: include description: |- The event types to include: @@ -11462,7 +11469,7 @@ paths: - web - git - all - - &242 + - &243 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. @@ -11470,7 +11477,7 @@ paths: required: false schema: type: string - - &243 + - &244 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. @@ -11478,7 +11485,7 @@ paths: required: false schema: type: string - - &244 + - &245 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11500,7 +11507,7 @@ paths: application/json: schema: type: array - items: &245 + items: &246 type: object properties: "@timestamp": @@ -11622,7 +11629,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &246 + default: &247 value: - "@timestamp": 1606929874512 action: team.add_member @@ -11802,7 +11809,7 @@ paths: vendor_specific: type: object oneOf: - - &79 + - &80 title: AzureBlobConfig description: Azure Blob Config for audit log streaming configuration. type: object @@ -11821,7 +11828,7 @@ paths: - key_id - encrypted_sas_url - container - - &80 + - &81 title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. type: object @@ -11840,7 +11847,7 @@ paths: - name - encrypted_connstring - key_id - - &81 + - &82 title: AmazonS3OIDCConfig description: Amazon S3 OIDC Config for audit log streaming configuration. type: object @@ -11868,7 +11875,7 @@ paths: - bucket - key_id - region - - &82 + - &83 title: AmazonS3AccessKeysConfig description: Amazon S3 Access Keys Config for audit log streaming configuration. @@ -11902,7 +11909,7 @@ paths: - encrypted_secret_key - key_id - region - - &83 + - &84 title: SplunkConfig description: Splunk Config for Audit Log Stream Configuration type: object @@ -11930,7 +11937,7 @@ paths: - key_id - port - ssl_verify - - &84 + - &85 title: HecConfig description: Hec Config for Audit Log Stream Configuration type: object @@ -11962,7 +11969,7 @@ paths: - key_id - port - ssl_verify - - &85 + - &86 title: GoogleCloudConfig description: Google Cloud Config for audit log streaming configuration. type: object @@ -11980,7 +11987,7 @@ paths: - bucket - key_id - encrypted_json_credentials - - &86 + - &87 title: DatadogConfig description: Datadog Config for audit log streaming configuration. type: object @@ -12011,7 +12018,7 @@ paths: - stream_type - vendor_specific examples: - default: &87 + default: &88 value: enabled: false stream_type: Azure Event Hubs @@ -12025,7 +12032,7 @@ paths: description: The audit log stream configuration was created successfully. content: application/json: - schema: &76 + schema: &77 title: Get an audit log streaming configuration description: Get an audit log streaming configuration for an enterprise. type: object @@ -12057,7 +12064,7 @@ paths: - created_at - updated_at examples: - default: &77 + default: &78 value: id: 1 stream_type: Splunk @@ -12086,7 +12093,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: - *39 - - &78 + - &79 name: stream_id description: The ID of the audit log stream configuration. in: path @@ -12098,9 +12105,9 @@ paths: description: Lists one audit log stream configuration via stream ID. content: application/json: - schema: *76 + schema: *77 examples: - default: *77 + default: *78 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -12120,7 +12127,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#update-an-existing-audit-log-stream-configuration parameters: - *39 - - *78 + - *79 requestBody: required: true content: @@ -12146,7 +12153,6 @@ paths: vendor_specific: type: object oneOf: - - *79 - *80 - *81 - *82 @@ -12154,20 +12160,21 @@ paths: - *84 - *85 - *86 + - *87 required: - enabled - stream_type - vendor_specific examples: - default: *87 + default: *88 responses: '200': description: Successful update content: application/json: - schema: *76 + schema: *77 examples: - default: *77 + default: *78 '422': description: Validation error content: @@ -12198,7 +12205,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: - *39 - - *78 + - *79 responses: '204': description: The audit log stream configuration was deleted successfully. @@ -12230,7 +12237,7 @@ paths: in: query schema: type: string - - &248 + - &249 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -12238,7 +12245,7 @@ paths: required: false schema: type: string - - &249 + - &250 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -12246,7 +12253,7 @@ paths: required: false schema: type: string - - &250 + - &251 name: time_period description: |- The time period to filter by. @@ -12262,7 +12269,7 @@ paths: - week - month default: day - - &251 + - &252 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -12289,7 +12296,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12415,7 +12422,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: &255 + items: &256 title: Bypass response description: A response made by a delegated bypasser to a bypass request. @@ -12461,7 +12468,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &253 + default: &254 value: - id: 21 number: 42 @@ -12530,7 +12537,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': *88 + '500': *89 "/enterprises/{enterprise}/code-scanning/alerts": get: summary: List code scanning alerts for an enterprise @@ -12548,17 +12555,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *39 - - &260 + - &261 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: &92 + schema: &93 type: string description: The name of the tool used to generate the code scanning analysis. - - &261 + - &262 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 @@ -12566,23 +12573,23 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &93 + schema: &94 type: - string - 'null' description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *89 - *90 + - *91 - *19 - *17 - - *91 + - *92 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &262 + schema: &263 type: string description: State of a code scanning alert. enum: @@ -12607,42 +12614,42 @@ paths: application/json: schema: type: array - items: &263 + items: &264 type: object properties: - number: &101 + number: &102 type: integer description: The security alert number. readOnly: true - created_at: &108 + created_at: &109 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: &109 + updated_at: &110 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: &106 + url: &107 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &107 + html_url: &108 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &486 + instances_url: &487 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &94 + state: &95 type: - string - 'null' @@ -12652,7 +12659,7 @@ paths: - dismissed - fixed - - fixed_at: &111 + fixed_at: &112 type: - string - 'null' @@ -12664,7 +12671,7 @@ paths: anyOf: - type: 'null' - *4 - dismissed_at: &110 + dismissed_at: &111 type: - string - 'null' @@ -12672,7 +12679,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &487 + dismissed_reason: &488 type: - string - 'null' @@ -12683,14 +12690,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &488 + dismissed_comment: &489 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &489 + rule: &490 type: object properties: id: @@ -12751,26 +12758,26 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &490 + tool: &491 type: object properties: - name: *92 + name: *93 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *93 - most_recent_instance: &491 + guid: *94 + most_recent_instance: &492 type: object properties: - ref: &484 + ref: &485 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &501 + analysis_key: &502 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12781,13 +12788,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &502 + category: &503 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: *94 + state: *95 commit_sha: type: string message: @@ -12828,7 +12835,7 @@ paths: - test - library - - repository: &100 + repository: &101 title: Simple Repository description: A GitHub repository. type: object @@ -13169,7 +13176,7 @@ paths: - most_recent_instance - repository examples: - default: &264 + default: &265 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -13400,7 +13407,7 @@ paths: headers: Link: *38 '404': *6 - '503': &155 + '503': &156 description: Service unavailable content: application/json: @@ -13444,8 +13451,8 @@ paths: schema: type: integer default: 30 - - *89 - *90 + - *91 responses: '200': description: Response @@ -13453,7 +13460,7 @@ paths: application/json: schema: type: array - items: &95 + items: &96 type: object description: A code security configuration properties: @@ -13828,7 +13835,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &265 + code_scanning_options: &266 type: - object - 'null' @@ -13847,7 +13854,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &98 + code_scanning_default_setup_options: &99 type: - object - 'null' @@ -13966,9 +13973,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *95 + schema: *96 examples: - default: &96 + default: &97 value: id: 1325 target_type: enterprise @@ -14026,7 +14033,7 @@ paths: description: Response content: application/json: - schema: &267 + schema: &268 type: array description: A list of default code security configurations items: @@ -14040,9 +14047,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *95 + configuration: *96 examples: - default: &268 + default: &269 value: - default_for_new_repos: public configuration: @@ -14131,7 +14138,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - *39 - - &97 + - &98 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -14143,9 +14150,9 @@ paths: description: Response content: application/json: - schema: *95 + schema: *96 examples: - default: *96 + default: *97 '304': *35 '403': *27 '404': *6 @@ -14170,7 +14177,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - *39 - - *97 + - *98 requestBody: required: true content: @@ -14249,7 +14256,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *98 + code_scanning_default_setup_options: *99 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -14337,13 +14344,13 @@ paths: description: Response content: application/json: - schema: *95 + schema: *96 examples: - default: *96 + default: *97 '304': *35 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14367,14 +14374,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - *39 - - *97 + - *98 responses: - '204': &121 + '204': &122 description: A header with no content is returned. '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14399,7 +14406,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - *39 - - *97 + - *98 requestBody: required: true content: @@ -14426,7 +14433,7 @@ paths: '202': *37 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14451,7 +14458,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: - *39 - - *97 + - *98 requestBody: required: true content: @@ -14491,12 +14498,12 @@ paths: - none - private_and_internal - public - configuration: *95 + configuration: *96 examples: default: value: default_for_new_repos: all - configuration: &266 + configuration: &267 value: id: 1325 target_type: organization @@ -14553,7 +14560,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - *39 - - *97 + - *98 - 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)." @@ -14562,8 +14569,8 @@ paths: schema: type: integer default: 30 - - *89 - *90 + - *91 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -14581,7 +14588,7 @@ paths: application/json: schema: type: array - items: &269 + items: &270 type: object description: Repositories associated with a code security configuration and attachment status @@ -14599,13 +14606,13 @@ paths: - failed - updating - removed_by_enterprise - repository: *100 + repository: *101 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: &270 + repository: &271 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15088,7 +15095,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &112 + items: &113 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -15101,12 +15108,12 @@ paths: organization: anyOf: - type: 'null' - - *59 + - *60 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &256 + - &257 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15165,7 +15172,7 @@ paths: parent: anyOf: - type: 'null' - - &330 + - &331 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -15380,7 +15387,7 @@ paths: - created_at additionalProperties: false examples: - default: &113 + default: &114 value: total_seats: 2 seats: @@ -15451,7 +15458,7 @@ paths: site_admin: false headers: Link: *38 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -15513,7 +15520,7 @@ paths: application/json: schema: type: array - items: &161 + items: &162 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -15828,7 +15835,7 @@ paths: - date additionalProperties: true examples: - default: &162 + default: &163 value: - date: '2024-06-24' total_active_users: 24 @@ -15927,10 +15934,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *88 + '500': *89 '403': *27 '404': *6 - '422': &163 + '422': &164 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -15960,7 +15967,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &277 + - &278 name: state in: query description: |- @@ -15969,7 +15976,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &278 + - &279 name: severity in: query description: |- @@ -15978,7 +15985,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &279 + - &280 name: ecosystem in: query description: |- @@ -15987,14 +15994,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &280 + - &281 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 - - &281 + - &282 name: epss_percentage in: query description: |- @@ -16006,7 +16013,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 - - &282 + - &283 name: has in: query description: |- @@ -16020,7 +16027,7 @@ paths: type: string enum: - patch - - &283 + - &284 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -16030,7 +16037,7 @@ paths: enum: - development - runtime - - &284 + - &285 name: sort in: query description: |- @@ -16045,10 +16052,10 @@ paths: - updated - epss_percentage default: created - - *91 - - *89 + - *92 - *90 - - &285 + - *91 + - &286 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -16061,7 +16068,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &286 + - &287 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -16081,11 +16088,11 @@ paths: application/json: schema: type: array - items: &287 + items: &288 type: object description: A Dependabot alert. properties: - number: *101 + number: *102 state: type: string description: The state of the Dependabot alert. @@ -16100,7 +16107,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &102 + package: &103 type: object description: Details for the vulnerable package. readOnly: true @@ -16148,7 +16155,7 @@ paths: - direct - transitive - - security_advisory: &538 + security_advisory: &539 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -16179,13 +16186,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &105 + items: &106 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *102 + package: *103 severity: type: string description: The severity of the vulnerability. @@ -16253,8 +16260,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *103 - epss: *104 + cvss_severities: *104 + epss: *105 cwes: type: array description: Details for the advisory pertaining to Common @@ -16354,12 +16361,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *105 - url: *106 - html_url: *107 - created_at: *108 - updated_at: *109 - dismissed_at: *110 + security_vulnerability: *106 + url: *107 + html_url: *108 + created_at: *109 + updated_at: *110 + dismissed_at: *111 dismissed_by: anyOf: - type: 'null' @@ -16383,8 +16390,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *111 - auto_dismissed_at: &539 + fixed_at: *112 + auto_dismissed_at: &540 type: - string - 'null' @@ -16392,7 +16399,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - repository: *100 + repository: *101 required: - number - state @@ -16411,7 +16418,7 @@ paths: - repository additionalProperties: false examples: - default: &288 + default: &289 value: - number: 2 state: dismissed @@ -16828,7 +16835,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: - *39 - - &247 + - &248 name: username description: The handle for the GitHub user account. in: path @@ -16850,10 +16857,10 @@ paths: teams or multiple organizations are only counted once. seats: type: array - items: *112 + items: *113 examples: - default: *113 - '500': *88 + default: *114 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -16895,7 +16902,7 @@ paths: type: integer network_configurations: type: array - items: &114 + items: &115 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -16940,7 +16947,7 @@ paths: - name - created_on examples: - default: &381 + default: &382 value: total_count: 2 network_configurations: @@ -17018,9 +17025,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: &115 + default: &116 value: id: 123456789ABCDEF name: My network configuration @@ -17047,7 +17054,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: - *39 - - &116 + - &117 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -17059,9 +17066,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *115 + default: *116 headers: Link: *38 x-github: @@ -17081,7 +17088,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: - *39 - - *116 + - *117 requestBody: required: true content: @@ -17120,9 +17127,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *115 + default: *116 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17140,7 +17147,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: - *39 - - *116 + - *117 responses: '204': description: Response @@ -17163,7 +17170,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: - *39 - - &382 + - &383 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -17175,7 +17182,7 @@ paths: description: Response content: application/json: - schema: &383 + schema: &384 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -17214,7 +17221,7 @@ paths: - subnet_id - region examples: - default: &384 + default: &385 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -17249,7 +17256,7 @@ paths: application/json: schema: type: array - items: &117 + items: &118 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -17325,7 +17332,7 @@ paths: - property_name - value_type examples: - default: &118 + default: &119 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -17382,7 +17389,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *117 + items: *118 minItems: 1 maxItems: 100 required: @@ -17412,9 +17419,9 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *118 + default: *119 '403': *27 '404': *6 x-github: @@ -17437,8 +17444,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise parameters: - *39 - - *73 - - &119 + - *74 + - &120 name: custom_property_name description: The custom property name in: path @@ -17450,9 +17457,9 @@ paths: description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: &120 + default: &121 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -17485,15 +17492,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - *39 - - *119 + - *120 responses: '200': description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: *120 + default: *121 '403': *27 '404': *6 x-github: @@ -17515,12 +17522,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: - *39 - - *119 + - *120 requestBody: required: true content: application/json: - schema: &349 + schema: &350 title: Custom Property Set Payload description: Custom property set payload type: object @@ -17593,9 +17600,9 @@ paths: description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: *120 + default: *121 '403': *27 '404': *6 x-github: @@ -17617,9 +17624,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - *39 - - *119 + - *120 responses: - '204': *121 + '204': *122 '403': *27 '404': *6 x-github: @@ -17659,7 +17666,7 @@ paths: - push - repository default: branch - enforcement: &128 + enforcement: &129 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -17672,7 +17679,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &129 + items: &130 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -17711,7 +17718,7 @@ paths: - always - pull_request default: always - conditions: &152 + conditions: &153 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -17725,7 +17732,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &122 + - &123 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -17751,7 +17758,7 @@ paths: type: string required: - organization_name - - &125 + - &126 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -17780,7 +17787,7 @@ paths: is prevented. required: - repository_name - - &124 + - &125 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -17808,8 +17815,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *122 - - &127 + - *123 + - &128 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -17822,7 +17829,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &123 + items: &124 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -17853,16 +17860,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *123 + items: *124 required: - repository_property - - *124 + - *125 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &126 + - &127 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -17879,25 +17886,25 @@ paths: type: integer required: - organization_id + - *126 - *125 - - *124 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *126 - *127 - - *124 + - *128 + - *125 rules: type: array description: An array of rules within the ruleset. - items: &153 + items: &154 title: Repository Rule type: object description: A repository rule. oneOf: - - &130 + - &131 title: creation description: Only allow users with bypass permission to create matching refs. @@ -17909,7 +17916,7 @@ paths: type: string enum: - creation - - &131 + - &132 title: update description: Only allow users with bypass permission to update matching refs. @@ -17930,7 +17937,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &132 + - &133 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -17942,7 +17949,7 @@ paths: type: string enum: - deletion - - &133 + - &134 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -17954,7 +17961,7 @@ paths: type: string enum: - required_linear_history - - &134 + - &135 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17978,7 +17985,7 @@ paths: type: string required: - required_deployment_environments - - &135 + - &136 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17990,7 +17997,7 @@ paths: type: string enum: - required_signatures - - &136 + - &137 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. @@ -18050,7 +18057,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &137 + - &138 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -18097,7 +18104,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &138 + - &139 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -18109,7 +18116,7 @@ paths: type: string enum: - non_fast_forward - - &139 + - &140 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -18145,7 +18152,7 @@ paths: required: - operator - pattern - - &140 + - &141 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -18181,7 +18188,7 @@ paths: required: - operator - pattern - - &141 + - &142 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -18217,7 +18224,7 @@ paths: required: - operator - pattern - - &142 + - &143 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -18253,7 +18260,7 @@ paths: required: - operator - pattern - - &143 + - &144 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -18289,7 +18296,7 @@ paths: required: - operator - pattern - - &144 + - &145 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -18313,7 +18320,7 @@ paths: type: string required: - restricted_file_paths - - &145 + - &146 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -18337,7 +18344,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &146 + - &147 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -18360,7 +18367,7 @@ paths: type: string required: - restricted_file_extensions - - &147 + - &148 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -18384,7 +18391,7 @@ paths: maximum: 100 required: - max_file_size - - &148 + - &149 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -18433,7 +18440,7 @@ paths: - repository_id required: - workflows - - &149 + - &150 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -18519,7 +18526,7 @@ paths: description: Response content: application/json: - schema: &150 + schema: &151 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -18554,11 +18561,11 @@ paths: source: type: string description: The name of the source - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 + items: *130 current_user_can_bypass: type: string description: |- @@ -18589,8 +18596,8 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - *124 - - &354 + - *125 + - &355 title: Organization ruleset conditions type: object description: |- @@ -18604,14 +18611,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *124 - *125 + - *126 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *124 + - *125 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -18633,23 +18640,23 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *124 - - *127 + - *125 + - *128 type: - 'null' - object rules: type: array - items: &657 + items: &658 title: Repository Rule type: object description: A repository rule. oneOf: - - *130 - *131 - *132 - *133 - - &655 + - *134 + - &656 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -18727,7 +18734,6 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - *134 - *135 - *136 - *137 @@ -18743,6 +18749,7 @@ paths: - *147 - *148 - *149 + - *150 created_at: type: string format: date-time @@ -18750,7 +18757,7 @@ paths: type: string format: date-time examples: - default: &151 + default: &152 value: id: 21 name: super cool ruleset @@ -18776,7 +18783,7 @@ paths: created_at: '2024-08-15T08:43:03Z' updated_at: '2024-09-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18809,11 +18816,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *151 + default: *152 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18855,16 +18862,16 @@ paths: - tag - push - repository - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 - conditions: *152 + items: *130 + conditions: *153 rules: description: An array of rules within the ruleset. type: array - items: *153 + items: *154 examples: default: value: @@ -18888,11 +18895,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *151 + default: *152 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18919,7 +18926,7 @@ paths: '204': description: Response '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18952,7 +18959,7 @@ paths: application/json: schema: type: array - items: &154 + items: &155 title: Ruleset version type: object description: The historical version of a ruleset @@ -18976,7 +18983,7 @@ paths: type: string format: date-time examples: - default: &357 + default: &358 value: - version_id: 3 actor: @@ -18994,7 +19001,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19029,9 +19036,9 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 allOf: - - *154 + - *155 - type: object required: - state @@ -19064,7 +19071,7 @@ paths: rules: - type: repository_delete '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19084,7 +19091,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &359 + - &360 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -19095,7 +19102,7 @@ paths: enum: - open - resolved - - &360 + - &361 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -19105,7 +19112,7 @@ paths: required: false schema: type: string - - &361 + - &362 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -19114,7 +19121,7 @@ paths: required: false schema: type: string - - &362 + - &363 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. @@ -19126,11 +19133,11 @@ paths: - created - updated default: created - - *91 + - *92 - *17 - - *89 - *90 - - &363 + - *91 + - &364 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -19139,7 +19146,7 @@ paths: required: false schema: type: string - - &364 + - &365 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -19148,7 +19155,7 @@ paths: schema: type: boolean default: false - - &365 + - &366 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -19157,7 +19164,7 @@ paths: schema: type: boolean default: false - - &366 + - &367 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -19173,30 +19180,30 @@ paths: application/json: schema: type: array - items: &367 + items: &368 type: object properties: - number: *101 - created_at: *108 + number: *102 + created_at: *109 updated_at: anyOf: - type: 'null' - - *109 - url: *106 - html_url: *107 + - *110 + url: *107 + html_url: *108 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &669 + state: &670 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: &670 + resolution: &671 type: - string - 'null' @@ -19230,7 +19237,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *100 + repository: *101 push_protection_bypassed: type: - boolean @@ -19303,14 +19310,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &671 + - &672 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &673 + - &674 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -19367,7 +19374,7 @@ paths: - blob_url - commit_sha - commit_url - - &674 + - &675 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. @@ -19428,7 +19435,7 @@ paths: - page_url - commit_sha - commit_url - - &675 + - &676 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -19443,7 +19450,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &676 + - &677 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -19458,7 +19465,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &677 + - &678 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -19473,7 +19480,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &678 + - &679 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -19488,7 +19495,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &679 + - &680 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -19503,7 +19510,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &680 + - &681 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -19518,7 +19525,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &681 + - &682 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. @@ -19533,7 +19540,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &682 + - &683 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. @@ -19548,7 +19555,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &683 + - &684 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. @@ -19563,7 +19570,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &684 + - &685 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. @@ -19578,7 +19585,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &685 + - &686 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 @@ -19599,7 +19606,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &368 + default: &369 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -19850,7 +19857,7 @@ paths: headers: Link: *38 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19881,13 +19888,13 @@ paths: description: Response content: application/json: - schema: &369 + schema: &370 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: &157 + pattern_config_version: &158 type: - string - 'null' @@ -19897,7 +19904,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &156 + items: &157 type: object properties: token_type: @@ -19966,9 +19973,9 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *156 + items: *157 examples: - default: &370 + default: &371 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -20023,7 +20030,7 @@ paths: schema: type: object properties: - pattern_config_version: *157 + pattern_config_version: *158 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -20049,7 +20056,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *157 + custom_pattern_version: *158 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -20085,7 +20092,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 "/enterprises/{enterprise}/settings/billing/actions": get: @@ -20112,7 +20119,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 type: object properties: total_minutes_used: @@ -20182,7 +20189,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &373 + default: &374 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -20213,7 +20220,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &374 + - &375 name: advanced_security_product in: query description: | @@ -20233,7 +20240,7 @@ paths: description: Success content: application/json: - schema: &375 + schema: &376 type: object properties: total_advanced_security_committers: @@ -20296,7 +20303,7 @@ paths: required: - repositories examples: - default: &376 + default: &377 value: total_advanced_security_committers: 2 total_count: 2 @@ -20406,8 +20413,8 @@ paths: name: Octocat '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20537,7 +20544,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-a-cost-center-by-id parameters: - *39 - - &160 + - &161 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -20549,7 +20556,7 @@ paths: description: Response when getting a cost center content: application/json: - schema: &158 + schema: &159 type: object properties: id: @@ -20589,7 +20596,7 @@ paths: - name - resources examples: - default: &159 + default: &160 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -20602,8 +20609,8 @@ paths: name: octocat/hello-world '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20653,15 +20660,15 @@ paths: description: Response when updating a cost center content: application/json: - schema: *158 + schema: *159 examples: - default: *159 + default: *160 '400': *14 '403': *27 '404': *6 - '409': *99 - '500': *88 - '503': *155 + '409': *100 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20679,7 +20686,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#delete-a-cost-center parameters: - *39 - - *160 + - *161 responses: '200': description: Response when deleting a cost center @@ -20717,8 +20724,8 @@ paths: '400': *14 '404': *6 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20739,7 +20746,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-resources-to-a-cost-center parameters: - *39 - - *160 + - *161 requestBody: required: true content: @@ -20784,9 +20791,9 @@ paths: message: Resources successfully added to the cost center. '400': *14 '403': *27 - '409': *99 - '500': *88 - '503': *155 + '409': *100 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20806,7 +20813,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-resources-from-a-cost-center parameters: - *39 - - *160 + - *161 requestBody: required: true content: @@ -20852,8 +20859,8 @@ paths: message: Resources successfully removed from the cost center. '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20884,7 +20891,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 type: object properties: total_gigabytes_bandwidth_used: @@ -20902,7 +20909,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &378 + default: &379 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -20937,7 +20944,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &380 type: object properties: days_left_in_billing_cycle: @@ -20955,7 +20962,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &380 + default: &381 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -20980,7 +20987,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *39 - - &194 + - &195 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, @@ -20989,7 +20996,7 @@ paths: required: false schema: type: integer - - &195 + - &196 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 @@ -20998,7 +21005,7 @@ paths: required: false schema: type: integer - - &196 + - &197 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 @@ -21007,7 +21014,7 @@ paths: required: false schema: type: integer - - &197 + - &198 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 @@ -21028,7 +21035,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &198 + schema: &199 type: object properties: usageItems: @@ -21081,7 +21088,7 @@ paths: - netAmount - organizationName examples: - default: &199 + default: &200 value: usageItems: - date: '2023-08-01' @@ -21097,8 +21104,8 @@ paths: repositoryName: github/example '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21169,13 +21176,13 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *162 - '500': *88 + default: *163 + '500': *89 '403': *27 '404': *6 - '422': *163 + '422': *164 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21264,7 +21271,7 @@ paths: application/json: schema: type: array - items: &189 + items: &190 title: Event description: Event type: object @@ -21275,7 +21282,7 @@ paths: type: - string - 'null' - actor: &164 + actor: &165 title: Actor description: Actor type: object @@ -21316,13 +21323,13 @@ paths: - id - name - url - org: *164 + org: *165 payload: type: object properties: action: type: string - issue: &178 + issue: &179 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -21443,7 +21450,7 @@ paths: milestone: anyOf: - type: 'null' - - &526 + - &527 title: Milestone description: A collection of related issues and pull requests. @@ -21615,7 +21622,7 @@ paths: timeline_url: type: string format: uri - type: &315 + type: &316 title: Issue Type description: The type of issue. type: @@ -21668,12 +21675,12 @@ paths: - node_id - name - description - repository: *64 + repository: *65 performed_via_github_app: anyOf: - type: 'null' - *5 - author_association: &165 + author_association: &166 title: author_association type: string description: How the author is associated with the repository. @@ -21688,7 +21695,7 @@ paths: - OWNER examples: - OWNER - reactions: &166 + reactions: &167 title: Reaction Rollup type: object properties: @@ -21724,7 +21731,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &729 + sub_issues_summary: &730 title: Sub-issues Summary type: object properties: @@ -21738,7 +21745,7 @@ paths: - total - completed - percent_completed - issue_dependencies_summary: &730 + issue_dependencies_summary: &731 title: Issue Dependencies Summary type: object properties: @@ -21757,7 +21764,7 @@ paths: - total_blocking issue_field_values: type: array - items: &731 + items: &732 title: Issue Field Value description: A value assigned to an issue field type: object @@ -21853,7 +21860,7 @@ paths: - author_association - created_at - updated_at - comment: &594 + comment: &595 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -21903,12 +21910,12 @@ paths: issue_url: type: string format: uri - author_association: *165 + author_association: *166 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *166 + reactions: *167 required: - id - node_id @@ -22005,7 +22012,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22095,7 +22102,7 @@ paths: _links: type: object properties: - timeline: &167 + timeline: &168 title: Link With Type description: Hypermedia Link with Type type: object @@ -22107,17 +22114,17 @@ paths: required: - href - type - user: *167 - security_advisories: *167 - current_user: *167 - current_user_public: *167 - current_user_actor: *167 - current_user_organization: *167 + user: *168 + security_advisories: *168 + current_user: *168 + current_user_public: *168 + current_user_actor: *168 + current_user_organization: *168 current_user_organizations: type: array - items: *167 - repository_discussions: *167 - repository_discussions_category: *167 + items: *168 + repository_discussions: *168 + repository_discussions_category: *168 required: - timeline - user @@ -22179,7 +22186,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *168 + - *169 - *17 - *19 responses: @@ -22189,7 +22196,7 @@ paths: application/json: schema: type: array - items: &169 + items: &170 title: Base Gist description: Base Gist type: object @@ -22286,7 +22293,7 @@ paths: - created_at - updated_at examples: - default: &170 + default: &171 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -22410,7 +22417,7 @@ paths: description: Response content: application/json: - schema: &171 + schema: &172 title: Gist Simple description: Gist Simple type: object @@ -22428,7 +22435,7 @@ paths: url: type: string format: uri - user: &743 + user: &744 title: Public User description: Public User type: object @@ -22802,7 +22809,7 @@ paths: truncated: type: boolean examples: - default: &172 + default: &173 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -22906,7 +22913,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *168 + - *169 - *17 - *19 responses: @@ -22916,9 +22923,9 @@ paths: application/json: schema: type: array - items: *169 + items: *170 examples: - default: *170 + default: *171 headers: Link: *38 '422': *15 @@ -22940,7 +22947,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *168 + - *169 - *17 - *19 responses: @@ -22950,9 +22957,9 @@ paths: application/json: schema: type: array - items: *169 + items: *170 examples: - default: *170 + default: *171 headers: Link: *38 '401': *23 @@ -22980,7 +22987,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &173 + - &174 name: gist_id description: The unique identifier of the gist. in: path @@ -22992,10 +22999,10 @@ paths: description: Response content: application/json: - schema: *171 + schema: *172 examples: - default: *172 - '403': &176 + default: *173 + '403': &177 description: Forbidden Gist content: application/json: @@ -23044,7 +23051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *173 + - *174 requestBody: required: true content: @@ -23108,9 +23115,9 @@ paths: description: Response content: application/json: - schema: *171 + schema: *172 examples: - updateGist: *172 + updateGist: *173 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -23268,7 +23275,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *173 + - *174 responses: '204': description: Response @@ -23297,7 +23304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *173 + - *174 - *17 - *19 responses: @@ -23307,7 +23314,7 @@ paths: application/json: schema: type: array - items: &174 + items: &175 title: Gist Comment description: A comment made to a gist. type: object @@ -23345,7 +23352,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *165 + author_association: *166 required: - url - id @@ -23410,7 +23417,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *173 + - *174 requestBody: required: true content: @@ -23436,9 +23443,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: &175 + default: &176 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -23496,8 +23503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *173 - - &177 + - *174 + - &178 name: comment_id description: The unique identifier of the comment. in: path @@ -23510,12 +23517,12 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 '304': *35 '404': *6 - '403': *176 + '403': *177 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23537,8 +23544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *173 - - *177 + - *174 + - *178 requestBody: required: true content: @@ -23564,9 +23571,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 '404': *6 x-github: githubCloudOnly: false @@ -23583,8 +23590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *173 - - *177 + - *174 + - *178 responses: '204': description: Response @@ -23607,7 +23614,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *173 + - *174 - *17 - *19 responses: @@ -23708,7 +23715,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *173 + - *174 - *17 - *19 responses: @@ -23718,7 +23725,7 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: default: value: @@ -23783,13 +23790,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *173 + - *174 responses: '201': description: Response content: application/json: - schema: *169 + schema: *170 examples: default: value: @@ -23860,7 +23867,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *173 + - *174 responses: '204': description: Response if gist is starred @@ -23890,7 +23897,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *173 + - *174 responses: '204': description: Response @@ -23912,7 +23919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *173 + - *174 responses: '204': description: Response @@ -23941,7 +23948,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *173 + - *174 - name: sha in: path required: true @@ -23952,9 +23959,9 @@ paths: description: Response content: application/json: - schema: *171 + schema: *172 examples: - default: *172 + default: *173 '422': *15 '404': *6 '403': *27 @@ -24115,7 +24122,7 @@ paths: type: integer repositories: type: array - items: *64 + items: *65 repository_selection: type: string examples: @@ -24323,7 +24330,7 @@ paths: - closed - all default: open - - &318 + - &319 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -24341,8 +24348,8 @@ paths: - updated - comments default: created - - *91 - - *168 + - *92 + - *169 - name: collab in: query required: false @@ -24372,9 +24379,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: &319 + default: &320 value: - id: 1 node_id: MDU6SXNzdWUx @@ -24654,7 +24661,7 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: default: value: @@ -24952,7 +24959,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &180 + X-CommonMarker-Version: &181 example: 0.17.4 schema: type: string @@ -25007,7 +25014,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *180 + X-CommonMarker-Version: *181 content: text/html: schema: @@ -25036,7 +25043,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: - - &183 + - &184 name: account_id description: account_id parameter in: path @@ -25048,7 +25055,7 @@ paths: description: Response content: application/json: - schema: &182 + schema: &183 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -25082,7 +25089,7 @@ paths: - 'null' id: type: integer - plan: &181 + plan: &182 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -25185,7 +25192,7 @@ paths: - 'null' updated_at: type: string - plan: *181 + plan: *182 required: - url - id @@ -25193,7 +25200,7 @@ paths: - login - marketplace_purchase examples: - default: &184 + default: &185 value: url: https://api.github.com/orgs/github type: Organization @@ -25278,9 +25285,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: &185 + default: &186 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -25320,14 +25327,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &186 + - &187 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &187 + - &188 name: sort description: The property to sort the results by. in: query @@ -25357,9 +25364,9 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: &188 + default: &189 value: - url: https://api.github.com/orgs/github type: Organization @@ -25433,15 +25440,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: - - *183 + - *184 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *184 + default: *185 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -25473,9 +25480,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *185 + default: *186 headers: Link: *38 '401': *23 @@ -25498,8 +25505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *186 - *187 + - *188 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -25519,9 +25526,9 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: *188 + default: *189 headers: Link: *38 '401': *23 @@ -25786,14 +25793,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: - - &404 + - &405 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &405 + - &406 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -25810,7 +25817,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -25864,7 +25871,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &418 + '301': &419 description: Moved permanently content: application/json: @@ -25886,7 +25893,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &623 + - &624 name: all description: If `true`, show notifications marked as read. in: query @@ -25894,7 +25901,7 @@ paths: schema: type: boolean default: false - - &624 + - &625 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -25903,8 +25910,8 @@ paths: schema: type: boolean default: false - - *168 - - &625 + - *169 + - &626 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: @@ -25929,14 +25936,14 @@ paths: application/json: schema: type: array - items: &190 + items: &191 title: Thread description: Thread type: object properties: id: type: string - repository: &225 + repository: &226 title: Minimal Repository description: Minimal Repository type: object @@ -26275,7 +26282,7 @@ paths: type: boolean examples: - false - security_and_analysis: &351 + security_and_analysis: &352 type: - object - 'null' @@ -26448,7 +26455,7 @@ paths: - url - subscription_url examples: - default: &626 + default: &627 value: - id: '1' repository: @@ -26614,7 +26621,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &191 + - &192 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 @@ -26628,7 +26635,7 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: default: value: @@ -26731,7 +26738,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *191 + - *192 responses: '205': description: Reset Content @@ -26754,7 +26761,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *191 + - *192 responses: '204': description: No content @@ -26777,13 +26784,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: - - *191 + - *192 responses: '200': description: Response content: application/json: - schema: &192 + schema: &193 title: Thread Subscription description: Thread Subscription type: object @@ -26827,7 +26834,7 @@ paths: - url - subscribed examples: - default: &193 + default: &194 value: subscribed: true ignored: false @@ -26858,7 +26865,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *191 + - *192 requestBody: required: false content: @@ -26879,9 +26886,9 @@ paths: description: Response content: application/json: - schema: *192 + schema: *193 examples: - default: *193 + default: *194 '304': *35 '403': *27 '401': *23 @@ -26904,7 +26911,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *191 + - *192 responses: '204': description: Response @@ -26999,9 +27006,9 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: &759 + default: &760 value: - login: github id: 1 @@ -27066,7 +27073,7 @@ paths: - 3 custom_roles: type: array - items: &272 + items: &273 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -27115,7 +27122,7 @@ paths: - created_at - updated_at examples: - default: &273 + default: &274 value: id: 8030 name: Security Engineer @@ -27162,7 +27169,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: - - *73 + - *74 - name: page in: query description: The page number of results to fetch. @@ -27208,7 +27215,7 @@ paths: items: anyOf: - type: 'null' - - *100 + - *101 additionalProperties: false examples: default: @@ -27313,7 +27320,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: - - *73 + - *74 requestBody: required: true content: @@ -27379,7 +27386,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: - - *73 + - *74 requestBody: required: true content: @@ -27427,23 +27434,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: - - *73 - - *194 + - *74 - *195 - *196 - *197 + - *198 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *198 + schema: *199 examples: - default: *199 + default: *200 '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27469,13 +27476,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: &200 + schema: &201 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -27885,7 +27892,7 @@ paths: - updated_at - archived_at examples: - default-response: &201 + default-response: &202 value: login: github id: 1 @@ -27987,7 +27994,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *73 + - *74 requestBody: required: false content: @@ -28211,18 +28218,18 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: - default: *201 + default: *202 '422': description: Validation failed content: application/json: schema: oneOf: - - *202 - *203 - '409': *99 + - *204 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28245,7 +28252,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *73 + - *74 responses: '202': *37 '404': *6 @@ -28270,15 +28277,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 headers: Link: *38 x-github: @@ -28301,7 +28308,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: - - *73 + - *74 - *17 - *19 responses: @@ -28319,7 +28326,7 @@ paths: type: integer repository_cache_usages: type: array - items: &423 + items: &424 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -28377,7 +28384,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: - - *73 + - *74 - *17 - *19 responses: @@ -28397,7 +28404,7 @@ paths: type: array items: *40 examples: - default: *206 + default: *207 headers: Link: *38 x-github: @@ -28417,7 +28424,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: - - *73 + - *74 requestBody: required: true content: @@ -28504,7 +28511,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: - - *73 + - *74 responses: '200': description: Response @@ -28540,7 +28547,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: - - *73 + - *74 responses: '200': description: Response @@ -28575,15 +28582,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28601,7 +28608,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: - - *73 + - *74 responses: '200': description: Response @@ -28619,7 +28626,7 @@ paths: type: array items: *43 examples: - default: *209 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28637,7 +28644,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: - - *73 + - *74 responses: '200': description: Response @@ -28681,7 +28688,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: - - *73 + - *74 - *45 responses: '200': @@ -28710,7 +28717,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: - - *73 + - *74 - *45 requestBody: required: true @@ -28767,7 +28774,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: - - *73 + - *74 - *45 responses: '202': @@ -28796,13 +28803,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: - - *73 + - *74 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &210 + schema: &211 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -28816,7 +28823,7 @@ paths: required: - include_claim_keys examples: - default: &211 + default: &212 value: include_claim_keys: - repo @@ -28838,20 +28845,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: - - *73 + - *74 requestBody: required: true content: application/json: - schema: *210 + schema: *211 examples: - default: *211 + default: *212 responses: '201': description: Empty response content: application/json: - schema: &236 + schema: &237 title: Empty Object description: An object without any properties. type: object @@ -28881,7 +28888,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: - - *73 + - *74 responses: '200': description: Response @@ -28890,7 +28897,7 @@ paths: schema: type: object properties: - enabled_repositories: &213 + enabled_repositories: &214 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -28904,7 +28911,8 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *47 - selected_actions_url: *212 + selected_actions_url: *213 + sha_pinning_required: *48 required: - enabled_repositories examples: @@ -28913,6 +28921,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 @@ -28933,7 +28942,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: - - *73 + - *74 responses: '204': description: Response @@ -28944,8 +28953,9 @@ paths: schema: type: object properties: - enabled_repositories: *213 + enabled_repositories: *214 allowed_actions: *47 + sha_pinning_required: *48 required: - enabled_repositories examples: @@ -28953,6 +28963,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28972,13 +28983,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *214 + schema: *215 examples: response: summary: Example response @@ -29004,12 +29015,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: - - *73 + - *74 requestBody: required: true content: application/json: - schema: *215 + schema: *216 examples: application/json: value: @@ -29019,7 +29030,7 @@ paths: description: No content '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 x-github: enabledForGitHubApps: true @@ -29039,15 +29050,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *216 + default: *217 '404': *6 x-github: enabledForGitHubApps: true @@ -29066,7 +29077,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: - - *73 + - *74 responses: '204': description: Response @@ -29076,7 +29087,7 @@ paths: required: true content: application/json: - schema: *48 + schema: *49 examples: default: summary: Set approval policy to first time contributors @@ -29098,15 +29109,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *49 + default: *50 '403': *27 '404': *6 x-github: @@ -29124,14 +29135,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: - - *73 + - *74 requestBody: required: true content: application/json: - schema: *218 + schema: *219 examples: - default: *49 + default: *50 responses: '204': description: Empty response for successful settings update @@ -29161,7 +29172,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: - - *73 + - *74 - *17 - *19 responses: @@ -29179,9 +29190,9 @@ paths: type: number repositories: type: array - items: *64 + items: *65 examples: - default: &220 + default: &221 value: total_count: 1 repositories: @@ -29321,7 +29332,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: - - *73 + - *74 responses: '204': description: Response @@ -29365,8 +29376,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: - - *73 - - &219 + - *74 + - &220 name: repository_id description: The unique identifier of the repository. in: path @@ -29394,8 +29405,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: - - *73 - - *219 + - *74 + - *220 responses: '204': description: Response @@ -29418,15 +29429,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *51 + schema: *52 examples: - default: *52 + default: *53 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29449,7 +29460,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: - - *73 + - *74 responses: '204': description: Response @@ -29457,9 +29468,9 @@ paths: required: false content: application/json: - schema: *51 + schema: *52 examples: - selected_actions: *52 + selected_actions: *53 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29479,7 +29490,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: - - *73 + - *74 responses: '200': description: Response @@ -29527,7 +29538,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: - - *73 + - *74 requestBody: required: true content: @@ -29554,7 +29565,7 @@ paths: description: No content '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 x-github: enabledForGitHubApps: true @@ -29574,7 +29585,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: - - *73 + - *74 - *17 - *19 responses: @@ -29589,9 +29600,9 @@ paths: type: integer repositories: type: array - items: *64 + items: *65 examples: - default: *220 + default: *221 '403': *27 '404': *6 x-github: @@ -29611,7 +29622,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: - - *73 + - *74 requestBody: required: true content: @@ -29659,14 +29670,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: - - *73 - - *219 + - *74 + - *220 responses: '204': description: No content '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 x-github: enabledForGitHubApps: true @@ -29686,14 +29697,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: - - *73 - - *219 + - *74 + - *220 responses: '204': description: No content '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 x-github: enabledForGitHubApps: true @@ -29715,15 +29726,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29744,7 +29755,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: - - *73 + - *74 responses: '204': description: Success response @@ -29755,9 +29766,9 @@ paths: required: false content: application/json: - schema: *222 + schema: *223 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29777,7 +29788,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: - - *73 + - *74 - *17 - *19 - name: visible_to_repository @@ -29802,7 +29813,7 @@ paths: type: number runner_groups: type: array - items: &223 + items: &224 type: object properties: id: @@ -29919,7 +29930,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: - - *73 + - *74 requestBody: required: true content: @@ -29992,9 +30003,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: &224 + default: &225 value: id: 2 name: octo-runner-group @@ -30029,14 +30040,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: - - *73 - - *58 + - *74 + - *59 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -30072,8 +30083,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: - - *73 - - *58 + - *74 + - *59 requestBody: required: true content: @@ -30129,9 +30140,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -30150,8 +30161,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: - - *73 - - *58 + - *74 + - *59 responses: '204': description: Response @@ -30174,8 +30185,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: - - *73 - - *58 + - *74 + - *59 - *17 - *19 responses: @@ -30195,7 +30206,7 @@ paths: type: array items: *40 examples: - default: *206 + default: *207 headers: Link: *38 x-github: @@ -30217,8 +30228,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: - - *73 - - *58 + - *74 + - *59 - *19 - *17 responses: @@ -30236,9 +30247,9 @@ paths: type: number repositories: type: array - items: *225 + items: *226 examples: - default: &746 + default: &747 value: total_count: 1 repositories: @@ -30490,8 +30501,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: - - *73 - - *58 + - *74 + - *59 requestBody: required: true content: @@ -30535,9 +30546,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: - - *73 - - *58 - - *219 + - *74 + - *59 + - *220 responses: '204': description: Response @@ -30559,9 +30570,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: - - *73 - - *58 - - *219 + - *74 + - *59 + - *220 responses: '204': description: Response @@ -30584,8 +30595,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: - - *73 - - *58 + - *74 + - *59 - *17 - *19 responses: @@ -30603,9 +30614,9 @@ paths: type: number runners: type: array - items: *62 + items: *63 examples: - default: *63 + default: *64 headers: Link: *38 x-github: @@ -30626,8 +30637,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: - - *73 - - *58 + - *74 + - *59 requestBody: required: true content: @@ -30671,9 +30682,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: - - *73 - - *58 - - *61 + - *74 + - *59 + - *62 responses: '204': description: Response @@ -30695,9 +30706,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: - - *73 - - *58 - - *61 + - *74 + - *59 + - *62 responses: '204': description: Response @@ -30727,7 +30738,7 @@ paths: in: query schema: type: string - - *73 + - *74 - *17 - *19 responses: @@ -30745,9 +30756,9 @@ paths: type: integer runners: type: array - items: *62 + items: *63 examples: - default: *63 + default: *64 headers: Link: *38 x-github: @@ -30771,7 +30782,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: - - *73 + - *74 responses: '200': description: Response @@ -30779,9 +30790,9 @@ paths: application/json: schema: type: array - items: *226 + items: *227 examples: - default: *227 + default: *228 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30803,7 +30814,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: - - *73 + - *74 requestBody: required: true content: @@ -30846,10 +30857,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *228 + '201': *229 '404': *6 '422': *7 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30877,15 +30888,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: - - *73 + - *74 responses: '201': description: Response content: application/json: - schema: *65 + schema: *66 examples: - default: *229 + default: *230 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30913,15 +30924,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: - - *73 + - *74 responses: '201': description: Response content: application/json: - schema: *65 + schema: *66 examples: - default: *230 + default: *231 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30943,16 +30954,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: - - *73 - - *61 + - *74 + - *62 responses: '200': description: Response content: application/json: - schema: *62 + schema: *63 examples: - default: *231 + default: *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30973,8 +30984,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: - - *73 - - *61 + - *74 + - *62 responses: '204': description: Response @@ -31000,10 +31011,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: - - *73 - - *61 + - *74 + - *62 responses: - '200': *67 + '200': *68 '404': *6 x-github: githubCloudOnly: false @@ -31025,8 +31036,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: - - *73 - - *61 + - *74 + - *62 requestBody: required: true content: @@ -31050,7 +31061,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -31074,8 +31085,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: - - *73 - - *61 + - *74 + - *62 requestBody: required: true content: @@ -31100,7 +31111,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -31124,10 +31135,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: - - *73 - - *61 + - *74 + - *62 responses: - '200': *232 + '200': *233 '404': *6 x-github: githubCloudOnly: false @@ -31154,11 +31165,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: - - *73 - - *61 - - *233 + - *74 + - *62 + - *234 responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -31183,7 +31194,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *73 + - *74 - *17 - *19 responses: @@ -31201,7 +31212,7 @@ paths: type: integer secrets: type: array - items: &234 + items: &235 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -31276,13 +31287,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: &443 + schema: &444 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -31317,7 +31328,7 @@ paths: - key_id - key examples: - default: &444 + default: &445 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31342,8 +31353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *73 - - &235 + - *74 + - &236 name: secret_name description: The name of the secret. in: path @@ -31355,7 +31366,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: value: @@ -31385,8 +31396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -31443,7 +31454,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -31469,8 +31480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 responses: '204': description: Response @@ -31496,8 +31507,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: - - *73 - - *235 + - *74 + - *236 - *19 - *17 responses: @@ -31515,9 +31526,9 @@ paths: type: integer repositories: type: array - items: *225 + items: *226 examples: - default: &239 + default: &240 value: total_count: 1 repositories: @@ -31609,8 +31620,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: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -31662,8 +31673,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -31696,8 +31707,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -31729,8 +31740,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *73 - - &428 + - *74 + - &429 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)." @@ -31754,7 +31765,7 @@ paths: type: integer variables: type: array - items: &237 + items: &238 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -31844,7 +31855,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *73 + - *74 requestBody: required: true content: @@ -31892,7 +31903,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -31917,8 +31928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *73 - - &238 + - *74 + - &239 name: name description: The name of the variable. in: path @@ -31930,7 +31941,7 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: default: value: @@ -31960,8 +31971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *73 - - *238 + - *74 + - *239 requestBody: required: true content: @@ -32023,8 +32034,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *73 - - *238 + - *74 + - *239 responses: '204': description: Response @@ -32050,8 +32061,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: - - *73 - - *238 + - *74 + - *239 - *19 - *17 responses: @@ -32069,9 +32080,9 @@ paths: type: integer repositories: type: array - items: *225 + items: *226 examples: - default: *239 + default: *240 '409': description: Response when the visibility of the variable is not set to `selected` @@ -32097,8 +32108,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: - - *73 - - *238 + - *74 + - *239 requestBody: required: true content: @@ -32147,8 +32158,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: - - *73 - - *238 + - *74 + - *239 - name: repository_id in: path required: true @@ -32182,8 +32193,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: - - *73 - - *238 + - *74 + - *239 - name: repository_id in: path required: true @@ -32214,15 +32225,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *71 + default: *72 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32241,19 +32252,19 @@ paths: required: true content: application/json: - schema: *240 + schema: *241 examples: - default: *71 + default: *72 parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *71 + default: *72 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32269,7 +32280,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *73 + - *74 responses: '204': description: Response @@ -32295,9 +32306,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests parameters: - *17 - - *89 - *90 - - *73 + - *91 + - *74 requestBody: required: true content: @@ -32320,12 +32331,12 @@ paths: required: - subject_digests examples: - default: &774 + default: &775 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &775 + withPredicateType: &776 value: subject_digests: - sha256:abc123 @@ -32384,7 +32395,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &776 + default: &777 value: attestations_subject_digests: - sha256:abc: @@ -32493,7 +32504,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *73 + - *74 requestBody: required: true content: @@ -32558,7 +32569,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *73 + - *74 - name: subject_digest description: Subject Digest in: path @@ -32589,7 +32600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id parameters: - - *73 + - *74 - name: attestation_id description: Attestation ID in: path @@ -32625,9 +32636,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations parameters: - *17 - - *89 - *90 - - *73 + - *91 + - *74 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -32678,7 +32689,7 @@ paths: bundle_url: type: string examples: - default: &457 + default: &458 value: attestations: - bundle: @@ -32796,7 +32807,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: - - *73 + - *74 - 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). @@ -32804,10 +32815,10 @@ paths: required: false schema: type: string - - *241 - *242 - *243 - *244 + - *245 - *17 responses: '200': @@ -32816,9 +32827,9 @@ paths: application/json: schema: type: array - items: *245 + items: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32835,7 +32846,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *73 + - *74 - *17 - *19 responses: @@ -32847,7 +32858,7 @@ paths: type: array items: *4 examples: - default: &320 + default: &321 value: - login: octocat id: 1 @@ -32885,8 +32896,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: If the user is blocked @@ -32911,8 +32922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -32932,8 +32943,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -32959,17 +32970,17 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *73 - - &254 + - *74 + - &255 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - *248 - *249 - *250 - *251 + - *252 - *17 - *19 responses: @@ -32979,11 +32990,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 '404': *6 - '500': *88 + '500': *89 "/orgs/{org}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an org @@ -33004,12 +33015,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *73 - - *254 - - *248 + - *74 + - *255 - *249 - *250 - *251 + - *252 - *17 - *19 responses: @@ -33019,7 +33030,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -33137,7 +33148,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: *255 + items: *256 url: type: string format: uri @@ -33150,7 +33161,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &475 + default: &476 value: - id: 21 number: 42 @@ -33217,7 +33228,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': *88 + '500': *89 "/orgs/{org}/campaigns": get: summary: List campaigns for an organization @@ -33234,15 +33245,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *73 + - *74 - *19 - *17 - - *91 + - *92 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &257 + schema: &258 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -33268,7 +33279,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -33299,7 +33310,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *256 + items: *257 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -33318,7 +33329,7 @@ paths: - string - 'null' format: date-time - state: *257 + state: *258 contact_link: description: The contact link of the campaign. type: @@ -33416,7 +33427,7 @@ paths: headers: Link: *38 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33440,7 +33451,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *73 + - *74 requestBody: required: true content: @@ -33535,9 +33546,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &259 + default: &260 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -33586,7 +33597,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33608,7 +33619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *73 + - *74 - name: campaign_number description: The campaign number. in: path @@ -33620,16 +33631,16 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33650,7 +33661,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#update-a-campaign parameters: - - *73 + - *74 - name: campaign_number description: The campaign number. in: path @@ -33700,7 +33711,7 @@ paths: - string - 'null' format: uri - state: *257 + state: *258 examples: default: value: @@ -33710,9 +33721,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '400': description: Bad Request content: @@ -33724,7 +33735,7 @@ paths: content: application/json: schema: *3 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33745,7 +33756,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *73 + - *74 - name: campaign_number description: The campaign number. in: path @@ -33756,7 +33767,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33778,20 +33789,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: - - *73 - - *260 + - *74 - *261 - - *89 + - *262 - *90 + - *91 - *19 - *17 - - *91 + - *92 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *262 + schema: *263 - name: sort description: The property by which to sort the results. in: query @@ -33807,7 +33818,7 @@ paths: be returned. in: query required: false - schema: &485 + schema: &486 type: string description: Severity of a code scanning alert. enum: @@ -33825,13 +33836,13 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: - default: *264 + default: *265 headers: Link: *38 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33853,7 +33864,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: - - *73 + - *74 - name: target_type in: query description: The target type of the code security configuration @@ -33872,8 +33883,8 @@ paths: schema: type: integer default: 30 - - *89 - *90 + - *91 responses: '200': description: Response @@ -33881,7 +33892,7 @@ paths: application/json: schema: type: array - items: *95 + items: *96 examples: default: value: @@ -33964,7 +33975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#create-a-code-security-configuration parameters: - - *73 + - *74 requestBody: required: true content: @@ -34042,7 +34053,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *265 + code_scanning_options: *266 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -34051,7 +34062,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *98 + code_scanning_default_setup_options: *99 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -34183,9 +34194,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *95 + schema: *96 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34207,15 +34218,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-default-code-security-configurations parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '304': *35 '403': *27 '404': *6 @@ -34241,7 +34252,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *73 + - *74 requestBody: required: true content: @@ -34267,11 +34278,11 @@ paths: - 32 - 91 responses: - '204': *121 + '204': *122 '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34293,16 +34304,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-a-code-security-configuration parameters: - - *73 - - *97 + - *74 + - *98 responses: '200': description: Response content: application/json: - schema: *95 + schema: *96 examples: - default: *266 + default: *267 '304': *35 '403': *27 '404': *6 @@ -34326,8 +34337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-code-security-configuration parameters: - - *73 - - *97 + - *74 + - *98 requestBody: required: true content: @@ -34406,7 +34417,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *98 + code_scanning_default_setup_options: *99 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -34524,7 +34535,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *95 + schema: *96 examples: default: value: @@ -34583,14 +34594,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *73 - - *97 + - *74 + - *98 responses: - '204': *121 + '204': *122 '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34614,8 +34625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *73 - - *97 + - *74 + - *98 requestBody: required: true content: @@ -34678,8 +34689,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: - - *73 - - *97 + - *74 + - *98 requestBody: required: true content: @@ -34719,12 +34730,12 @@ paths: - none - private_and_internal - public - configuration: *95 + configuration: *96 examples: default: value: default_for_new_repos: all - configuration: *266 + configuration: *267 '403': *27 '404': *6 x-github: @@ -34748,8 +34759,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: - - *73 - - *97 + - *74 + - *98 - 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)." @@ -34758,8 +34769,8 @@ paths: schema: type: integer default: 30 - - *89 - *90 + - *91 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -34777,13 +34788,13 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *270 + repository: *271 '403': *27 '404': *6 x-github: @@ -34807,7 +34818,7 @@ paths: parameters: - *17 - *19 - - *73 + - *74 responses: '200': description: Response @@ -34823,7 +34834,7 @@ paths: type: integer codespaces: type: array - items: &321 + items: &322 type: object title: Codespace description: A codespace. @@ -34854,11 +34865,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *225 + repository: *226 machine: anyOf: - type: 'null' - - &514 + - &515 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -35145,7 +35156,7 @@ paths: - pulls_url - recent_folders examples: - default: &322 + default: &323 value: total_count: 3 codespaces: @@ -35555,7 +35566,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -35577,7 +35588,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *73 + - *74 deprecated: true requestBody: required: true @@ -35621,7 +35632,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35644,7 +35655,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: - - *73 + - *74 deprecated: true requestBody: required: true @@ -35676,7 +35687,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35699,7 +35710,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *73 + - *74 requestBody: required: true content: @@ -35730,7 +35741,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35751,7 +35762,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *73 + - *74 - *17 - *19 responses: @@ -35769,7 +35780,7 @@ paths: type: integer secrets: type: array - items: &271 + items: &272 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -35810,7 +35821,7 @@ paths: - updated_at - visibility examples: - default: &515 + default: &516 value: total_count: 2 secrets: @@ -35842,13 +35853,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: &516 + schema: &517 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -35883,7 +35894,7 @@ paths: - key_id - key examples: - default: &517 + default: &518 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -35906,16 +35917,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 responses: '200': description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: &519 + default: &520 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -35942,8 +35953,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: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -35998,7 +36009,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -36024,8 +36035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 responses: '204': description: Response @@ -36050,8 +36061,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: - - *73 - - *235 + - *74 + - *236 - *19 - *17 responses: @@ -36069,9 +36080,9 @@ paths: type: integer repositories: type: array - items: *225 + items: *226 examples: - default: *239 + default: *240 '404': *6 x-github: githubCloudOnly: false @@ -36093,8 +36104,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: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -36144,8 +36155,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -36178,8 +36189,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -36218,7 +36229,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: - - *73 + - *74 responses: '200': description: OK @@ -36327,7 +36338,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36359,7 +36370,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: - - *73 + - *74 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -36382,12 +36393,12 @@ paths: currently being billed. seats: type: array - items: *112 + items: *113 examples: - default: *113 + default: *114 headers: Link: *38 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36420,7 +36431,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: - - *73 + - *74 requestBody: content: application/json: @@ -36462,7 +36473,7 @@ paths: default: value: seats_created: 5 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36498,7 +36509,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: - - *73 + - *74 requestBody: content: application/json: @@ -36540,7 +36551,7 @@ paths: default: value: seats_cancelled: 5 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36578,7 +36589,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: - - *73 + - *74 requestBody: content: application/json: @@ -36619,7 +36630,7 @@ paths: default: value: seats_created: 5 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36655,7 +36666,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: - - *73 + - *74 requestBody: content: application/json: @@ -36697,7 +36708,7 @@ paths: default: value: seats_cancelled: 5 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -36736,7 +36747,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: - - *73 + - *74 - 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`). @@ -36768,13 +36779,13 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *162 - '500': *88 + default: *163 + '500': *89 '403': *27 '404': *6 - '422': *163 + '422': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36796,7 +36807,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: - - *73 + - *74 - *17 - name: page description: Page token @@ -36955,7 +36966,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: - - *73 + - *74 - name: credential_id in: path required: true @@ -36986,7 +36997,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: - - *73 + - *74 responses: '200': description: Response - list of custom role names @@ -37002,7 +37013,7 @@ paths: - 3 custom_roles: type: array - items: *272 + items: *273 examples: default: value: @@ -37089,12 +37100,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *73 + - *74 requestBody: required: true content: application/json: - schema: &275 + schema: &276 type: object properties: name: @@ -37136,9 +37147,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 '404': *6 x-github: @@ -37162,8 +37173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *73 - - &274 + - *74 + - &275 name: role_id description: The unique identifier of the role. in: path @@ -37175,9 +37186,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '404': *6 x-github: githubCloudOnly: true @@ -37199,13 +37210,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *73 - - *274 + - *74 + - *275 requestBody: required: true content: application/json: - schema: &276 + schema: &277 type: object properties: name: @@ -37244,9 +37255,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 '404': *6 x-github: @@ -37270,8 +37281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *73 - - *274 + - *74 + - *275 responses: '204': description: Response @@ -37299,12 +37310,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: - - *73 + - *74 requestBody: required: true content: application/json: - schema: *275 + schema: *276 examples: default: value: @@ -37318,9 +37329,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 '404': *6 x-github: @@ -37350,16 +37361,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: - - *73 - - *274 + - *74 + - *275 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '404': *6 x-github: githubCloudOnly: true @@ -37387,13 +37398,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: - - *73 - - *274 + - *74 + - *275 requestBody: required: true content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -37408,9 +37419,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 '404': *6 x-github: @@ -37440,8 +37451,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: - - *73 - - *274 + - *74 + - *275 responses: '204': description: Response @@ -37469,12 +37480,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *73 - - *277 + - *74 - *278 - *279 - *280 - *281 + - *282 - name: package_registry_url in: query description: A comma-separated list of package registry URLs. If specified, @@ -37490,14 +37501,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string - - *282 - *283 - *284 - - *91 - - *89 - - *90 - *285 + - *92 + - *90 + - *91 - *286 + - *287 - *17 responses: '200': @@ -37506,9 +37517,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *288 + default: *289 '304': *35 '400': *14 '403': *27 @@ -37534,7 +37545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *73 + - *74 - *17 - *19 responses: @@ -37552,7 +37563,7 @@ paths: type: integer secrets: type: array - items: &289 + items: &290 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -37625,13 +37636,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: &542 + schema: &543 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -37650,7 +37661,7 @@ paths: - key_id - key examples: - default: &543 + default: &544 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37673,14 +37684,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 responses: '200': description: Response content: application/json: - schema: *289 + schema: *290 examples: default: value: @@ -37708,8 +37719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -37764,7 +37775,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -37788,8 +37799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *73 - - *235 + - *74 + - *236 responses: '204': description: Response @@ -37813,8 +37824,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: - - *73 - - *235 + - *74 + - *236 - *19 - *17 responses: @@ -37832,9 +37843,9 @@ paths: type: integer repositories: type: array - items: *225 + items: *226 examples: - default: *239 + default: *240 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37855,8 +37866,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: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -37906,8 +37917,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -37938,8 +37949,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: - - *73 - - *235 + - *74 + - *236 - name: repository_id in: path required: true @@ -37975,8 +37986,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *73 - - &551 + - *74 + - &552 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -37984,7 +37995,7 @@ paths: required: false schema: type: string - - &552 + - &553 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -37992,7 +38003,7 @@ paths: required: false schema: type: string - - &553 + - &554 name: time_period description: |- The time period to filter by. @@ -38008,7 +38019,7 @@ paths: - week - month default: month - - &554 + - &555 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -38023,7 +38034,7 @@ paths: - denied - all default: all - - *254 + - *255 - *17 - *19 responses: @@ -38033,7 +38044,7 @@ paths: application/json: schema: type: array - items: &555 + items: &556 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -38196,7 +38207,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &556 + default: &557 value: - id: 21 number: 42 @@ -38261,7 +38272,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *88 + '500': *89 "/orgs/{org}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for an org @@ -38282,12 +38293,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *73 - - *254 - - *248 + - *74 + - *255 - *249 - *250 - - &557 + - *251 + - &558 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -38313,7 +38324,7 @@ paths: application/json: schema: type: array - items: &558 + items: &559 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -38427,7 +38438,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: *255 + items: *256 url: type: string format: uri @@ -38440,7 +38451,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &559 + default: &560 value: - id: 21 number: 42 @@ -38505,7 +38516,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/19 '404': *6 '403': *27 - '500': *88 + '500': *89 "/orgs/{org}/docker/conflicts": get: summary: Get list of conflicting packages during Docker migration for organization @@ -38520,7 +38531,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: - - *73 + - *74 responses: '200': description: Response @@ -38528,7 +38539,7 @@ paths: application/json: schema: type: array - items: &332 + items: &333 title: Package description: A software package type: object @@ -38581,7 +38592,7 @@ paths: repository: anyOf: - type: 'null' - - *225 + - *226 created_at: type: string format: date-time @@ -38599,7 +38610,7 @@ paths: - created_at - updated_at examples: - default: &333 + default: &334 value: - id: 197 name: hello_docker @@ -38677,7 +38688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *73 + - *74 - *17 - *19 responses: @@ -38687,7 +38698,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: 200-response: value: @@ -38757,7 +38768,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *73 + - *74 - name: group_id description: The unique identifier of the group. in: path @@ -38783,7 +38794,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -38873,7 +38884,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &400 + default: &401 value: group_id: '123' group_name: Octocat admins @@ -38911,7 +38922,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: - - *73 + - *74 - *17 - name: page description: Page token @@ -38928,7 +38939,7 @@ paths: description: Response content: application/json: - schema: &397 + schema: &398 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -38968,7 +38979,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &398 + default: &399 value: groups: - group_id: '123' @@ -39002,7 +39013,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *73 + - *74 - *17 - *19 responses: @@ -39012,7 +39023,7 @@ paths: application/json: schema: type: array - items: &312 + items: &313 title: Organization Invitation description: Organization Invitation type: object @@ -39066,7 +39077,7 @@ paths: - invitation_teams_url - node_id examples: - default: &313 + default: &314 value: - id: 1 login: monalisa @@ -39125,7 +39136,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: - - *73 + - *74 responses: '200': description: Response @@ -39133,7 +39144,7 @@ paths: application/json: schema: type: array - items: &352 + items: &353 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -39147,7 +39158,7 @@ paths: - name - description examples: - default: &353 + default: &354 value: - name: add_assignee description: Assign or remove a user @@ -39178,7 +39189,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *73 + - *74 - *17 - *19 responses: @@ -39188,7 +39199,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Org Hook description: Org Hook type: object @@ -39309,7 +39320,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *73 + - *74 requestBody: required: true content: @@ -39371,9 +39382,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: &291 + default: &292 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -39417,8 +39428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *73 - - &292 + - *74 + - &293 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. @@ -39431,9 +39442,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *291 + default: *292 '404': *6 x-github: githubCloudOnly: false @@ -39454,8 +39465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *73 - - *292 + - *74 + - *293 requestBody: required: false content: @@ -39501,7 +39512,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -39540,8 +39551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *73 - - *292 + - *74 + - *293 responses: '204': description: Response @@ -39566,8 +39577,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: - - *73 - - *292 + - *74 + - *293 responses: '200': description: Response @@ -39595,8 +39606,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: - - *73 - - *292 + - *74 + - *293 requestBody: required: false content: @@ -39644,10 +39655,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *73 - - *292 - - *17 + - *74 - *293 + - *17 + - *294 responses: '200': description: Response @@ -39655,9 +39666,9 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '400': *14 '422': *15 x-github: @@ -39680,17 +39691,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: - - *73 - - *292 + - *74 + - *293 - *16 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 '400': *14 '422': *15 x-github: @@ -39713,8 +39724,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: - - *73 - - *292 + - *74 + - *293 - *16 responses: '202': *37 @@ -39740,8 +39751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *73 - - *292 + - *74 + - *293 responses: '204': description: Response @@ -39763,8 +39774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *73 - - &302 + - *74 + - &303 name: actor_type in: path description: The type of the actor @@ -39777,14 +39788,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &303 + - &304 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &298 + - &299 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`.' @@ -39792,7 +39803,7 @@ paths: required: true schema: type: string - - &299 + - &300 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) @@ -39803,7 +39814,7 @@ paths: type: string - *19 - *17 - - *91 + - *92 - name: sort description: The property to sort the results by. in: query @@ -39886,13 +39897,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - - *73 - - *298 + - *74 - *299 + - *300 - *19 - *17 - - *91 - - &308 + - *92 + - &309 name: sort description: The property to sort the results by. in: query @@ -39971,15 +39982,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - - *73 - - *298 + - *74 - *299 + - *300 responses: '200': description: Response content: application/json: - schema: &300 + schema: &301 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -39995,7 +40006,7 @@ paths: type: integer format: int64 examples: - default: &301 + default: &302 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -40015,24 +40026,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *73 - - &304 + - *74 + - &305 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *298 - *299 + - *300 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *301 + default: *302 x-github: enabledForGitHubApps: true category: orgs @@ -40050,19 +40061,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *73 - - *298 + - *74 - *299 - - *302 + - *300 - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *301 + default: *302 x-github: enabledForGitHubApps: true category: orgs @@ -40079,10 +40090,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - - *73 - - *298 + - *74 - *299 - - &305 + - *300 + - &306 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -40095,7 +40106,7 @@ paths: description: Response content: application/json: - schema: &306 + schema: &307 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -40111,7 +40122,7 @@ paths: type: integer format: int64 examples: - default: &307 + default: &308 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -40147,19 +40158,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - - *73 - - *304 - - *298 - - *299 + - *74 - *305 + - *299 + - *300 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *307 + default: *308 x-github: enabledForGitHubApps: true category: orgs @@ -40176,20 +40187,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *73 - - *302 + - *74 - *303 - - *298 + - *304 - *299 - - *305 + - *300 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *307 + default: *308 x-github: enabledForGitHubApps: true category: orgs @@ -40206,14 +40217,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - - *73 - - *304 - - *298 + - *74 + - *305 - *299 + - *300 - *19 - *17 - - *91 - - *308 + - *92 + - *309 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -40289,7 +40300,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: - - *73 + - *74 responses: '200': description: Response @@ -40297,7 +40308,7 @@ paths: application/json: schema: *20 examples: - default: &590 + default: &591 value: id: 1 account: @@ -40366,7 +40377,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *73 + - *74 - *17 - *19 responses: @@ -40455,7 +40466,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *73 + - *74 responses: '200': description: Response @@ -40463,12 +40474,12 @@ paths: application/json: schema: anyOf: - - &310 + - &311 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &309 + limit: &310 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -40496,7 +40507,7 @@ paths: properties: {} additionalProperties: false examples: - default: &311 + default: &312 value: limit: collaborators_only origin: organization @@ -40520,18 +40531,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *73 + - *74 requestBody: required: true content: application/json: - schema: &591 + schema: &592 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *309 + limit: *310 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -40556,9 +40567,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 '422': *15 x-github: githubCloudOnly: false @@ -40576,7 +40587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *73 + - *74 responses: '204': description: Response @@ -40602,7 +40613,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *73 + - *74 - *17 - *19 - name: role @@ -40636,9 +40647,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *38 '404': *6 @@ -40662,7 +40673,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *73 + - *74 requestBody: required: false content: @@ -40716,7 +40727,7 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: default: value: @@ -40772,8 +40783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *73 - - &314 + - *74 + - &315 name: invitation_id description: The unique identifier of the invitation. in: path @@ -40806,8 +40817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *73 - - *314 + - *74 + - *315 - *17 - *19 responses: @@ -40817,9 +40828,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: &331 + default: &332 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -40854,7 +40865,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: - - *73 + - *74 responses: '200': description: Response @@ -40862,7 +40873,7 @@ paths: application/json: schema: type: array - items: *315 + items: *316 examples: default: value: @@ -40900,7 +40911,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: - - *73 + - *74 requestBody: required: true content: @@ -40950,9 +40961,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: &316 + default: &317 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -40984,8 +40995,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: - - *73 - - &317 + - *74 + - &318 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -41041,9 +41052,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 '404': *6 '422': *7 x-github: @@ -41067,8 +41078,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: - - *73 - - *317 + - *74 + - *318 responses: '204': description: Response @@ -41101,7 +41112,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: - - *73 + - *74 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -41131,7 +41142,7 @@ paths: - closed - all default: open - - *318 + - *319 - name: type description: Can be the name of an issue type. in: query @@ -41149,8 +41160,8 @@ paths: - updated - comments default: created - - *91 - - *168 + - *92 + - *169 - *17 - *19 responses: @@ -41160,9 +41171,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *319 + default: *320 headers: Link: *38 '404': *6 @@ -41184,7 +41195,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *73 + - *74 - 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) @@ -41222,7 +41233,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '422': *15 @@ -41242,8 +41253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response if requester is an organization member and user is @@ -41277,8 +41288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -41304,8 +41315,8 @@ paths: parameters: - *17 - *19 - - *73 - - *247 + - *74 + - *248 responses: '200': description: Response @@ -41321,11 +41332,11 @@ paths: type: integer codespaces: type: array - items: *321 + items: *322 examples: - default: *322 + default: *323 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -41348,9 +41359,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *73 - - *247 - - &323 + - *74 + - *248 + - &324 name: codespace_name in: path required: true @@ -41360,7 +41371,7 @@ paths: responses: '202': *37 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -41383,17 +41394,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: - - *73 - - *247 - - *323 + - *74 + - *248 + - *324 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: &513 + default: &514 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -41535,7 +41546,7 @@ paths: recent_folders: [] template: '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -41566,14 +41577,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: - - *73 - - *247 + - *74 + - *248 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *112 + schema: *113 examples: default: value: @@ -41617,7 +41628,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -41642,14 +41653,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *73 - - *247 + - *74 + - *248 responses: '200': description: Response content: application/json: - schema: &324 + schema: &325 title: Org Membership description: Org Membership type: object @@ -41698,7 +41709,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *59 + organization: *60 user: anyOf: - type: 'null' @@ -41718,7 +41729,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &325 + response-if-user-has-an-active-admin-membership-with-organization: &326 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -41786,8 +41797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *73 - - *247 + - *74 + - *248 requestBody: required: false content: @@ -41815,9 +41826,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - response-if-user-already-had-membership-with-organization: *325 + response-if-user-already-had-membership-with-organization: *326 '422': *15 '403': *27 x-github: @@ -41841,8 +41852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -41867,7 +41878,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *73 + - *74 - *17 - *19 - name: exclude @@ -41889,7 +41900,7 @@ paths: application/json: schema: type: array - items: &326 + items: &327 title: Migration description: A migration. type: object @@ -41931,7 +41942,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *64 + items: *65 url: type: string format: uri @@ -42146,7 +42157,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *73 + - *74 requestBody: required: true content: @@ -42227,7 +42238,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -42405,8 +42416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *73 - - &327 + - *74 + - &328 name: migration_id description: The unique identifier of the migration. in: path @@ -42434,7 +42445,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -42603,8 +42614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *73 - - *327 + - *74 + - *328 responses: '302': description: Response @@ -42625,8 +42636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *73 - - *327 + - *74 + - *328 responses: '204': description: Response @@ -42649,9 +42660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *73 - - *327 - - &758 + - *74 + - *328 + - &759 name: repo_name description: repo_name parameter in: path @@ -42678,8 +42689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *73 - - *327 + - *74 + - *328 - *17 - *19 responses: @@ -42689,9 +42700,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: &338 + default: &339 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42830,7 +42841,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: - - *73 + - *74 responses: '200': description: Response @@ -42884,7 +42895,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: - - *73 + - *74 responses: '200': description: Response - list of organization roles @@ -42900,7 +42911,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &328 + items: &329 title: Organization Role description: Organization roles type: object @@ -43062,7 +43073,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *73 + - *74 requestBody: required: true content: @@ -43109,7 +43120,7 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -43138,7 +43149,7 @@ paths: updated_at: '2022-07-04T22:19:11Z' '422': *15 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43160,8 +43171,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: - - *73 - - &329 + - *74 + - &330 name: team_slug description: The slug of the team name. in: path @@ -43192,9 +43203,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: - - *73 - - *329 - - *274 + - *74 + - *330 + - *275 responses: '204': description: Response @@ -43223,9 +43234,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: - - *73 - - *329 - - *274 + - *74 + - *330 + - *275 responses: '204': description: Response @@ -43250,8 +43261,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -43276,9 +43287,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: - - *73 - - *247 - - *274 + - *74 + - *248 + - *275 responses: '204': description: Response @@ -43308,9 +43319,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: - - *73 - - *247 - - *274 + - *74 + - *248 + - *275 responses: '204': description: Response @@ -43338,14 +43349,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *73 - - *274 + - *74 + - *275 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -43402,8 +43413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *73 - - *274 + - *74 + - *275 requestBody: required: true content: @@ -43442,7 +43453,7 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -43470,7 +43481,7 @@ paths: created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' '422': *15 - '409': *99 + '409': *100 '404': *6 x-github: githubCloudOnly: true @@ -43495,8 +43506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *73 - - *274 + - *74 + - *275 responses: '204': description: Response @@ -43521,8 +43532,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: - - *73 - - *274 + - *74 + - *275 - *17 - *19 responses: @@ -43601,7 +43612,7 @@ paths: parent: anyOf: - type: 'null' - - *330 + - *331 required: - id - node_id @@ -43615,7 +43626,7 @@ paths: - slug - parent examples: - default: *331 + default: *332 headers: Link: *38 '404': @@ -43644,8 +43655,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: - - *73 - - *274 + - *74 + - *275 - *17 - *19 responses: @@ -43674,7 +43685,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *330 + items: *331 name: type: - string @@ -43791,7 +43802,7 @@ paths: - type - url examples: - default: *320 + default: *321 headers: Link: *38 '404': @@ -43815,7 +43826,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: - - *73 + - *74 - 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) @@ -43842,7 +43853,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -43867,8 +43878,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: - - *73 - - *247 + - *74 + - *248 requestBody: required: false content: @@ -43925,8 +43936,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -43983,8 +43994,8 @@ paths: - docker - nuget - container - - *73 - - &760 + - *74 + - &761 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -44020,12 +44031,12 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: *333 + default: *334 '403': *27 '401': *23 - '400': &762 + '400': &763 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -44047,7 +44058,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &334 + - &335 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 @@ -44065,20 +44076,20 @@ paths: - docker - nuget - container - - &335 + - &336 name: package_name description: The name of the package. in: path required: true schema: type: string - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -44130,9 +44141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *334 - *335 - - *73 + - *336 + - *74 responses: '204': description: Response @@ -44164,9 +44175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *334 - *335 - - *73 + - *336 + - *74 - name: token description: package token schema: @@ -44198,9 +44209,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: - - *334 - *335 - - *73 + - *336 + - *74 - *19 - *17 - name: state @@ -44220,7 +44231,7 @@ paths: application/json: schema: type: array - items: &336 + items: &337 title: Package Version description: A version of a software package type: object @@ -44355,10 +44366,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: - - *334 - *335 - - *73 - - &337 + - *336 + - *74 + - &338 name: package_version_id description: Unique identifier of the package version. in: path @@ -44370,7 +44381,7 @@ paths: description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -44406,10 +44417,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *334 - *335 - - *73 - - *337 + - *336 + - *74 + - *338 responses: '204': description: Response @@ -44441,10 +44452,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *334 - *335 - - *73 - - *337 + - *336 + - *74 + - *338 responses: '204': description: Response @@ -44471,10 +44482,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: - - *73 + - *74 - *17 - *19 - - &339 + - &340 name: sort description: The property by which to sort the results. in: query @@ -44484,8 +44495,8 @@ paths: enum: - created_at default: created_at - - *91 - - &340 + - *92 + - &341 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -44497,7 +44508,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &341 + - &342 name: repository description: The name of the repository to use to filter the results. in: query @@ -44506,7 +44517,7 @@ paths: type: string examples: - Hello-World - - &342 + - &343 name: permission description: The permission to use to filter the results. in: query @@ -44515,7 +44526,7 @@ paths: type: string examples: - issues_read - - &343 + - &344 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) @@ -44525,7 +44536,7 @@ paths: schema: type: string format: date-time - - &344 + - &345 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) @@ -44535,7 +44546,7 @@ paths: schema: type: string format: date-time - - &345 + - &346 name: token_id description: The ID of the token in: query @@ -44548,7 +44559,7 @@ paths: examples: - token_id[]=1,token_id[]=2 responses: - '500': *88 + '500': *89 '422': *15 '404': *6 '403': *27 @@ -44703,7 +44714,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: - - *73 + - *74 requestBody: required: true content: @@ -44745,7 +44756,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *88 + '500': *89 '422': *15 '404': *6 '403': *27 @@ -44770,7 +44781,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: - - *73 + - *74 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -44807,11 +44818,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *88 + '500': *89 '422': *15 '404': *6 '403': *27 - '204': *121 + '204': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44832,7 +44843,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: - - *73 + - *74 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -44843,7 +44854,7 @@ paths: - *17 - *19 responses: - '500': *88 + '500': *89 '404': *6 '403': *27 '200': @@ -44852,9 +44863,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -44877,19 +44888,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: - - *73 + - *74 - *17 - *19 - - *339 - - *91 - *340 + - *92 - *341 - *342 - *343 - *344 - *345 + - *346 responses: - '500': *88 + '500': *89 '422': *15 '404': *6 '403': *27 @@ -45038,7 +45049,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: - - *73 + - *74 requestBody: required: true content: @@ -45073,7 +45084,7 @@ paths: - 1296269 - 1296280 responses: - '500': *88 + '500': *89 '404': *6 '202': *37 '403': *27 @@ -45098,7 +45109,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: - - *73 + - *74 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -45126,9 +45137,9 @@ paths: value: action: revoke responses: - '500': *88 + '500': *89 '404': *6 - '204': *121 + '204': *122 '403': *27 '422': *15 x-github: @@ -45150,7 +45161,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: - - *73 + - *74 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -45160,7 +45171,7 @@ paths: - *17 - *19 responses: - '500': *88 + '500': *89 '404': *6 '403': *27 '200': @@ -45169,9 +45180,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -45195,7 +45206,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: - - *73 + - *74 - *17 - *19 responses: @@ -45213,7 +45224,7 @@ paths: type: integer configurations: type: array - items: &346 + items: &347 title: Organization private registry description: Private registry configuration for an organization type: object @@ -45304,7 +45315,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: - - *73 + - *74 requestBody: required: true content: @@ -45472,7 +45483,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &347 + org-private-registry-with-selected-visibility: &348 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -45513,7 +45524,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: - - *73 + - *74 responses: '200': description: Response @@ -45563,16 +45574,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: - - *73 - - *235 + - *74 + - *236 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -45593,8 +45604,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: - - *73 - - *235 + - *74 + - *236 requestBody: required: true content: @@ -45690,8 +45701,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: - - *73 - - *235 + - *74 + - *236 responses: '204': description: Response @@ -45716,7 +45727,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects parameters: - - *73 + - *74 - name: state description: Indicates the state of the projects to return. in: query @@ -45737,7 +45748,7 @@ paths: application/json: schema: type: array - items: &348 + items: &349 title: Project description: Projects are a way to organize columns and cards of work. @@ -45893,7 +45904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project parameters: - - *73 + - *74 requestBody: required: true content: @@ -45919,7 +45930,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -45957,7 +45968,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &415 + '410': &416 description: Gone content: application/json: @@ -45984,7 +45995,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: - - *73 + - *74 responses: '200': description: Response @@ -45992,9 +46003,9 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *118 + default: *119 '403': *27 '404': *6 x-github: @@ -46021,7 +46032,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: - - *73 + - *74 requestBody: required: true content: @@ -46032,7 +46043,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *117 + items: *118 minItems: 1 maxItems: 100 required: @@ -46062,9 +46073,9 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *118 + default: *119 '403': *27 '404': *6 x-github: @@ -46085,16 +46096,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: - - *73 - - *119 + - *74 + - *120 responses: '200': description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: *120 + default: *121 '403': *27 '404': *6 x-github: @@ -46117,13 +46128,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: - - *73 - - *119 + - *74 + - *120 requestBody: required: true content: application/json: - schema: *349 + schema: *350 examples: default: value: @@ -46139,9 +46150,9 @@ paths: description: Response content: application/json: - schema: *117 + schema: *118 examples: - default: *120 + default: *121 '403': *27 '404': *6 x-github: @@ -46164,10 +46175,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: - - *73 - - *119 + - *74 + - *120 responses: - '204': *121 + '204': *122 '403': *27 '404': *6 x-github: @@ -46188,7 +46199,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: - - *73 + - *74 - *17 - *19 - name: repository_query @@ -46229,7 +46240,7 @@ paths: - octocat/Hello-World properties: type: array - items: &350 + items: &351 title: Custom Property Value description: Custom property name and associated value type: object @@ -46299,7 +46310,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: - - *73 + - *74 requestBody: required: true content: @@ -46319,7 +46330,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *350 + items: *351 required: - repository_names - properties @@ -46360,7 +46371,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *73 + - *74 - *17 - *19 responses: @@ -46372,7 +46383,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -46391,8 +46402,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response if user is a public member @@ -46416,8 +46427,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -46438,8 +46449,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: - - *73 - - *247 + - *74 + - *248 responses: '204': description: Response @@ -46463,7 +46474,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *73 + - *74 - 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 @@ -46510,9 +46521,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -46533,7 +46544,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *73 + - *74 requestBody: required: true content: @@ -46716,7 +46727,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &418 title: Full Repository description: Full Repository type: object @@ -47062,7 +47073,7 @@ paths: template_repository: anyOf: - type: 'null' - - *64 + - *65 temp_clone_token: type: - string @@ -47162,13 +47173,13 @@ paths: license: anyOf: - type: 'null' - - *179 + - *180 organization: anyOf: - type: 'null' - *4 - parent: *64 - source: *64 + parent: *65 + source: *65 forks: type: integer master_branch: @@ -47181,7 +47192,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &532 + code_of_conduct: &533 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -47211,7 +47222,7 @@ paths: - key - name - html_url - security_and_analysis: *351 + security_and_analysis: *352 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -47295,7 +47306,7 @@ paths: - network_count - subscribers_count examples: - default: &419 + default: &420 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -47813,7 +47824,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: - - *73 + - *74 responses: '200': description: Response @@ -47821,9 +47832,9 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -47845,10 +47856,10 @@ paths: category: orgs subcategory: rules parameters: - - *73 + - *74 - *17 - *19 - - &656 + - &657 name: targets description: | A comma-separated list of rule targets to filter by. @@ -47867,7 +47878,7 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: default: value: @@ -47898,7 +47909,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -47914,7 +47925,7 @@ paths: category: orgs subcategory: rules parameters: - - *73 + - *74 requestBody: description: Request body required: true @@ -47935,21 +47946,20 @@ paths: - push - repository default: branch - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 - conditions: *354 + items: *130 + conditions: *355 rules: type: array description: An array of rules within the ruleset. - items: &356 + items: &357 title: Repository Rule type: object description: A repository rule. oneOf: - - *130 - *131 - *132 - *133 @@ -47969,6 +47979,7 @@ paths: - *147 - *148 - *149 + - *150 required: - name - enforcement @@ -48006,9 +48017,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: &355 + default: &356 value: id: 21 name: super cool ruleset @@ -48048,7 +48059,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -48062,8 +48073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *73 - - &658 + - *74 + - &659 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 @@ -48073,16 +48084,16 @@ paths: schema: type: string x-multi-segment: true - - *254 - - *250 - - &659 + - *255 + - *251 + - &660 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 - - &660 + - &661 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -48102,7 +48113,7 @@ paths: description: Response content: application/json: - schema: &661 + schema: &662 title: Rule Suites description: Response type: array @@ -48158,7 +48169,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &662 + default: &663 value: - id: 21 actor_id: 12 @@ -48182,7 +48193,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48201,8 +48212,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *73 - - &663 + - *74 + - &664 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -48218,7 +48229,7 @@ paths: description: Response content: application/json: - schema: &664 + schema: &665 title: Rule Suite description: Response type: object @@ -48325,7 +48336,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &665 + default: &666 value: id: 21 actor_id: 12 @@ -48360,7 +48371,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48386,7 +48397,7 @@ paths: category: orgs subcategory: rules parameters: - - *73 + - *74 - name: ruleset_id description: The ID of the ruleset. in: path @@ -48398,11 +48409,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *355 + default: *356 '404': *6 - '500': *88 + '500': *89 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -48418,7 +48429,7 @@ paths: category: orgs subcategory: rules parameters: - - *73 + - *74 - name: ruleset_id description: The ID of the ruleset. in: path @@ -48444,16 +48455,16 @@ paths: - tag - push - repository - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 - conditions: *354 + items: *130 + conditions: *355 rules: description: An array of rules within the ruleset. type: array - items: *356 + items: *357 examples: default: value: @@ -48488,11 +48499,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *355 + default: *356 '404': *6 - '500': *88 + '500': *89 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -48508,7 +48519,7 @@ paths: category: orgs subcategory: rules parameters: - - *73 + - *74 - name: ruleset_id description: The ID of the ruleset. in: path @@ -48519,7 +48530,7 @@ paths: '204': description: Response '404': *6 - '500': *88 + '500': *89 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -48531,7 +48542,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-history parameters: - - *73 + - *74 - *17 - *19 - name: ruleset_id @@ -48547,11 +48558,11 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *357 + default: *358 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48568,7 +48579,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-version parameters: - - *73 + - *74 - name: ruleset_id description: The ID of the ruleset. in: path @@ -48586,7 +48597,7 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: default: value: @@ -48626,7 +48637,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48648,15 +48659,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: - - *73 - - *359 + - *74 - *360 - *361 - *362 - - *91 + - *363 + - *92 - *19 - *17 - - &667 + - &668 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 @@ -48666,7 +48677,7 @@ paths: required: false schema: type: string - - &668 + - &669 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 @@ -48676,10 +48687,10 @@ paths: required: false schema: type: string - - *363 - *364 - *365 - *366 + - *367 responses: '200': description: Response @@ -48687,13 +48698,13 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 headers: Link: *38 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48718,15 +48729,15 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 '403': *27 '404': *6 patch: @@ -48747,7 +48758,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *73 + - *74 requestBody: required: true content: @@ -48755,7 +48766,7 @@ paths: schema: type: object properties: - pattern_config_version: *157 + pattern_config_version: *158 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -48781,7 +48792,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *157 + custom_pattern_version: *158 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -48817,7 +48828,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *15 "/orgs/{org}/security-advisories": get: @@ -48835,8 +48846,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: - - *73 - - *91 + - *74 + - *92 - name: sort description: The property to sort the results by. in: query @@ -48848,8 +48859,8 @@ paths: - updated - published default: created - - *89 - *90 + - *91 - 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)." @@ -48879,7 +48890,7 @@ paths: application/json: schema: type: array - items: &689 + items: &690 description: A repository security advisory. type: object properties: @@ -49087,7 +49098,7 @@ paths: required: - vector_string - score - cvss_severities: *103 + cvss_severities: *104 cwes: type: - array @@ -49123,7 +49134,7 @@ paths: login: type: string description: The username of the user credited. - type: *371 + type: *372 credits_detailed: type: - array @@ -49134,7 +49145,7 @@ paths: type: object properties: user: *4 - type: *371 + type: *372 state: type: string description: The state of the user's acceptance of the @@ -49160,13 +49171,13 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *256 + items: *257 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *100 + - *101 type: - 'null' required: @@ -49198,7 +49209,7 @@ paths: - private_fork additionalProperties: false examples: - default: &690 + default: &691 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -49577,7 +49588,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *73 + - *74 responses: '200': description: Response @@ -49585,9 +49596,9 @@ paths: application/json: schema: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49610,8 +49621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *73 - - *329 + - *74 + - *330 responses: '204': description: Response @@ -49636,8 +49647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *73 - - *329 + - *74 + - *330 responses: '204': description: Response @@ -49666,15 +49677,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49698,8 +49709,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: - - *73 - - *374 + - *74 + - *375 - *17 - *19 responses: @@ -49707,9 +49718,9 @@ paths: description: Success content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -49731,15 +49742,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49761,15 +49772,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49789,7 +49800,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: - - *73 + - *74 - *17 - *19 responses: @@ -49807,9 +49818,9 @@ paths: type: integer network_configurations: type: array - items: *114 + items: *115 examples: - default: *381 + default: *382 headers: Link: *38 x-github: @@ -49830,7 +49841,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: - - *73 + - *74 requestBody: required: true content: @@ -49872,9 +49883,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *115 + default: *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49894,16 +49905,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: - - *73 - - *116 + - *74 + - *117 responses: '200': description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *115 + default: *116 headers: Link: *38 x-github: @@ -49924,8 +49935,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: - - *73 - - *116 + - *74 + - *117 requestBody: required: true content: @@ -49964,9 +49975,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *115 + default: *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49985,8 +49996,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: - - *73 - - *116 + - *74 + - *117 responses: '204': description: Response @@ -50009,16 +50020,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: - - *73 - - *382 + - *74 + - *383 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 headers: Link: *38 x-github: @@ -50037,7 +50048,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: - - *73 + - *74 - *17 - name: page description: Page token @@ -50056,7 +50067,7 @@ paths: description: Response content: application/json: - schema: &406 + schema: &407 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -50108,7 +50119,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &407 + default: &408 value: groups: - group_id: '123' @@ -50153,8 +50164,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: - - *73 - - *329 + - *74 + - *330 - 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`). @@ -50186,13 +50197,13 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *162 - '500': *88 + default: *163 + '500': *89 '403': *27 '404': *6 - '422': *163 + '422': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50210,7 +50221,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *73 + - *74 - *17 - *19 responses: @@ -50220,9 +50231,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 headers: Link: *38 '403': *27 @@ -50244,7 +50255,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *73 + - *74 requestBody: required: true content: @@ -50316,7 +50327,7 @@ paths: description: Response content: application/json: - schema: &385 + schema: &386 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -50390,7 +50401,7 @@ paths: parent: anyOf: - type: 'null' - - *330 + - *331 members_count: type: integer examples: @@ -50696,7 +50707,7 @@ paths: - repos_count - organization examples: - default: &386 + default: &387 value: id: 1 node_id: MDQ6VGVhbTE= @@ -50766,16 +50777,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *73 - - *329 + - *74 + - *330 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '404': *6 x-github: githubCloudOnly: false @@ -50796,8 +50807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *73 - - *329 + - *74 + - *330 requestBody: required: false content: @@ -50860,16 +50871,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '201': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '404': *6 '422': *15 '403': *27 @@ -50894,8 +50905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *73 - - *329 + - *74 + - *330 responses: '204': description: Response @@ -50921,9 +50932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *73 - - *329 - - *91 + - *74 + - *330 + - *92 - *17 - *19 - name: pinned @@ -50939,7 +50950,7 @@ paths: application/json: schema: type: array - items: &387 + items: &388 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -51030,7 +51041,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *166 + reactions: *167 required: - author - body @@ -51050,7 +51061,7 @@ paths: - updated_at - url examples: - default: &733 + default: &734 value: - author: login: octocat @@ -51124,8 +51135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *73 - - *329 + - *74 + - *330 requestBody: required: true content: @@ -51159,9 +51170,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: &388 + default: &389 value: author: login: octocat @@ -51233,9 +51244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *73 - - *329 - - &389 + - *74 + - *330 + - &390 name: discussion_number description: The number that identifies the discussion. in: path @@ -51247,9 +51258,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51271,9 +51282,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *73 - - *329 - - *389 + - *74 + - *330 + - *390 requestBody: required: false content: @@ -51296,9 +51307,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: &734 + default: &735 value: author: login: octocat @@ -51368,9 +51379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *73 - - *329 - - *389 + - *74 + - *330 + - *390 responses: '204': description: Response @@ -51396,10 +51407,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *73 - - *329 - - *389 - - *91 + - *74 + - *330 + - *390 + - *92 - *17 - *19 responses: @@ -51409,7 +51420,7 @@ paths: application/json: schema: type: array - items: &390 + items: &391 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -51474,7 +51485,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *166 + reactions: *167 required: - author - body @@ -51489,7 +51500,7 @@ paths: - updated_at - url examples: - default: &735 + default: &736 value: - author: login: octocat @@ -51557,9 +51568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *73 - - *329 - - *389 + - *74 + - *330 + - *390 requestBody: required: true content: @@ -51581,9 +51592,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: &391 + default: &392 value: author: login: octocat @@ -51649,10 +51660,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *73 - - *329 - - *389 - - &392 + - *74 + - *330 + - *390 + - &393 name: comment_number description: The number that identifies the comment. in: path @@ -51664,9 +51675,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51688,10 +51699,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *73 - - *329 - - *389 - - *392 + - *74 + - *330 + - *390 + - *393 requestBody: required: true content: @@ -51713,9 +51724,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: &736 + default: &737 value: author: login: octocat @@ -51779,10 +51790,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *73 - - *329 - - *389 - - *392 + - *74 + - *330 + - *390 + - *393 responses: '204': description: Response @@ -51808,10 +51819,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: - - *73 - - *329 - - *389 - - *392 + - *74 + - *330 + - *390 + - *393 - 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. @@ -51837,7 +51848,7 @@ paths: application/json: schema: type: array - items: &393 + items: &394 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -51881,7 +51892,7 @@ paths: - content - created_at examples: - default: &395 + default: &396 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -51931,10 +51942,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: - - *73 - - *329 - - *389 - - *392 + - *74 + - *330 + - *390 + - *393 requestBody: required: true content: @@ -51967,9 +51978,9 @@ paths: team discussion comment content: application/json: - schema: *393 + schema: *394 examples: - default: &394 + default: &395 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -51998,9 +52009,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52023,11 +52034,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *73 - - *329 - - *389 - - *392 - - &396 + - *74 + - *330 + - *390 + - *393 + - &397 name: reaction_id description: The unique identifier of the reaction. in: path @@ -52059,9 +52070,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *73 - - *329 - - *389 + - *74 + - *330 + - *390 - 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. @@ -52087,9 +52098,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 x-github: @@ -52115,9 +52126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *73 - - *329 - - *389 + - *74 + - *330 + - *390 requestBody: required: true content: @@ -52149,16 +52160,16 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -52181,10 +52192,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *73 - - *329 - - *389 - - *396 + - *74 + - *330 + - *390 + - *397 responses: '204': description: Response @@ -52207,16 +52218,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: - - *73 - - *329 + - *74 + - *330 responses: '200': description: Response content: application/json: - schema: *397 + schema: *398 examples: - default: *398 + default: *399 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -52235,8 +52246,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: - - *73 - - *329 + - *74 + - *330 requestBody: required: true content: @@ -52260,9 +52271,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -52281,8 +52292,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: - - *73 - - *329 + - *74 + - *330 responses: '204': description: Response @@ -52306,8 +52317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *73 - - *329 + - *74 + - *330 - *17 - *19 responses: @@ -52317,9 +52328,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *38 x-github: @@ -52341,8 +52352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *73 - - *329 + - *74 + - *330 - name: role description: Filters members returned by their role in the team. in: query @@ -52365,7 +52376,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -52395,15 +52406,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *73 - - *329 - - *247 + - *74 + - *330 + - *248 responses: '200': description: Response content: application/json: - schema: &401 + schema: &402 title: Team Membership description: Team Membership type: object @@ -52431,7 +52442,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &737 + response-if-user-is-a-team-maintainer: &738 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52467,9 +52478,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: - - *73 - - *329 - - *247 + - *74 + - *330 + - *248 requestBody: required: false content: @@ -52494,9 +52505,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - response-if-users-membership-with-team-is-now-pending: &738 + response-if-users-membership-with-team-is-now-pending: &739 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52531,9 +52542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *73 - - *329 - - *247 + - *74 + - *330 + - *248 responses: '204': description: Response @@ -52558,8 +52569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *73 - - *329 + - *74 + - *330 - *17 - *19 responses: @@ -52569,7 +52580,7 @@ paths: application/json: schema: type: array - items: &402 + items: &403 title: Team Project description: A team's access to a project. type: object @@ -52638,7 +52649,7 @@ paths: - updated_at - permissions examples: - default: &739 + default: &740 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -52701,9 +52712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *73 - - *329 - - &403 + - *74 + - *330 + - &404 name: project_id description: The unique identifier of the project. in: path @@ -52715,9 +52726,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &740 + default: &741 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -52779,9 +52790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *73 - - *329 - - *403 + - *74 + - *330 + - *404 requestBody: required: false content: @@ -52848,9 +52859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *73 - - *329 - - *403 + - *74 + - *330 + - *404 responses: '204': description: Response @@ -52877,8 +52888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *73 - - *329 + - *74 + - *330 - *17 - *19 responses: @@ -52888,9 +52899,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -52919,16 +52930,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *73 - - *329 - - *404 + - *74 + - *330 - *405 + - *406 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &741 + schema: &742 title: Team Repository description: A team's access to a repository. type: object @@ -52954,7 +52965,7 @@ paths: license: anyOf: - type: 'null' - - *179 + - *180 forks: type: integer permissions: @@ -53569,10 +53580,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *73 - - *329 - - *404 + - *74 + - *330 - *405 + - *406 requestBody: required: false content: @@ -53617,10 +53628,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *73 - - *329 - - *404 + - *74 + - *330 - *405 + - *406 responses: '204': description: Response @@ -53646,16 +53657,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: - - *73 - - *329 + - *74 + - *330 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -53677,8 +53688,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: - - *73 - - *329 + - *74 + - *330 requestBody: required: true content: @@ -53721,7 +53732,7 @@ paths: description: Response content: application/json: - schema: *406 + schema: *407 examples: default: value: @@ -53753,8 +53764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *73 - - *329 + - *74 + - *330 - *17 - *19 responses: @@ -53764,9 +53775,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - response-if-child-teams-exist: &742 + response-if-child-teams-exist: &743 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -53819,7 +53830,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: - - *73 + - *74 - name: security_product in: path description: The security feature to enable or disable. @@ -53893,7 +53904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - - &408 + - &409 name: card_id description: The unique identifier of the card. in: path @@ -53905,7 +53916,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &410 title: Project Card description: Project cards represent a scope of work. type: object @@ -53980,7 +53991,7 @@ paths: - created_at - updated_at examples: - default: &410 + default: &411 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -54036,7 +54047,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - - *408 + - *409 requestBody: required: false content: @@ -54066,9 +54077,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 '304': *35 '403': *27 '401': *23 @@ -54095,7 +54106,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - - *408 + - *409 responses: '204': description: Response @@ -54139,7 +54150,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - - *408 + - *409 requestBody: required: true content: @@ -54252,7 +54263,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - - &411 + - &412 name: column_id description: The unique identifier of the column. in: path @@ -54264,7 +54275,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: Project Column description: Project columns contain cards of work. type: object @@ -54318,7 +54329,7 @@ paths: - created_at - updated_at examples: - default: &413 + default: &414 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -54353,7 +54364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - - *411 + - *412 requestBody: required: true content: @@ -54378,9 +54389,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 '304': *35 '403': *27 '401': *23 @@ -54405,7 +54416,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - - *411 + - *412 responses: '204': description: Response @@ -54434,7 +54445,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - - *411 + - *412 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -54455,7 +54466,7 @@ paths: application/json: schema: type: array - items: *409 + items: *410 examples: default: value: @@ -54514,7 +54525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - - *411 + - *412 requestBody: required: true content: @@ -54558,9 +54569,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 '304': *35 '403': *27 '401': *23 @@ -54570,8 +54581,8 @@ paths: application/json: schema: oneOf: - - *202 - *203 + - *204 '503': description: Response content: @@ -54616,7 +54627,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - - *411 + - *412 requestBody: required: true content: @@ -54677,15 +54688,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - - *403 + - *404 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &414 + default: &415 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -54742,7 +54753,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - - *403 + - *404 requestBody: required: false content: @@ -54791,9 +54802,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *414 + default: *415 '404': description: Not Found if the authenticated user does not have access to the project @@ -54814,7 +54825,7 @@ paths: items: type: string '401': *23 - '410': *415 + '410': *416 '422': *7 x-github: githubCloudOnly: false @@ -54837,7 +54848,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - - *403 + - *404 responses: '204': description: Delete Success @@ -54858,7 +54869,7 @@ paths: items: type: string '401': *23 - '410': *415 + '410': *416 '404': *6 x-github: githubCloudOnly: false @@ -54882,7 +54893,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - - *403 + - *404 - 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 @@ -54909,7 +54920,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '404': *6 @@ -54939,8 +54950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - - *403 - - *247 + - *404 + - *248 requestBody: required: false content: @@ -54994,8 +55005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *403 - - *247 + - *404 + - *248 responses: '204': description: Response @@ -55026,8 +55037,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: - - *403 - - *247 + - *404 + - *248 responses: '200': description: Response @@ -55097,7 +55108,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns parameters: - - *403 + - *404 - *17 - *19 responses: @@ -55107,7 +55118,7 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: default: value: @@ -55145,7 +55156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column parameters: - - *403 + - *404 requestBody: required: true content: @@ -55169,7 +55180,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -55234,7 +55245,7 @@ paths: resources: type: object properties: - core: &416 + core: &417 title: Rate Limit type: object properties: @@ -55251,21 +55262,21 @@ paths: - remaining - reset - used - graphql: *416 - search: *416 - code_search: *416 - source_import: *416 - integration_manifest: *416 - code_scanning_upload: *416 - actions_runner_registration: *416 - scim: *416 - dependency_snapshots: *416 - dependency_sbom: *416 - code_scanning_autofix: *416 + graphql: *417 + search: *417 + code_search: *417 + source_import: *417 + integration_manifest: *417 + code_scanning_upload: *417 + actions_runner_registration: *417 + scim: *417 + dependency_snapshots: *417 + dependency_sbom: *417 + code_scanning_autofix: *417 required: - core - search - rate: *416 + rate: *417 required: - rate - resources @@ -55369,14 +55380,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: default-response: summary: Default response @@ -55881,7 +55892,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *418 + '301': *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55899,8 +55910,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -56158,10 +56169,10 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *419 - '307': &420 + default: *420 + '307': &421 description: Temporary Redirect content: application/json: @@ -56190,8 +56201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -56213,9 +56224,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': *420 + '307': *421 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56237,11 +56248,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *404 - *405 + - *406 - *17 - *19 - - &435 + - &436 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -56264,7 +56275,7 @@ paths: type: integer artifacts: type: array - items: &421 + items: &422 title: Artifact description: An artifact type: object @@ -56359,7 +56370,7 @@ paths: - expires_at - updated_at examples: - default: &436 + default: &437 value: total_count: 2 artifacts: @@ -56420,9 +56431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *404 - *405 - - &422 + - *406 + - &423 name: artifact_id description: The unique identifier of the artifact. in: path @@ -56434,7 +56445,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -56472,9 +56483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *404 - *405 - - *422 + - *406 + - *423 responses: '204': description: Response @@ -56498,9 +56509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *404 - *405 - - *422 + - *406 + - *423 - name: archive_format in: path required: true @@ -56514,7 +56525,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': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56537,14 +56548,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -56570,11 +56581,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: - - *404 - *405 + - *406 - *17 - *19 - - &424 + - &425 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 @@ -56602,13 +56613,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *91 + - *92 responses: '200': description: Response content: application/json: - schema: &425 + schema: &426 title: Repository actions caches description: Repository actions caches type: object @@ -56658,7 +56669,7 @@ paths: - total_count - actions_caches examples: - default: &426 + default: &427 value: total_count: 1 actions_caches: @@ -56690,23 +56701,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: - - *404 - *405 + - *406 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *424 + - *425 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56726,8 +56737,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: - - *404 - *405 + - *406 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -56758,9 +56769,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: - - *404 - *405 - - &427 + - *406 + - &428 name: job_id description: The unique identifier of the job. in: path @@ -56772,7 +56783,7 @@ paths: description: Response content: application/json: - schema: &439 + schema: &440 title: Job description: Information of a job execution in a workflow run type: object @@ -57119,9 +57130,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: - - *404 - *405 - - *427 + - *406 + - *428 responses: '302': description: Response @@ -57149,9 +57160,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: - - *404 - *405 - - *427 + - *406 + - *428 requestBody: required: false content: @@ -57173,7 +57184,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -57197,8 +57208,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: - - *404 - *405 + - *406 responses: '200': description: Status response @@ -57248,8 +57259,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -57283,7 +57294,7 @@ paths: description: Empty response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -57312,8 +57323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -57331,7 +57342,7 @@ paths: type: integer secrets: type: array - items: &441 + items: &442 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -57352,7 +57363,7 @@ paths: - created_at - updated_at examples: - default: &442 + default: &443 value: total_count: 2 secrets: @@ -57385,9 +57396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *404 - *405 - - *428 + - *406 + - *429 - *19 responses: '200': @@ -57404,7 +57415,7 @@ paths: type: integer variables: type: array - items: &445 + items: &446 title: Actions Variable type: object properties: @@ -57438,7 +57449,7 @@ paths: - created_at - updated_at examples: - default: &446 + default: &447 value: total_count: 2 variables: @@ -57471,8 +57482,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -57481,11 +57492,12 @@ paths: schema: type: object properties: - enabled: &429 + enabled: &430 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *47 - selected_actions_url: *212 + selected_actions_url: *213 + sha_pinning_required: *48 required: - enabled examples: @@ -57494,6 +57506,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 @@ -57514,8 +57527,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: - - *404 - *405 + - *406 responses: '204': description: Response @@ -57526,8 +57539,9 @@ paths: schema: type: object properties: - enabled: *429 + enabled: *430 allowed_actions: *47 + sha_pinning_required: *48 required: - enabled examples: @@ -57535,6 +57549,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -57557,14 +57572,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: &430 + schema: &431 type: object properties: access_level: @@ -57582,7 +57597,7 @@ paths: required: - access_level examples: - default: &431 + default: &432 value: access_level: organization x-github: @@ -57607,15 +57622,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: - - *404 - *405 + - *406 requestBody: required: true content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 responses: '204': description: Response @@ -57639,14 +57654,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *214 + schema: *215 examples: default: value: @@ -57670,8 +57685,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: - - *404 - *405 + - *406 responses: '204': description: Empty response for successful settings update @@ -57681,7 +57696,7 @@ paths: required: true content: application/json: - schema: *215 + schema: *216 examples: default: summary: Set retention days @@ -57705,16 +57720,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *216 + default: *217 '404': *6 x-github: enabledForGitHubApps: true @@ -57733,8 +57748,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: - - *404 - *405 + - *406 responses: '204': description: Response @@ -57744,7 +57759,7 @@ paths: required: true content: application/json: - schema: *48 + schema: *49 examples: default: summary: Set approval policy to first time contributors @@ -57768,16 +57783,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *49 + default: *50 '403': *27 '404': *6 x-github: @@ -57797,15 +57812,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: - - *404 - *405 + - *406 requestBody: required: true content: application/json: - schema: *218 + schema: *219 examples: - default: *49 + default: *50 responses: '204': description: Empty response for successful settings update @@ -57829,16 +57844,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *51 + schema: *52 examples: - default: *52 + default: *53 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -57861,8 +57876,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: - - *404 - *405 + - *406 responses: '204': description: Response @@ -57870,9 +57885,9 @@ paths: required: false content: application/json: - schema: *51 + schema: *52 examples: - selected_actions: *52 + selected_actions: *53 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -57894,16 +57909,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: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57924,8 +57939,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: - - *404 - *405 + - *406 responses: '204': description: Success response @@ -57936,9 +57951,9 @@ paths: required: true content: application/json: - schema: *222 + schema: *223 examples: - default: *55 + default: *56 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57965,8 +57980,8 @@ paths: in: query schema: type: string - - *404 - *405 + - *406 - *17 - *19 responses: @@ -57984,9 +57999,9 @@ paths: type: integer runners: type: array - items: *62 + items: *63 examples: - default: *63 + default: *64 headers: Link: *38 x-github: @@ -58010,8 +58025,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -58019,9 +58034,9 @@ paths: application/json: schema: type: array - items: *226 + items: *227 examples: - default: *227 + default: *228 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58043,8 +58058,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -58087,10 +58102,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *228 + '201': *229 '404': *6 '422': *7 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58118,16 +58133,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: - - *404 - *405 + - *406 responses: '201': description: Response content: application/json: - schema: *65 + schema: *66 examples: - default: *229 + default: *230 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58155,16 +58170,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: - - *404 - *405 + - *406 responses: '201': description: Response content: application/json: - schema: *65 + schema: *66 examples: - default: *230 + default: *231 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58186,17 +58201,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: - - *404 - *405 - - *61 + - *406 + - *62 responses: '200': description: Response content: application/json: - schema: *62 + schema: *63 examples: - default: *231 + default: *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58217,9 +58232,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: - - *404 - *405 - - *61 + - *406 + - *62 responses: '204': description: Response @@ -58245,11 +58260,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: - - *404 - *405 - - *61 + - *406 + - *62 responses: - '200': *67 + '200': *68 '404': *6 x-github: githubCloudOnly: false @@ -58271,9 +58286,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: - - *404 - *405 - - *61 + - *406 + - *62 requestBody: required: true content: @@ -58297,7 +58312,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -58321,9 +58336,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: - - *404 - *405 - - *61 + - *406 + - *62 requestBody: required: true content: @@ -58348,7 +58363,7 @@ paths: - gpu - accelerated responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -58372,11 +58387,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: - - *404 - *405 - - *61 + - *406 + - *62 responses: - '200': *232 + '200': *233 '404': *6 x-github: githubCloudOnly: false @@ -58403,12 +58418,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: - - *404 - *405 - - *61 - - *233 + - *406 + - *62 + - *234 responses: - '200': *67 + '200': *68 '404': *6 '422': *7 x-github: @@ -58434,9 +58449,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: - - *404 - *405 - - &449 + - *406 + - &450 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. @@ -58444,7 +58459,7 @@ paths: required: false schema: type: string - - &450 + - &451 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -58452,7 +58467,7 @@ paths: required: false schema: type: string - - &451 + - &452 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -58461,7 +58476,7 @@ paths: required: false schema: type: string - - &452 + - &453 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 @@ -58488,7 +58503,7 @@ paths: - pending - *17 - *19 - - &453 + - &454 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)." @@ -58497,7 +58512,7 @@ paths: schema: type: string format: date-time - - &432 + - &433 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -58506,13 +58521,13 @@ paths: schema: type: boolean default: false - - &454 + - &455 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &455 + - &456 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -58535,7 +58550,7 @@ paths: type: integer workflow_runs: type: array - items: &433 + items: &434 title: Workflow Run description: An invocation of a workflow type: object @@ -58652,7 +58667,7 @@ paths: type: - array - 'null' - items: &476 + items: &477 title: Pull Request Minimal type: object properties: @@ -58779,7 +58794,7 @@ paths: head_commit: anyOf: - type: 'null' - - &480 + - &481 title: Simple Commit description: A commit. type: object @@ -58853,8 +58868,8 @@ paths: - timestamp - author - committer - repository: *225 - head_repository: *225 + repository: *226 + head_repository: *226 head_repository_id: type: integer examples: @@ -58894,7 +58909,7 @@ paths: - workflow_url - pull_requests examples: - default: &456 + default: &457 value: total_count: 1 workflow_runs: @@ -59130,24 +59145,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *404 - *405 - - &434 + - *406 + - &435 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *432 + - *433 responses: '200': description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: &437 + default: &438 value: id: 30433642 name: Build @@ -59388,9 +59403,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '204': description: Response @@ -59413,9 +59428,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: - - *404 - *405 - - *434 + - *406 + - *435 responses: '200': description: Response @@ -59543,15 +59558,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: - - *404 - *405 - - *434 + - *406 + - *435 responses: '201': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -59578,12 +59593,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *404 - *405 - - *434 + - *406 + - *435 - *17 - *19 - - *435 + - *436 responses: '200': description: Response @@ -59599,9 +59614,9 @@ paths: type: integer artifacts: type: array - items: *421 + items: *422 examples: - default: *436 + default: *437 headers: Link: *38 x-github: @@ -59625,25 +59640,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *404 - *405 - - *434 - - &438 + - *406 + - *435 + - &439 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *432 + - *433 responses: '200': description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *437 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59666,10 +59681,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: - - *404 - *405 - - *434 - - *438 + - *406 + - *435 + - *439 - *17 - *19 responses: @@ -59687,9 +59702,9 @@ paths: type: integer jobs: type: array - items: *439 + items: *440 examples: - default: &440 + default: &441 value: total_count: 1 jobs: @@ -59802,10 +59817,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *404 - *405 - - *434 - - *438 + - *406 + - *435 + - *439 responses: '302': description: Response @@ -59833,19 +59848,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '202': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59868,9 +59883,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: - - *404 - *405 - - *434 + - *406 + - *435 requestBody: required: true content: @@ -59937,19 +59952,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '202': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59972,9 +59987,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: - - *404 - *405 - - *434 + - *406 + - *435 - 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 @@ -60004,9 +60019,9 @@ paths: type: integer jobs: type: array - items: *439 + items: *440 examples: - default: *440 + default: *441 headers: Link: *38 x-github: @@ -60031,9 +60046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '302': description: Response @@ -60060,14 +60075,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '204': description: Response '403': *27 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60089,9 +60104,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: - - *404 - *405 - - *434 + - *406 + - *435 responses: '200': description: Response @@ -60160,7 +60175,7 @@ paths: items: type: object properties: - type: &560 + type: &561 type: string description: The type of reviewer. enum: @@ -60171,7 +60186,7 @@ paths: reviewer: anyOf: - *4 - - *256 + - *257 required: - environment - wait_timer @@ -60246,9 +60261,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: - - *404 - *405 - - *434 + - *406 + - *435 requestBody: required: true content: @@ -60298,7 +60313,7 @@ paths: application/json: schema: type: array - items: &546 + items: &547 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -60410,7 +60425,7 @@ paths: - created_at - updated_at examples: - default: &547 + default: &548 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -60466,9 +60481,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *404 - *405 - - *434 + - *406 + - *435 requestBody: required: false content: @@ -60490,7 +60505,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -60513,9 +60528,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: - - *404 - *405 - - *434 + - *406 + - *435 requestBody: required: false content: @@ -60537,7 +60552,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -60570,9 +60585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *404 - *405 - - *434 + - *406 + - *435 responses: '200': description: Response @@ -60709,8 +60724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -60728,9 +60743,9 @@ paths: type: integer secrets: type: array - items: *441 + items: *442 examples: - default: *442 + default: *443 headers: Link: *38 x-github: @@ -60755,16 +60770,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60786,17 +60801,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &573 + default: &574 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -60822,9 +60837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 requestBody: required: true content: @@ -60855,7 +60870,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -60881,9 +60896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '204': description: Response @@ -60908,9 +60923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *404 - *405 - - *428 + - *406 + - *429 - *19 responses: '200': @@ -60927,9 +60942,9 @@ paths: type: integer variables: type: array - items: *445 + items: *446 examples: - default: *446 + default: *447 headers: Link: *38 x-github: @@ -60952,8 +60967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -60980,7 +60995,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -61005,17 +61020,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *404 - *405 - - *238 + - *406 + - *239 responses: '200': description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: &574 + default: &575 value: name: USERNAME value: octocat @@ -61041,9 +61056,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *404 - *405 - - *238 + - *406 + - *239 requestBody: required: true content: @@ -61085,9 +61100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *404 - *405 - - *238 + - *406 + - *239 responses: '204': description: Response @@ -61112,8 +61127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -61131,7 +61146,7 @@ paths: type: integer workflows: type: array - items: &447 + items: &448 title: Workflow description: A GitHub Actions workflow type: object @@ -61249,9 +61264,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *404 - *405 - - &448 + - *406 + - &449 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -61266,7 +61281,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -61299,9 +61314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *404 - *405 - - *448 + - *406 + - *449 responses: '204': description: Response @@ -61326,9 +61341,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *404 - *405 - - *448 + - *406 + - *449 responses: '204': description: Response @@ -61379,9 +61394,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *404 - *405 - - *448 + - *406 + - *449 responses: '204': description: Response @@ -61408,19 +61423,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: - - *404 - *405 - - *448 + - *406 - *449 - *450 - *451 - *452 + - *453 - *17 - *19 - - *453 - - *432 - *454 + - *433 - *455 + - *456 responses: '200': description: Response @@ -61436,9 +61451,9 @@ paths: type: integer workflow_runs: type: array - items: *433 + items: *434 examples: - default: *456 + default: *457 headers: Link: *38 x-github: @@ -61471,9 +61486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *404 - *405 - - *448 + - *406 + - *449 responses: '200': description: Response @@ -61534,12 +61549,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *404 - *405 - - *91 + - *406 + - *92 - *17 - - *89 - *90 + - *91 - name: ref description: |- The Git reference for the activities you want to list. @@ -61703,8 +61718,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -61716,7 +61731,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '404': *6 @@ -61741,8 +61756,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: - - *404 - *405 + - *406 - name: assignee in: path required: true @@ -61778,8 +61793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -61891,11 +61906,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *404 - *405 + - *406 - *17 - - *89 - *90 + - *91 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -61946,7 +61961,7 @@ paths: bundle_url: type: string examples: - default: *457 + default: *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61966,8 +61981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -61975,7 +61990,7 @@ paths: application/json: schema: type: array - items: &458 + items: &459 title: Autolink reference description: An autolink reference. type: object @@ -62029,8 +62044,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -62069,9 +62084,9 @@ paths: description: response content: application/json: - schema: *458 + schema: *459 examples: - default: &459 + default: &460 value: id: 1 key_prefix: TICKET- @@ -62102,9 +62117,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: - - *404 - *405 - - &460 + - *406 + - &461 name: autolink_id description: The unique identifier of the autolink. in: path @@ -62116,9 +62131,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '404': *6 x-github: githubCloudOnly: false @@ -62138,9 +62153,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: - - *404 - *405 - - *460 + - *406 + - *461 responses: '204': description: Response @@ -62164,8 +62179,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: - - *404 - *405 + - *406 responses: '200': description: Response if Dependabot is enabled @@ -62215,8 +62230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -62237,8 +62252,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -62258,8 +62273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *404 - *405 + - *406 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -62297,7 +62312,7 @@ paths: - url protected: type: boolean - protection: &462 + protection: &463 title: Branch Protection description: Branch Protection type: object @@ -62340,7 +62355,7 @@ paths: required: - contexts - checks - enforce_admins: &465 + enforce_admins: &466 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -62357,7 +62372,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &467 + required_pull_request_reviews: &468 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -62379,7 +62394,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *256 + items: *257 apps: description: The list of apps with review dismissal access. @@ -62411,7 +62426,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *256 + items: *257 apps: description: The list of apps allowed to bypass pull request requirements. @@ -62441,7 +62456,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &464 + restrictions: &465 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -62766,9 +62781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *404 - *405 - - &463 + - *406 + - &464 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). @@ -62782,14 +62797,14 @@ paths: description: Response content: application/json: - schema: &473 + schema: &474 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &522 + commit: &523 title: Commit description: Commit type: object @@ -62828,7 +62843,7 @@ paths: author: anyOf: - type: 'null' - - &461 + - &462 title: Git User description: Metaproperties for Git author/committer information. @@ -62849,7 +62864,7 @@ paths: committer: anyOf: - type: 'null' - - *461 + - *462 message: type: string examples: @@ -62873,7 +62888,7 @@ paths: required: - sha - url - verification: &580 + verification: &581 title: Verification type: object properties: @@ -62909,14 +62924,14 @@ paths: author: oneOf: - *4 - - *236 + - *237 type: - 'null' - object committer: oneOf: - *4 - - *236 + - *237 type: - 'null' - object @@ -62953,7 +62968,7 @@ paths: type: integer files: type: array - items: &534 + items: &535 title: Diff Entry description: Diff Entry type: object @@ -63047,7 +63062,7 @@ paths: - self protected: type: boolean - protection: *462 + protection: *463 protection_url: type: string format: uri @@ -63156,7 +63171,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *418 + '301': *419 '404': *6 x-github: githubCloudOnly: false @@ -63178,15 +63193,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -63380,9 +63395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -63642,7 +63657,7 @@ paths: url: type: string format: uri - required_status_checks: &470 + required_status_checks: &471 title: Status Check Policy description: Status Check Policy type: object @@ -63723,7 +63738,7 @@ paths: items: *4 teams: type: array - items: *256 + items: *257 apps: type: array items: *5 @@ -63741,7 +63756,7 @@ paths: items: *4 teams: type: array - items: *256 + items: *257 apps: type: array items: *5 @@ -63801,7 +63816,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *464 + restrictions: *465 required_conversation_resolution: type: object properties: @@ -63913,9 +63928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -63940,17 +63955,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: &466 + default: &467 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -63972,17 +63987,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64001,9 +64016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -64028,17 +64043,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: &468 + default: &469 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -64134,9 +64149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -64234,9 +64249,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: *468 + default: *469 '422': *15 x-github: githubCloudOnly: false @@ -64257,9 +64272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -64286,17 +64301,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: &469 + default: &470 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -64319,17 +64334,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *469 + default: *470 '404': *6 x-github: githubCloudOnly: false @@ -64349,9 +64364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -64376,17 +64391,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: &471 + default: &472 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -64412,9 +64427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -64466,9 +64481,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 '404': *6 '422': *15 x-github: @@ -64490,9 +64505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -64516,9 +64531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response @@ -64552,9 +64567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -64621,9 +64636,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -64687,9 +64702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: content: application/json: @@ -64755,15 +64770,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -64854,9 +64869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 responses: '204': description: Response @@ -64879,9 +64894,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: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response @@ -64891,7 +64906,7 @@ paths: type: array items: *5 examples: - default: &472 + default: &473 value: - id: 1 slug: octoapp @@ -64948,9 +64963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -64984,7 +64999,7 @@ paths: type: array items: *5 examples: - default: *472 + default: *473 '422': *15 x-github: githubCloudOnly: false @@ -65005,9 +65020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65041,7 +65056,7 @@ paths: type: array items: *5 examples: - default: *472 + default: *473 '422': *15 x-github: githubCloudOnly: false @@ -65062,9 +65077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65098,7 +65113,7 @@ paths: type: array items: *5 examples: - default: *472 + default: *473 '422': *15 x-github: githubCloudOnly: false @@ -65120,9 +65135,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: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response @@ -65130,9 +65145,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 '404': *6 x-github: githubCloudOnly: false @@ -65152,9 +65167,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -65190,9 +65205,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -65213,9 +65228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: false content: @@ -65251,9 +65266,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -65274,9 +65289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: content: application/json: @@ -65311,9 +65326,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 '422': *15 x-github: githubCloudOnly: false @@ -65335,9 +65350,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: - - *404 - *405 - - *463 + - *406 + - *464 responses: '200': description: Response @@ -65347,7 +65362,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -65371,9 +65386,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65406,7 +65421,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -65431,9 +65446,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65466,7 +65481,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -65491,9 +65506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65526,7 +65541,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -65553,9 +65568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *404 - *405 - - *463 + - *406 + - *464 requestBody: required: true content: @@ -65577,7 +65592,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -65691,12 +65706,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *404 - *405 - - *248 + - *406 - *249 - *250 - *251 + - *252 - *17 - *19 responses: @@ -65706,11 +65721,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 '404': *6 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": get: summary: Get a repository push bypass request @@ -65728,8 +65743,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *404 - *405 + - *406 - name: bypass_request_number in: path required: true @@ -65743,7 +65758,7 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -65781,7 +65796,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': *88 + '500': *89 "/repos/{owner}/{repo}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for a repository @@ -65802,12 +65817,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *404 - *405 - - *248 + - *406 - *249 - *250 - *251 + - *252 - *17 - *19 responses: @@ -65817,12 +65832,12 @@ paths: application/json: schema: type: array - items: *474 + items: *475 examples: - default: *475 + default: *476 '404': *6 '403': *27 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/bypass-requests/secret-scanning/{bypass_request_number}": get: summary: Get a bypass request for secret scanning @@ -65843,8 +65858,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *404 - *405 + - *406 - name: bypass_request_number in: path required: true @@ -65856,7 +65871,7 @@ paths: description: A single bypass request. content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -65894,7 +65909,7 @@ paths: html_url: https://github.com/octo-org/smile/exemptions/1 '404': *6 '403': *27 - '500': *88 + '500': *89 patch: summary: Review a bypass request for secret scanning description: |- @@ -65914,8 +65929,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *404 - *405 + - *406 - name: bypass_request_number in: path required: true @@ -65965,7 +65980,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/bypass-responses/secret-scanning/{bypass_response_id}": delete: summary: Dismiss a response on a bypass request for secret scanning @@ -65986,8 +66001,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *404 - *405 + - *406 - name: bypass_response_id in: path required: true @@ -66000,7 +66015,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/check-runs": post: summary: Create a check run @@ -66020,8 +66035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -66300,7 +66315,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &478 title: CheckRun description: A check performed on the code of a given code change type: object @@ -66435,8 +66450,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *476 - deployment: &794 + items: *477 + deployment: &795 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -66723,9 +66738,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *404 - *405 - - &478 + - *406 + - &479 name: check_run_id description: The unique identifier of the check run. in: path @@ -66737,9 +66752,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: &479 + default: &480 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -66839,9 +66854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *404 - *405 - - *478 + - *406 + - *479 requestBody: required: true content: @@ -67081,9 +67096,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *479 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67103,9 +67118,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *404 - *405 - - *478 + - *406 + - *479 - *17 - *19 responses: @@ -67215,15 +67230,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *404 - *405 - - *478 + - *406 + - *479 responses: '201': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -67261,8 +67276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -67284,7 +67299,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &481 + schema: &482 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -67366,12 +67381,12 @@ paths: type: - array - 'null' - items: *476 + items: *477 app: anyOf: - type: 'null' - *5 - repository: *225 + repository: *226 created_at: type: - string @@ -67382,7 +67397,7 @@ paths: - string - 'null' format: date-time - head_commit: *480 + head_commit: *481 latest_check_runs_count: type: integer check_runs_url: @@ -67410,7 +67425,7 @@ paths: - check_runs_url - pull_requests examples: - default: &482 + default: &483 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -67701,9 +67716,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *481 + schema: *482 examples: - default: *482 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67722,8 +67737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -67784,7 +67799,7 @@ paths: required: - app_id - setting - repository: *225 + repository: *226 examples: default: value: @@ -68032,9 +68047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *404 - *405 - - &483 + - *406 + - &484 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -68046,9 +68061,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: *482 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68071,17 +68086,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: - - *404 - *405 - - *483 - - &529 + - *406 + - *484 + - &530 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &530 + - &531 name: status description: Returns check runs with the specified `status`. in: query @@ -68120,9 +68135,9 @@ paths: type: integer check_runs: type: array - items: *477 + items: *478 examples: - default: &531 + default: &532 value: total_count: 1 check_runs: @@ -68224,15 +68239,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *404 - *405 - - *483 + - *406 + - *484 responses: '201': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -68259,30 +68274,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: - - *404 - *405 - - *260 + - *406 - *261 + - *262 - *19 - *17 - - &499 + - &500 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: *484 - - &500 + schema: *485 + - &501 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *91 - - *89 + - *92 - *90 + - *91 - name: sort description: The property by which to sort the results. in: query @@ -68298,13 +68313,13 @@ paths: be returned. in: query required: false - schema: *262 + schema: *263 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *485 + schema: *486 responses: '200': description: Response @@ -68315,24 +68330,24 @@ paths: items: type: object properties: - number: *101 - created_at: *108 - updated_at: *109 - url: *106 - html_url: *107 - instances_url: *486 - state: *94 - fixed_at: *111 + number: *102 + created_at: *109 + updated_at: *110 + url: *107 + html_url: *108 + instances_url: *487 + state: *95 + fixed_at: *112 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *110 - dismissed_reason: *487 - dismissed_comment: *488 - rule: *489 - tool: *490 - most_recent_instance: *491 + dismissed_at: *111 + dismissed_reason: *488 + dismissed_comment: *489 + rule: *490 + tool: *491 + most_recent_instance: *492 dismissal_approved_by: anyOf: - type: 'null' @@ -68452,14 +68467,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &492 + '403': &493 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68479,9 +68494,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: - - *404 - *405 - - &493 + - *406 + - &494 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -68489,30 +68504,30 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *101 + schema: *102 responses: '200': description: Response content: application/json: - schema: &494 + schema: &495 type: object properties: - number: *101 - created_at: *108 - updated_at: *109 - url: *106 - html_url: *107 - instances_url: *486 - state: *94 - fixed_at: *111 + number: *102 + created_at: *109 + updated_at: *110 + url: *107 + html_url: *108 + instances_url: *487 + state: *95 + fixed_at: *112 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *110 - dismissed_reason: *487 - dismissed_comment: *488 + dismissed_at: *111 + dismissed_reason: *488 + dismissed_comment: *489 rule: type: object properties: @@ -68574,8 +68589,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *490 - most_recent_instance: *491 + tool: *491 + most_recent_instance: *492 dismissal_approved_by: anyOf: - type: 'null' @@ -68668,9 +68683,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68688,9 +68703,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: - - *404 - *405 - - *493 + - *406 + - *494 requestBody: required: true content: @@ -68705,8 +68720,8 @@ paths: enum: - open - dismissed - dismissed_reason: *487 - dismissed_comment: *488 + dismissed_reason: *488 + dismissed_comment: *489 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -68725,7 +68740,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: default: value: @@ -68801,14 +68816,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &498 + '403': &499 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': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -68828,15 +68843,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: - - *404 - *405 - - *493 + - *406 + - *494 responses: '200': description: Response content: application/json: - schema: &495 + schema: &496 type: object properties: status: @@ -68863,13 +68878,13 @@ paths: - description - started_at examples: - default: &496 + default: &497 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &497 + '400': &498 description: Bad Request content: application/json: @@ -68880,9 +68895,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': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68905,29 +68920,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: - - *404 - *405 - - *493 + - *406 + - *494 responses: '200': description: OK content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 '202': description: Accepted content: application/json: - schema: *495 + schema: *496 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *497 + '400': *498 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -68937,7 +68952,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68959,9 +68974,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: - - *404 - *405 - - *493 + - *406 + - *494 requestBody: required: false content: @@ -69007,12 +69022,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *497 - '403': *498 + '400': *498 + '403': *499 '404': *6 '422': description: Unprocessable Entity - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69032,13 +69047,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: - - *404 - *405 - - *493 + - *406 + - *494 - *19 - *17 - - *499 - *500 + - *501 responses: '200': description: Response @@ -69046,7 +69061,7 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: default: value: @@ -69085,9 +69100,9 @@ paths: end_column: 50 classifications: - source - '403': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69119,30 +69134,30 @@ 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: - - *404 - *405 - - *260 + - *406 - *261 + - *262 - *19 - *17 - - *500 + - *501 - 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: *484 + schema: *485 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &503 + schema: &504 type: string description: An identifier for the upload. examples: - 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *91 + - *92 - name: sort description: The property by which to sort the results. in: query @@ -69159,23 +69174,23 @@ paths: application/json: schema: type: array - items: &504 + items: &505 type: object properties: - ref: *484 - commit_sha: &512 + ref: *485 + commit_sha: &513 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: *501 + analysis_key: *502 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *502 + category: *503 error: type: string examples: @@ -69200,8 +69215,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *503 - tool: *490 + sarif_id: *504 + tool: *491 deletable: type: boolean warning: @@ -69263,9 +69278,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69299,8 +69314,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: - - *404 - *405 + - *406 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -69313,7 +69328,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: response: summary: application/json response @@ -69367,14 +69382,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *492 + '403': *493 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69454,8 +69469,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: - - *404 - *405 + - *406 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -69511,9 +69526,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': *498 + '403': *499 '404': *6 - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69533,8 +69548,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -69542,7 +69557,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: CodeQL Database description: A CodeQL database. type: object @@ -69654,9 +69669,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': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69683,8 +69698,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: - - *404 - *405 + - *406 - name: language in: path description: The language of the CodeQL database. @@ -69696,7 +69711,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -69728,11 +69743,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': &536 + '302': &537 description: Found - '403': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69752,8 +69767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *404 - *405 + - *406 - name: language in: path description: The language of the CodeQL database. @@ -69763,9 +69778,9 @@ paths: responses: '204': description: Response - '403': *498 + '403': *499 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69791,8 +69806,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -69801,7 +69816,7 @@ paths: type: object additionalProperties: false properties: - language: &506 + language: &507 type: string description: The language targeted by the CodeQL query enum: @@ -69880,7 +69895,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &510 + schema: &511 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -69888,9 +69903,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *100 + controller_repo: *101 actor: *4 - query_language: *506 + query_language: *507 query_pack_url: type: string description: The download url for the query pack. @@ -69938,7 +69953,7 @@ paths: items: type: object properties: - repository: &507 + repository: &508 title: Repository Identifier description: Repository Identifier type: object @@ -69980,7 +69995,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &511 + analysis_status: &512 type: string description: The new status of the CodeQL variant analysis repository task. @@ -70012,7 +70027,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &508 + access_mismatch_repos: &509 type: object properties: repository_count: @@ -70027,7 +70042,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: *507 + items: *508 required: - repository_count - repositories @@ -70050,8 +70065,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *508 - over_limit_repos: *508 + no_codeql_db_repos: *509 + over_limit_repos: *509 required: - access_mismatch_repos - not_found_repos @@ -70067,7 +70082,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &509 + value: &510 summary: Default response value: id: 1 @@ -70219,17 +70234,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *509 + value: *510 repository_lists: summary: Response for a successful variant analysis submission - value: *509 + value: *510 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70250,8 +70265,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: - - *404 - *405 + - *406 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -70263,11 +70278,11 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *509 + default: *510 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70288,7 +70303,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: - - *404 + - *405 - name: repo in: path description: The name of the controller repository. @@ -70322,8 +70337,8 @@ paths: schema: type: object properties: - repository: *100 - analysis_status: *511 + repository: *101 + analysis_status: *512 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -70427,7 +70442,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70448,8 +70463,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -70542,9 +70557,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *492 + '403': *493 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70563,8 +70578,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -70633,7 +70648,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -70658,7 +70673,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *498 + '403': *499 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -70672,7 +70687,7 @@ paths: content: application/json: schema: *3 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70729,8 +70744,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -70738,7 +70753,7 @@ paths: schema: type: object properties: - commit_sha: *512 + commit_sha: *513 ref: type: string description: |- @@ -70798,7 +70813,7 @@ paths: schema: type: object properties: - id: *503 + id: *504 url: type: string description: The REST API URL for checking the status of the upload. @@ -70812,11 +70827,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': *498 + '403': *499 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -70835,8 +70850,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: - - *404 - *405 + - *406 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -70884,10 +70899,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': *492 + '403': *493 '404': description: Not Found if the sarif id does not match any upload - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -70909,8 +70924,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -70934,7 +70949,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *95 + configuration: *96 examples: default: value: @@ -70966,7 +70981,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': *121 + '204': *122 '304': *35 '403': *27 '404': *6 @@ -70991,8 +71006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *404 - *405 + - *406 - 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 @@ -71120,8 +71135,8 @@ paths: parameters: - *17 - *19 - - *404 - *405 + - *406 responses: '200': description: Response @@ -71137,7 +71152,7 @@ paths: type: integer codespaces: type: array - items: *321 + items: *322 examples: default: value: @@ -71413,7 +71428,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': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -71435,8 +71450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -71500,22 +71515,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -71539,8 +71554,8 @@ paths: parameters: - *17 - *19 - - *404 - *405 + - *406 responses: '200': description: Response @@ -71580,7 +71595,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *88 + '500': *89 '400': *14 '401': *23 '403': *27 @@ -71604,8 +71619,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: - - *404 - *405 + - *406 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -71642,9 +71657,9 @@ paths: type: integer machines: type: array - items: *514 + items: *515 examples: - default: &749 + default: &750 value: total_count: 2 machines: @@ -71661,7 +71676,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -71684,8 +71699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *404 - *405 + - *406 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -71772,8 +71787,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: - - *404 - *405 + - *406 - 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 @@ -71821,7 +71836,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71842,8 +71857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -71861,7 +71876,7 @@ paths: type: integer secrets: type: array - items: &518 + items: &519 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -71882,7 +71897,7 @@ paths: - created_at - updated_at examples: - default: *515 + default: *516 headers: Link: *38 x-github: @@ -71905,16 +71920,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -71934,17 +71949,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '200': description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *519 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71964,9 +71979,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: - - *404 - *405 - - *235 + - *406 + - *236 requestBody: required: true content: @@ -71994,7 +72009,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -72018,9 +72033,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '204': description: Response @@ -72048,8 +72063,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *404 - *405 + - *406 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -72087,7 +72102,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: Collaborator description: Collaborator type: object @@ -72280,9 +72295,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: - - *404 - *405 - - *247 + - *406 + - *248 responses: '204': description: Response if user is a collaborator @@ -72328,9 +72343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *404 - *405 - - *247 + - *406 + - *248 requestBody: required: false content: @@ -72356,7 +72371,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &593 + schema: &594 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -72368,7 +72383,7 @@ paths: format: int64 examples: - 42 - repository: *225 + repository: *226 invitee: anyOf: - type: 'null' @@ -72544,7 +72559,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *202 + schema: *203 '403': *27 x-github: triggersNotification: true @@ -72584,9 +72599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *404 - *405 - - *247 + - *406 + - *248 responses: '204': description: No Content when collaborator was removed from the repository. @@ -72617,9 +72632,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *404 - *405 - - *247 + - *406 + - *248 responses: '200': description: if user has admin permissions @@ -72639,7 +72654,7 @@ paths: user: anyOf: - type: 'null' - - *520 + - *521 required: - permission - role_name @@ -72693,8 +72708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -72704,7 +72719,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Commit Comment description: Commit Comment type: object @@ -72745,8 +72760,8 @@ paths: updated_at: type: string format: date-time - author_association: *165 - reactions: *166 + author_association: *166 + reactions: *167 required: - url - html_url @@ -72762,7 +72777,7 @@ paths: - created_at - updated_at examples: - default: &524 + default: &525 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -72821,17 +72836,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: &525 + default: &526 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -72888,9 +72903,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -72912,7 +72927,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -72963,9 +72978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 responses: '204': description: Response @@ -72986,9 +73001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 - 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. @@ -73014,9 +73029,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 '404': *6 @@ -73037,9 +73052,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -73071,16 +73086,16 @@ paths: description: Reaction exists content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Reaction created content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *15 x-github: githubCloudOnly: false @@ -73102,10 +73117,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *404 - *405 - - *177 - - *396 + - *406 + - *178 + - *397 responses: '204': description: Response @@ -73154,8 +73169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *404 - *405 + - *406 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -73211,9 +73226,9 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: - default: &641 + default: &642 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -73284,10 +73299,10 @@ paths: sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: Link: *38 - '500': *88 + '500': *89 '400': *14 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73307,9 +73322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *404 - *405 - - &523 + - *406 + - &524 name: commit_sha description: The SHA of the commit. in: path @@ -73356,7 +73371,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73381,9 +73396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *404 - *405 - - *523 + - *406 + - *524 - *17 - *19 responses: @@ -73393,9 +73408,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *524 + default: *525 headers: Link: *38 x-github: @@ -73423,9 +73438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *404 - *405 - - *523 + - *406 + - *524 requestBody: required: true content: @@ -73460,9 +73475,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *525 + default: *526 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -73490,9 +73505,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: - - *404 - *405 - - *523 + - *406 + - *524 - *17 - *19 responses: @@ -73502,7 +73517,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Pull Request Simple description: Pull Request Simple type: object @@ -73622,7 +73637,7 @@ paths: milestone: anyOf: - type: 'null' - - *526 + - *527 active_lock_reason: type: - string @@ -73677,7 +73692,7 @@ paths: type: - array - 'null' - items: *256 + items: *257 head: type: object properties: @@ -73685,7 +73700,7 @@ paths: type: string ref: type: string - repo: *64 + repo: *65 sha: type: string user: @@ -73705,7 +73720,7 @@ paths: type: string ref: type: string - repo: *64 + repo: *65 sha: type: string user: @@ -73721,7 +73736,7 @@ paths: _links: type: object properties: - comments: &527 + comments: &528 title: Link description: Hypermedia Link type: object @@ -73730,13 +73745,13 @@ paths: type: string required: - href - commits: *527 - statuses: *527 - html: *527 - issue: *527 - review_comments: *527 - review_comment: *527 - self: *527 + commits: *528 + statuses: *528 + html: *528 + issue: *528 + review_comments: *528 + review_comment: *528 + self: *528 required: - comments - commits @@ -73746,8 +73761,8 @@ paths: - review_comments - review_comment - self - author_association: *165 - auto_merge: &634 + author_association: *166 + auto_merge: &635 title: Auto merge description: The status of auto merging a pull request. type: @@ -73812,7 +73827,7 @@ paths: - author_association - auto_merge examples: - default: &633 + default: &634 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -74292,7 +74307,7 @@ paths: draft: false headers: Link: *38 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74349,11 +74364,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *404 - *405 + - *406 - *19 - *17 - - &528 + - &529 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)" @@ -74368,9 +74383,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &620 + default: &621 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -74456,9 +74471,9 @@ paths: ..... '422': *15 '404': *6 - '500': *88 - '503': *155 - '409': *99 + '500': *89 + '503': *156 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74483,11 +74498,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: - - *404 - *405 - - *528 + - *406 - *529 - *530 + - *531 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -74521,9 +74536,9 @@ paths: type: integer check_runs: type: array - items: *477 + items: *478 examples: - default: *531 + default: *532 headers: Link: *38 x-github: @@ -74548,9 +74563,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: - - *404 - *405 - - *528 + - *406 + - *529 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -74558,7 +74573,7 @@ paths: schema: type: integer example: 1 - - *529 + - *530 - *17 - *19 responses: @@ -74576,7 +74591,7 @@ paths: type: integer check_suites: type: array - items: *481 + items: *482 examples: default: value: @@ -74776,9 +74791,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: - - *404 - *405 - - *528 + - *406 + - *529 - *17 - *19 responses: @@ -74849,7 +74864,7 @@ paths: type: string total_count: type: integer - repository: *225 + repository: *226 commit_url: type: string format: uri @@ -74980,9 +74995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *404 - *405 - - *528 + - *406 + - *529 - *17 - *19 responses: @@ -74992,7 +75007,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: Status description: The status of a commit. type: object @@ -75073,7 +75088,7 @@ paths: site_admin: false headers: Link: *38 - '301': *418 + '301': *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75101,8 +75116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -75135,11 +75150,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *532 + - *533 code_of_conduct_file: anyOf: - type: 'null' - - &533 + - &534 title: Community Health File type: object properties: @@ -75155,23 +75170,23 @@ paths: license: anyOf: - type: 'null' - - *179 + - *180 contributing: anyOf: - type: 'null' - - *533 + - *534 readme: anyOf: - type: 'null' - - *533 + - *534 issue_template: anyOf: - type: 'null' - - *533 + - *534 pull_request_template: anyOf: - type: 'null' - - *533 + - *534 required: - code_of_conduct - code_of_conduct_file @@ -75300,8 +75315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *404 - *405 + - *406 - *19 - *17 - name: basehead @@ -75349,8 +75364,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *522 - merge_base_commit: *522 + base_commit: *523 + merge_base_commit: *523 status: type: string enum: @@ -75374,10 +75389,10 @@ paths: - 6 commits: type: array - items: *522 + items: *523 files: type: array - items: *534 + items: *535 required: - url - html_url @@ -75620,8 +75635,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75663,8 +75678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *404 - *405 + - *406 - name: path description: path parameter in: path @@ -75817,7 +75832,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &535 + response-if-content-is-a-file: &536 summary: Response if content is a file value: type: file @@ -75954,7 +75969,7 @@ paths: - size - type - url - - &646 + - &647 title: Content File description: Content File type: object @@ -76172,7 +76187,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *535 + response-if-content-is-a-file: *536 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -76241,7 +76256,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *536 + '302': *537 '304': *35 x-github: githubCloudOnly: false @@ -76264,8 +76279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *404 - *405 + - *406 - name: path description: path parameter in: path @@ -76360,7 +76375,7 @@ paths: description: Response content: application/json: - schema: &537 + schema: &538 title: File Commit description: File Commit type: object @@ -76516,7 +76531,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: example-for-creating-a-file: value: @@ -76570,7 +76585,7 @@ paths: schema: oneOf: - *3 - - &575 + - &576 description: Repository rule violation was detected type: object properties: @@ -76591,7 +76606,7 @@ paths: items: type: object properties: - placeholder_id: &686 + placeholder_id: &687 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -76623,8 +76638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *404 - *405 + - *406 - name: path description: path parameter in: path @@ -76685,7 +76700,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: default: value: @@ -76719,8 +76734,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *99 - '503': *155 + '409': *100 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76740,8 +76755,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *404 - *405 + - *406 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -76865,23 +76880,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *404 - *405 - - *277 + - *406 - *278 - *279 - *280 + - *281 - 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 - - *281 - *282 - *283 - *284 - - *91 + - *285 + - *92 - name: page description: "**Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -76898,10 +76913,10 @@ paths: schema: type: integer default: 30 - - *89 - *90 - - *285 + - *91 - *286 + - *287 responses: '200': description: Response @@ -76909,11 +76924,11 @@ paths: application/json: schema: type: array - items: &540 + items: &541 type: object description: A Dependabot alert. properties: - number: *101 + number: *102 state: type: string description: The state of the Dependabot alert. @@ -76928,7 +76943,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *102 + package: *103 manifest_path: type: string description: The full path to the dependency manifest file, @@ -76959,13 +76974,13 @@ paths: - direct - transitive - - security_advisory: *538 - security_vulnerability: *105 - url: *106 - html_url: *107 - created_at: *108 - updated_at: *109 - dismissed_at: *110 + security_advisory: *539 + security_vulnerability: *106 + url: *107 + html_url: *108 + created_at: *109 + updated_at: *110 + dismissed_at: *111 dismissed_by: anyOf: - type: 'null' @@ -76989,8 +77004,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *111 - auto_dismissed_at: *539 + fixed_at: *112 + auto_dismissed_at: *540 required: - number - state @@ -77220,9 +77235,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *404 - *405 - - &541 + - *406 + - &542 name: alert_number in: path description: |- @@ -77231,13 +77246,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *101 + schema: *102 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -77350,9 +77365,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *404 - *405 - - *541 + - *406 + - *542 requestBody: required: true content: @@ -77397,7 +77412,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -77503,7 +77518,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *99 + '409': *100 '422': *7 x-github: githubCloudOnly: false @@ -77526,8 +77541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -77545,7 +77560,7 @@ paths: type: integer secrets: type: array - items: &544 + items: &545 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -77599,16 +77614,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77628,15 +77643,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '200': description: Response content: application/json: - schema: *544 + schema: *545 examples: default: value: @@ -77662,9 +77677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 requestBody: required: true content: @@ -77692,7 +77707,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -77716,9 +77731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *404 - *405 - - *235 + - *406 + - *236 responses: '204': description: Response @@ -77740,8 +77755,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: - - *404 - *405 + - *406 - 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 @@ -77915,8 +77930,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -78176,8 +78191,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -78260,7 +78275,7 @@ paths: - version - url additionalProperties: false - metadata: &545 + metadata: &546 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -78299,7 +78314,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *545 + metadata: *546 resolved: type: object description: A collection of resolved package dependencies. @@ -78313,7 +78328,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *545 + metadata: *546 relationship: type: string description: A notation of whether a dependency is requested @@ -78446,8 +78461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *404 - *405 + - *406 - name: sha description: The SHA recorded at creation time. in: query @@ -78488,9 +78503,9 @@ paths: application/json: schema: type: array - items: *546 + items: *547 examples: - default: *547 + default: *548 headers: Link: *38 x-github: @@ -78556,8 +78571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -78639,7 +78654,7 @@ paths: description: Response content: application/json: - schema: *546 + schema: *547 examples: simple-example: summary: Simple example @@ -78712,9 +78727,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *404 - *405 - - &548 + - *406 + - &549 name: deployment_id description: deployment_id parameter in: path @@ -78726,7 +78741,7 @@ paths: description: Response content: application/json: - schema: *546 + schema: *547 examples: default: value: @@ -78791,9 +78806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *404 - *405 - - *548 + - *406 + - *549 responses: '204': description: Response @@ -78815,9 +78830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *404 - *405 - - *548 + - *406 + - *549 - *17 - *19 responses: @@ -78827,7 +78842,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: Deployment Status description: The status of a deployment. type: object @@ -78991,9 +79006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *404 - *405 - - *548 + - *406 + - *549 requestBody: required: true content: @@ -79068,9 +79083,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &550 + default: &551 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -79126,9 +79141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *404 - *405 - - *548 + - *406 + - *549 - name: status_id in: path required: true @@ -79139,9 +79154,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '404': *6 x-github: githubCloudOnly: false @@ -79168,12 +79183,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 - - *551 + - *406 - *552 - *553 - *554 + - *555 - *17 - *19 responses: @@ -79183,12 +79198,12 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 + default: *557 '404': *6 '403': *27 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/dismissal-requests/code-scanning/{alert_number}": get: summary: Get a dismissal request for a code scanning alert for a repository @@ -79209,8 +79224,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 + - *406 - name: alert_number in: path required: true @@ -79222,7 +79237,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -79258,7 +79273,7 @@ paths: html_url: https://github.com/octo-org/smile/code-scanning/alerts/1 '404': *6 '403': *27 - '500': *88 + '500': *89 patch: summary: Review a dismissal request for a code scanning alert for a repository description: |- @@ -79278,8 +79293,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 + - *406 - name: alert_number in: path required: true @@ -79317,7 +79332,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -79338,12 +79353,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 - - *248 + - *406 - *249 - *250 - - *557 + - *251 + - *558 - *17 - *19 responses: @@ -79353,12 +79368,12 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *559 + default: *560 '404': *6 '403': *27 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning/{alert_number}": get: summary: Get an alert dismissal request for secret scanning @@ -79380,8 +79395,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 + - *406 - name: alert_number in: path required: true @@ -79393,7 +79408,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *558 + schema: *559 examples: default: value: @@ -79430,7 +79445,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/17 '404': *6 '403': *27 - '500': *88 + '500': *89 patch: summary: Review an alert dismissal request for secret scanning description: |- @@ -79451,8 +79466,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *404 - *405 + - *406 - name: alert_number in: path required: true @@ -79502,7 +79517,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/dispatches": post: summary: Create a repository dispatch event @@ -79521,8 +79536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -79579,8 +79594,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -79598,7 +79613,7 @@ paths: - 5 environments: type: array - items: &561 + items: &562 title: Environment description: Details of a deployment environment type: object @@ -79660,7 +79675,7 @@ paths: type: string examples: - wait_timer - wait_timer: &563 + wait_timer: &564 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -79702,11 +79717,11 @@ paths: items: type: object properties: - type: *560 + type: *561 reviewer: anyOf: - *4 - - *256 + - *257 required: - id - node_id @@ -79729,7 +79744,7 @@ paths: - id - node_id - type - deployment_branch_policy: &564 + deployment_branch_policy: &565 type: - object - 'null' @@ -79846,9 +79861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *404 - *405 - - &562 + - *406 + - &563 name: environment_name in: path required: true @@ -79861,9 +79876,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: &565 + default: &566 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -79947,9 +79962,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *404 - *405 - - *562 + - *406 + - *563 requestBody: required: false content: @@ -79959,7 +79974,7 @@ paths: - object - 'null' properties: - wait_timer: *563 + wait_timer: *564 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -79978,14 +79993,14 @@ paths: items: type: object properties: - type: *560 + type: *561 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *564 + deployment_branch_policy: *565 additionalProperties: false examples: default: @@ -80005,9 +80020,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *565 + default: *566 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -80031,9 +80046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *404 - *405 - - *562 + - *406 + - *563 responses: '204': description: Default response @@ -80058,9 +80073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *404 - *405 - - *562 + - *406 + - *563 - *17 - *19 responses: @@ -80079,7 +80094,7 @@ paths: - 2 branch_policies: type: array - items: &566 + items: &567 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -80140,9 +80155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *404 - *405 - - *562 + - *406 + - *563 requestBody: required: true content: @@ -80190,9 +80205,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - example-wildcard: &567 + example-wildcard: &568 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -80234,10 +80249,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *404 - *405 - - *562 - - &568 + - *406 + - *563 + - &569 name: branch_policy_id in: path required: true @@ -80249,9 +80264,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80270,10 +80285,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *404 - *405 - - *562 - - *568 + - *406 + - *563 + - *569 requestBody: required: true content: @@ -80302,9 +80317,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80323,10 +80338,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *404 - *405 - - *562 - - *568 + - *406 + - *563 + - *569 responses: '204': description: Response @@ -80351,9 +80366,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: - - *562 + - *563 + - *406 - *405 - - *404 responses: '200': description: List of deployment protection rules @@ -80370,7 +80385,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &569 + items: &570 title: Deployment protection rule description: Deployment protection rule type: object @@ -80392,7 +80407,7 @@ paths: for the environment. examples: - true - app: &570 + app: &571 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -80495,9 +80510,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: - - *562 + - *563 + - *406 - *405 - - *404 requestBody: content: application/json: @@ -80518,9 +80533,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *569 + schema: *570 examples: - default: &571 + default: &572 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -80555,9 +80570,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: - - *562 + - *563 + - *406 - *405 - - *404 - *19 - *17 responses: @@ -80577,7 +80592,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *570 + items: *571 examples: default: value: @@ -80612,10 +80627,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: - - *404 - *405 - - *562 - - &572 + - *406 + - *563 + - &573 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -80627,9 +80642,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *571 + default: *572 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80650,10 +80665,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: - - *562 + - *563 + - *406 - *405 - - *404 - - *572 + - *573 responses: '204': description: Response @@ -80679,9 +80694,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *404 - *405 - - *562 + - *406 + - *563 - *17 - *19 responses: @@ -80699,9 +80714,9 @@ paths: type: integer secrets: type: array - items: *441 + items: *442 examples: - default: *442 + default: *443 headers: Link: *38 x-github: @@ -80726,17 +80741,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *404 - *405 - - *562 + - *406 + - *563 responses: '200': description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80758,18 +80773,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *404 - *405 - - *562 - - *235 + - *406 + - *563 + - *236 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *573 + default: *574 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80791,10 +80806,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *404 - *405 - - *562 - - *235 + - *406 + - *563 + - *236 requestBody: required: true content: @@ -80825,7 +80840,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -80851,10 +80866,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *404 - *405 - - *562 - - *235 + - *406 + - *563 + - *236 responses: '204': description: Default response @@ -80879,10 +80894,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *404 - *405 - - *562 - - *428 + - *406 + - *563 + - *429 - *19 responses: '200': @@ -80899,9 +80914,9 @@ paths: type: integer variables: type: array - items: *445 + items: *446 examples: - default: *446 + default: *447 headers: Link: *38 x-github: @@ -80924,9 +80939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *404 - *405 - - *562 + - *406 + - *563 requestBody: required: true content: @@ -80953,7 +80968,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -80978,18 +80993,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *404 - *405 - - *562 - - *238 + - *406 + - *563 + - *239 responses: '200': description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *574 + default: *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81010,10 +81025,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *404 - *405 - - *238 - - *562 + - *406 + - *239 + - *563 requestBody: required: true content: @@ -81055,10 +81070,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *404 - *405 - - *238 - - *562 + - *406 + - *239 + - *563 responses: '204': description: Response @@ -81080,8 +81095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -81091,7 +81106,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: 200-response: value: @@ -81158,8 +81173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *404 - *405 + - *406 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -81181,7 +81196,7 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: default: value: @@ -81318,8 +81333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -81352,9 +81367,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *419 + default: *420 '400': *14 '422': *15 '403': *27 @@ -81375,8 +81390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -81427,7 +81442,7 @@ paths: schema: type: string '404': *6 - '409': *99 + '409': *100 '403': *27 '422': description: Validation failed @@ -81435,8 +81450,8 @@ paths: application/json: schema: oneOf: - - *202 - - *575 + - *203 + - *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81461,8 +81476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *404 - *405 + - *406 - name: file_sha in: path required: true @@ -81514,7 +81529,7 @@ paths: '404': *6 '422': *15 '403': *27 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81562,8 +81577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -81672,7 +81687,7 @@ paths: description: Response content: application/json: - schema: &576 + schema: &577 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -81849,7 +81864,7 @@ paths: type: string '422': *15 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81899,15 +81914,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *404 - *405 - - *523 + - *406 + - *524 responses: '200': description: Response content: application/json: - schema: *576 + schema: *577 examples: default: value: @@ -81938,7 +81953,7 @@ paths: payload: verified_at: '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81963,9 +81978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *404 - *405 - - &577 + - *406 + - &578 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. @@ -81982,7 +81997,7 @@ paths: application/json: schema: type: array - items: &578 + items: &579 title: Git Reference description: Git references within a repository type: object @@ -82037,7 +82052,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: Link: *38 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82058,17 +82073,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *404 - *405 - - *577 + - *406 + - *578 responses: '200': description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: &579 + default: &580 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -82078,7 +82093,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82097,8 +82112,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -82127,16 +82142,16 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82155,9 +82170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *404 - *405 - - *577 + - *406 + - *578 requestBody: required: true content: @@ -82186,11 +82201,11 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 '422': *15 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82206,16 +82221,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *404 - *405 - - *577 + - *406 + - *578 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82263,8 +82278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -82331,7 +82346,7 @@ paths: description: Response content: application/json: - schema: &581 + schema: &582 title: Git Tag description: Metadata for a Git tag type: object @@ -82387,7 +82402,7 @@ paths: - sha - type - url - verification: *580 + verification: *581 required: - sha - url @@ -82397,7 +82412,7 @@ paths: - tag - message examples: - default: &582 + default: &583 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -82424,7 +82439,7 @@ paths: schema: type: string '422': *15 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82470,8 +82485,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *404 - *405 + - *406 - name: tag_sha in: path required: true @@ -82482,11 +82497,11 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82508,8 +82523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -82583,7 +82598,7 @@ paths: description: Response content: application/json: - schema: &583 + schema: &584 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -82662,7 +82677,7 @@ paths: '422': *15 '404': *6 '403': *27 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82685,8 +82700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *404 - *405 + - *406 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -82709,7 +82724,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: default-response: summary: Default response @@ -82750,7 +82765,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82768,8 +82783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -82779,7 +82794,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Webhook description: Webhooks for repositories. type: object @@ -82842,7 +82857,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &825 + last_response: &826 title: Hook Response type: object properties: @@ -82919,8 +82934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -82973,9 +82988,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: type: Repository id: 12345678 @@ -83023,17 +83038,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *404 - *405 - - *292 + - *406 + - *293 responses: '200': description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 '404': *6 x-github: githubCloudOnly: false @@ -83053,9 +83068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *404 - *405 - - *292 + - *406 + - *293 requestBody: required: true content: @@ -83100,9 +83115,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 '422': *15 '404': *6 x-github: @@ -83123,9 +83138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *404 - *405 - - *292 + - *406 + - *293 responses: '204': description: Response @@ -83149,9 +83164,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: - - *404 - *405 - - *292 + - *406 + - *293 responses: '200': description: Response @@ -83178,9 +83193,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: - - *404 - *405 - - *292 + - *406 + - *293 requestBody: required: false content: @@ -83224,11 +83239,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *404 - *405 - - *292 - - *17 + - *406 - *293 + - *17 + - *294 responses: '200': description: Response @@ -83236,9 +83251,9 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '400': *14 '422': *15 x-github: @@ -83257,18 +83272,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: - - *404 - *405 - - *292 + - *406 + - *293 - *16 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 '400': *14 '422': *15 x-github: @@ -83287,9 +83302,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: - - *404 - *405 - - *292 + - *406 + - *293 - *16 responses: '202': *37 @@ -83312,9 +83327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *404 - *405 - - *292 + - *406 + - *293 responses: '204': description: Response @@ -83339,9 +83354,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *404 - *405 - - *292 + - *406 + - *293 responses: '204': description: Response @@ -83399,14 +83414,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: &586 + schema: &587 title: Import description: A repository import from an external source. type: object @@ -83513,7 +83528,7 @@ paths: - html_url - authors_url examples: - default: &589 + default: &590 value: vcs: subversion use_lfs: true @@ -83529,7 +83544,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': &587 + '503': &588 description: Unavailable due to service under maintenance. content: application/json: @@ -83558,8 +83573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -83607,7 +83622,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -83632,7 +83647,7 @@ paths: type: string '422': *15 '404': *6 - '503': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83660,8 +83675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -83713,7 +83728,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: example-1: summary: Example 1 @@ -83761,7 +83776,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': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83784,12 +83799,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *404 - *405 + - *406 responses: '204': description: Response - '503': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83815,9 +83830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *404 - *405 - - &771 + - *406 + - &772 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -83831,7 +83846,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Porter Author description: Porter Author type: object @@ -83885,7 +83900,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': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83910,8 +83925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *404 - *405 + - *406 - name: author_id in: path required: true @@ -83941,7 +83956,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -83954,7 +83969,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83978,8 +83993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -84020,7 +84035,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84048,8 +84063,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -84076,11 +84091,11 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: *589 + default: *590 '422': *15 - '503': *587 + '503': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84103,8 +84118,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -84112,8 +84127,8 @@ paths: application/json: schema: *20 examples: - default: *590 - '301': *418 + default: *591 + '301': *419 '404': *6 x-github: githubCloudOnly: false @@ -84133,8 +84148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -84142,12 +84157,12 @@ paths: application/json: schema: anyOf: - - *310 + - *311 - type: object properties: {} additionalProperties: false examples: - default: &592 + default: &593 value: limit: collaborators_only origin: repository @@ -84172,13 +84187,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *404 - *405 + - *406 requestBody: required: true content: application/json: - schema: *591 + schema: *592 examples: default: summary: Example request body @@ -84190,9 +84205,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *592 + default: *593 '409': description: Response x-github: @@ -84214,8 +84229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -84238,8 +84253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -84249,9 +84264,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: &764 + default: &765 value: - id: 1 repository: @@ -84382,9 +84397,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *404 - *405 - - *314 + - *406 + - *315 requestBody: required: false content: @@ -84413,7 +84428,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: default: value: @@ -84544,9 +84559,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *404 - *405 - - *314 + - *406 + - *315 responses: '204': description: Response @@ -84577,8 +84592,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *404 - *405 + - *406 - 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 @@ -84626,7 +84641,7 @@ paths: required: false schema: type: string - - *318 + - *319 - name: sort description: What to sort results by. in: query @@ -84638,8 +84653,8 @@ paths: - updated - comments default: created - - *91 - - *168 + - *92 + - *169 - *17 - *19 responses: @@ -84649,9 +84664,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: &600 + default: &601 value: - id: 1 node_id: MDU6SXNzdWUx @@ -84799,7 +84814,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *418 + '301': *419 '422': *15 '404': *6 x-github: @@ -84828,8 +84843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -84919,9 +84934,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: &597 + default: &598 value: id: 1 node_id: MDU6SXNzdWUx @@ -85075,9 +85090,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *155 + '503': *156 '404': *6 - '410': *415 + '410': *416 x-github: triggersNotification: true githubCloudOnly: false @@ -85105,9 +85120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *404 - *405 - - *187 + - *406 + - *188 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -85117,7 +85132,7 @@ paths: enum: - asc - desc - - *168 + - *169 - *17 - *19 responses: @@ -85127,9 +85142,9 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: &599 + default: &600 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -85187,17 +85202,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 responses: '200': description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: &595 + default: &596 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -85251,9 +85266,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -85275,9 +85290,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '422': *15 x-github: githubCloudOnly: false @@ -85295,9 +85310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 responses: '204': description: Response @@ -85317,9 +85332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 - 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. @@ -85345,9 +85360,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 '404': *6 @@ -85368,9 +85383,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -85402,16 +85417,16 @@ paths: description: Reaction exists content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Reaction created content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *15 x-github: githubCloudOnly: false @@ -85433,10 +85448,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *404 - *405 - - *177 - - *396 + - *406 + - *178 + - *397 responses: '204': description: Response @@ -85456,8 +85471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -85467,7 +85482,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Issue Event description: Issue Event type: object @@ -85514,7 +85529,7 @@ paths: issue: anyOf: - type: 'null' - - *178 + - *179 label: title: Issue Event Label description: Issue Event Label @@ -85547,7 +85562,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *256 + requested_team: *257 dismissed_review: title: Issue Event Dismissed Review type: object @@ -85614,7 +85629,7 @@ paths: required: - from - to - author_association: *165 + author_association: *166 lock_reason: type: - string @@ -85806,8 +85821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *404 - *405 + - *406 - name: event_id in: path required: true @@ -85818,7 +85833,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -86011,7 +86026,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *415 + '410': *416 '403': *27 x-github: githubCloudOnly: false @@ -86045,9 +86060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *404 - *405 - - &598 + - *406 + - &599 name: issue_number description: The number that identifies the issue. in: path @@ -86059,12 +86074,12 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 - '301': *418 + default: *598 + '301': *419 '404': *6 - '410': *415 + '410': *416 '304': *35 x-github: githubCloudOnly: false @@ -86089,9 +86104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: false content: @@ -86217,15 +86232,15 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 '422': *15 - '503': *155 + '503': *156 '403': *27 - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86243,9 +86258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: false content: @@ -86271,9 +86286,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86289,9 +86304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: content: application/json: @@ -86316,9 +86331,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86340,9 +86355,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: - - *404 - *405 - - *598 + - *406 + - *599 - name: assignee in: path required: true @@ -86382,10 +86397,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *404 - *405 - - *598 - - *168 + - *406 + - *599 + - *169 - *17 - *19 responses: @@ -86395,13 +86410,13 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: *599 + default: *600 headers: Link: *38 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86430,9 +86445,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -86454,16 +86469,16 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *415 + '410': *416 '422': *15 '404': *6 x-github: @@ -86491,9 +86506,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: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -86503,14 +86518,14 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *600 + default: *601 headers: Link: *38 - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86538,9 +86553,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: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -86562,17 +86577,17 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *418 + '301': *419 '403': *27 - '410': *415 + '410': *416 '422': *15 '404': *6 x-github: @@ -86603,9 +86618,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: - - *404 - *405 - - *598 + - *406 + - *599 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -86617,15 +86632,15 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 - '301': *418 + default: *598 + '301': *419 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *415 + '410': *416 x-github: triggersNotification: true githubCloudOnly: false @@ -86651,9 +86666,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: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -86663,14 +86678,14 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *600 + default: *601 headers: Link: *38 - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86687,9 +86702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -86703,7 +86718,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &603 + - &604 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -86752,7 +86767,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &604 + - &605 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -86880,7 +86895,7 @@ paths: - performed_via_github_app - assignee - assigner - - &605 + - &606 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -86926,7 +86941,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &606 + - &607 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -86972,7 +86987,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &607 + - &608 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -87021,7 +87036,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &608 + - &609 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -87050,7 +87065,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *256 + requested_team: *257 requested_reviewer: *4 required: - review_requester @@ -87063,7 +87078,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &609 + - &610 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -87092,7 +87107,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *256 + requested_team: *257 requested_reviewer: *4 required: - review_requester @@ -87105,7 +87120,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &610 + - &611 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -87161,7 +87176,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &611 + - &612 title: Locked Issue Event description: Locked Issue Event type: object @@ -87206,7 +87221,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &612 + - &613 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -87267,7 +87282,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &613 + - &614 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -87328,7 +87343,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &614 + - &615 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -87389,7 +87404,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &615 + - &616 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -87482,7 +87497,7 @@ paths: color: red headers: Link: *38 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87499,9 +87514,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -87511,7 +87526,7 @@ paths: application/json: schema: type: array - items: &601 + items: &602 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -87566,7 +87581,7 @@ paths: - color - default examples: - default: &602 + default: &603 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87584,9 +87599,9 @@ paths: default: false headers: Link: *38 - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87603,9 +87618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: false content: @@ -87664,12 +87679,12 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 - '301': *418 + default: *603 + '301': *419 '404': *6 - '410': *415 + '410': *416 '422': *15 x-github: githubCloudOnly: false @@ -87686,9 +87701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: false content: @@ -87748,12 +87763,12 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 - '301': *418 + default: *603 + '301': *419 '404': *6 - '410': *415 + '410': *416 '422': *15 x-github: githubCloudOnly: false @@ -87770,15 +87785,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 responses: '204': description: Response - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87797,9 +87812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 - name: name in: path required: true @@ -87812,7 +87827,7 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: default: value: @@ -87823,9 +87838,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *418 + '301': *419 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87845,9 +87860,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: false content: @@ -87876,7 +87891,7 @@ paths: '204': description: Response '403': *27 - '410': *415 + '410': *416 '404': *6 '422': *15 x-github: @@ -87894,9 +87909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 responses: '204': description: Response @@ -87918,9 +87933,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 - 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. @@ -87946,13 +87961,13 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87970,9 +87985,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -88004,16 +88019,16 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *15 x-github: githubCloudOnly: false @@ -88035,10 +88050,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *404 - *405 - - *598 - - *396 + - *406 + - *599 + - *397 responses: '204': description: Response @@ -88067,9 +88082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -88091,9 +88106,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -88126,9 +88141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -88138,13 +88153,13 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *600 + default: *601 headers: Link: *38 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88172,9 +88187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -88201,16 +88216,16 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *415 + '410': *416 '422': *15 '404': *6 x-github: @@ -88230,9 +88245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 requestBody: required: true content: @@ -88263,13 +88278,13 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *597 + default: *598 '403': *27 '404': *6 '422': *7 - '503': *155 + '503': *156 x-github: triggersNotification: true githubCloudOnly: false @@ -88287,9 +88302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *404 - *405 - - *598 + - *406 + - *599 - *17 - *19 responses: @@ -88304,7 +88319,6 @@ paths: description: Timeline Event type: object anyOf: - - *603 - *604 - *605 - *606 @@ -88317,6 +88331,7 @@ paths: - *613 - *614 - *615 + - *616 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -88364,12 +88379,12 @@ paths: issue_url: type: string format: uri - author_association: *165 + author_association: *166 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *166 + reactions: *167 required: - event - actor @@ -88400,7 +88415,7 @@ paths: properties: type: type: string - issue: *178 + issue: *179 required: - event - created_at @@ -88622,7 +88637,7 @@ paths: type: string body_text: type: string - author_association: *165 + author_association: *166 required: - event - id @@ -88645,7 +88660,7 @@ paths: type: string comments: type: array - items: &635 + items: &636 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -88750,7 +88765,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *165 + author_association: *166 _links: type: object properties: @@ -88845,7 +88860,7 @@ paths: enum: - line - file - reactions: *166 + reactions: *167 body_html: type: string examples: @@ -88883,7 +88898,7 @@ paths: type: string comments: type: array - items: *521 + items: *522 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -89158,7 +89173,7 @@ paths: headers: Link: *38 '404': *6 - '410': *415 + '410': *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89175,8 +89190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -89186,7 +89201,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -89254,8 +89269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -89291,9 +89306,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &617 + default: &618 value: id: 1 key: ssh-rsa AAA... @@ -89327,9 +89342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *404 - *405 - - &618 + - *406 + - &619 name: key_id description: The unique identifier of the key. in: path @@ -89341,9 +89356,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 '404': *6 x-github: githubCloudOnly: false @@ -89361,9 +89376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *404 - *405 - - *618 + - *406 + - *619 responses: '204': description: Response @@ -89383,8 +89398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -89394,9 +89409,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 + default: *603 headers: Link: *38 '404': *6 @@ -89417,8 +89432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -89454,9 +89469,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &619 + default: &620 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -89488,8 +89503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *404 - *405 + - *406 - name: name in: path required: true @@ -89500,9 +89515,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *619 + default: *620 '404': *6 x-github: githubCloudOnly: false @@ -89519,8 +89534,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *404 - *405 + - *406 - name: name in: path required: true @@ -89559,7 +89574,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: default: value: @@ -89585,8 +89600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *404 - *405 + - *406 - name: name in: path required: true @@ -89612,8 +89627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -89649,8 +89664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *404 - *405 + - *406 responses: '202': *37 '403': @@ -89678,8 +89693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -89705,9 +89720,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *404 - *405 - - *499 + - *406 + - *500 responses: '200': description: Response @@ -89773,7 +89788,7 @@ paths: license: anyOf: - type: 'null' - - *179 + - *180 required: - _links - git_url @@ -89854,8 +89869,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -89920,8 +89935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -89955,9 +89970,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *522 + schema: *523 examples: - default: *620 + default: *621 '204': description: Response when already merged '404': @@ -89982,8 +89997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *404 - *405 + - *406 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -90024,7 +90039,7 @@ paths: application/json: schema: type: array - items: *526 + items: *527 examples: default: value: @@ -90080,8 +90095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -90121,9 +90136,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: &621 + default: &622 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -90182,9 +90197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *404 - *405 - - &622 + - *406 + - &623 name: milestone_number description: The number that identifies the milestone. in: path @@ -90196,9 +90211,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *621 + default: *622 '404': *6 x-github: githubCloudOnly: false @@ -90215,9 +90230,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *404 - *405 - - *622 + - *406 + - *623 requestBody: required: false content: @@ -90255,9 +90270,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90273,9 +90288,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *404 - *405 - - *622 + - *406 + - *623 responses: '204': description: Response @@ -90296,9 +90311,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: - - *404 - *405 - - *622 + - *406 + - *623 - *17 - *19 responses: @@ -90308,9 +90323,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 + default: *603 headers: Link: *38 x-github: @@ -90329,12 +90344,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: - - *404 - *405 - - *623 + - *406 - *624 - - *168 - *625 + - *169 + - *626 - *17 - *19 responses: @@ -90344,9 +90359,9 @@ paths: application/json: schema: type: array - items: *190 + items: *191 examples: - default: *626 + default: *627 headers: Link: *38 x-github: @@ -90370,8 +90385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -90429,14 +90444,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: &627 + schema: &628 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -90580,7 +90595,7 @@ paths: - custom_404 - public examples: - default: &628 + default: &629 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -90621,8 +90636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -90677,11 +90692,11 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90702,8 +90717,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -90790,7 +90805,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90811,14 +90826,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *404 - *405 + - *406 responses: '204': description: Response '422': *15 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90838,8 +90853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -90849,7 +90864,7 @@ paths: application/json: schema: type: array - items: &629 + items: &630 title: Page Build description: Page Build type: object @@ -90941,8 +90956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *404 - *405 + - *406 responses: '201': description: Response @@ -90989,16 +91004,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: &630 + default: &631 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -91046,8 +91061,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *404 - *405 + - *406 - name: build_id in: path required: true @@ -91058,9 +91073,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91080,8 +91095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -91189,9 +91204,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: - - *404 - *405 - - &631 + - *406 + - &632 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -91249,11 +91264,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *404 - *405 - - *631 + - *406 + - *632 responses: - '204': *121 + '204': *122 '404': *6 x-github: githubCloudOnly: false @@ -91278,8 +91293,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -91547,7 +91562,7 @@ paths: description: Empty response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -91574,8 +91589,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: - - *404 - *405 + - *406 responses: '200': description: Private vulnerability reporting status @@ -91612,10 +91627,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: - - *404 - *405 + - *406 responses: - '204': *121 + '204': *122 '422': *14 x-github: githubCloudOnly: false @@ -91634,10 +91649,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: - - *404 - *405 + - *406 responses: - '204': *121 + '204': *122 '422': *14 x-github: githubCloudOnly: false @@ -91658,8 +91673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: - - *404 - *405 + - *406 - name: state description: Indicates the state of the projects to return. in: query @@ -91680,7 +91695,7 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: default: value: @@ -91720,7 +91735,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *415 + '410': *416 '422': *7 x-github: githubCloudOnly: false @@ -91743,8 +91758,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -91770,13 +91785,13 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *414 + default: *415 '401': *23 '403': *27 '404': *6 - '410': *415 + '410': *416 '422': *7 x-github: githubCloudOnly: false @@ -91799,8 +91814,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -91808,7 +91823,7 @@ paths: application/json: schema: type: array - items: *350 + items: *351 examples: default: value: @@ -91839,8 +91854,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -91852,7 +91867,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *350 + items: *351 required: - properties examples: @@ -91902,8 +91917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *404 - *405 + - *406 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -91963,9 +91978,9 @@ paths: application/json: schema: type: array - items: *632 + items: *633 examples: - default: *633 + default: *634 headers: Link: *38 '304': *35 @@ -91997,8 +92012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -92065,7 +92080,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -92194,7 +92209,7 @@ paths: milestone: anyOf: - type: 'null' - - *526 + - *527 active_lock_reason: type: - string @@ -92249,7 +92264,7 @@ paths: type: - array - 'null' - items: *330 + items: *331 head: type: object properties: @@ -92257,7 +92272,7 @@ paths: type: string ref: type: string - repo: *64 + repo: *65 sha: type: string user: *4 @@ -92274,7 +92289,7 @@ paths: type: string ref: type: string - repo: *64 + repo: *65 sha: type: string user: *4 @@ -92287,14 +92302,14 @@ paths: _links: type: object properties: - comments: *527 - commits: *527 - statuses: *527 - html: *527 - issue: *527 - review_comments: *527 - review_comment: *527 - self: *527 + comments: *528 + commits: *528 + statuses: *528 + html: *528 + issue: *528 + review_comments: *528 + review_comment: *528 + self: *528 required: - comments - commits @@ -92304,8 +92319,8 @@ paths: - review_comments - review_comment - self - author_association: *165 - auto_merge: *634 + author_association: *166 + auto_merge: *635 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -92407,7 +92422,7 @@ paths: - merged_by - review_comments examples: - default: &638 + default: &639 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -92934,8 +92949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *404 - *405 + - *406 - name: sort in: query required: false @@ -92954,7 +92969,7 @@ paths: enum: - asc - desc - - *168 + - *169 - *17 - *19 responses: @@ -92964,9 +92979,9 @@ paths: application/json: schema: type: array - items: *635 + items: *636 examples: - default: &640 + default: &641 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -93043,17 +93058,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: - - *404 - *405 - - *177 + - *406 + - *178 responses: '200': description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: &636 + default: &637 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -93128,9 +93143,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: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -93152,9 +93167,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *636 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93170,9 +93185,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: - - *404 - *405 - - *177 + - *406 + - *178 responses: '204': description: Response @@ -93193,9 +93208,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: - - *404 - *405 - - *177 + - *406 + - *178 - 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. @@ -93221,9 +93236,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 '404': *6 @@ -93244,9 +93259,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: - - *404 - *405 - - *177 + - *406 + - *178 requestBody: required: true content: @@ -93278,16 +93293,16 @@ paths: description: Reaction exists content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Reaction created content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *15 x-github: githubCloudOnly: false @@ -93309,10 +93324,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *404 - *405 - - *177 - - *396 + - *406 + - *178 + - *397 responses: '204': description: Response @@ -93355,9 +93370,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *404 - *405 - - &639 + - *406 + - &640 name: pull_number description: The number that identifies the pull request. in: path @@ -93370,9 +93385,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '304': *35 '404': *6 '406': @@ -93380,8 +93395,8 @@ paths: content: application/json: schema: *3 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93407,9 +93422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: false content: @@ -93451,9 +93466,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '422': *15 '403': *27 x-github: @@ -93475,9 +93490,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: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: true content: @@ -93538,21 +93553,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '401': *23 '403': *27 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93578,10 +93593,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: - - *404 - *405 - - *639 - - *187 + - *406 + - *640 + - *188 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -93591,7 +93606,7 @@ paths: enum: - asc - desc - - *168 + - *169 - *17 - *19 responses: @@ -93601,9 +93616,9 @@ paths: application/json: schema: type: array - items: *635 + items: *636 examples: - default: *640 + default: *641 headers: Link: *38 x-github: @@ -93636,9 +93651,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: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: true content: @@ -93744,7 +93759,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: example-for-a-multi-line-comment: value: @@ -93832,10 +93847,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: - - *404 - *405 - - *639 - - *177 + - *406 + - *640 + - *178 requestBody: required: true content: @@ -93857,7 +93872,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -93943,9 +93958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *404 - *405 - - *639 + - *406 + - *640 - *17 - *19 responses: @@ -93955,9 +93970,9 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: - default: *641 + default: *642 headers: Link: *38 x-github: @@ -93987,9 +94002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *404 - *405 - - *639 + - *406 + - *640 - *17 - *19 responses: @@ -93999,7 +94014,7 @@ paths: application/json: schema: type: array - items: *534 + items: *535 examples: default: value: @@ -94017,8 +94032,8 @@ paths: headers: Link: *38 '422': *15 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94037,9 +94052,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: - - *404 - *405 - - *639 + - *406 + - *640 responses: '204': description: Response if pull request has been merged @@ -94062,9 +94077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: false content: @@ -94176,9 +94191,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: - - *404 - *405 - - *639 + - *406 + - *640 responses: '200': description: Response @@ -94194,7 +94209,7 @@ paths: items: *4 teams: type: array - items: *256 + items: *257 required: - users - teams @@ -94253,9 +94268,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: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: false content: @@ -94292,7 +94307,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -94828,9 +94843,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: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: true content: @@ -94864,7 +94879,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -95369,9 +95384,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *404 - *405 - - *639 + - *406 + - *640 - *17 - *19 responses: @@ -95381,7 +95396,7 @@ paths: application/json: schema: type: array - items: &642 + items: &643 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -95455,7 +95470,7 @@ paths: type: string body_text: type: string - author_association: *165 + author_association: *166 required: - id - node_id @@ -95537,9 +95552,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: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: false content: @@ -95629,9 +95644,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: &644 + default: &645 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -95694,10 +95709,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: - - *404 - *405 - - *639 - - &643 + - *406 + - *640 + - &644 name: review_id description: The unique identifier of the review. in: path @@ -95709,9 +95724,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: &645 + default: &646 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -95770,10 +95785,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: - - *404 - *405 - - *639 - - *643 + - *406 + - *640 + - *644 requestBody: required: true content: @@ -95796,7 +95811,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: default: value: @@ -95858,18 +95873,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: - - *404 - *405 - - *639 - - *643 + - *406 + - *640 + - *644 responses: '200': description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *644 + default: *645 '422': *7 '404': *6 x-github: @@ -95896,10 +95911,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: - - *404 - *405 - - *639 - - *643 + - *406 + - *640 + - *644 - *17 - *19 responses: @@ -95993,13 +96008,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *165 + author_association: *166 _links: type: object properties: - self: *527 - html: *527 - pull_request: *527 + self: *528 + html: *528 + pull_request: *528 required: - self - html @@ -96008,7 +96023,7 @@ paths: type: string body_html: type: string - reactions: *166 + reactions: *167 side: description: The side of the first line of the range for a multi-line comment. @@ -96157,10 +96172,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: - - *404 - *405 - - *639 - - *643 + - *406 + - *640 + - *644 requestBody: required: true content: @@ -96189,7 +96204,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: default: value: @@ -96252,10 +96267,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: - - *404 - *405 - - *639 - - *643 + - *406 + - *640 + - *644 requestBody: required: true content: @@ -96290,9 +96305,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *645 + default: *646 '404': *6 '422': *7 '403': *27 @@ -96314,9 +96329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *404 - *405 - - *639 + - *406 + - *640 requestBody: required: false content: @@ -96380,8 +96395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *404 - *405 + - *406 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -96394,9 +96409,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: &647 + default: &648 value: type: file encoding: base64 @@ -96438,8 +96453,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: - - *404 - *405 + - *406 - name: dir description: The alternate path to look for a README file in: path @@ -96459,9 +96474,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 '404': *6 '422': *15 x-github: @@ -96483,8 +96498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -96494,7 +96509,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 title: Release description: A release. type: object @@ -96576,7 +96591,7 @@ paths: author: *4 assets: type: array - items: &649 + items: &650 title: Release Asset description: Data related to a release. type: object @@ -96651,7 +96666,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *166 + reactions: *167 required: - assets_url - upload_url @@ -96763,8 +96778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -96840,9 +96855,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: &652 + default: &653 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -96947,9 +96962,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *404 - *405 - - &650 + - *406 + - &651 name: asset_id description: The unique identifier of the asset. in: path @@ -96961,9 +96976,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: &651 + default: &652 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 @@ -96998,7 +97013,7 @@ paths: type: User site_admin: false '404': *6 - '302': *536 + '302': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97014,9 +97029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *404 - *405 - - *650 + - *406 + - *651 requestBody: required: false content: @@ -97045,9 +97060,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *651 + default: *652 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97063,9 +97078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *404 - *405 - - *650 + - *406 + - *651 responses: '204': description: Response @@ -97089,8 +97104,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -97176,16 +97191,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *404 - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *652 + default: *653 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97202,8 +97217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *404 - *405 + - *406 - name: tag description: tag parameter in: path @@ -97216,9 +97231,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *652 + default: *653 '404': *6 x-github: githubCloudOnly: false @@ -97240,9 +97255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *404 - *405 - - &653 + - *406 + - &654 name: release_id description: The unique identifier of the release. in: path @@ -97256,9 +97271,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: *648 + schema: *649 examples: - default: *652 + default: *653 '401': description: Unauthorized x-github: @@ -97276,9 +97291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *404 - *405 - - *653 + - *406 + - *654 requestBody: required: false content: @@ -97342,9 +97357,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *652 + default: *653 '404': description: Not Found if the discussion category name is invalid content: @@ -97365,9 +97380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *404 - *405 - - *653 + - *406 + - *654 responses: '204': description: Response @@ -97387,9 +97402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *404 - *405 - - *653 + - *406 + - *654 - *17 - *19 responses: @@ -97399,7 +97414,7 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: default: value: @@ -97481,9 +97496,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: - - *404 - *405 - - *653 + - *406 + - *654 - name: name in: query required: true @@ -97509,7 +97524,7 @@ paths: description: Response for successful upload content: application/json: - schema: *649 + schema: *650 examples: response-for-successful-upload: value: @@ -97564,9 +97579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *404 - *405 - - *653 + - *406 + - *654 - 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. @@ -97590,9 +97605,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 '404': *6 @@ -97613,9 +97628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *404 - *405 - - *653 + - *406 + - *654 requestBody: required: true content: @@ -97645,16 +97660,16 @@ paths: description: Reaction exists content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '201': description: Reaction created content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *15 x-github: githubCloudOnly: false @@ -97676,10 +97691,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *404 - *405 - - *653 - - *396 + - *406 + - *654 + - *397 responses: '204': description: Response @@ -97703,9 +97718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *404 - *405 - - *463 + - *406 + - *464 - *17 - *19 responses: @@ -97721,8 +97736,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *130 - - &654 + - *131 + - &655 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -97741,66 +97756,66 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *131 - - *654 - allOf: - *132 - - *654 + - *655 - allOf: - *133 - - *654 - - allOf: - *655 - - *654 - allOf: - *134 - - *654 + - *655 + - allOf: + - *656 + - *655 - allOf: - *135 - - *654 + - *655 - allOf: - *136 - - *654 + - *655 - allOf: - *137 - - *654 + - *655 - allOf: - *138 - - *654 + - *655 - allOf: - *139 - - *654 + - *655 - allOf: - *140 - - *654 + - *655 - allOf: - *141 - - *654 + - *655 - allOf: - *142 - - *654 + - *655 - allOf: - *143 - - *654 + - *655 - allOf: - *144 - - *654 + - *655 - allOf: - *145 - - *654 + - *655 - allOf: - *146 - - *654 + - *655 - allOf: - *147 - - *654 + - *655 - allOf: - *148 - - *654 + - *655 - allOf: - *149 - - *654 + - *655 + - allOf: + - *150 + - *655 examples: default: value: @@ -97839,8 +97854,8 @@ paths: category: repos subcategory: rules parameters: - - *404 - *405 + - *406 - *17 - *19 - name: includes_parents @@ -97851,7 +97866,7 @@ paths: schema: type: boolean default: true - - *656 + - *657 responses: '200': description: Response @@ -97859,7 +97874,7 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: default: value: @@ -97890,7 +97905,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -97906,8 +97921,8 @@ paths: category: repos subcategory: rules parameters: - - *404 - *405 + - *406 requestBody: description: Request body required: true @@ -97927,16 +97942,16 @@ paths: - tag - push default: branch - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 - conditions: *124 + items: *130 + conditions: *125 rules: type: array description: An array of rules within the ruleset. - items: *657 + items: *658 required: - name - enforcement @@ -97967,9 +97982,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: &666 + default: &667 value: id: 42 name: super cool ruleset @@ -98002,7 +98017,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *6 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -98016,12 +98031,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *404 - *405 - - *658 - - *250 + - *406 - *659 + - *251 - *660 + - *661 - *17 - *19 responses: @@ -98029,11 +98044,11 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98052,19 +98067,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *404 - *405 - - *663 + - *406 + - *664 responses: '200': description: Response content: application/json: - schema: *664 + schema: *665 examples: - default: *665 + default: *666 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98090,8 +98105,8 @@ paths: category: repos subcategory: rules parameters: - - *404 - *405 + - *406 - name: ruleset_id description: The ID of the ruleset. in: path @@ -98111,11 +98126,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *666 + default: *667 '404': *6 - '500': *88 + '500': *89 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -98131,8 +98146,8 @@ paths: category: repos subcategory: rules parameters: - - *404 - *405 + - *406 - name: ruleset_id description: The ID of the ruleset. in: path @@ -98157,16 +98172,16 @@ paths: - branch - tag - push - enforcement: *128 + enforcement: *129 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *129 - conditions: *124 + items: *130 + conditions: *125 rules: description: An array of rules within the ruleset. type: array - items: *657 + items: *658 examples: default: value: @@ -98194,11 +98209,11 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *666 + default: *667 '404': *6 - '500': *88 + '500': *89 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -98214,8 +98229,8 @@ paths: category: repos subcategory: rules parameters: - - *404 - *405 + - *406 - name: ruleset_id description: The ID of the ruleset. in: path @@ -98226,7 +98241,7 @@ paths: '204': description: Response '404': *6 - '500': *88 + '500': *89 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -98238,8 +98253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *404 - *405 + - *406 - *17 - *19 - name: ruleset_id @@ -98255,11 +98270,11 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *357 + default: *358 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98276,8 +98291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *404 - *405 + - *406 - name: ruleset_id description: The ID of the ruleset. in: path @@ -98295,7 +98310,7 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: default: value: @@ -98328,7 +98343,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98350,21 +98365,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: - - *404 - *405 - - *359 + - *406 - *360 - *361 - *362 - - *91 + - *363 + - *92 - *19 - *17 - - *667 - *668 - - *363 + - *669 - *364 - *365 - *366 + - *367 responses: '200': description: Response @@ -98372,24 +98387,24 @@ paths: application/json: schema: type: array - items: &672 + items: &673 type: object properties: - number: *101 - created_at: *108 + number: *102 + created_at: *109 updated_at: anyOf: - type: 'null' - - *109 - url: *106 - html_url: *107 + - *110 + url: *107 + html_url: *108 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *669 - resolution: *670 + state: *670 + resolution: *671 resolved_at: type: - string @@ -98483,7 +98498,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *671 + - *672 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -98610,7 +98625,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98632,16 +98647,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: - - *404 - *405 - - *493 - - *366 + - *406 + - *494 + - *367 responses: '200': description: Response content: application/json: - schema: *672 + schema: *673 examples: default: value: @@ -98672,7 +98687,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98693,9 +98708,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: - - *404 - *405 - - *493 + - *406 + - *494 requestBody: required: true content: @@ -98703,8 +98718,8 @@ paths: schema: type: object properties: - state: *669 - resolution: *670 + state: *670 + resolution: *671 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -98723,7 +98738,7 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: default: value: @@ -98776,7 +98791,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -98798,9 +98813,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: - - *404 - *405 - - *493 + - *406 + - *494 - *19 - *17 responses: @@ -98811,7 +98826,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &846 + items: &847 type: object properties: type: @@ -98838,7 +98853,6 @@ paths: - commit details: oneOf: - - *673 - *674 - *675 - *676 @@ -98851,6 +98865,7 @@ paths: - *683 - *684 - *685 + - *686 examples: default: value: @@ -98914,7 +98929,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98936,8 +98951,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -98945,14 +98960,14 @@ paths: schema: type: object properties: - reason: &687 + reason: &688 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *686 + placeholder_id: *687 required: - reason - placeholder_id @@ -98969,7 +98984,7 @@ paths: schema: type: object properties: - reason: *687 + reason: *688 expire_at: type: - string @@ -98993,7 +99008,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *155 + '503': *156 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -99013,13 +99028,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: - - *404 - *405 + - *406 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *155 + '503': *156 '200': description: Response content: @@ -99029,7 +99044,7 @@ paths: properties: incremental_scans: type: array - items: &688 + items: &689 description: Information on a single scan performed by secret scanning on the repository type: object @@ -99057,15 +99072,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *688 + items: *689 backfill_scans: type: array - items: *688 + items: *689 custom_pattern_backfill_scans: type: array items: allOf: - - *688 + - *689 - type: object properties: pattern_name: @@ -99135,9 +99150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *404 - *405 - - *91 + - *406 + - *92 - name: sort description: The property to sort the results by. in: query @@ -99149,8 +99164,8 @@ paths: - updated - published default: created - - *89 - *90 + - *91 - 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)." @@ -99180,9 +99195,9 @@ paths: application/json: schema: type: array - items: *689 + items: *690 examples: - default: *690 + default: *691 '400': *14 '404': *6 x-github: @@ -99205,8 +99220,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -99286,7 +99301,7 @@ paths: login: type: string description: The username of the user credited. - type: *371 + type: *372 required: - login - type @@ -99376,9 +99391,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: &692 + default: &693 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -99611,8 +99626,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -99725,7 +99740,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: default: value: @@ -99872,17 +99887,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: - - *404 - *405 - - *691 + - *406 + - *692 responses: '200': description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *692 + default: *693 '403': *27 '404': *6 x-github: @@ -99906,9 +99921,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: - - *404 - *405 - - *691 + - *406 + - *692 requestBody: required: true content: @@ -99988,7 +100003,7 @@ paths: login: type: string description: The username of the user credited. - type: *371 + type: *372 required: - login - type @@ -100079,17 +100094,17 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *692 - add_credit: *692 + default: *693 + add_credit: *693 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *202 + schema: *203 examples: invalid_state_transition: value: @@ -100120,9 +100135,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: - - *404 - *405 - - *691 + - *406 + - *692 responses: '202': *37 '400': *14 @@ -100149,17 +100164,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: - - *404 - *405 - - *691 + - *406 + - *692 responses: '202': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *419 + default: *420 '400': *14 '422': *15 '403': *27 @@ -100185,8 +100200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -100282,8 +100297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *404 - *405 + - *406 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -100292,7 +100307,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -100305,7 +100320,7 @@ paths: - 1124 - -435 '202': *37 - '204': *121 + '204': *122 '422': description: Repository contains more than 10,000 commits x-github: @@ -100325,8 +100340,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -100377,7 +100392,7 @@ paths: total: 89 week: 1336280400 '202': *37 - '204': *121 + '204': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100404,8 +100419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -100477,7 +100492,7 @@ paths: d: 77 c: 10 '202': *37 - '204': *121 + '204': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100499,8 +100514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *404 - *405 + - *406 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -100654,8 +100669,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: - - *404 - *405 + - *406 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -100665,7 +100680,7 @@ paths: application/json: schema: type: array - items: *693 + items: *694 examples: default: value: @@ -100678,7 +100693,7 @@ paths: - - 0 - 2 - 21 - '204': *121 + '204': *122 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100698,8 +100713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *404 - *405 + - *406 - name: sha in: path required: true @@ -100755,7 +100770,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: default: value: @@ -100809,8 +100824,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -100822,7 +100837,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -100842,14 +100857,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *404 - *405 + - *406 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &695 + schema: &696 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -100922,8 +100937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *404 - *405 + - *406 requestBody: required: false content: @@ -100949,7 +100964,7 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: default: value: @@ -100976,8 +100991,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -100997,8 +101012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -101080,8 +101095,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: - - *404 - *405 + - *406 responses: '200': description: Response @@ -101089,7 +101104,7 @@ paths: application/json: schema: type: array - items: &696 + items: &697 title: Tag protection description: Tag protection type: object @@ -101146,8 +101161,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: - - *404 - *405 + - *406 requestBody: required: true content: @@ -101170,7 +101185,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: default: value: @@ -101201,8 +101216,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: - - *404 - *405 + - *406 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -101239,8 +101254,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *404 - *405 + - *406 - name: ref in: path required: true @@ -101276,8 +101291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *404 - *405 + - *406 - *17 - *19 responses: @@ -101287,9 +101302,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *331 + default: *332 headers: Link: *38 '404': *6 @@ -101309,8 +101324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *404 - *405 + - *406 - *19 - *17 responses: @@ -101318,7 +101333,7 @@ paths: description: Response content: application/json: - schema: &697 + schema: &698 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -101330,7 +101345,7 @@ paths: required: - names examples: - default: &698 + default: &699 value: names: - octocat @@ -101353,8 +101368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -101385,9 +101400,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: *698 + default: *699 '404': *6 '422': *7 x-github: @@ -101408,9 +101423,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *404 - *405 - - &699 + - *406 + - &700 name: per description: The time frame to display results for. in: query @@ -101441,7 +101456,7 @@ paths: - 128 clones: type: array - items: &700 + items: &701 title: Traffic type: object properties: @@ -101528,8 +101543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -101623,8 +101638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *404 - *405 + - *406 responses: '200': description: Response @@ -101687,9 +101702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *404 - *405 - - *699 + - *406 + - *700 responses: '200': description: Response @@ -101710,7 +101725,7 @@ paths: - 3782 views: type: array - items: *700 + items: *701 required: - uniques - count @@ -101787,8 +101802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *404 - *405 + - *406 requestBody: required: true content: @@ -101824,7 +101839,7 @@ paths: description: Response content: application/json: - schema: *225 + schema: *226 examples: default: value: @@ -102062,8 +102077,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: - - *404 - *405 + - *406 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -102086,8 +102101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -102109,8 +102124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *404 - *405 + - *406 responses: '204': description: Response @@ -102136,8 +102151,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *404 - *405 + - *406 - name: ref in: path required: true @@ -102229,9 +102244,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *419 + default: *420 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -102272,7 +102287,7 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: default: value: @@ -102382,7 +102397,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &708 + - &709 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -102392,7 +102407,7 @@ paths: type: string examples: - members - - &713 + - &714 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -102404,7 +102419,7 @@ paths: format: int32 examples: - 1 - - &714 + - &715 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -102448,7 +102463,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &703 + items: &704 allOf: - type: object required: @@ -102530,7 +102545,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: &715 + meta: &716 type: object description: The metadata associated with the creation/updates to the user. @@ -102595,30 +102610,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &704 + '400': &705 description: Bad request content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 - '401': *702 - '403': &705 + schema: *702 + '401': *703 + '403': &706 description: Permission denied - '429': &706 + '429': &707 description: Too many requests content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 - '500': &707 + schema: *702 + '500': &708 description: Internal server error content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 + schema: *702 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102642,7 +102657,7 @@ paths: required: true content: application/json: - schema: &711 + schema: &712 type: object required: - schemas @@ -102702,9 +102717,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *703 + schema: *704 examples: - group: &709 + group: &710 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -102723,13 +102738,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': *704 - '401': *702 - '403': *705 - '409': &712 + '400': *705 + '401': *703 + '403': *706 + '409': &713 description: Duplicate record detected - '429': *706 - '500': *707 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102746,7 +102761,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: - - &710 + - &711 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -102755,22 +102770,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *708 + - *709 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *703 + schema: *704 examples: - default: *709 - '400': *704 - '401': *702 - '403': *705 + default: *710 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '429': *706 - '500': *707 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102789,13 +102804,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: - - *710 + - *711 - *39 requestBody: required: true content: application/json: - schema: *711 + schema: *712 examples: group: summary: Group @@ -102821,17 +102836,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *703 + schema: *704 examples: - group: *709 - groupWithMembers: *709 - '400': *704 - '401': *702 - '403': *705 + group: *710 + groupWithMembers: *710 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '409': *712 - '429': *706 - '500': *707 + '409': *713 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102855,13 +102870,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: - - *710 + - *711 - *39 requestBody: required: true content: application/json: - schema: &722 + schema: &723 type: object required: - Operations @@ -102921,17 +102936,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *703 + schema: *704 examples: - updateGroup: *709 - addMembers: *709 - '400': *704 - '401': *702 - '403': *705 + updateGroup: *710 + addMembers: *710 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '409': *712 - '429': *706 - '500': *707 + '409': *713 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102947,17 +102962,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: - - *710 + - *711 - *39 responses: '204': description: Group was deleted, no content - '400': *704 - '401': *702 - '403': *705 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '429': *706 - '500': *707 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -102991,8 +103006,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *713 - *714 + - *715 - *39 responses: '200': @@ -103026,7 +103041,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &717 + items: &718 allOf: - type: object required: @@ -103118,7 +103133,7 @@ paths: address. examples: - true - roles: &716 + roles: &717 type: array description: The roles assigned to the user. items: @@ -103177,7 +103192,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *715 + meta: *716 startIndex: type: integer description: A starting index for the returned page @@ -103216,11 +103231,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *704 - '401': *702 - '403': *705 - '429': *706 - '500': *707 + '400': *705 + '401': *703 + '403': *706 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103244,7 +103259,7 @@ paths: required: true content: application/json: - schema: &720 + schema: &721 type: object required: - schemas @@ -103337,9 +103352,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *716 + roles: *717 examples: - user: &721 + user: &722 summary: User value: schemas: @@ -103386,9 +103401,9 @@ paths: description: User has been created content: application/scim+json: - schema: *717 + schema: *718 examples: - user: &718 + user: &719 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -103414,13 +103429,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: *718 - '400': *704 - '401': *702 - '403': *705 - '409': *712 - '429': *706 - '500': *707 + enterpriseOwner: *719 + '400': *705 + '401': *703 + '403': *706 + '409': *713 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103437,7 +103452,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: - - &719 + - &720 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -103450,15 +103465,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *717 + schema: *718 examples: - default: *718 - '400': *704 - '401': *702 - '403': *705 + default: *719 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '429': *706 - '500': *707 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103480,30 +103495,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: - - *719 + - *720 - *39 requestBody: required: true content: application/json: - schema: *720 + schema: *721 examples: - user: *721 + user: *722 responses: '200': description: User was updated content: application/scim+json: - schema: *717 + schema: *718 examples: - user: *718 - '400': *704 - '401': *702 - '403': *705 + user: *719 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '409': *712 - '429': *706 - '500': *707 + '409': *713 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103538,13 +103553,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: - - *719 + - *720 - *39 requestBody: required: true content: application/json: - schema: *722 + schema: *723 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -103584,18 +103599,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *717 + schema: *718 examples: - userMultiValuedProperties: *718 - userSingleValuedProperties: *718 - disableUser: *718 - '400': *704 - '401': *702 - '403': *705 + userMultiValuedProperties: *719 + userSingleValuedProperties: *719 + disableUser: *719 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '409': *712 - '429': *706 - '500': *707 + '409': *713 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103615,17 +103630,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: - - *719 + - *720 - *39 responses: '204': description: User was deleted, no content - '400': *704 - '401': *702 - '403': *705 + '400': *705 + '401': *703 + '403': *706 '404': *6 - '429': *706 - '500': *707 + '429': *707 + '500': *708 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -103658,7 +103673,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *73 + - *74 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -103716,7 +103731,7 @@ paths: - 1 Resources: type: array - items: &723 + items: &724 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -103963,22 +103978,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &724 + '404': &725 description: Resource not found content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 - '403': &725 + schema: *702 + '403': &726 description: Forbidden content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 - '400': *704 - '429': *706 + schema: *702 + '400': *705 + '429': *707 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -103998,15 +104013,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *73 + - *74 responses: '201': description: Response content: application/scim+json: - schema: *723 + schema: *724 examples: - default: &726 + default: &727 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -104029,17 +104044,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *724 - '403': *725 - '500': *707 + '404': *725 + '403': *726 + '500': *708 '409': description: Conflict content: application/json: - schema: *701 + schema: *702 application/scim+json: - schema: *701 - '400': *704 + schema: *702 + '400': *705 requestBody: required: true content: @@ -104138,18 +104153,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: - - *73 - - *719 + - *74 + - *720 responses: '200': description: Response content: application/scim+json: - schema: *723 + schema: *724 examples: - default: *726 - '404': *724 - '403': *725 + default: *727 + '404': *725 + '403': *726 '304': *35 x-github: githubCloudOnly: true @@ -104172,19 +104187,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *73 - - *719 + - *74 + - *720 responses: '200': description: Response content: application/scim+json: - schema: *723 + schema: *724 examples: - default: *726 + default: *727 '304': *35 - '404': *724 - '403': *725 + '404': *725 + '403': *726 requestBody: required: true content: @@ -104298,20 +104313,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: - - *73 - - *719 + - *74 + - *720 responses: '200': description: Response content: application/scim+json: - schema: *723 + schema: *724 examples: - default: *726 + default: *727 '304': *35 - '404': *724 - '403': *725 - '400': *704 + '404': *725 + '403': *726 + '400': *705 '429': description: Response content: @@ -104406,13 +104421,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: - - *73 - - *719 + - *74 + - *720 responses: '204': description: Response - '404': *724 - '403': *725 + '404': *725 + '403': *726 '304': *35 x-github: githubCloudOnly: true @@ -104527,7 +104542,7 @@ paths: html_url: type: string format: uri - repository: *225 + repository: *226 score: type: number file_size: @@ -104546,7 +104561,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &727 + text_matches: &728 title: Search Result Text Matches type: array items: @@ -104661,7 +104676,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *155 + '503': *156 '422': *15 '403': *27 x-github: @@ -104710,7 +104725,7 @@ paths: enum: - author-date - committer-date - - &728 + - &729 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 @@ -104779,7 +104794,7 @@ paths: committer: anyOf: - type: 'null' - - *461 + - *462 comment_count: type: integer message: @@ -104798,7 +104813,7 @@ paths: url: type: string format: uri - verification: *580 + verification: *581 required: - author - committer @@ -104813,7 +104828,7 @@ paths: committer: anyOf: - type: 'null' - - *461 + - *462 parents: type: array items: @@ -104825,12 +104840,12 @@ paths: type: string sha: type: string - repository: *225 + repository: *226 score: type: number node_id: type: string - text_matches: *727 + text_matches: *728 required: - sha - node_id @@ -105013,7 +105028,7 @@ paths: - interactions - created - updated - - *728 + - *729 - *17 - *19 - name: advanced_search @@ -105110,11 +105125,11 @@ paths: type: - string - 'null' - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: type: string state_reason: @@ -105128,7 +105143,7 @@ paths: milestone: anyOf: - type: 'null' - - *526 + - *527 comments: type: integer created_at: @@ -105142,7 +105157,7 @@ paths: - string - 'null' format: date-time - text_matches: *727 + text_matches: *728 pull_request: type: object properties: @@ -105180,10 +105195,10 @@ paths: type: string score: type: number - author_association: *165 + author_association: *166 draft: type: boolean - repository: *64 + repository: *65 body_html: type: string body_text: @@ -105191,12 +105206,12 @@ paths: timeline_url: type: string format: uri - type: *315 + type: *316 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *166 + reactions: *167 required: - assignee - closed_at @@ -105312,7 +105327,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *155 + '503': *156 '422': *15 '304': *35 '403': *27 @@ -105368,7 +105383,7 @@ paths: enum: - created - updated - - *728 + - *729 - *17 - *19 responses: @@ -105413,7 +105428,7 @@ paths: - 'null' score: type: number - text_matches: *727 + text_matches: *728 required: - id - node_id @@ -105499,7 +105514,7 @@ paths: - forks - help-wanted-issues - updated - - *728 + - *729 - *17 - *19 responses: @@ -105718,7 +105733,7 @@ paths: license: anyOf: - type: 'null' - - *179 + - *180 permissions: type: object properties: @@ -105736,7 +105751,7 @@ paths: - admin - pull - push - text_matches: *727 + text_matches: *728 temp_clone_token: type: string allow_merge_commit: @@ -105939,7 +105954,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *155 + '503': *156 '422': *15 '304': *35 x-github: @@ -106045,7 +106060,7 @@ paths: - string - 'null' format: uri - text_matches: *727 + text_matches: *728 related: type: - array @@ -106240,7 +106255,7 @@ paths: - followers - repositories - joined - - *728 + - *729 - *17 - *19 responses: @@ -106350,7 +106365,7 @@ paths: type: - boolean - 'null' - text_matches: *727 + text_matches: *728 blog: type: - string @@ -106412,7 +106427,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *155 + '503': *156 '422': *15 x-github: githubCloudOnly: false @@ -106432,7 +106447,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &732 + - &733 name: team_id description: The unique identifier of the team. in: path @@ -106444,9 +106459,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '404': *6 x-github: githubCloudOnly: false @@ -106473,7 +106488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *732 + - *733 requestBody: required: true content: @@ -106537,16 +106552,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '201': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '404': *6 '422': *15 '403': *27 @@ -106574,7 +106589,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *732 + - *733 responses: '204': description: Response @@ -106605,8 +106620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *732 - - *91 + - *733 + - *92 - *17 - *19 responses: @@ -106616,9 +106631,9 @@ paths: application/json: schema: type: array - items: *387 + items: *388 examples: - default: *733 + default: *734 headers: Link: *38 x-github: @@ -106647,7 +106662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *732 + - *733 requestBody: required: true content: @@ -106681,9 +106696,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: triggersNotification: true githubCloudOnly: false @@ -106710,16 +106725,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *732 - - *389 + - *733 + - *390 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106744,8 +106759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *732 - - *389 + - *733 + - *390 requestBody: required: false content: @@ -106768,9 +106783,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *734 + default: *735 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106795,8 +106810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *732 - - *389 + - *733 + - *390 responses: '204': description: Response @@ -106825,9 +106840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *732 - - *389 - - *91 + - *733 + - *390 + - *92 - *17 - *19 responses: @@ -106837,9 +106852,9 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: - default: *735 + default: *736 headers: Link: *38 x-github: @@ -106868,8 +106883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *732 - - *389 + - *733 + - *390 requestBody: required: true content: @@ -106891,9 +106906,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: triggersNotification: true githubCloudOnly: false @@ -106920,17 +106935,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *732 - - *389 - - *392 + - *733 + - *390 + - *393 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106955,9 +106970,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *732 - - *389 - - *392 + - *733 + - *390 + - *393 requestBody: required: true content: @@ -106979,9 +106994,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *736 + default: *737 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107006,9 +107021,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *732 - - *389 - - *392 + - *733 + - *390 + - *393 responses: '204': description: Response @@ -107037,9 +107052,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: - - *732 - - *389 - - *392 + - *733 + - *390 + - *393 - 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. @@ -107065,9 +107080,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 x-github: @@ -107096,9 +107111,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: - - *732 - - *389 - - *392 + - *733 + - *390 + - *393 requestBody: required: true content: @@ -107130,9 +107145,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107158,8 +107173,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: - - *732 - - *389 + - *733 + - *390 - 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. @@ -107185,9 +107200,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *395 + default: *396 headers: Link: *38 x-github: @@ -107216,8 +107231,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: - - *732 - - *389 + - *733 + - *390 requestBody: required: true content: @@ -107249,9 +107264,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107275,7 +107290,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *732 + - *733 - *17 - *19 responses: @@ -107285,9 +107300,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *38 x-github: @@ -107313,7 +107328,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *732 + - *733 - name: role description: Filters members returned by their role in the team. in: query @@ -107336,7 +107351,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '404': *6 @@ -107364,8 +107379,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *732 - - *247 + - *733 + - *248 responses: '204': description: if user is a member @@ -107401,8 +107416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *732 - - *247 + - *733 + - *248 responses: '204': description: Response @@ -107441,8 +107456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *732 - - *247 + - *733 + - *248 responses: '204': description: Response @@ -107478,16 +107493,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: - - *732 - - *247 + - *733 + - *248 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - response-if-user-is-a-team-maintainer: *737 + response-if-user-is-a-team-maintainer: *738 '404': *6 x-github: githubCloudOnly: false @@ -107520,8 +107535,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: - - *732 - - *247 + - *733 + - *248 requestBody: required: false content: @@ -107546,9 +107561,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - response-if-users-membership-with-team-is-now-pending: *738 + response-if-users-membership-with-team-is-now-pending: *739 '403': description: Forbidden if team synchronization is set up '422': @@ -107582,8 +107597,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: - - *732 - - *247 + - *733 + - *248 responses: '204': description: Response @@ -107611,7 +107626,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *732 + - *733 - *17 - *19 responses: @@ -107621,9 +107636,9 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *739 + default: *740 headers: Link: *38 '404': *6 @@ -107649,16 +107664,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: - - *732 - - *403 + - *733 + - *404 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *740 + default: *741 '404': description: Not Found if project is not managed by this team x-github: @@ -107682,8 +107697,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: - - *732 - - *403 + - *733 + - *404 requestBody: required: false content: @@ -107750,8 +107765,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: - - *732 - - *403 + - *733 + - *404 responses: '204': description: Response @@ -107778,7 +107793,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *732 + - *733 - *17 - *19 responses: @@ -107788,9 +107803,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 '404': *6 @@ -107820,15 +107835,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: - - *732 - - *404 + - *733 - *405 + - *406 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *741 + schema: *742 examples: alternative-response-with-extra-repository-information: value: @@ -107979,9 +107994,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: - - *732 - - *404 + - *733 - *405 + - *406 requestBody: required: false content: @@ -108031,9 +108046,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: - - *732 - - *404 + - *733 - *405 + - *406 responses: '204': description: Response @@ -108062,15 +108077,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: - - *732 + - *733 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 '403': *27 '404': *6 x-github: @@ -108097,7 +108112,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: - - *732 + - *733 requestBody: required: true content: @@ -108158,7 +108173,7 @@ paths: description: Response content: application/json: - schema: *406 + schema: *407 examples: default: value: @@ -108189,7 +108204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *732 + - *733 - *17 - *19 responses: @@ -108199,9 +108214,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - response-if-child-teams-exist: *742 + response-if-child-teams-exist: *743 headers: Link: *38 '404': *6 @@ -108234,7 +108249,7 @@ paths: application/json: schema: oneOf: - - &744 + - &745 title: Private User description: Private User type: object @@ -108484,7 +108499,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *743 + - *744 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -108644,7 +108659,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -108723,7 +108738,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 '304': *35 '404': *6 '403': *27 @@ -108746,7 +108761,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: - - *247 + - *248 responses: '204': description: If the user is blocked @@ -108774,7 +108789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *247 + - *248 responses: '204': description: Response @@ -108798,7 +108813,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *247 + - *248 responses: '204': description: Response @@ -108847,11 +108862,11 @@ paths: type: integer codespaces: type: array - items: *321 + items: *322 examples: - default: *322 + default: *323 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -108988,21 +109003,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '401': *23 '403': *27 '404': *6 - '503': *155 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109042,7 +109057,7 @@ paths: type: integer secrets: type: array - items: &745 + items: &746 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -109084,7 +109099,7 @@ paths: - visibility - selected_repositories_url examples: - default: *515 + default: *516 headers: Link: *38 x-github: @@ -109156,13 +109171,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: - - *235 + - *236 responses: '200': description: Response content: application/json: - schema: *745 + schema: *746 examples: default: value: @@ -109192,7 +109207,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: - - *235 + - *236 requestBody: required: true content: @@ -109237,7 +109252,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -109265,7 +109280,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: - - *235 + - *236 responses: '204': description: Response @@ -109290,7 +109305,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: - - *235 + - *236 responses: '200': description: Response @@ -109306,13 +109321,13 @@ paths: type: integer repositories: type: array - items: *225 + items: *226 examples: - default: *746 + default: *747 '401': *23 '403': *27 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109333,7 +109348,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: - - *235 + - *236 requestBody: required: true content: @@ -109365,7 +109380,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109387,7 +109402,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: - - *235 + - *236 - name: repository_id in: path required: true @@ -109399,7 +109414,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109420,7 +109435,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: - - *235 + - *236 - name: repository_id in: path required: true @@ -109432,7 +109447,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *88 + '500': *89 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109452,17 +109467,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: - - *323 + - *324 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -109486,7 +109501,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: - - *323 + - *324 requestBody: required: false content: @@ -109516,9 +109531,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '401': *23 '403': *27 '404': *6 @@ -109540,11 +109555,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: - - *323 + - *324 responses: '202': *37 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -109569,13 +109584,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: - - *323 + - *324 responses: '202': description: Response content: application/json: - schema: &747 + schema: &748 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -109628,7 +109643,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &748 + default: &749 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -109636,7 +109651,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -109660,7 +109675,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *323 + - *324 - name: export_id in: path required: true @@ -109673,9 +109688,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: *748 + default: *749 '404': *6 x-github: githubCloudOnly: false @@ -109696,7 +109711,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *323 + - *324 responses: '200': description: Response @@ -109712,11 +109727,11 @@ paths: type: integer machines: type: array - items: *514 + items: *515 examples: - default: *749 + default: *750 '304': *35 - '500': *88 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -109743,7 +109758,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: - - *323 + - *324 requestBody: required: true content: @@ -109799,11 +109814,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *417 + repository: *418 machine: anyOf: - type: 'null' - - *514 + - *515 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -110600,17 +110615,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: - - *323 + - *324 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *513 + default: *514 '304': *35 - '500': *88 + '500': *89 '400': *14 '401': *23 '402': @@ -110620,7 +110635,7 @@ paths: schema: *3 '403': *27 '404': *6 - '409': *99 + '409': *100 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110640,16 +110655,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: - - *323 + - *324 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *513 - '500': *88 + default: *514 + '500': *89 '401': *23 '403': *27 '404': *6 @@ -110678,9 +110693,9 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: &761 + default: &762 value: - id: 197 name: hello_docker @@ -110781,7 +110796,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 title: Email description: Email type: object @@ -110851,9 +110866,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: &763 + default: &764 value: - email: octocat@github.com verified: true @@ -110930,7 +110945,7 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: default: value: @@ -111042,7 +111057,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '304': *35 @@ -111075,7 +111090,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 '304': *35 @@ -111097,7 +111112,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: - - *247 + - *248 responses: '204': description: if the person is followed by the authenticated user @@ -111127,7 +111142,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *247 + - *248 responses: '204': description: Response @@ -111152,7 +111167,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *247 + - *248 responses: '204': description: Response @@ -111188,7 +111203,7 @@ paths: application/json: schema: type: array - items: &751 + items: &752 title: GPG Key description: A unique encryption key type: object @@ -111333,7 +111348,7 @@ paths: - subkeys - revoked examples: - default: &777 + default: &778 value: - id: 3 name: Octocat's GPG Key @@ -111418,9 +111433,9 @@ paths: description: Response content: application/json: - schema: *751 + schema: *752 examples: - default: &752 + default: &753 value: id: 3 name: Octocat's GPG Key @@ -111477,7 +111492,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: - - &753 + - &754 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -111489,9 +111504,9 @@ paths: description: Response content: application/json: - schema: *751 + schema: *752 examples: - default: *752 + default: *753 '404': *6 '304': *35 '403': *27 @@ -111514,7 +111529,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: - - *753 + - *754 responses: '204': description: Response @@ -111703,9 +111718,9 @@ paths: type: string repositories: type: array - items: *64 + items: *65 examples: - default: *220 + default: *221 headers: Link: *38 '404': *6 @@ -111730,7 +111745,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *219 + - *220 responses: '204': description: Response @@ -111756,7 +111771,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *219 + - *220 responses: '204': description: Response @@ -111790,12 +111805,12 @@ paths: application/json: schema: anyOf: - - *310 + - *311 - type: object properties: {} additionalProperties: false examples: - default: *311 + default: *312 '204': description: Response when there are no restrictions x-github: @@ -111819,7 +111834,7 @@ paths: required: true content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -111830,7 +111845,7 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -111911,7 +111926,7 @@ paths: - closed - all default: open - - *318 + - *319 - name: sort description: What to sort results by. in: query @@ -111923,8 +111938,8 @@ paths: - updated - comments default: created - - *91 - - *168 + - *92 + - *169 - *17 - *19 responses: @@ -111934,9 +111949,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *319 + default: *320 headers: Link: *38 '404': *6 @@ -111969,7 +111984,7 @@ paths: application/json: schema: type: array - items: &754 + items: &755 title: Key description: Key type: object @@ -112072,9 +112087,9 @@ paths: description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: &755 + default: &756 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112107,15 +112122,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: - - *618 + - *619 responses: '200': description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: *755 + default: *756 '404': *6 '304': *35 '403': *27 @@ -112138,7 +112153,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: - - *618 + - *619 responses: '204': description: Response @@ -112171,7 +112186,7 @@ paths: application/json: schema: type: array - items: &756 + items: &757 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -112239,7 +112254,7 @@ paths: - id - type - login - plan: *181 + plan: *182 required: - billing_cycle - next_billing_date @@ -112250,7 +112265,7 @@ paths: - account - plan examples: - default: &757 + default: &758 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -112312,9 +112327,9 @@ paths: application/json: schema: type: array - items: *756 + items: *757 examples: - default: *757 + default: *758 headers: Link: *38 '304': *35 @@ -112354,7 +112369,7 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: default: value: @@ -112456,13 +112471,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: - - *73 + - *74 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: default: value: @@ -112520,7 +112535,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: - - *73 + - *74 requestBody: required: true content: @@ -112545,7 +112560,7 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: default: value: @@ -112613,7 +112628,7 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: default: value: @@ -112875,7 +112890,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -113055,7 +113070,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *327 + - *328 - name: exclude in: query required: false @@ -113068,7 +113083,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -113262,7 +113277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *327 + - *328 responses: '302': description: Response @@ -113288,7 +113303,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *327 + - *328 responses: '204': description: Response @@ -113317,8 +113332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *327 - - *758 + - *328 + - *759 responses: '204': description: Response @@ -113342,7 +113357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *327 + - *328 - *17 - *19 responses: @@ -113352,9 +113367,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 '404': *6 @@ -113389,9 +113404,9 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: *759 + default: *760 headers: Link: *38 '304': *35 @@ -113433,7 +113448,7 @@ paths: - docker - nuget - container - - *760 + - *761 - *19 - *17 responses: @@ -113443,10 +113458,10 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: *761 - '400': *762 + default: *762 + '400': *763 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113466,16 +113481,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: - - *334 - *335 + - *336 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: &778 + default: &779 value: id: 40201 name: octo-name @@ -113588,8 +113603,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: - - *334 - *335 + - *336 responses: '204': description: Response @@ -113619,8 +113634,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: - - *334 - *335 + - *336 - name: token description: package token schema: @@ -113652,8 +113667,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: - - *334 - *335 + - *336 - *19 - *17 - name: state @@ -113673,7 +113688,7 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: default: value: @@ -113722,15 +113737,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: - - *334 - *335 - - *337 + - *336 + - *338 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -113766,9 +113781,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: - - *334 - *335 - - *337 + - *336 + - *338 responses: '204': description: Response @@ -113798,9 +113813,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: - - *334 - *335 - - *337 + - *336 + - *338 responses: '204': description: Response @@ -113858,7 +113873,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -113930,9 +113945,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *763 + default: *764 headers: Link: *38 '304': *35 @@ -114043,9 +114058,9 @@ paths: application/json: schema: type: array - items: *64 + items: *65 examples: - default: &770 + default: &771 summary: Default response value: - id: 1296269 @@ -114363,9 +114378,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *419 + default: *420 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -114403,9 +114418,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *764 + default: *765 headers: Link: *38 '304': *35 @@ -114428,12 +114443,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *314 + - *315 responses: '204': description: Response '403': *27 - '409': *99 + '409': *100 '404': *6 '304': *35 x-github: @@ -114451,11 +114466,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *314 + - *315 responses: '204': description: Response - '409': *99 + '409': *100 '304': *35 '404': *6 '403': *27 @@ -114484,7 +114499,7 @@ paths: application/json: schema: type: array - items: &765 + items: &766 title: Social account description: Social media account type: object @@ -114501,7 +114516,7 @@ paths: - provider - url examples: - default: &766 + default: &767 value: - provider: twitter url: https://twitter.com/github @@ -114564,9 +114579,9 @@ paths: application/json: schema: type: array - items: *765 + items: *766 examples: - default: *766 + default: *767 '422': *15 '304': *35 '404': *6 @@ -114654,7 +114669,7 @@ paths: application/json: schema: type: array - items: &767 + items: &768 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -114674,7 +114689,7 @@ paths: - title - created_at examples: - default: &779 + default: &780 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114741,9 +114756,9 @@ paths: description: Response content: application/json: - schema: *767 + schema: *768 examples: - default: &768 + default: &769 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114774,7 +114789,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: - - &769 + - &770 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -114786,9 +114801,9 @@ paths: description: Response content: application/json: - schema: *767 + schema: *768 examples: - default: *768 + default: *769 '404': *6 '304': *35 '403': *27 @@ -114811,7 +114826,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: - - *769 + - *770 responses: '204': description: Response @@ -114840,7 +114855,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: - - &780 + - &781 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 @@ -114853,7 +114868,7 @@ paths: - created - updated default: created - - *91 + - *92 - *17 - *19 responses: @@ -114863,13 +114878,13 @@ paths: application/json: schema: type: array - items: *64 + items: *65 examples: - default-response: *770 + default-response: *771 application/vnd.github.v3.star+json: schema: type: array - items: &781 + items: &782 title: Starred Repository description: Starred Repository type: object @@ -114877,7 +114892,7 @@ paths: starred_at: type: string format: date-time - repo: *64 + repo: *65 required: - starred_at - repo @@ -115025,8 +115040,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: - - *404 - *405 + - *406 responses: '204': description: Response if this repository is starred by you @@ -115054,8 +115069,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: - - *404 - *405 + - *406 responses: '204': description: Response @@ -115079,8 +115094,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: - - *404 - *405 + - *406 responses: '204': description: Response @@ -115113,9 +115128,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 '304': *35 @@ -115152,7 +115167,7 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: default: value: @@ -115230,7 +115245,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *183 + - *184 responses: '200': description: Response @@ -115238,10 +115253,10 @@ paths: application/json: schema: oneOf: + - *745 - *744 - - *743 examples: - default-response: &772 + default-response: &773 summary: Default response value: login: octocat @@ -115276,7 +115291,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &773 + response-with-git-hub-plan-information: &774 summary: Response with GitHub plan information value: login: octocat @@ -115336,7 +115351,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *771 + - *772 - *17 responses: '200': @@ -115347,7 +115362,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: example: ; rel="next" @@ -115377,7 +115392,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *247 + - *248 responses: '200': description: Response @@ -115385,11 +115400,11 @@ paths: application/json: schema: oneOf: + - *745 - *744 - - *743 examples: - default-response: *772 - response-with-git-hub-plan-information: *773 + default-response: *773 + response-with-git-hub-plan-information: *774 '404': *6 x-github: githubCloudOnly: false @@ -115413,9 +115428,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *89 - *90 - - *247 + - *91 + - *248 requestBody: required: true content: @@ -115438,8 +115453,8 @@ paths: required: - subject_digests examples: - default: *774 - withPredicateType: *775 + default: *775 + withPredicateType: *776 responses: '200': description: Response @@ -115493,7 +115508,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *776 + default: *777 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115511,7 +115526,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-in-bulk parameters: - - *247 + - *248 requestBody: required: true content: @@ -115576,7 +115591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *247 + - *248 - name: subject_digest description: Subject Digest in: path @@ -115607,7 +115622,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-id parameters: - - *247 + - *248 - name: attestation_id description: Attestation ID in: path @@ -115643,9 +115658,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations parameters: - *17 - - *89 - *90 - - *247 + - *91 + - *248 - name: subject_digest description: Subject Digest in: path @@ -115695,12 +115710,12 @@ paths: bundle_url: type: string examples: - default: *457 + default: *458 '201': description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -115726,7 +115741,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: - - *247 + - *248 responses: '200': description: Response @@ -115734,9 +115749,9 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: *761 + default: *762 '403': *27 '401': *23 x-github: @@ -115759,7 +115774,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -115769,7 +115784,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -115840,8 +115855,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: - - *247 - - *73 + - *248 + - *74 - *17 - *19 responses: @@ -115851,7 +115866,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -115930,7 +115945,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -115940,7 +115955,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -116007,7 +116022,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -116019,7 +116034,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -116038,7 +116053,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *247 + - *248 - *17 - *19 responses: @@ -116050,7 +116065,7 @@ paths: type: array items: *4 examples: - default: *320 + default: *321 headers: Link: *38 x-github: @@ -116069,7 +116084,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: - - *247 + - *248 - name: target_user in: path required: true @@ -116096,8 +116111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *247 - - *168 + - *248 + - *169 - *17 - *19 responses: @@ -116107,9 +116122,9 @@ paths: application/json: schema: type: array - items: *169 + items: *170 examples: - default: *170 + default: *171 headers: Link: *38 '422': *15 @@ -116130,7 +116145,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: - - *247 + - *248 - *17 - *19 responses: @@ -116140,9 +116155,9 @@ paths: application/json: schema: type: array - items: *751 + items: *752 examples: - default: *777 + default: *778 headers: Link: *38 x-github: @@ -116166,7 +116181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *247 + - *248 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -116238,7 +116253,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: - - *247 + - *248 responses: '200': description: Response @@ -116246,7 +116261,7 @@ paths: application/json: schema: *20 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116264,7 +116279,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -116320,7 +116335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -116330,9 +116345,9 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: *759 + default: *760 headers: Link: *38 x-github: @@ -116371,8 +116386,8 @@ paths: - docker - nuget - container - - *760 - - *247 + - *761 + - *248 - *19 - *17 responses: @@ -116382,12 +116397,12 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: *761 + default: *762 '403': *27 '401': *23 - '400': *762 + '400': *763 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116407,17 +116422,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *334 - *335 - - *247 + - *336 + - *248 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *778 + default: *779 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116438,9 +116453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *334 - *335 - - *247 + - *336 + - *248 responses: '204': description: Response @@ -116472,9 +116487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *334 - *335 - - *247 + - *336 + - *248 - name: token description: package token schema: @@ -116506,9 +116521,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: - - *334 - *335 - - *247 + - *336 + - *248 responses: '200': description: Response @@ -116516,7 +116531,7 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: default: value: @@ -116574,16 +116589,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: - - *334 - *335 - - *337 - - *247 + - *336 + - *338 + - *248 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -116618,10 +116633,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *334 - *335 - - *247 - - *337 + - *336 + - *248 + - *338 responses: '204': description: Response @@ -116653,10 +116668,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *334 - *335 - - *247 - - *337 + - *336 + - *248 + - *338 responses: '204': description: Response @@ -116682,7 +116697,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects parameters: - - *247 + - *248 - name: state description: Indicates the state of the projects to return. in: query @@ -116703,7 +116718,7 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: default: value: @@ -116765,7 +116780,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: - - *247 + - *248 - *17 - *19 responses: @@ -116775,7 +116790,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -116854,7 +116869,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: - - *247 + - *248 - *17 - *19 responses: @@ -116864,7 +116879,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -116941,7 +116956,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *247 + - *248 - name: type description: Limit results to repositories of the specified type. in: query @@ -116984,9 +116999,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -117010,15 +117025,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: - - *247 + - *248 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117040,15 +117055,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: - - *247 + - *248 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117070,15 +117085,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: - - *247 + - *248 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117098,11 +117113,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: - - *247 - - *194 + - *248 - *195 - *196 - *197 + - *198 responses: '200': description: Response when getting a billing usage report @@ -117172,8 +117187,8 @@ paths: repositoryName: user/example '400': *14 '403': *27 - '500': *88 - '503': *155 + '500': *89 + '503': *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117191,7 +117206,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: - - *247 + - *248 - *17 - *19 responses: @@ -117201,9 +117216,9 @@ paths: application/json: schema: type: array - items: *765 + items: *766 examples: - default: *766 + default: *767 headers: Link: *38 x-github: @@ -117223,7 +117238,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: - - *247 + - *248 - *17 - *19 responses: @@ -117233,9 +117248,9 @@ paths: application/json: schema: type: array - items: *767 + items: *768 examples: - default: *779 + default: *780 headers: Link: *38 x-github: @@ -117259,9 +117274,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *247 - - *780 - - *91 + - *248 + - *781 + - *92 - *17 - *19 responses: @@ -117272,11 +117287,11 @@ paths: schema: anyOf: - type: array - items: *781 + items: *782 - type: array - items: *64 + items: *65 examples: - default-response: *770 + default-response: *771 headers: Link: *38 x-github: @@ -117295,7 +117310,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *247 + - *248 - *17 - *19 responses: @@ -117305,9 +117320,9 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: - default: *338 + default: *339 headers: Link: *38 x-github: @@ -117436,7 +117451,7 @@ webhooks: type: string enum: - disabled - enterprise: &782 + enterprise: &783 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -117505,7 +117520,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &783 + installation: &784 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -117526,7 +117541,7 @@ webhooks: required: - id - node_id - organization: &784 + organization: &785 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -117599,7 +117614,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &785 + repository: &786 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -117628,7 +117643,7 @@ webhooks: license: anyOf: - type: 'null' - - *179 + - *180 organization: anyOf: - type: 'null' @@ -118512,10 +118527,10 @@ webhooks: type: string enum: - enabled - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -118591,11 +118606,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - rule: &786 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + rule: &787 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) @@ -118818,11 +118833,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - rule: *786 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + rule: *787 sender: *4 required: - action @@ -119010,11 +119025,11 @@ webhooks: - everyone required: - from - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - rule: *786 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + rule: *787 sender: *4 required: - action @@ -119085,7 +119100,7 @@ webhooks: required: true content: application/json: - schema: &789 + schema: &790 title: Exemption request cancellation event type: object properties: @@ -119093,11 +119108,11 @@ webhooks: type: string enum: - cancelled - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - exemption_request: &787 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + exemption_request: &788 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -119335,7 +119350,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &788 + items: &789 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -119445,7 +119460,7 @@ webhooks: required: true content: application/json: - schema: &790 + schema: &791 title: Exemption request completed event type: object properties: @@ -119453,11 +119468,11 @@ webhooks: type: string enum: - completed - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - exemption_request: *787 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + exemption_request: *788 sender: *4 required: - action @@ -119527,7 +119542,7 @@ webhooks: required: true content: application/json: - schema: &791 + schema: &792 title: Exemption request created event type: object properties: @@ -119535,11 +119550,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - exemption_request: *787 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + exemption_request: *788 sender: *4 required: - action @@ -119609,7 +119624,7 @@ webhooks: required: true content: application/json: - schema: &792 + schema: &793 title: Exemption response dismissed event type: object properties: @@ -119617,12 +119632,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - exemption_request: *787 - exemption_response: *788 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + exemption_request: *788 + exemption_response: *789 sender: *4 required: - action @@ -119694,7 +119709,7 @@ webhooks: required: true content: application/json: - schema: &793 + schema: &794 title: Exemption response submitted event type: object properties: @@ -119702,12 +119717,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - exemption_request: *787 - exemption_response: *788 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + exemption_request: *788 + exemption_response: *789 sender: *4 required: - action @@ -119780,7 +119795,7 @@ webhooks: required: true content: application/json: - schema: *789 + schema: *790 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119847,7 +119862,7 @@ webhooks: required: true content: application/json: - schema: *790 + schema: *791 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119914,7 +119929,7 @@ webhooks: required: true content: application/json: - schema: *791 + schema: *792 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119981,7 +119996,7 @@ webhooks: required: true content: application/json: - schema: *792 + schema: *793 responses: '200': description: Return a 200 status to indicate that the data was received @@ -120049,7 +120064,7 @@ webhooks: required: true content: application/json: - schema: *793 + schema: *794 responses: '200': description: Return a 200 status to indicate that the data was received @@ -120127,7 +120142,7 @@ webhooks: type: string enum: - completed - check_run: &795 + check_run: &796 title: CheckRun description: A check performed on the code of a given code change type: object @@ -120192,8 +120207,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *476 - repository: *225 + items: *477 + repository: *226 status: type: string enum: @@ -120237,7 +120252,7 @@ webhooks: - examples: - neutral - deployment: *794 + deployment: *795 details_url: type: string examples: @@ -120297,7 +120312,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *476 + items: *477 started_at: type: string format: date-time @@ -120335,9 +120350,9 @@ webhooks: - output - app - pull_requests - installation: *783 - organization: *784 - repository: *785 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - check_run @@ -120730,10 +120745,10 @@ webhooks: type: string enum: - created - check_run: *795 - installation: *783 - organization: *784 - repository: *785 + check_run: *796 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - check_run @@ -121129,10 +121144,10 @@ webhooks: type: string enum: - requested_action - check_run: *795 - installation: *783 - organization: *784 - repository: *785 + check_run: *796 + installation: *784 + organization: *785 + repository: *786 requested_action: description: The action requested by the user. type: object @@ -121537,10 +121552,10 @@ webhooks: type: string enum: - rerequested - check_run: *795 - installation: *783 - organization: *784 - repository: *785 + check_run: *796 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - check_run @@ -122532,10 +122547,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -123220,10 +123235,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -123902,10 +123917,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -124071,7 +124086,7 @@ webhooks: required: - login - id - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -124223,20 +124238,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &796 + commit_oid: &797 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: *782 - installation: *783 - organization: *784 - ref: &797 + enterprise: *783 + installation: *784 + organization: *785 + ref: &798 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: *785 + repository: *786 sender: *4 required: - action @@ -124400,7 +124415,7 @@ webhooks: required: - login - id - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -124641,12 +124656,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *796 - enterprise: *782 - installation: *783 - organization: *784 - ref: *797 - repository: *785 + commit_oid: *797 + enterprise: *783 + installation: *784 + organization: *785 + ref: *798 + repository: *786 sender: *4 required: - action @@ -124744,7 +124759,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -124926,12 +124941,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *796 - enterprise: *782 - installation: *783 - organization: *784 - ref: *797 - repository: *785 + commit_oid: *797 + enterprise: *783 + installation: *784 + organization: *785 + ref: *798 + repository: *786 sender: *4 required: - action @@ -125097,7 +125112,7 @@ webhooks: required: - login - id - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -125274,12 +125289,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *796 - enterprise: *782 - installation: *783 - organization: *784 - ref: *797 - repository: *785 + commit_oid: *797 + enterprise: *783 + installation: *784 + organization: *785 + ref: *798 + repository: *786 sender: *4 required: - action @@ -125379,7 +125394,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -125559,9 +125574,9 @@ webhooks: type: - string - 'null' - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -125569,7 +125584,7 @@ webhooks: type: - string - 'null' - repository: *785 + repository: *786 sender: *4 required: - action @@ -125665,7 +125680,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *488 + dismissed_comment: *489 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -125812,12 +125827,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *796 - enterprise: *782 - installation: *783 - organization: *784 - ref: *797 - repository: *785 + commit_oid: *797 + enterprise: *783 + installation: *784 + organization: *785 + ref: *798 + repository: *786 sender: *4 required: - action @@ -126079,10 +126094,10 @@ webhooks: - updated_at - author_association - body - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -126163,18 +126178,18 @@ webhooks: type: - string - 'null' - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *784 - pusher_type: &798 + organization: *785 + pusher_type: &799 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &799 + ref: &800 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -126184,7 +126199,7 @@ webhooks: enum: - tag - branch - repository: *785 + repository: *786 sender: *4 required: - ref @@ -126266,10 +126281,10 @@ webhooks: type: string enum: - created - definition: *117 - enterprise: *782 - installation: *783 - organization: *784 + definition: *118 + enterprise: *783 + installation: *784 + organization: *785 sender: *4 required: - action @@ -126354,9 +126369,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 sender: *4 required: - action @@ -126433,10 +126448,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *117 - enterprise: *782 - installation: *783 - organization: *784 + definition: *118 + enterprise: *783 + installation: *784 + organization: *785 sender: *4 required: - action @@ -126513,10 +126528,10 @@ webhooks: type: string enum: - updated - definition: *117 - enterprise: *782 - installation: *783 - organization: *784 + definition: *118 + enterprise: *783 + installation: *784 + organization: *785 sender: *4 required: - action @@ -126593,19 +126608,19 @@ webhooks: type: string enum: - updated - enterprise: *782 - installation: *783 - repository: *785 - organization: *784 + enterprise: *783 + installation: *784 + repository: *786 + organization: *785 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *350 + items: *351 old_property_values: type: array description: The old custom property values for the repository. - items: *350 + items: *351 required: - action - repository @@ -126681,18 +126696,18 @@ webhooks: title: delete event type: object properties: - enterprise: *782 - installation: *783 - organization: *784 - pusher_type: *798 - ref: *799 + enterprise: *783 + installation: *784 + organization: *785 + pusher_type: *799 + ref: *800 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *785 + repository: *786 sender: *4 required: - ref @@ -126776,11 +126791,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -126864,11 +126879,11 @@ webhooks: type: string enum: - auto_reopened - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -126952,11 +126967,11 @@ webhooks: type: string enum: - created - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -127038,11 +127053,11 @@ webhooks: type: string enum: - dismissed - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -127124,11 +127139,11 @@ webhooks: type: string enum: - fixed - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -127211,11 +127226,11 @@ webhooks: type: string enum: - reintroduced - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -127297,11 +127312,11 @@ webhooks: type: string enum: - reopened - alert: *540 - installation: *783 - organization: *784 - enterprise: *782 - repository: *785 + alert: *541 + installation: *784 + organization: *785 + enterprise: *783 + repository: *786 sender: *4 required: - action @@ -127378,9 +127393,9 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - key: &800 + enterprise: *783 + installation: *784 + key: &801 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -127418,8 +127433,8 @@ webhooks: - verified - created_at - read_only - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -127496,11 +127511,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - key: *800 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + key: *801 + organization: *785 + repository: *786 sender: *4 required: - action @@ -128072,12 +128087,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - workflow: &804 + workflow: &805 title: Workflow type: - object @@ -128815,13 +128830,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *546 + deployment: *547 pull_requests: type: array - items: *637 - repository: *785 - organization: *784 - installation: *783 + items: *638 + repository: *786 + organization: *785 + installation: *784 sender: *4 responses: '200': @@ -128892,7 +128907,7 @@ webhooks: type: string enum: - approved - approver: &801 + approver: &802 type: object properties: avatar_url: @@ -128935,11 +128950,11 @@ webhooks: type: string comment: type: string - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - reviewers: &802 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + reviewers: &803 type: array items: type: object @@ -129020,7 +129035,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &803 + workflow_job_run: &804 type: object properties: conclusion: @@ -129766,18 +129781,18 @@ webhooks: type: string enum: - rejected - approver: *801 + approver: *802 comment: type: string - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - reviewers: *802 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + reviewers: *803 sender: *4 since: type: string - workflow_job_run: *803 + workflow_job_run: *804 workflow_job_runs: type: array items: @@ -130494,13 +130509,13 @@ webhooks: type: string enum: - requested - enterprise: *782 + enterprise: *783 environment: type: string - installation: *783 - organization: *784 - repository: *785 - requestor: &809 + installation: *784 + organization: *785 + repository: *786 + requestor: &810 title: User type: - object @@ -132443,12 +132458,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - workflow: *804 + workflow: *805 workflow_run: title: Deployment Workflow Run type: @@ -133139,7 +133154,7 @@ webhooks: type: string enum: - answered - answer: &807 + answer: &808 type: object properties: author_association: @@ -133299,7 +133314,7 @@ webhooks: - created_at - updated_at - body - discussion: &805 + discussion: &806 title: Discussion description: A Discussion in a repository. type: object @@ -133595,7 +133610,7 @@ webhooks: - id labels: type: array - items: *601 + items: *602 required: - repository_url - category @@ -133617,10 +133632,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -133747,11 +133762,11 @@ webhooks: - from required: - category - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -133834,11 +133849,11 @@ webhooks: type: string enum: - closed - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -133920,7 +133935,7 @@ webhooks: type: string enum: - created - comment: &806 + comment: &807 type: object properties: author_association: @@ -134080,11 +134095,11 @@ webhooks: - updated_at - body - reactions - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134167,12 +134182,12 @@ webhooks: type: string enum: - deleted - comment: *806 - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + comment: *807 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134267,12 +134282,12 @@ webhooks: - from required: - body - comment: *806 - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + comment: *807 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134356,11 +134371,11 @@ webhooks: type: string enum: - created - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134442,11 +134457,11 @@ webhooks: type: string enum: - deleted - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134546,11 +134561,11 @@ webhooks: type: string required: - from - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134632,10 +134647,10 @@ webhooks: type: string enum: - labeled - discussion: *805 - enterprise: *782 - installation: *783 - label: &808 + discussion: *806 + enterprise: *783 + installation: *784 + label: &809 title: Label type: object properties: @@ -134668,8 +134683,8 @@ webhooks: - color - default - description - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134752,11 +134767,11 @@ webhooks: type: string enum: - locked - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134838,11 +134853,11 @@ webhooks: type: string enum: - pinned - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -134924,11 +134939,11 @@ webhooks: type: string enum: - reopened - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135013,16 +135028,16 @@ webhooks: changes: type: object properties: - new_discussion: *805 - new_repository: *785 + new_discussion: *806 + new_repository: *786 required: - new_discussion - new_repository - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135105,10 +135120,10 @@ webhooks: type: string enum: - unanswered - discussion: *805 - old_answer: *807 - organization: *784 - repository: *785 + discussion: *806 + old_answer: *808 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135190,12 +135205,12 @@ webhooks: type: string enum: - unlabeled - discussion: *805 - enterprise: *782 - installation: *783 - label: *808 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135278,11 +135293,11 @@ webhooks: type: string enum: - unlocked - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135364,11 +135379,11 @@ webhooks: type: string enum: - unpinned - discussion: *805 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + discussion: *806 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -135437,7 +135452,7 @@ webhooks: required: true content: application/json: - schema: *791 + schema: *792 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135500,7 +135515,7 @@ webhooks: required: true content: application/json: - schema: *793 + schema: *794 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135566,7 +135581,7 @@ webhooks: required: true content: application/json: - schema: *789 + schema: *790 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135632,7 +135647,7 @@ webhooks: required: true content: application/json: - schema: *790 + schema: *791 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135698,7 +135713,7 @@ webhooks: required: true content: application/json: - schema: *791 + schema: *792 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135764,7 +135779,7 @@ webhooks: required: true content: application/json: - schema: *792 + schema: *793 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135830,7 +135845,7 @@ webhooks: required: true content: application/json: - schema: *793 + schema: *794 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135897,7 +135912,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *782 + enterprise: *783 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -136575,9 +136590,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *783 - organization: *784 - repository: *785 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - forkee @@ -136723,9 +136738,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pages: description: The pages that were updated. type: array @@ -136763,7 +136778,7 @@ webhooks: - action - sha - html_url - repository: *785 + repository: *786 sender: *4 required: - pages @@ -136839,10 +136854,10 @@ webhooks: type: string enum: - created - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories: &810 + organization: *785 + repositories: &811 description: An array of repository objects that the installation can access. type: array @@ -136868,8 +136883,8 @@ webhooks: - name - full_name - private - repository: *785 - requester: *809 + repository: *786 + requester: *810 sender: *4 required: - action @@ -136944,11 +136959,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories: *810 - repository: *785 + organization: *785 + repositories: *811 + repository: *786 requester: type: - 'null' @@ -137025,11 +137040,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories: *810 - repository: *785 + organization: *785 + repositories: *811 + repository: *786 requester: type: - 'null' @@ -137106,10 +137121,10 @@ webhooks: type: string enum: - added - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories_added: &811 + organization: *785 + repositories_added: &812 description: An array of repository objects, which were added to the installation. type: array @@ -137155,15 +137170,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *785 - repository_selection: &812 + repository: *786 + repository_selection: &813 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *809 + requester: *810 sender: *4 required: - action @@ -137242,10 +137257,10 @@ webhooks: type: string enum: - removed - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories_added: *811 + organization: *785 + repositories_added: *812 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -137272,9 +137287,9 @@ webhooks: - name - full_name - private - repository: *785 - repository_selection: *812 - requester: *809 + repository: *786 + repository_selection: *813 + requester: *810 sender: *4 required: - action @@ -137353,11 +137368,11 @@ webhooks: type: string enum: - suspend - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories: *810 - repository: *785 + organization: *785 + repositories: *811 + repository: *786 requester: type: - 'null' @@ -137540,10 +137555,10 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 target_type: type: string @@ -137622,11 +137637,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *782 + enterprise: *783 installation: *20 - organization: *784 - repositories: *810 - repository: *785 + organization: *785 + repositories: *811 + repository: *786 requester: type: - 'null' @@ -137874,8 +137889,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138692,8 +138707,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138710,7 +138725,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -139054,8 +139069,8 @@ webhooks: - state - locked - assignee - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -139135,7 +139150,7 @@ webhooks: type: string enum: - deleted - comment: &813 + comment: &814 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -139302,8 +139317,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -140116,8 +140131,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140134,7 +140149,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -140480,8 +140495,8 @@ webhooks: - state - locked - assignee - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -140561,7 +140576,7 @@ webhooks: type: string enum: - edited - changes: &838 + changes: &839 description: The changes to the comment. type: object properties: @@ -140573,9 +140588,9 @@ webhooks: type: string required: - from - comment: *813 - enterprise: *782 - installation: *783 + comment: *814 + enterprise: *783 + installation: *784 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -141391,8 +141406,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141409,7 +141424,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -141753,8 +141768,8 @@ webhooks: - state - locked - assignee - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -141838,15 +141853,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *178 + blocked_issue: *179 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *178 - blocking_issue_repo: *64 - installation: *783 - organization: *784 - repository: *785 + blocking_issue: *179 + blocking_issue_repo: *65 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -141934,15 +141949,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *178 + blocked_issue: *179 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *178 - blocking_issue_repo: *64 - installation: *783 - organization: *784 - repository: *785 + blocking_issue: *179 + blocking_issue_repo: *65 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -142029,15 +142044,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *178 - blocked_issue_repo: *64 + blocked_issue: *179 + blocked_issue_repo: *65 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *178 - installation: *783 - organization: *784 - repository: *785 + blocking_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -142125,15 +142140,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *178 - blocked_issue_repo: *64 + blocked_issue: *179 + blocked_issue_repo: *65 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *178 - installation: *783 - organization: *784 - repository: *785 + blocking_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -142218,10 +142233,10 @@ webhooks: type: string enum: - assigned - assignee: *809 - enterprise: *782 - installation: *783 - issue: &816 + assignee: *810 + enterprise: *783 + installation: *784 + issue: &817 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -143033,11 +143048,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143054,7 +143069,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -143157,8 +143172,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -143238,8 +143253,8 @@ webhooks: type: string enum: - closed - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -144056,11 +144071,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144077,7 +144092,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -144323,8 +144338,8 @@ webhooks: required: - state - closed_at - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -144403,8 +144418,8 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145212,11 +145227,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145233,7 +145248,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -145335,8 +145350,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -145415,8 +145430,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146247,11 +146262,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146268,7 +146283,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -146349,7 +146364,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &814 + milestone: &815 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146492,8 +146507,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -146592,8 +146607,8 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147405,11 +147420,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147423,7 +147438,7 @@ webhooks: timeline_url: type: string format: uri - type: *315 + type: *316 title: description: Title of the issue type: string @@ -147529,9 +147544,9 @@ webhooks: - active_lock_reason - body - reactions - label: *808 - organization: *784 - repository: *785 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -147611,8 +147626,8 @@ webhooks: type: string enum: - labeled - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148423,11 +148438,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148441,7 +148456,7 @@ webhooks: timeline_url: type: string format: uri - type: *315 + type: *316 title: description: Title of the issue type: string @@ -148547,9 +148562,9 @@ webhooks: - active_lock_reason - body - reactions - label: *808 - organization: *784 - repository: *785 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -148629,8 +148644,8 @@ webhooks: type: string enum: - locked - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149466,11 +149481,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149484,7 +149499,7 @@ webhooks: timeline_url: type: string format: uri - type: *315 + type: *316 title: description: Title of the issue type: string @@ -149567,8 +149582,8 @@ webhooks: format: uri user_view_type: type: string - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -149647,8 +149662,8 @@ webhooks: type: string enum: - milestoned - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150478,11 +150493,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150499,7 +150514,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -150579,9 +150594,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *814 - organization: *784 - repository: *785 + milestone: *815 + organization: *785 + repository: *786 sender: *4 required: - action @@ -151473,11 +151488,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151573,7 +151588,7 @@ webhooks: required: - login - id - type: *315 + type: *316 required: - id - number @@ -152054,8 +152069,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152867,11 +152882,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152888,7 +152903,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -152990,8 +153005,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -153071,9 +153086,9 @@ webhooks: type: string enum: - pinned - enterprise: *782 - installation: *783 - issue: &815 + enterprise: *783 + installation: *784 + issue: &816 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -153879,11 +153894,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153900,7 +153915,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -154002,8 +154017,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -154082,8 +154097,8 @@ webhooks: type: string enum: - reopened - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154917,11 +154932,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155018,9 +155033,9 @@ webhooks: format: uri user_view_type: type: string - type: *315 - organization: *784 - repository: *785 + type: *316 + organization: *785 + repository: *786 sender: *4 required: - action @@ -155909,11 +155924,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155930,7 +155945,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -156512,11 +156527,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *782 - installation: *783 - issue: *815 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *816 + organization: *785 + repository: *786 sender: *4 required: - action @@ -156596,12 +156611,12 @@ webhooks: type: string enum: - typed - enterprise: *782 - installation: *783 - issue: *816 - type: *315 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *817 + type: *316 + organization: *785 + repository: *786 sender: *4 required: - action @@ -156682,7 +156697,7 @@ webhooks: type: string enum: - unassigned - assignee: &841 + assignee: &842 title: User type: - object @@ -156754,11 +156769,11 @@ webhooks: required: - login - id - enterprise: *782 - installation: *783 - issue: *816 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *817 + organization: *785 + repository: *786 sender: *4 required: - action @@ -156837,12 +156852,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *782 - installation: *783 - issue: *816 - label: *808 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *817 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -156922,8 +156937,8 @@ webhooks: type: string enum: - unlocked - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157757,11 +157772,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *731 + items: *732 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157778,7 +157793,7 @@ webhooks: title: description: Title of the issue type: string - type: *315 + type: *316 updated_at: type: string format: date-time @@ -157858,8 +157873,8 @@ webhooks: format: uri user_view_type: type: string - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -157939,11 +157954,11 @@ webhooks: type: string enum: - unpinned - enterprise: *782 - installation: *783 - issue: *815 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *816 + organization: *785 + repository: *786 sender: *4 required: - action @@ -158022,12 +158037,12 @@ webhooks: type: string enum: - untyped - enterprise: *782 - installation: *783 - issue: *816 - type: *315 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + issue: *817 + type: *316 + organization: *785 + repository: *786 sender: *4 required: - action @@ -158107,11 +158122,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - label: *808 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -158189,11 +158204,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - label: *808 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -158303,11 +158318,11 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - label: *808 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + label: *809 + organization: *785 + repository: *786 sender: *4 required: - action @@ -158389,9 +158404,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *782 - installation: *783 - marketplace_purchase: &817 + enterprise: *783 + installation: *784 + marketplace_purchase: &818 title: Marketplace Purchase type: object required: @@ -158479,8 +158494,8 @@ webhooks: type: integer unit_count: type: integer - organization: *784 - previous_marketplace_purchase: &818 + organization: *785 + previous_marketplace_purchase: &819 title: Marketplace Purchase type: object properties: @@ -158564,7 +158579,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *785 + repository: *786 sender: *4 required: - action @@ -158644,10 +158659,10 @@ webhooks: - changed effective_date: type: string - enterprise: *782 - installation: *783 - marketplace_purchase: *817 - organization: *784 + enterprise: *783 + installation: *784 + marketplace_purchase: *818 + organization: *785 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -158735,7 +158750,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *785 + repository: *786 sender: *4 required: - action @@ -158817,10 +158832,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *782 - installation: *783 - marketplace_purchase: *817 - organization: *784 + enterprise: *783 + installation: *784 + marketplace_purchase: *818 + organization: *785 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -158906,7 +158921,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *785 + repository: *786 sender: *4 required: - action @@ -158987,8 +159002,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 marketplace_purchase: title: Marketplace Purchase type: object @@ -159074,9 +159089,9 @@ webhooks: type: integer unit_count: type: integer - organization: *784 - previous_marketplace_purchase: *818 - repository: *785 + organization: *785 + previous_marketplace_purchase: *819 + repository: *786 sender: *4 required: - action @@ -159156,12 +159171,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *782 - installation: *783 - marketplace_purchase: *817 - organization: *784 - previous_marketplace_purchase: *818 - repository: *785 + enterprise: *783 + installation: *784 + marketplace_purchase: *818 + organization: *785 + previous_marketplace_purchase: *819 + repository: *786 sender: *4 required: - action @@ -159263,11 +159278,11 @@ webhooks: type: string required: - to - enterprise: *782 - installation: *783 - member: *809 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + member: *810 + organization: *785 + repository: *786 sender: *4 required: - action @@ -159369,11 +159384,11 @@ webhooks: type: - string - 'null' - enterprise: *782 - installation: *783 - member: *809 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + member: *810 + organization: *785 + repository: *786 sender: *4 required: - action @@ -159452,11 +159467,11 @@ webhooks: type: string enum: - removed - enterprise: *782 - installation: *783 - member: *809 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + member: *810 + organization: *785 + repository: *786 sender: *4 required: - action @@ -159534,11 +159549,11 @@ webhooks: type: string enum: - added - enterprise: *782 - installation: *783 - member: *809 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + member: *810 + organization: *785 + repository: *786 scope: description: The scope of the membership. Currently, can only be `team`. @@ -159616,7 +159631,7 @@ webhooks: required: - login - id - team: &819 + team: &820 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -159809,11 +159824,11 @@ webhooks: type: string enum: - removed - enterprise: *782 - installation: *783 - member: *809 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + member: *810 + organization: *785 + repository: *786 scope: description: The scope of the membership. Currently, can only be `team`. @@ -159892,7 +159907,7 @@ webhooks: required: - login - id - team: *819 + team: *820 required: - action - scope @@ -159974,8 +159989,8 @@ webhooks: type: string enum: - checks_requested - installation: *783 - merge_group: &820 + installation: *784 + merge_group: &821 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -159994,15 +160009,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *480 + head_commit: *481 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160088,10 +160103,10 @@ webhooks: - merged - invalidated - dequeued - installation: *783 - merge_group: *820 - organization: *784 - repository: *785 + installation: *784 + merge_group: *821 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160164,7 +160179,7 @@ webhooks: type: string enum: - deleted - enterprise: *782 + enterprise: *783 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -160273,12 +160288,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *783 - organization: *784 + installation: *784 + organization: *785 repository: anyOf: - type: 'null' - - *785 + - *786 sender: *4 required: - action @@ -160358,11 +160373,11 @@ webhooks: type: string enum: - closed - enterprise: *782 - installation: *783 - milestone: *814 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + milestone: *815 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160441,9 +160456,9 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - milestone: &821 + enterprise: *783 + installation: *784 + milestone: &822 title: Milestone description: A collection of related issues and pull requests. type: object @@ -160585,8 +160600,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160665,11 +160680,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - milestone: *814 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + milestone: *815 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160779,11 +160794,11 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - milestone: *814 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + milestone: *815 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160863,11 +160878,11 @@ webhooks: type: string enum: - opened - enterprise: *782 - installation: *783 - milestone: *821 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + milestone: *822 + organization: *785 + repository: *786 sender: *4 required: - action @@ -160946,11 +160961,11 @@ webhooks: type: string enum: - blocked - blocked_user: *809 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + blocked_user: *810 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161029,11 +161044,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *809 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + blocked_user: *810 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161112,9 +161127,9 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - membership: &822 + enterprise: *783 + installation: *784 + membership: &823 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -161224,8 +161239,8 @@ webhooks: - role - organization_url - user - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161303,11 +161318,11 @@ webhooks: type: string enum: - member_added - enterprise: *782 - installation: *783 - membership: *822 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + membership: *823 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161386,8 +161401,8 @@ webhooks: type: string enum: - member_invited - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -161509,10 +161524,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 - user: *809 + user: *810 required: - action - invitation @@ -161590,11 +161605,11 @@ webhooks: type: string enum: - member_removed - enterprise: *782 - installation: *783 - membership: *822 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + membership: *823 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161681,11 +161696,11 @@ webhooks: properties: from: type: string - enterprise: *782 - installation: *783 - membership: *822 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + membership: *823 + organization: *785 + repository: *786 sender: *4 required: - action @@ -161761,9 +161776,9 @@ webhooks: type: string enum: - published - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 package: description: Information about the package. type: object @@ -162286,7 +162301,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &823 + items: &824 title: Ruby Gems metadata type: object properties: @@ -162383,7 +162398,7 @@ webhooks: - owner - package_version - registry - repository: *785 + repository: *786 sender: *4 required: - action @@ -162459,9 +162474,9 @@ webhooks: type: string enum: - updated - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 package: description: Information about the package. type: object @@ -162823,7 +162838,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *823 + items: *824 source_url: type: string format: uri @@ -162894,7 +162909,7 @@ webhooks: - owner - package_version - registry - repository: *785 + repository: *786 sender: *4 required: - action @@ -163075,12 +163090,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *782 + enterprise: *783 id: type: integer - installation: *783 - organization: *784 - repository: *785 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - id @@ -163157,7 +163172,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &824 + personal_access_token_request: &825 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -163307,10 +163322,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *782 - organization: *784 + enterprise: *783 + organization: *785 sender: *4 - installation: *783 + installation: *784 required: - action - personal_access_token_request @@ -163387,11 +163402,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *824 - enterprise: *782 - organization: *784 + personal_access_token_request: *825 + enterprise: *783 + organization: *785 sender: *4 - installation: *783 + installation: *784 required: - action - personal_access_token_request @@ -163467,11 +163482,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *824 - enterprise: *782 - organization: *784 + personal_access_token_request: *825 + enterprise: *783 + organization: *785 sender: *4 - installation: *783 + installation: *784 required: - action - personal_access_token_request @@ -163546,11 +163561,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *824 - organization: *784 - enterprise: *782 + personal_access_token_request: *825 + organization: *785 + enterprise: *783 sender: *4 - installation: *783 + installation: *784 required: - action - personal_access_token_request @@ -163655,7 +163670,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *825 + last_response: *826 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -163687,8 +163702,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 zen: description: Random string of GitHub zen. @@ -163933,10 +163948,10 @@ webhooks: - from required: - note - enterprise: *782 - installation: *783 - organization: *784 - project_card: &826 + enterprise: *783 + installation: *784 + organization: *785 + project_card: &827 title: Project Card type: object properties: @@ -164059,7 +164074,7 @@ webhooks: - creator - created_at - updated_at - repository: *785 + repository: *786 sender: *4 required: - action @@ -164140,11 +164155,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - project_card: *826 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project_card: *827 + repository: *786 sender: *4 required: - action @@ -164224,9 +164239,9 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 project_card: title: Project Card type: object @@ -164356,7 +164371,7 @@ webhooks: repository: anyOf: - type: 'null' - - *785 + - *786 sender: *4 required: - action @@ -164450,11 +164465,11 @@ webhooks: - from required: - note - enterprise: *782 - installation: *783 - organization: *784 - project_card: *826 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project_card: *827 + repository: *786 sender: *4 required: - action @@ -164548,9 +164563,9 @@ webhooks: - from required: - column_id - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 project_card: allOf: - title: Project Card @@ -164747,7 +164762,7 @@ webhooks: type: string required: - after_id - repository: *785 + repository: *786 sender: *4 required: - action @@ -164827,10 +164842,10 @@ webhooks: type: string enum: - closed - enterprise: *782 - installation: *783 - organization: *784 - project: &828 + enterprise: *783 + installation: *784 + organization: *785 + project: &829 title: Project type: object properties: @@ -164957,7 +164972,7 @@ webhooks: - creator - created_at - updated_at - repository: *785 + repository: *786 sender: *4 required: - action @@ -165037,10 +165052,10 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - project_column: &827 + enterprise: *783 + installation: *784 + organization: *785 + project_column: &828 title: Project Column type: object properties: @@ -165080,7 +165095,7 @@ webhooks: - name - created_at - updated_at - repository: *785 + repository: *786 sender: *4 required: - action @@ -165159,14 +165174,14 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - project_column: *827 + enterprise: *783 + installation: *784 + organization: *785 + project_column: *828 repository: anyOf: - type: 'null' - - *785 + - *786 sender: *4 required: - action @@ -165255,11 +165270,11 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - organization: *784 - project_column: *827 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project_column: *828 + repository: *786 sender: *4 required: - action @@ -165339,11 +165354,11 @@ webhooks: type: string enum: - moved - enterprise: *782 - installation: *783 - organization: *784 - project_column: *827 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project_column: *828 + repository: *786 sender: *4 required: - action @@ -165423,11 +165438,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - project: *828 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project: *829 + repository: *786 sender: *4 required: - action @@ -165507,14 +165522,14 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - project: *828 + enterprise: *783 + installation: *784 + organization: *785 + project: *829 repository: anyOf: - type: 'null' - - *785 + - *786 sender: *4 required: - action @@ -165615,11 +165630,11 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - organization: *784 - project: *828 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project: *829 + repository: *786 sender: *4 required: - action @@ -165698,11 +165713,11 @@ webhooks: type: string enum: - reopened - enterprise: *782 - installation: *783 - organization: *784 - project: *828 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + project: *829 + repository: *786 sender: *4 required: - action @@ -165783,9 +165798,9 @@ webhooks: type: string enum: - closed - installation: *783 - organization: *784 - projects_v2: &829 + installation: *784 + organization: *785 + projects_v2: &830 title: Projects v2 Project description: A projects v2 project type: object @@ -165846,7 +165861,7 @@ webhooks: latest_status_update: anyOf: - type: 'null' - - &834 + - &835 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -165999,9 +166014,9 @@ webhooks: type: string enum: - created - installation: *783 - organization: *784 - projects_v2: *829 + installation: *784 + organization: *785 + projects_v2: *830 sender: *4 required: - action @@ -166082,9 +166097,9 @@ webhooks: type: string enum: - deleted - installation: *783 - organization: *784 - projects_v2: *829 + installation: *784 + organization: *785 + projects_v2: *830 sender: *4 required: - action @@ -166205,9 +166220,9 @@ webhooks: type: string to: type: string - installation: *783 - organization: *784 - projects_v2: *829 + installation: *784 + organization: *785 + projects_v2: *830 sender: *4 required: - action @@ -166290,7 +166305,7 @@ webhooks: type: string enum: - archived - changes: &833 + changes: &834 type: object properties: archived_at: @@ -166306,9 +166321,9 @@ webhooks: - string - 'null' format: date-time - installation: *783 - organization: *784 - projects_v2_item: &830 + installation: *784 + organization: *785 + projects_v2_item: &831 title: Projects v2 Item description: An item belonging to a project type: object @@ -166447,9 +166462,9 @@ webhooks: - 'null' to: type: string - installation: *783 - organization: *784 - projects_v2_item: *830 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -166531,9 +166546,9 @@ webhooks: type: string enum: - created - installation: *783 - organization: *784 - projects_v2_item: *830 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -166614,9 +166629,9 @@ webhooks: type: string enum: - deleted - installation: *783 - organization: *784 - projects_v2_item: *830 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -166721,7 +166736,7 @@ webhooks: oneOf: - type: string - type: integer - - &831 + - &832 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -166741,7 +166756,7 @@ webhooks: required: - id - name - - &832 + - &833 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -166774,8 +166789,8 @@ webhooks: oneOf: - type: string - type: integer - - *831 - *832 + - *833 type: - 'null' - string @@ -166798,9 +166813,9 @@ webhooks: - 'null' required: - body - installation: *783 - organization: *784 - projects_v2_item: *830 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -166897,9 +166912,9 @@ webhooks: type: - string - 'null' - installation: *783 - organization: *784 - projects_v2_item: *830 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -166982,10 +166997,10 @@ webhooks: type: string enum: - restored - changes: *833 - installation: *783 - organization: *784 - projects_v2_item: *830 + changes: *834 + installation: *784 + organization: *785 + projects_v2_item: *831 sender: *4 required: - action @@ -167067,9 +167082,9 @@ webhooks: type: string enum: - reopened - installation: *783 - organization: *784 - projects_v2: *829 + installation: *784 + organization: *785 + projects_v2: *830 sender: *4 required: - action @@ -167150,9 +167165,9 @@ webhooks: type: string enum: - created - installation: *783 - organization: *784 - projects_v2_status_update: *834 + installation: *784 + organization: *785 + projects_v2_status_update: *835 sender: *4 required: - action @@ -167233,9 +167248,9 @@ webhooks: type: string enum: - deleted - installation: *783 - organization: *784 - projects_v2_status_update: *834 + installation: *784 + organization: *785 + projects_v2_status_update: *835 sender: *4 required: - action @@ -167381,9 +167396,9 @@ webhooks: - string - 'null' format: date - installation: *783 - organization: *784 - projects_v2_status_update: *834 + installation: *784 + organization: *785 + projects_v2_status_update: *835 sender: *4 required: - action @@ -167454,10 +167469,10 @@ webhooks: title: public event type: object properties: - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - repository @@ -167534,13 +167549,13 @@ webhooks: type: string enum: - assigned - assignee: *809 - enterprise: *782 - installation: *783 - number: &835 + assignee: *810 + enterprise: *783 + installation: *784 + number: &836 description: The pull request number. type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -169889,7 +169904,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -169971,11 +169986,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -172317,7 +172332,7 @@ webhooks: - draft reason: type: string - repository: *785 + repository: *786 sender: *4 required: - action @@ -172399,11 +172414,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -174745,7 +174760,7 @@ webhooks: - draft reason: type: string - repository: *785 + repository: *786 sender: *4 required: - action @@ -174827,13 +174842,13 @@ webhooks: type: string enum: - closed - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: &836 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: &837 allOf: - - *637 + - *638 - type: object properties: allow_auto_merge: @@ -174895,7 +174910,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *785 + repository: *786 sender: *4 required: - action @@ -174976,12 +174991,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: *836 - repository: *785 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: *837 + repository: *786 sender: *4 required: - action @@ -175061,11 +175076,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *782 - milestone: *526 - number: *835 - organization: *784 - pull_request: &837 + enterprise: *783 + milestone: *527 + number: *836 + organization: *785 + pull_request: &838 title: Pull Request type: object properties: @@ -177392,7 +177407,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -177471,11 +177486,11 @@ webhooks: type: string enum: - dequeued - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -179821,7 +179836,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *785 + repository: *786 sender: *4 required: - action @@ -179945,12 +179960,12 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: *836 - repository: *785 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: *837 + repository: *786 sender: *4 required: - action @@ -180030,11 +180045,11 @@ webhooks: type: string enum: - enqueued - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -182365,7 +182380,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -182445,11 +182460,11 @@ webhooks: type: string enum: - labeled - enterprise: *782 - installation: *783 - label: *808 - number: *835 - organization: *784 + enterprise: *783 + installation: *784 + label: *809 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -184797,7 +184812,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -184878,10 +184893,10 @@ webhooks: type: string enum: - locked - enterprise: *782 - installation: *783 - number: *835 - organization: *784 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -187227,7 +187242,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -187307,12 +187322,12 @@ webhooks: type: string enum: - milestoned - enterprise: *782 - milestone: *526 - number: *835 - organization: *784 - pull_request: *837 - repository: *785 + enterprise: *783 + milestone: *527 + number: *836 + organization: *785 + pull_request: *838 + repository: *786 sender: *4 required: - action @@ -187391,12 +187406,12 @@ webhooks: type: string enum: - opened - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: *836 - repository: *785 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: *837 + repository: *786 sender: *4 required: - action @@ -187477,12 +187492,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: *836 - repository: *785 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: *837 + repository: *786 sender: *4 required: - action @@ -187562,12 +187577,12 @@ webhooks: type: string enum: - reopened - enterprise: *782 - installation: *783 - number: *835 - organization: *784 - pull_request: *836 - repository: *785 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 + pull_request: *837 + repository: *786 sender: *4 required: - action @@ -187942,9 +187957,9 @@ webhooks: - start_side - side - reactions - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: type: object properties: @@ -190174,7 +190189,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *785 + repository: *786 sender: *4 required: - action @@ -190254,7 +190269,7 @@ webhooks: type: string enum: - deleted - comment: &839 + comment: &840 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. @@ -190547,9 +190562,9 @@ webhooks: - start_side - side - reactions - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: type: object properties: @@ -192767,7 +192782,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *785 + repository: *786 sender: *4 required: - action @@ -192847,11 +192862,11 @@ webhooks: type: string enum: - edited - changes: *838 - comment: *839 - enterprise: *782 - installation: *783 - organization: *784 + changes: *839 + comment: *840 + enterprise: *783 + installation: *784 + organization: *785 pull_request: type: object properties: @@ -195072,7 +195087,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *785 + repository: *786 sender: *4 required: - action @@ -195153,9 +195168,9 @@ webhooks: type: string enum: - dismissed - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: title: Simple Pull Request type: object @@ -197388,7 +197403,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *785 + repository: *786 review: description: The review that was affected. type: object @@ -197639,9 +197654,9 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: title: Simple Pull Request type: object @@ -199755,8 +199770,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *785 - review: &840 + repository: *786 + review: &841 description: The review that was affected. type: object properties: @@ -199994,12 +200009,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: description: The pull request number. type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -202346,7 +202361,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 requested_reviewer: title: User type: @@ -202432,12 +202447,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: description: The pull request number. type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -204791,7 +204806,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204986,12 +205001,12 @@ webhooks: type: string enum: - review_requested - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: description: The pull request number. type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -207340,7 +207355,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 requested_reviewer: title: User type: @@ -207427,12 +207442,12 @@ webhooks: type: string enum: - review_requested - enterprise: *782 - installation: *783 + enterprise: *783 + installation: *784 number: description: The pull request number. type: integer - organization: *784 + organization: *785 pull_request: title: Pull Request type: object @@ -209772,7 +209787,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209956,9 +209971,9 @@ webhooks: type: string enum: - submitted - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: title: Simple Pull Request type: object @@ -212194,8 +212209,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *785 - review: *840 + repository: *786 + review: *841 sender: *4 required: - action @@ -212275,9 +212290,9 @@ webhooks: type: string enum: - resolved - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: title: Simple Pull Request type: object @@ -214408,7 +214423,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *785 + repository: *786 sender: *4 thread: type: object @@ -214805,9 +214820,9 @@ webhooks: type: string enum: - unresolved - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 pull_request: title: Simple Pull Request type: object @@ -216921,7 +216936,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *785 + repository: *786 sender: *4 thread: type: object @@ -217320,10 +217335,10 @@ webhooks: type: string before: type: string - enterprise: *782 - installation: *783 - number: *835 - organization: *784 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -219658,7 +219673,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -219740,11 +219755,11 @@ webhooks: type: string enum: - unassigned - assignee: *841 - enterprise: *782 - installation: *783 - number: *835 - organization: *784 + assignee: *842 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -222094,7 +222109,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -222173,11 +222188,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *782 - installation: *783 - label: *808 - number: *835 - organization: *784 + enterprise: *783 + installation: *784 + label: *809 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -224516,7 +224531,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -224597,10 +224612,10 @@ webhooks: type: string enum: - unlocked - enterprise: *782 - installation: *783 - number: *835 - organization: *784 + enterprise: *783 + installation: *784 + number: *836 + organization: *785 pull_request: title: Pull Request type: object @@ -226929,7 +226944,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *785 + repository: *786 sender: *4 required: - action @@ -227132,7 +227147,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *782 + enterprise: *783 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -227227,8 +227242,8 @@ webhooks: - url - author - committer - installation: *783 - organization: *784 + installation: *784 + organization: *785 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227816,9 +227831,9 @@ webhooks: type: string enum: - published - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 registry_package: type: object properties: @@ -228295,7 +228310,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *823 + items: *824 summary: type: string tag_name: @@ -228351,7 +228366,7 @@ webhooks: - owner - package_version - registry - repository: *785 + repository: *786 sender: *4 required: - action @@ -228429,9 +228444,9 @@ webhooks: type: string enum: - updated - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 registry_package: type: object properties: @@ -228743,7 +228758,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *823 + items: *824 summary: type: string tag_name: @@ -228793,7 +228808,7 @@ webhooks: - owner - package_version - registry - repository: *785 + repository: *786 sender: *4 required: - action @@ -228870,10 +228885,10 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - release: &842 + enterprise: *783 + installation: *784 + organization: *785 + release: &843 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -229204,7 +229219,7 @@ webhooks: - updated_at - zipball_url - body - repository: *785 + repository: *786 sender: *4 required: - action @@ -229281,11 +229296,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - release: *842 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + release: *843 + repository: *786 sender: *4 required: - action @@ -229402,11 +229417,11 @@ webhooks: type: boolean required: - to - enterprise: *782 - installation: *783 - organization: *784 - release: *842 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + release: *843 + repository: *786 sender: *4 required: - action @@ -229484,9 +229499,9 @@ webhooks: type: string enum: - prereleased - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -229822,7 +229837,7 @@ webhooks: - string - 'null' format: uri - repository: *785 + repository: *786 sender: *4 required: - action @@ -229898,10 +229913,10 @@ webhooks: type: string enum: - published - enterprise: *782 - installation: *783 - organization: *784 - release: &843 + enterprise: *783 + installation: *784 + organization: *785 + release: &844 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -230234,7 +230249,7 @@ webhooks: - string - 'null' format: uri - repository: *785 + repository: *786 sender: *4 required: - action @@ -230310,11 +230325,11 @@ webhooks: type: string enum: - released - enterprise: *782 - installation: *783 - organization: *784 - release: *842 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + release: *843 + repository: *786 sender: *4 required: - action @@ -230390,11 +230405,11 @@ webhooks: type: string enum: - unpublished - enterprise: *782 - installation: *783 - organization: *784 - release: *843 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + release: *844 + repository: *786 sender: *4 required: - action @@ -230470,11 +230485,11 @@ webhooks: type: string enum: - published - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - repository_advisory: *689 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + repository_advisory: *690 sender: *4 required: - action @@ -230550,11 +230565,11 @@ webhooks: type: string enum: - reported - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - repository_advisory: *689 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + repository_advisory: *690 sender: *4 required: - action @@ -230630,10 +230645,10 @@ webhooks: type: string enum: - archived - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -230710,10 +230725,10 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -230791,10 +230806,10 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -230879,10 +230894,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -230997,10 +231012,10 @@ webhooks: - 'null' items: type: string - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -231072,10 +231087,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 status: type: string @@ -231156,10 +231171,10 @@ webhooks: type: string enum: - privatized - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -231236,10 +231251,10 @@ webhooks: type: string enum: - publicized - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -231333,10 +231348,10 @@ webhooks: - name required: - repository - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -231416,11 +231431,11 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - repository_ruleset: *150 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + repository_ruleset: *151 sender: *4 required: - action @@ -231498,11 +231513,11 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - repository_ruleset: *150 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + repository_ruleset: *151 sender: *4 required: - action @@ -231580,11 +231595,11 @@ webhooks: type: string enum: - edited - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - repository_ruleset: *150 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + repository_ruleset: *151 changes: type: object properties: @@ -231603,16 +231618,16 @@ webhooks: properties: added: type: array - items: *124 + items: *125 deleted: type: array - items: *124 + items: *125 updated: type: array items: type: object properties: - condition: *124 + condition: *125 changes: type: object properties: @@ -231645,16 +231660,16 @@ webhooks: properties: added: type: array - items: *657 + items: *658 deleted: type: array - items: *657 + items: *658 updated: type: array items: type: object properties: - rule: *657 + rule: *658 changes: type: object properties: @@ -231891,10 +231906,10 @@ webhooks: - from required: - owner - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -231972,10 +231987,10 @@ webhooks: type: string enum: - unarchived - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232053,7 +232068,7 @@ webhooks: type: string enum: - create - alert: &844 + alert: &845 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -232177,10 +232192,10 @@ webhooks: type: string enum: - open - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232390,10 +232405,10 @@ webhooks: type: string enum: - dismissed - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232471,11 +232486,11 @@ webhooks: type: string enum: - reopen - alert: *844 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + alert: *845 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232677,10 +232692,10 @@ webhooks: enum: - fixed - open - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232758,17 +232773,17 @@ webhooks: type: string enum: - created - alert: &845 + alert: &846 type: object properties: - number: *101 - created_at: *108 + number: *102 + created_at: *109 updated_at: anyOf: - type: 'null' - - *109 - url: *106 - html_url: *107 + - *110 + url: *107 + html_url: *108 locations_url: type: string format: uri @@ -232868,10 +232883,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -232952,11 +232967,11 @@ webhooks: type: string enum: - created - alert: *845 - installation: *783 - location: *846 - organization: *784 - repository: *785 + alert: *846 + installation: *784 + location: *847 + organization: *785 + repository: *786 sender: *4 required: - location @@ -233194,11 +233209,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *845 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + alert: *846 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -233276,11 +233291,11 @@ webhooks: type: string enum: - reopened - alert: *845 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + alert: *846 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -233358,11 +233373,11 @@ webhooks: type: string enum: - resolved - alert: *845 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + alert: *846 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -233440,11 +233455,11 @@ webhooks: type: string enum: - validated - alert: *845 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + alert: *846 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -233574,10 +233589,10 @@ webhooks: - organization - enterprise - - repository: *785 - enterprise: *782 - installation: *783 - organization: *784 + repository: *786 + enterprise: *783 + installation: *784 + organization: *785 sender: *4 required: - action @@ -233655,11 +233670,11 @@ webhooks: type: string enum: - published - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - security_advisory: &847 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + security_advisory: &848 description: The details of the security advisory, including summary, description, and severity. type: object @@ -233676,7 +233691,7 @@ webhooks: required: - vector_string - score - cvss_severities: *103 + cvss_severities: *104 cwes: type: array items: @@ -233845,11 +233860,11 @@ webhooks: type: string enum: - updated - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 - security_advisory: *847 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 + security_advisory: *848 sender: *4 required: - action @@ -233922,10 +233937,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -233943,7 +233958,7 @@ webhooks: required: - vector_string - score - cvss_severities: *103 + cvss_severities: *104 cwes: type: array items: @@ -234111,11 +234126,11 @@ webhooks: from: type: object properties: - security_and_analysis: *351 - enterprise: *782 - installation: *783 - organization: *784 - repository: *417 + security_and_analysis: *352 + enterprise: *783 + installation: *784 + organization: *785 + repository: *418 sender: *4 required: - changes @@ -234193,12 +234208,12 @@ webhooks: type: string enum: - cancelled - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: &848 + sponsorship: &849 type: object properties: created_at: @@ -234503,12 +234518,12 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: *848 + sponsorship: *849 required: - action - sponsorship @@ -234596,12 +234611,12 @@ webhooks: type: string required: - from - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: *848 + sponsorship: *849 required: - action - changes @@ -234678,17 +234693,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &849 + effective_date: &850 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: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: *848 + sponsorship: *849 required: - action - sponsorship @@ -234762,7 +234777,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &850 + changes: &851 type: object properties: tier: @@ -234806,13 +234821,13 @@ webhooks: - from required: - tier - effective_date: *849 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + effective_date: *850 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: *848 + sponsorship: *849 required: - action - changes @@ -234889,13 +234904,13 @@ webhooks: type: string enum: - tier_changed - changes: *850 - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + changes: *851 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - sponsorship: *848 + sponsorship: *849 required: - action - changes @@ -234969,10 +234984,10 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235056,10 +235071,10 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235493,15 +235508,15 @@ webhooks: type: - string - 'null' - enterprise: *782 + enterprise: *783 id: description: The unique identifier of the status. type: integer - installation: *783 + installation: *784 name: type: string - organization: *784 - repository: *785 + organization: *785 + repository: *786 sender: *4 sha: description: The Commit SHA. @@ -235611,15 +235626,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *178 - parent_issue_repo: *64 + parent_issue: *179 + parent_issue_repo: *65 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *178 - installation: *783 - organization: *784 - repository: *785 + sub_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -235703,15 +235718,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *178 - parent_issue_repo: *64 + parent_issue: *179 + parent_issue_repo: *65 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *178 - installation: *783 - organization: *784 - repository: *785 + sub_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -235795,15 +235810,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *178 - sub_issue_repo: *64 + sub_issue: *179 + sub_issue_repo: *65 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *178 - installation: *783 - organization: *784 - repository: *785 + parent_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -235887,15 +235902,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *178 - sub_issue_repo: *64 + sub_issue: *179 + sub_issue_repo: *65 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *178 - installation: *783 - organization: *784 - repository: *785 + parent_issue: *179 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -235972,12 +235987,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - team: &851 + team: &852 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -236170,9 +236185,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 repository: title: Repository description: A git repository @@ -236642,7 +236657,7 @@ webhooks: - topics - visibility sender: *4 - team: *851 + team: *852 required: - action - team @@ -236718,9 +236733,9 @@ webhooks: type: string enum: - created - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 repository: title: Repository description: A git repository @@ -237190,7 +237205,7 @@ webhooks: - topics - visibility sender: *4 - team: *851 + team: *852 required: - action - team @@ -237267,9 +237282,9 @@ webhooks: type: string enum: - deleted - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 repository: title: Repository description: A git repository @@ -237739,7 +237754,7 @@ webhooks: - topics - visibility sender: *4 - team: *851 + team: *852 required: - action - team @@ -237883,9 +237898,9 @@ webhooks: - from required: - permissions - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 repository: title: Repository description: A git repository @@ -238355,7 +238370,7 @@ webhooks: - topics - visibility sender: *4 - team: *851 + team: *852 required: - action - changes @@ -238433,9 +238448,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *782 - installation: *783 - organization: *784 + enterprise: *783 + installation: *784 + organization: *785 repository: title: Repository description: A git repository @@ -238905,7 +238920,7 @@ webhooks: - topics - visibility sender: *4 - team: *851 + team: *852 required: - action - team @@ -238981,10 +238996,10 @@ webhooks: type: string enum: - started - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 required: - action @@ -239057,17 +239072,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *782 + enterprise: *783 inputs: type: - object - 'null' additionalProperties: true - installation: *783 - organization: *784 + installation: *784 + organization: *785 ref: type: string - repository: *785 + repository: *786 sender: *4 workflow: type: string @@ -239149,10 +239164,10 @@ webhooks: type: string enum: - completed - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 workflow_job: allOf: @@ -239408,7 +239423,7 @@ webhooks: type: string required: - conclusion - deployment: *546 + deployment: *547 required: - action - repository @@ -239487,10 +239502,10 @@ webhooks: type: string enum: - in_progress - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 workflow_job: allOf: @@ -239772,7 +239787,7 @@ webhooks: required: - status - steps - deployment: *546 + deployment: *547 required: - action - repository @@ -239851,10 +239866,10 @@ webhooks: type: string enum: - queued - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 workflow_job: type: object @@ -240000,7 +240015,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *546 + deployment: *547 required: - action - repository @@ -240079,10 +240094,10 @@ webhooks: type: string enum: - waiting - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 workflow_job: type: object @@ -240229,7 +240244,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *546 + deployment: *547 required: - action - repository @@ -240309,12 +240324,12 @@ webhooks: type: string enum: - completed - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - workflow: *804 + workflow: *805 workflow_run: title: Workflow Run type: object @@ -241333,12 +241348,12 @@ webhooks: type: string enum: - in_progress - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - workflow: *804 + workflow: *805 workflow_run: title: Workflow Run type: object @@ -242342,12 +242357,12 @@ webhooks: type: string enum: - requested - enterprise: *782 - installation: *783 - organization: *784 - repository: *785 + enterprise: *783 + installation: *784 + organization: *785 + repository: *786 sender: *4 - workflow: *804 + workflow: *805 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 2aedf1ae7..9f95bdd06 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -3035,6 +3035,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -3045,7 +3048,8 @@ "default": { "value": { "enabled_organizations": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -15370,6 +15374,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -15380,7 +15387,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -39293,6 +39301,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -39303,7 +39314,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -116636,6 +116648,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": { @@ -116651,6 +116667,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -127585,6 +127604,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -135613,6 +135635,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -302521,7 +302546,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": { @@ -306752,7 +306778,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": { @@ -313556,7 +313583,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-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 3e52d0c5d..6ce870d9c 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -2122,6 +2122,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: @@ -2129,6 +2131,7 @@ paths: value: enabled_organizations: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10956,6 +10959,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: @@ -10963,6 +10968,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28388,6 +28394,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: @@ -28395,6 +28403,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -84227,6 +84236,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: @@ -84241,6 +84253,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: @@ -92392,6 +92406,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: @@ -98355,6 +98371,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: @@ -222463,6 +222481,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 @@ -225981,6 +226000,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 @@ -231791,6 +231811,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-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 2aedf1ae7..9f95bdd06 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -3035,6 +3035,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -3045,7 +3048,8 @@ "default": { "value": { "enabled_organizations": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -15370,6 +15374,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -15380,7 +15387,8 @@ "default": { "value": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -39293,6 +39301,9 @@ }, "allowed_actions": { "$ref": "#/components/schemas/allowed-actions" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -39303,7 +39314,8 @@ "default": { "value": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true } } } @@ -116636,6 +116648,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": { @@ -116651,6 +116667,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -127585,6 +127604,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -135613,6 +135635,9 @@ }, "selected_actions_url": { "$ref": "#/components/schemas/selected-actions-url" + }, + "sha_pinning_required": { + "$ref": "#/components/schemas/sha-pinning-required" } }, "required": [ @@ -302521,7 +302546,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": { @@ -306752,7 +306778,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": { @@ -313556,7 +313583,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-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 3e52d0c5d..6ce870d9c 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -2122,6 +2122,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: @@ -2129,6 +2131,7 @@ paths: value: enabled_organizations: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10956,6 +10959,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: @@ -10963,6 +10968,7 @@ paths: value: enabled_repositories: all allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -28388,6 +28394,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: @@ -28395,6 +28403,7 @@ paths: value: enabled: true allowed_actions: selected + sha_pinning_required: true x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -84227,6 +84236,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: @@ -84241,6 +84253,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: @@ -92392,6 +92406,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: @@ -98355,6 +98371,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: @@ -222463,6 +222481,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 @@ -225981,6 +226000,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 @@ -231791,6 +231811,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