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 8ff18cddc..ae632ce57 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 @@ -3009,6 +3009,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -13441,6 +13444,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -39721,6 +39727,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -48207,7 +48216,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -48362,7 +48371,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", @@ -305691,6 +305700,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-epss": { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", 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 b6745d5d4..e3bc3b017 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 @@ -2135,6 +2135,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -9807,6 +9808,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -28886,6 +28888,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -35032,7 +35035,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -35146,7 +35149,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -228749,6 +228753,18 @@ components: for these packages will be returned. schema: type: string + dependabot-alert-comma-separated-epss: + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string dependabot-alert-scope: name: scope in: query diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 8ff18cddc..ae632ce57 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -3009,6 +3009,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -13441,6 +13444,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -39721,6 +39727,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -48207,7 +48216,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -48362,7 +48371,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", @@ -305691,6 +305700,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-epss": { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index b6745d5d4..e3bc3b017 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -2135,6 +2135,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -9807,6 +9808,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -28886,6 +28888,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -35032,7 +35035,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -35146,7 +35149,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -228749,6 +228753,18 @@ components: for these packages will be returned. schema: type: string + dependabot-alert-comma-separated-epss: + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string dependabot-alert-scope: name: scope in: query 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 63d93b35a..0ba359d0a 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 @@ -22008,6 +22008,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -87890,6 +87898,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -294307,6 +294323,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -382059,7 +382083,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -388147,7 +388171,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", 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 07cfda80a..d8a6de5d7 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 @@ -888,7 +888,7 @@ paths: - subscriptions_url - type - url - type: &234 + type: &235 type: string description: The type of credit the user is receiving. enum: @@ -1054,7 +1054,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &545 + - &546 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1650,7 +1650,7 @@ paths: schema: type: integer default: 30 - - &156 + - &157 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 @@ -1666,7 +1666,7 @@ paths: application/json: schema: type: array - items: &157 + items: &158 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1759,7 +1759,7 @@ paths: - installation_id - repository_id examples: - default: &158 + default: &159 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1894,7 +1894,7 @@ paths: description: Response content: application/json: - schema: &159 + schema: &160 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2029,7 +2029,7 @@ paths: - request - response examples: - default: &160 + default: &161 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -8717,6 +8717,18 @@ paths: schema: type: string - &146 + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string + - &147 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8726,7 +8738,7 @@ paths: enum: - development - runtime - - &147 + - &148 name: sort in: query description: |- @@ -8744,7 +8756,7 @@ paths: - *46 - *37 - *38 - - &148 + - &149 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8757,7 +8769,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &149 + - &150 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8777,7 +8789,7 @@ paths: application/json: schema: type: array - items: &150 + items: &151 type: object description: A Dependabot alert. properties: @@ -8832,7 +8844,7 @@ paths: - development - runtime - - security_advisory: &399 + security_advisory: &400 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9099,7 +9111,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &400 + auto_dismissed_at: &401 type: - string - 'null' @@ -9126,7 +9138,7 @@ paths: - repository additionalProperties: false examples: - default: &151 + default: &152 value: - number: 2 state: dismissed @@ -9470,7 +9482,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &225 + - &226 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9481,7 +9493,7 @@ paths: enum: - open - resolved - - &226 + - &227 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9491,7 +9503,7 @@ paths: required: false schema: type: string - - &227 + - &228 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9500,7 +9512,7 @@ paths: required: false schema: type: string - - &228 + - &229 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. @@ -9516,7 +9528,7 @@ paths: - *17 - *37 - *38 - - &229 + - &230 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9525,7 +9537,7 @@ paths: required: false schema: type: string - - &230 + - &231 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9534,7 +9546,7 @@ paths: schema: type: boolean default: false - - &231 + - &232 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9550,7 +9562,7 @@ paths: application/json: schema: type: array - items: &232 + items: &233 type: object properties: number: *51 @@ -9566,14 +9578,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &537 + state: &538 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: &538 + resolution: &539 type: - string - 'null' @@ -9672,7 +9684,7 @@ paths: description: Whether the detected secret was found in multiple repositories in the same organization or enterprise. examples: - default: &233 + default: &234 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10125,7 +10137,7 @@ paths: milestone: anyOf: - type: 'null' - - &387 + - &388 title: Milestone description: A collection of related issues and pull requests. @@ -10389,7 +10401,7 @@ paths: - author_association - created_at - updated_at - comment: &446 + comment: &447 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10964,7 +10976,7 @@ paths: url: type: string format: uri - user: &568 + user: &569 title: Public User description: Public User type: object @@ -12859,7 +12871,7 @@ paths: - closed - all default: open - - &179 + - &180 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -12910,7 +12922,7 @@ paths: type: array items: *73 examples: - default: &180 + default: &181 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14321,14 +14333,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &255 + - &256 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &256 + - &257 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14399,7 +14411,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &267 + '301': &268 description: Moved permanently content: application/json: @@ -14421,7 +14433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &475 + - &476 name: all description: If `true`, show notifications marked as read. in: query @@ -14429,7 +14441,7 @@ paths: schema: type: boolean default: false - - &476 + - &477 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14439,7 +14451,7 @@ paths: type: boolean default: false - *63 - - &477 + - &478 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: @@ -14810,7 +14822,7 @@ paths: type: boolean examples: - false - security_and_analysis: &216 + security_and_analysis: &217 type: - object - 'null' @@ -14957,7 +14969,7 @@ paths: - url - subscription_url examples: - default: &478 + default: &479 value: - id: '1' repository: @@ -15578,7 +15590,7 @@ paths: - avatar_url - description examples: - default: &585 + default: &586 value: - login: github id: 1 @@ -16551,7 +16563,7 @@ paths: type: integer repository_cache_usages: type: array - items: &272 + items: &273 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17469,7 +17481,7 @@ paths: - all - local_only - selected - selected_actions_url: &278 + selected_actions_url: &279 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` @@ -17559,7 +17571,7 @@ paths: type: array items: *58 examples: - default: &579 + default: &580 value: total_count: 1 repositories: @@ -17887,7 +17899,7 @@ paths: description: Response content: application/json: - schema: &282 + schema: &283 type: object properties: default_workflow_permissions: &107 @@ -17938,7 +17950,7 @@ paths: required: false content: application/json: - schema: &283 + schema: &284 type: object properties: default_workflow_permissions: *107 @@ -18431,7 +18443,7 @@ paths: type: array items: *114 examples: - default: &571 + default: &572 value: total_count: 1 repositories: @@ -19074,7 +19086,7 @@ paths: application/json: schema: type: array - items: &284 + items: &285 title: Runner Application description: Runner Application type: object @@ -19099,7 +19111,7 @@ paths: - download_url - filename examples: - default: &285 + default: &286 value: - os: osx architecture: x64 @@ -19185,7 +19197,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &286 + '201': &287 description: Response content: application/json: @@ -19299,7 +19311,7 @@ paths: - token - expires_at examples: - default: &287 + default: &288 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -19338,7 +19350,7 @@ paths: application/json: schema: *118 examples: - default: &288 + default: &289 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -19372,7 +19384,7 @@ paths: application/json: schema: *116 examples: - default: &289 + default: &290 value: id: 23 name: MBP @@ -19596,7 +19608,7 @@ paths: - *89 - *115 responses: - '200': &290 + '200': &291 description: Response content: application/json: @@ -19653,7 +19665,7 @@ paths: parameters: - *89 - *115 - - &291 + - &292 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19785,7 +19797,7 @@ paths: description: Response content: application/json: - schema: &303 + schema: &304 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19820,7 +19832,7 @@ paths: - key_id - key examples: - default: &304 + default: &305 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20231,7 +20243,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *89 - - &277 + - &278 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)." @@ -20763,7 +20775,7 @@ paths: bundle_url: type: string examples: - default: &317 + default: &318 value: attestations: - bundle: @@ -20882,7 +20894,7 @@ paths: type: array items: *4 examples: - default: &181 + default: &182 value: - login: octocat id: 1 @@ -21000,7 +21012,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *89 - - &342 + - &343 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`, @@ -21010,7 +21022,7 @@ paths: schema: &130 type: string description: The name of the tool used to generate the code scanning analysis. - - &343 + - &344 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 @@ -21034,7 +21046,7 @@ paths: be returned. in: query required: false - schema: &345 + schema: &346 type: string description: State of a code scanning alert. enum: @@ -21057,7 +21069,7 @@ paths: be returned. in: query required: false - schema: &346 + schema: &347 type: string description: Severity of a code scanning alert. enum: @@ -21083,7 +21095,7 @@ paths: updated_at: *53 url: *54 html_url: *55 - instances_url: &347 + instances_url: &348 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -21105,7 +21117,7 @@ paths: - type: 'null' - *4 dismissed_at: *129 - dismissed_reason: &348 + dismissed_reason: &349 type: - string - 'null' @@ -21116,14 +21128,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &349 + dismissed_comment: &350 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &350 + rule: &351 type: object properties: id: @@ -21184,7 +21196,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &351 + tool: &352 type: object properties: name: *130 @@ -21195,15 +21207,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *131 - most_recent_instance: &352 + most_recent_instance: &353 type: object properties: - ref: &344 + ref: &345 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &362 + analysis_key: &363 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -21214,7 +21226,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &363 + category: &364 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -22398,7 +22410,7 @@ paths: type: integer codespaces: type: array - items: &182 + items: &183 type: object title: Codespace description: A codespace. @@ -22433,7 +22445,7 @@ paths: machine: anyOf: - type: 'null' - - &375 + - &376 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -22720,7 +22732,7 @@ paths: - pulls_url - recent_folders examples: - default: &183 + default: &184 value: total_count: 3 codespaces: @@ -23385,7 +23397,7 @@ paths: - updated_at - visibility examples: - default: &376 + default: &377 value: total_count: 2 secrets: @@ -23423,7 +23435,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -23458,7 +23470,7 @@ paths: - key_id - key examples: - default: &378 + default: &379 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23490,7 +23502,7 @@ paths: application/json: schema: *140 examples: - default: &380 + default: &381 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -23959,7 +23971,7 @@ paths: currently being billed. seats: type: array - items: &185 + items: &186 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23974,7 +23986,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &178 + - &179 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -24033,7 +24045,7 @@ paths: parent: anyOf: - type: 'null' - - &193 + - &194 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -24687,7 +24699,7 @@ paths: application/json: schema: type: array - items: &235 + items: &236 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25003,7 +25015,7 @@ paths: - date additionalProperties: true examples: - default: &236 + default: &237 value: - date: '2024-06-24' total_active_users: 24 @@ -25105,7 +25117,7 @@ paths: '500': *139 '403': *27 '404': *6 - '422': &237 + '422': &238 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -25173,7 +25185,7 @@ paths: application/json: schema: type: array - items: &238 + items: &239 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -25261,7 +25273,7 @@ paths: - breakdown additionalProperties: false examples: - default: &239 + default: &240 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -25357,11 +25369,12 @@ paths: - *145 - *146 - *147 + - *148 - *46 - *37 - *38 - - *148 - *149 + - *150 - *17 responses: '200': @@ -25370,9 +25383,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *151 + default: *152 '304': *35 '400': *14 '403': *27 @@ -25416,7 +25429,7 @@ paths: type: integer secrets: type: array - items: &152 + items: &153 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -25495,7 +25508,7 @@ paths: description: Response content: application/json: - schema: &403 + schema: &404 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25514,7 +25527,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25544,7 +25557,7 @@ paths: description: Response content: application/json: - schema: *152 + schema: *153 examples: default: value: @@ -25841,7 +25854,7 @@ paths: application/json: schema: type: array - items: &195 + items: &196 title: Package description: A software package type: object @@ -25912,7 +25925,7 @@ paths: - created_at - updated_at examples: - default: &196 + default: &197 value: - id: 197 name: hello_docker @@ -26079,7 +26092,7 @@ paths: application/json: schema: type: array - items: &175 + items: &176 title: Organization Invitation description: Organization Invitation type: object @@ -26133,7 +26146,7 @@ paths: - invitation_teams_url - node_id examples: - default: &176 + default: &177 value: - id: 1 login: monalisa @@ -26200,7 +26213,7 @@ paths: application/json: schema: type: array - items: &153 + items: &154 title: Org Hook description: Org Hook type: object @@ -26385,9 +26398,9 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: &154 + default: &155 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -26435,7 +26448,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *89 - - &155 + - &156 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. @@ -26448,9 +26461,9 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: *154 + default: *155 '404': *6 x-github: githubCloudOnly: false @@ -26478,7 +26491,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *89 - - *155 + - *156 requestBody: required: false content: @@ -26524,7 +26537,7 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -26566,7 +26579,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *89 - - *155 + - *156 responses: '204': description: Response @@ -26594,7 +26607,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *89 - - *155 + - *156 responses: '200': description: Response @@ -26625,7 +26638,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *89 - - *155 + - *156 requestBody: required: false content: @@ -26676,9 +26689,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *89 - - *155 - - *17 - *156 + - *17 + - *157 responses: '200': description: Response @@ -26686,9 +26699,9 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: - default: *158 + default: *159 '400': *14 '422': *15 x-github: @@ -26714,16 +26727,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *89 - - *155 + - *156 - *16 responses: '200': description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *160 + default: *161 '400': *14 '422': *15 x-github: @@ -26749,7 +26762,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *89 - - *155 + - *156 - *16 responses: '202': *45 @@ -26779,7 +26792,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *89 - - *155 + - *156 responses: '204': description: Response @@ -26802,7 +26815,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *89 - - &165 + - &166 name: actor_type in: path description: The type of the actor @@ -26815,14 +26828,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &166 + - &167 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &161 + - &162 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`.' @@ -26830,7 +26843,7 @@ paths: required: true schema: type: string - - &162 + - &163 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) @@ -26925,12 +26938,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *89 - - *161 - *162 + - *163 - *19 - *17 - *46 - - &171 + - &172 name: sort description: The property to sort the results by. in: query @@ -27010,14 +27023,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *89 - - *161 - *162 + - *163 responses: '200': description: Response content: application/json: - schema: &163 + schema: &164 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -27033,7 +27046,7 @@ paths: type: integer format: int64 examples: - default: &164 + default: &165 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -27054,23 +27067,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *89 - - &167 + - &168 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *161 - *162 + - *163 responses: '200': description: Response content: application/json: - schema: *163 + schema: *164 examples: - default: *164 + default: *165 x-github: enabledForGitHubApps: true category: orgs @@ -27089,18 +27102,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *89 - - *161 - *162 - - *165 + - *163 - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *163 + schema: *164 examples: - default: *164 + default: *165 x-github: enabledForGitHubApps: true category: orgs @@ -27118,9 +27131,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *89 - - *161 - *162 - - &168 + - *163 + - &169 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -27133,7 +27146,7 @@ paths: description: Response content: application/json: - schema: &169 + schema: &170 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -27149,7 +27162,7 @@ paths: type: integer format: int64 examples: - default: &170 + default: &171 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -27186,18 +27199,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *89 - - *167 - - *161 - - *162 - *168 + - *162 + - *163 + - *169 responses: '200': description: Response content: application/json: - schema: *169 + schema: *170 examples: - default: *170 + default: *171 x-github: enabledForGitHubApps: true category: orgs @@ -27215,19 +27228,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *89 - - *165 - *166 - - *161 + - *167 - *162 - - *168 + - *163 + - *169 responses: '200': description: Response content: application/json: - schema: *169 + schema: *170 examples: - default: *170 + default: *171 x-github: enabledForGitHubApps: true category: orgs @@ -27245,13 +27258,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *89 - - *167 - - *161 + - *168 - *162 + - *163 - *19 - *17 - *46 - - *171 + - *172 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -27335,7 +27348,7 @@ paths: application/json: schema: *20 examples: - default: &442 + default: &443 value: id: 1 account: @@ -27501,12 +27514,12 @@ paths: application/json: schema: anyOf: - - &173 + - &174 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &172 + limit: &173 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -27534,7 +27547,7 @@ paths: properties: {} additionalProperties: false examples: - default: &174 + default: &175 value: limit: collaborators_only origin: organization @@ -27563,13 +27576,13 @@ paths: required: true content: application/json: - schema: &443 + schema: &444 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *172 + limit: *173 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -27594,9 +27607,9 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *174 + default: *175 '422': *15 x-github: githubCloudOnly: false @@ -27672,9 +27685,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *56 '404': *6 @@ -27751,7 +27764,7 @@ paths: description: Response content: application/json: - schema: *175 + schema: *176 examples: default: value: @@ -27806,7 +27819,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *89 - - &177 + - &178 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27837,7 +27850,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *89 - - *177 + - *178 - *17 - *19 responses: @@ -27847,9 +27860,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: &194 + default: &195 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27924,7 +27937,7 @@ paths: - closed - all default: open - - *179 + - *180 - name: sort description: What to sort results by. in: query @@ -27949,7 +27962,7 @@ paths: type: array items: *73 examples: - default: *180 + default: *181 headers: Link: *56 '404': *6 @@ -28007,7 +28020,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '422': *15 @@ -28103,9 +28116,9 @@ paths: type: integer codespaces: type: array - items: *182 + items: *183 examples: - default: *183 + default: *184 '304': *35 '500': *139 '401': *23 @@ -28132,7 +28145,7 @@ paths: parameters: - *89 - *127 - - &184 + - &185 name: codespace_name in: path required: true @@ -28167,15 +28180,15 @@ paths: parameters: - *89 - *127 - - *184 + - *185 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: &374 + default: &375 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -28355,7 +28368,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *185 + schema: *186 examples: default: value: @@ -28430,7 +28443,7 @@ paths: description: Response content: application/json: - schema: &186 + schema: &187 title: Org Membership description: Org Membership type: object @@ -28483,7 +28496,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &187 + response-if-user-has-an-active-admin-membership-with-organization: &188 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -28580,9 +28593,9 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: - response-if-user-already-had-membership-with-organization: *187 + response-if-user-already-had-membership-with-organization: *188 '422': *15 '403': *27 x-github: @@ -28651,7 +28664,7 @@ paths: application/json: schema: type: array - items: &188 + items: &189 title: Migration description: A migration. type: object @@ -28989,7 +29002,7 @@ paths: description: Response content: application/json: - schema: *188 + schema: *189 examples: default: value: @@ -29168,7 +29181,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *89 - - &189 + - &190 name: migration_id description: The unique identifier of the migration. in: path @@ -29196,7 +29209,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *188 + schema: *189 examples: default: value: @@ -29366,7 +29379,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *89 - - *189 + - *190 responses: '302': description: Response @@ -29388,7 +29401,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *89 - - *189 + - *190 responses: '204': description: Response @@ -29412,8 +29425,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *89 - - *189 - - &584 + - *190 + - &585 name: repo_name description: repo_name parameter in: path @@ -29441,7 +29454,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *89 - - *189 + - *190 - *17 - *19 responses: @@ -29453,7 +29466,7 @@ paths: type: array items: *114 examples: - default: &201 + default: &202 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -29606,7 +29619,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &192 + items: &193 title: Organization Role description: Organization roles type: object @@ -29756,7 +29769,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *89 - - &190 + - &191 name: team_slug description: The slug of the team name. in: path @@ -29788,8 +29801,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *89 - - *190 - - &191 + - *191 + - &192 name: role_id description: The unique identifier of the role. in: path @@ -29825,8 +29838,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *89 - - *190 - *191 + - *192 responses: '204': description: Response @@ -29879,7 +29892,7 @@ paths: parameters: - *89 - *127 - - *191 + - *192 responses: '204': description: Response @@ -29911,7 +29924,7 @@ paths: parameters: - *89 - *127 - - *191 + - *192 responses: '204': description: Response @@ -29940,13 +29953,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *89 - - *191 + - *192 responses: '200': description: Response content: application/json: - schema: *192 + schema: *193 examples: default: value: @@ -29997,7 +30010,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *89 - - *191 + - *192 - *17 - *19 responses: @@ -30076,7 +30089,7 @@ paths: parent: anyOf: - type: 'null' - - *193 + - *194 required: - id - node_id @@ -30090,7 +30103,7 @@ paths: - slug - parent examples: - default: *194 + default: *195 headers: Link: *56 '404': @@ -30120,7 +30133,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *89 - - *191 + - *192 - *17 - *19 responses: @@ -30149,7 +30162,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *193 + items: *194 name: type: - string @@ -30266,7 +30279,7 @@ paths: - type - url examples: - default: *181 + default: *182 headers: Link: *56 '404': @@ -30314,7 +30327,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -30456,7 +30469,7 @@ paths: - nuget - container - *89 - - &586 + - &587 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30492,12 +30505,12 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *196 + default: *197 '403': *27 '401': *23 - '400': &588 + '400': &589 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30519,7 +30532,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &197 + - &198 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 @@ -30537,7 +30550,7 @@ paths: - docker - nuget - container - - &198 + - &199 name: package_name description: The name of the package. in: path @@ -30550,7 +30563,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -30602,8 +30615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *197 - *198 + - *199 - *89 responses: '204': @@ -30636,8 +30649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *197 - *198 + - *199 - *89 - name: token description: package token @@ -30670,8 +30683,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: - - *197 - *198 + - *199 - *89 - *19 - *17 @@ -30692,7 +30705,7 @@ paths: application/json: schema: type: array - items: &199 + items: &200 title: Package Version description: A version of a software package type: object @@ -30827,10 +30840,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *197 - *198 + - *199 - *89 - - &200 + - &201 name: package_version_id description: Unique identifier of the package version. in: path @@ -30842,7 +30855,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -30878,10 +30891,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *197 - *198 + - *199 - *89 - - *200 + - *201 responses: '204': description: Response @@ -30913,10 +30926,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *197 - *198 + - *199 - *89 - - *200 + - *201 responses: '204': description: Response @@ -30946,7 +30959,7 @@ paths: - *89 - *17 - *19 - - &202 + - &203 name: sort description: The property by which to sort the results. in: query @@ -30957,7 +30970,7 @@ paths: - created_at default: created_at - *46 - - &203 + - &204 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30969,7 +30982,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &204 + - &205 name: repository description: The name of the repository to use to filter the results. in: query @@ -30978,7 +30991,7 @@ paths: type: string examples: - Hello-World - - &205 + - &206 name: permission description: The permission to use to filter the results. in: query @@ -30987,7 +31000,7 @@ paths: type: string examples: - issues_read - - &206 + - &207 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) @@ -30997,7 +31010,7 @@ paths: schema: type: string format: date-time - - &207 + - &208 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) @@ -31314,7 +31327,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -31340,13 +31353,13 @@ paths: - *89 - *17 - *19 - - *202 - - *46 - *203 + - *46 - *204 - *205 - *206 - *207 + - *208 responses: '500': *139 '422': *15 @@ -31630,7 +31643,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -31674,7 +31687,7 @@ paths: type: integer configurations: type: array - items: &208 + items: &209 title: Organization private registry description: Private registry configuration for an organization type: object @@ -31886,7 +31899,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &209 + org-private-registry-with-selected-visibility: &210 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31988,9 +32001,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *208 + schema: *209 examples: - default: *209 + default: *210 '404': *6 x-github: githubCloudOnly: false @@ -32141,7 +32154,7 @@ paths: application/json: schema: type: array - items: &210 + items: &211 title: Project description: Projects are a way to organize columns and cards of work. @@ -32320,7 +32333,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -32358,7 +32371,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &264 + '410': &265 description: Gone content: application/json: @@ -32390,7 +32403,7 @@ paths: application/json: schema: type: array - items: &211 + items: &212 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -32466,7 +32479,7 @@ paths: - property_name - value_type examples: - default: &212 + default: &213 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32521,7 +32534,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *211 + items: *212 minItems: 1 maxItems: 100 required: @@ -32551,9 +32564,9 @@ paths: application/json: schema: type: array - items: *211 + items: *212 examples: - default: *212 + default: *213 '403': *27 '404': *6 x-github: @@ -32575,7 +32588,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *89 - - &213 + - &214 name: custom_property_name description: The custom property name in: path @@ -32587,9 +32600,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: &214 + default: &215 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32624,7 +32637,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *89 - - *213 + - *214 requestBody: required: true content: @@ -32691,9 +32704,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *214 + default: *215 '403': *27 '404': *6 x-github: @@ -32717,7 +32730,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *89 - - *213 + - *214 responses: '204': *136 '403': *27 @@ -32781,7 +32794,7 @@ paths: - octocat/Hello-World properties: type: array - items: &215 + items: &216 title: Custom Property Value description: Custom property name and associated value type: object @@ -32871,7 +32884,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *215 + items: *216 required: - repository_names - properties @@ -32924,7 +32937,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -33063,7 +33076,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -33266,7 +33279,7 @@ paths: description: Response content: application/json: - schema: &266 + schema: &267 title: Full Repository description: Full Repository type: object @@ -33731,7 +33744,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &393 + code_of_conduct: &394 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -33761,7 +33774,7 @@ paths: - key - name - html_url - security_and_analysis: *216 + security_and_analysis: *217 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -33845,7 +33858,7 @@ paths: - network_count - subscribers_count examples: - default: &268 + default: &269 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34366,7 +34379,7 @@ paths: - *89 - *17 - *19 - - &524 + - &525 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34385,7 +34398,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -34420,7 +34433,7 @@ paths: source: type: string description: The name of the source - enforcement: &219 + enforcement: &220 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -34433,7 +34446,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &220 + items: &221 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -34499,7 +34512,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &217 + - &218 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -34523,7 +34536,7 @@ paths: match. items: type: string - - &221 + - &222 title: Organization ruleset conditions type: object description: |- @@ -34537,7 +34550,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *217 + - *218 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -34571,7 +34584,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *217 + - *218 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -34593,7 +34606,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *217 + - *218 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -34606,7 +34619,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &218 + items: &219 title: Repository ruleset property targeting definition type: object @@ -34639,7 +34652,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *218 + items: *219 required: - repository_property type: @@ -34647,12 +34660,12 @@ paths: - object rules: type: array - items: &222 + items: &223 title: Repository Rule type: object description: A repository rule. oneOf: - - &506 + - &507 title: creation description: Only allow users with bypass permission to create matching refs. @@ -34664,7 +34677,7 @@ paths: type: string enum: - creation - - &507 + - &508 title: update description: Only allow users with bypass permission to update matching refs. @@ -34685,7 +34698,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &509 + - &510 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -34697,7 +34710,7 @@ paths: type: string enum: - deletion - - &510 + - &511 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34709,7 +34722,7 @@ paths: type: string enum: - required_linear_history - - &511 + - &512 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -34787,7 +34800,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &512 + - &513 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34811,7 +34824,7 @@ paths: type: string required: - required_deployment_environments - - &513 + - &514 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34823,7 +34836,7 @@ paths: type: string enum: - required_signatures - - &514 + - &515 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34876,7 +34889,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &515 + - &516 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34924,7 +34937,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &516 + - &517 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34936,7 +34949,7 @@ paths: type: string enum: - non_fast_forward - - &517 + - &518 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34972,7 +34985,7 @@ paths: required: - operator - pattern - - &518 + - &519 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -35008,7 +35021,7 @@ paths: required: - operator - pattern - - &519 + - &520 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -35044,7 +35057,7 @@ paths: required: - operator - pattern - - &520 + - &521 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -35080,7 +35093,7 @@ paths: required: - operator - pattern - - &521 + - &522 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -35206,7 +35219,7 @@ paths: maximum: 100 required: - max_file_size - - &522 + - &523 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -35256,7 +35269,7 @@ paths: - repository_id required: - workflows - - &523 + - &524 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -35390,16 +35403,16 @@ paths: - push - repository default: branch - enforcement: *219 + enforcement: *220 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *220 - conditions: *221 + items: *221 + conditions: *222 rules: type: array description: An array of rules within the ruleset. - items: *222 + items: *223 required: - name - enforcement @@ -35437,9 +35450,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: &224 + default: &225 value: id: 21 name: super cool ruleset @@ -35494,7 +35507,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &525 + - &526 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 @@ -35509,7 +35522,7 @@ paths: in: query schema: type: string - - &526 + - &527 name: time_period description: |- The time period to filter by. @@ -35525,14 +35538,14 @@ paths: - week - month default: day - - &527 + - &528 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 - - &528 + - &529 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -35552,7 +35565,7 @@ paths: description: Response content: application/json: - schema: &529 + schema: &530 title: Rule Suites description: Response type: array @@ -35608,7 +35621,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &530 + default: &531 value: - id: 21 actor_id: 12 @@ -35652,7 +35665,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &531 + - &532 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35668,7 +35681,7 @@ paths: description: Response content: application/json: - schema: &532 + schema: &533 title: Rule Suite description: Response type: object @@ -35775,7 +35788,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &533 + default: &534 value: id: 21 actor_id: 12 @@ -35848,9 +35861,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '404': *6 '500': *139 put: @@ -35894,16 +35907,16 @@ paths: - tag - push - repository - enforcement: *219 + enforcement: *220 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *220 - conditions: *221 + items: *221 + conditions: *222 rules: description: An array of rules within the ruleset. type: array - items: *222 + items: *223 examples: default: value: @@ -35938,9 +35951,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '404': *6 '500': *139 delete: @@ -35987,14 +36000,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *89 - - *225 - *226 - *227 - *228 + - *229 - *46 - *19 - *17 - - &535 + - &536 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 @@ -36004,7 +36017,7 @@ paths: required: false schema: type: string - - &536 + - &537 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 @@ -36014,9 +36027,9 @@ paths: required: false schema: type: string - - *229 - *230 - *231 + - *232 responses: '200': description: Response @@ -36024,9 +36037,9 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *233 + default: *234 headers: Link: *56 '404': *6 @@ -36096,7 +36109,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 description: A repository security advisory. type: object properties: @@ -36340,7 +36353,7 @@ paths: login: type: string description: The username of the user credited. - type: *234 + type: *235 credits_detailed: type: - array @@ -36351,7 +36364,7 @@ paths: type: object properties: user: *4 - type: *234 + type: *235 state: type: string description: The state of the user's acceptance of the @@ -36377,7 +36390,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *178 + items: *179 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -36415,7 +36428,7 @@ paths: - private_fork additionalProperties: false examples: - default: &544 + default: &545 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36802,9 +36815,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *194 + default: *195 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36828,7 +36841,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *89 - - *190 + - *191 responses: '204': description: Response @@ -36854,7 +36867,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *89 - - *190 + - *191 responses: '204': description: Response @@ -36889,7 +36902,7 @@ paths: description: Response content: application/json: - schema: &602 + schema: &603 type: object properties: total_minutes_used: @@ -36959,7 +36972,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &603 + default: &604 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -36995,7 +37008,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &605 type: object properties: total_gigabytes_bandwidth_used: @@ -37013,7 +37026,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &605 + default: &606 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -37045,7 +37058,7 @@ paths: description: Response content: application/json: - schema: &606 + schema: &607 type: object properties: days_left_in_billing_cycle: @@ -37063,7 +37076,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &607 + default: &608 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -37098,7 +37111,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *89 - - *190 + - *191 - 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`). @@ -37130,13 +37143,13 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 '500': *139 '403': *27 '404': *6 - '422': *237 + '422': *238 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37171,7 +37184,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - *89 - - *190 + - *191 - 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`). @@ -37203,9 +37216,9 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: - default: *239 + default: *240 '500': *139 '401': *23 '403': *27 @@ -37237,9 +37250,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 headers: Link: *56 '403': *27 @@ -37333,7 +37346,7 @@ paths: description: Response content: application/json: - schema: &240 + schema: &241 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -37407,7 +37420,7 @@ paths: parent: anyOf: - type: 'null' - - *193 + - *194 members_count: type: integer examples: @@ -37713,7 +37726,7 @@ paths: - repos_count - organization examples: - default: &241 + default: &242 value: id: 1 node_id: MDQ6VGVhbTE= @@ -37784,15 +37797,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *89 - - *190 + - *191 responses: '200': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *6 x-github: githubCloudOnly: false @@ -37814,7 +37827,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *89 - - *190 + - *191 requestBody: required: false content: @@ -37877,16 +37890,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '201': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *6 '422': *15 '403': *27 @@ -37912,7 +37925,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *89 - - *190 + - *191 responses: '204': description: Response @@ -37939,7 +37952,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *89 - - *190 + - *191 - *46 - *17 - *19 @@ -37956,7 +37969,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -38067,7 +38080,7 @@ paths: - updated_at - url examples: - default: &558 + default: &559 value: - author: login: octocat @@ -38142,7 +38155,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *89 - - *190 + - *191 requestBody: required: true content: @@ -38176,9 +38189,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: &243 + default: &244 value: author: login: octocat @@ -38251,8 +38264,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *89 - - *190 - - &244 + - *191 + - &245 name: discussion_number description: The number that identifies the discussion. in: path @@ -38264,9 +38277,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38289,8 +38302,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *89 - - *190 - - *244 + - *191 + - *245 requestBody: required: false content: @@ -38313,9 +38326,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: &559 + default: &560 value: author: login: octocat @@ -38386,8 +38399,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *89 - - *190 - - *244 + - *191 + - *245 responses: '204': description: Response @@ -38414,8 +38427,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *89 - - *190 - - *244 + - *191 + - *245 - *46 - *17 - *19 @@ -38426,7 +38439,7 @@ paths: application/json: schema: type: array - items: &245 + items: &246 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -38506,7 +38519,7 @@ paths: - updated_at - url examples: - default: &560 + default: &561 value: - author: login: octocat @@ -38575,8 +38588,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *89 - - *190 - - *244 + - *191 + - *245 requestBody: required: true content: @@ -38598,9 +38611,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: &246 + default: &247 value: author: login: octocat @@ -38667,9 +38680,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *89 - - *190 - - *244 - - &247 + - *191 + - *245 + - &248 name: comment_number description: The number that identifies the comment. in: path @@ -38681,9 +38694,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38706,9 +38719,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *89 - - *190 - - *244 - - *247 + - *191 + - *245 + - *248 requestBody: required: true content: @@ -38730,9 +38743,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: &561 + default: &562 value: author: login: octocat @@ -38797,9 +38810,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *89 - - *190 - - *244 - - *247 + - *191 + - *245 + - *248 responses: '204': description: Response @@ -38826,9 +38839,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *89 - - *190 - - *244 - - *247 + - *191 + - *245 + - *248 - 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. @@ -38854,7 +38867,7 @@ paths: application/json: schema: type: array - items: &248 + items: &249 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -38898,7 +38911,7 @@ paths: - content - created_at examples: - default: &250 + default: &251 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38949,9 +38962,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *89 - - *190 - - *244 - - *247 + - *191 + - *245 + - *248 requestBody: required: true content: @@ -38984,9 +38997,9 @@ paths: team discussion comment content: application/json: - schema: *248 + schema: *249 examples: - default: &249 + default: &250 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39015,9 +39028,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39041,10 +39054,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *89 - - *190 - - *244 - - *247 - - &251 + - *191 + - *245 + - *248 + - &252 name: reaction_id description: The unique identifier of the reaction. in: path @@ -39077,8 +39090,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *89 - - *190 - - *244 + - *191 + - *245 - 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. @@ -39104,9 +39117,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 x-github: @@ -39133,8 +39146,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *89 - - *190 - - *244 + - *191 + - *245 requestBody: required: true content: @@ -39166,16 +39179,16 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -39199,9 +39212,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *89 - - *190 - - *244 - - *251 + - *191 + - *245 + - *252 responses: '204': description: Response @@ -39226,7 +39239,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *89 - - *190 + - *191 - *17 - *19 responses: @@ -39236,9 +39249,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *56 x-github: @@ -39261,7 +39274,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *89 - - *190 + - *191 - name: role description: Filters members returned by their role in the team. in: query @@ -39284,7 +39297,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -39315,14 +39328,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *89 - - *190 + - *191 - *127 responses: '200': description: Response content: application/json: - schema: &252 + schema: &253 title: Team Membership description: Team Membership type: object @@ -39350,7 +39363,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &562 + response-if-user-is-a-team-maintainer: &563 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -39387,7 +39400,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *89 - - *190 + - *191 - *127 requestBody: required: false @@ -39413,9 +39426,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - response-if-users-membership-with-team-is-now-pending: &563 + response-if-users-membership-with-team-is-now-pending: &564 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39451,7 +39464,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *89 - - *190 + - *191 - *127 responses: '204': @@ -39479,7 +39492,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *89 - - *190 + - *191 - *17 - *19 responses: @@ -39489,7 +39502,7 @@ paths: application/json: schema: type: array - items: &253 + items: &254 title: Team Project description: A team's access to a project. type: object @@ -39558,7 +39571,7 @@ paths: - updated_at - permissions examples: - default: &564 + default: &565 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39620,8 +39633,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *89 - - *190 - - &254 + - *191 + - &255 name: project_id description: The unique identifier of the project. in: path @@ -39633,9 +39646,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: &565 + default: &566 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39696,8 +39709,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *89 - - *190 - - *254 + - *191 + - *255 requestBody: required: false content: @@ -39763,8 +39776,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *89 - - *190 - - *254 + - *191 + - *255 responses: '204': description: Response @@ -39789,7 +39802,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *89 - - *190 + - *191 - *17 - *19 responses: @@ -39801,7 +39814,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -39831,15 +39844,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *89 - - *190 - - *255 + - *191 - *256 + - *257 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &566 + schema: &567 title: Team Repository description: A team's access to a repository. type: object @@ -40481,9 +40494,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *89 - - *190 - - *255 + - *191 - *256 + - *257 requestBody: required: false content: @@ -40529,9 +40542,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *89 - - *190 - - *255 + - *191 - *256 + - *257 responses: '204': description: Response @@ -40556,7 +40569,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *89 - - *190 + - *191 - *17 - *19 responses: @@ -40566,9 +40579,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - response-if-child-teams-exist: &567 + response-if-child-teams-exist: &568 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -40692,7 +40705,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &257 + - &258 name: card_id description: The unique identifier of the card. in: path @@ -40704,7 +40717,7 @@ paths: description: Response content: application/json: - schema: &258 + schema: &259 title: Project Card description: Project cards represent a scope of work. type: object @@ -40779,7 +40792,7 @@ paths: - created_at - updated_at examples: - default: &259 + default: &260 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -40829,7 +40842,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *257 + - *258 requestBody: required: false content: @@ -40859,9 +40872,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '304': *35 '403': *27 '401': *23 @@ -40882,7 +40895,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *257 + - *258 responses: '204': description: Response @@ -40920,7 +40933,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *257 + - *258 requestBody: required: true content: @@ -41027,7 +41040,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &260 + - &261 name: column_id description: The unique identifier of the column. in: path @@ -41039,7 +41052,7 @@ paths: description: Response content: application/json: - schema: &261 + schema: &262 title: Project Column description: Project columns contain cards of work. type: object @@ -41093,7 +41106,7 @@ paths: - created_at - updated_at examples: - default: &262 + default: &263 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -41122,7 +41135,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *260 + - *261 requestBody: required: true content: @@ -41147,9 +41160,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '304': *35 '403': *27 '401': *23 @@ -41168,7 +41181,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *260 + - *261 responses: '204': description: Response @@ -41191,7 +41204,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *260 + - *261 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -41212,7 +41225,7 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: default: value: @@ -41265,7 +41278,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *260 + - *261 requestBody: required: true content: @@ -41309,9 +41322,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '304': *35 '403': *27 '401': *23 @@ -41361,7 +41374,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *260 + - *261 requestBody: required: true content: @@ -41418,15 +41431,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *210 + schema: *211 examples: - default: &263 + default: &264 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -41479,7 +41492,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *254 + - *255 requestBody: required: false content: @@ -41528,9 +41541,9 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: - default: *263 + default: *264 '404': description: Not Found if the authenticated user does not have access to the project @@ -41551,7 +41564,7 @@ paths: items: type: string '401': *23 - '410': *264 + '410': *265 '422': *7 x-github: githubCloudOnly: false @@ -41569,7 +41582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *254 + - *255 responses: '204': description: Delete Success @@ -41590,7 +41603,7 @@ paths: items: type: string '401': *23 - '410': *264 + '410': *265 '404': *6 x-github: githubCloudOnly: false @@ -41613,7 +41626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *254 + - *255 - 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 @@ -41640,7 +41653,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '404': *6 @@ -41665,7 +41678,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *254 + - *255 - *127 requestBody: required: false @@ -41715,7 +41728,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *254 + - *255 - *127 responses: '204': @@ -41744,7 +41757,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *254 + - *255 - *127 responses: '200': @@ -41809,7 +41822,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *254 + - *255 - *17 - *19 responses: @@ -41819,7 +41832,7 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: default: value: @@ -41851,7 +41864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *254 + - *255 requestBody: required: true content: @@ -41875,7 +41888,7 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: default: value: @@ -41936,7 +41949,7 @@ paths: resources: type: object properties: - core: &265 + core: &266 title: Rate Limit type: object properties: @@ -41953,20 +41966,20 @@ paths: - remaining - reset - used - graphql: *265 - search: *265 - code_search: *265 - source_import: *265 - integration_manifest: *265 - code_scanning_upload: *265 - actions_runner_registration: *265 - scim: *265 - dependency_snapshots: *265 - code_scanning_autofix: *265 + graphql: *266 + search: *266 + code_search: *266 + source_import: *266 + integration_manifest: *266 + code_scanning_upload: *266 + actions_runner_registration: *266 + scim: *266 + dependency_snapshots: *266 + code_scanning_autofix: *266 required: - core - search - rate: *265 + rate: *266 required: - rate - resources @@ -42070,14 +42083,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *266 + schema: *267 examples: default-response: summary: Default response @@ -42578,7 +42591,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *267 + '301': *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42596,8 +42609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -42834,10 +42847,10 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *268 - '307': &269 + default: *269 + '307': &270 description: Temporary Redirect content: application/json: @@ -42866,8 +42879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -42889,7 +42902,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *269 + '307': *270 '404': *6 x-github: githubCloudOnly: false @@ -42912,11 +42925,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *255 - *256 + - *257 - *17 - *19 - - &295 + - &296 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -42939,7 +42952,7 @@ paths: type: integer artifacts: type: array - items: &270 + items: &271 title: Artifact description: An artifact type: object @@ -43025,7 +43038,7 @@ paths: - expires_at - updated_at examples: - default: &296 + default: &297 value: total_count: 2 artifacts: @@ -43084,9 +43097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *255 - *256 - - &271 + - *257 + - &272 name: artifact_id description: The unique identifier of the artifact. in: path @@ -43098,7 +43111,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -43135,9 +43148,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *255 - *256 - - *271 + - *257 + - *272 responses: '204': description: Response @@ -43161,9 +43174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *255 - *256 - - *271 + - *257 + - *272 - name: archive_format in: path required: true @@ -43177,7 +43190,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': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43200,14 +43213,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -43233,11 +43246,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *255 - *256 + - *257 - *17 - *19 - - &273 + - &274 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 @@ -43271,7 +43284,7 @@ paths: description: Response content: application/json: - schema: &274 + schema: &275 title: Repository actions caches description: Repository actions caches type: object @@ -43321,7 +43334,7 @@ paths: - total_count - actions_caches examples: - default: &275 + default: &276 value: total_count: 1 actions_caches: @@ -43353,23 +43366,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: - - *255 - *256 + - *257 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *275 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43389,8 +43402,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: - - *255 - *256 + - *257 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -43421,9 +43434,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *255 - *256 - - &276 + - *257 + - &277 name: job_id description: The unique identifier of the job. in: path @@ -43435,7 +43448,7 @@ paths: description: Response content: application/json: - schema: &299 + schema: &300 title: Job description: Information of a job execution in a workflow run type: object @@ -43782,9 +43795,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *255 - *256 - - *276 + - *257 + - *277 responses: '302': description: Response @@ -43812,9 +43825,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *255 - *256 - - *276 + - *257 + - *277 requestBody: required: false content: @@ -43860,8 +43873,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: - - *255 - *256 + - *257 responses: '200': description: Status response @@ -43911,8 +43924,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: - - *255 - *256 + - *257 requestBody: required: true content: @@ -43975,8 +43988,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -43994,7 +44007,7 @@ paths: type: integer secrets: type: array - items: &301 + items: &302 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -44015,7 +44028,7 @@ paths: - created_at - updated_at examples: - default: &302 + default: &303 value: total_count: 2 secrets: @@ -44048,9 +44061,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *255 - *256 - - *277 + - *257 + - *278 - *19 responses: '200': @@ -44067,7 +44080,7 @@ paths: type: integer variables: type: array - items: &305 + items: &306 title: Actions Variable type: object properties: @@ -44101,7 +44114,7 @@ paths: - created_at - updated_at examples: - default: &306 + default: &307 value: total_count: 2 variables: @@ -44134,8 +44147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -44144,11 +44157,11 @@ paths: schema: type: object properties: - enabled: &279 + enabled: &280 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *103 - selected_actions_url: *278 + selected_actions_url: *279 required: - enabled examples: @@ -44175,8 +44188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -44187,7 +44200,7 @@ paths: schema: type: object properties: - enabled: *279 + enabled: *280 allowed_actions: *103 required: - enabled @@ -44217,14 +44230,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: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: &280 + schema: &281 type: object properties: access_level: @@ -44241,7 +44254,7 @@ paths: required: - access_level examples: - default: &281 + default: &282 value: access_level: organization x-github: @@ -44265,15 +44278,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: - - *255 - *256 + - *257 requestBody: required: true content: application/json: - schema: *280 + schema: *281 examples: - default: *281 + default: *282 responses: '204': description: Response @@ -44297,8 +44310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -44325,8 +44338,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -44358,14 +44371,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *282 + schema: *283 examples: default: *109 x-github: @@ -44388,8 +44401,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Success response @@ -44400,7 +44413,7 @@ paths: required: true content: application/json: - schema: *283 + schema: *284 examples: default: *109 x-github: @@ -44429,8 +44442,8 @@ paths: in: query schema: type: string - - *255 - *256 + - *257 - *17 - *19 responses: @@ -44474,8 +44487,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -44483,9 +44496,9 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44507,8 +44520,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: - - *255 - *256 + - *257 requestBody: required: true content: @@ -44551,7 +44564,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *286 + '201': *287 '404': *6 '422': *7 x-github: @@ -44581,8 +44594,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *255 - *256 + - *257 responses: '201': description: Response @@ -44590,7 +44603,7 @@ paths: application/json: schema: *118 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44618,8 +44631,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *255 - *256 + - *257 responses: '201': description: Response @@ -44627,7 +44640,7 @@ paths: application/json: schema: *118 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44649,8 +44662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *255 - *256 + - *257 - *115 responses: '200': @@ -44659,7 +44672,7 @@ paths: application/json: schema: *116 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44680,8 +44693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *255 - *256 + - *257 - *115 responses: '204': @@ -44707,8 +44720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *255 - *256 + - *257 - *115 responses: '200': *120 @@ -44733,8 +44746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *255 - *256 + - *257 - *115 requestBody: required: true @@ -44783,8 +44796,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *255 - *256 + - *257 - *115 requestBody: required: true @@ -44834,11 +44847,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: - - *255 - *256 + - *257 - *115 responses: - '200': *290 + '200': *291 '404': *6 x-github: githubCloudOnly: false @@ -44865,10 +44878,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *255 - *256 + - *257 - *115 - - *291 + - *292 responses: '200': *120 '404': *6 @@ -44896,9 +44909,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *255 - *256 - - &309 + - *257 + - &310 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. @@ -44906,7 +44919,7 @@ paths: required: false schema: type: string - - &310 + - &311 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -44914,7 +44927,7 @@ paths: required: false schema: type: string - - &311 + - &312 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -44923,7 +44936,7 @@ paths: required: false schema: type: string - - &312 + - &313 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 @@ -44950,7 +44963,7 @@ paths: - pending - *17 - *19 - - &313 + - &314 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)." @@ -44959,7 +44972,7 @@ paths: schema: type: string format: date-time - - &292 + - &293 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44968,13 +44981,13 @@ paths: schema: type: boolean default: false - - &314 + - &315 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &315 + - &316 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44997,7 +45010,7 @@ paths: type: integer workflow_runs: type: array - items: &293 + items: &294 title: Workflow Run description: An invocation of a workflow type: object @@ -45114,7 +45127,7 @@ paths: type: - array - 'null' - items: &334 + items: &335 title: Pull Request Minimal type: object properties: @@ -45241,7 +45254,7 @@ paths: head_commit: anyOf: - type: 'null' - - &338 + - &339 title: Simple Commit description: A commit. type: object @@ -45356,7 +45369,7 @@ paths: - workflow_url - pull_requests examples: - default: &316 + default: &317 value: total_count: 1 workflow_runs: @@ -45592,24 +45605,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *255 - *256 - - &294 + - *257 + - &295 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: &297 + default: &298 value: id: 30433642 name: Build @@ -45850,9 +45863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '204': description: Response @@ -45875,9 +45888,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '200': description: Response @@ -46005,9 +46018,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '201': description: Response @@ -46040,12 +46053,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *255 - *256 - - *294 + - *257 + - *295 - *17 - *19 - - *295 + - *296 responses: '200': description: Response @@ -46061,9 +46074,9 @@ paths: type: integer artifacts: type: array - items: *270 + items: *271 examples: - default: *296 + default: *297 headers: Link: *56 x-github: @@ -46087,25 +46100,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *255 - *256 - - *294 - - &298 + - *257 + - *295 + - &299 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46128,10 +46141,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *255 - *256 - - *294 - - *298 + - *257 + - *295 + - *299 - *17 - *19 responses: @@ -46149,9 +46162,9 @@ paths: type: integer jobs: type: array - items: *299 + items: *300 examples: - default: &300 + default: &301 value: total_count: 1 jobs: @@ -46264,10 +46277,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *255 - *256 - - *294 - - *298 + - *257 + - *295 + - *299 responses: '302': description: Response @@ -46295,9 +46308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '202': description: Response @@ -46330,9 +46343,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: - - *255 - *256 - - *294 + - *257 + - *295 requestBody: required: true content: @@ -46399,9 +46412,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '202': description: Response @@ -46434,9 +46447,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 - 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 @@ -46466,9 +46479,9 @@ paths: type: integer jobs: type: array - items: *299 + items: *300 examples: - default: *300 + default: *301 headers: Link: *56 x-github: @@ -46493,9 +46506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '302': description: Response @@ -46522,9 +46535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '204': description: Response @@ -46551,9 +46564,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '200': description: Response @@ -46622,7 +46635,7 @@ paths: items: type: object properties: - type: &412 + type: &413 type: string description: The type of reviewer. enum: @@ -46633,7 +46646,7 @@ paths: reviewer: anyOf: - *4 - - *178 + - *179 required: - environment - wait_timer @@ -46708,9 +46721,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 requestBody: required: true content: @@ -46760,7 +46773,7 @@ paths: application/json: schema: type: array - items: &407 + items: &408 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -46872,7 +46885,7 @@ paths: - created_at - updated_at examples: - default: &408 + default: &409 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -46928,9 +46941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *255 - *256 - - *294 + - *257 + - *295 requestBody: required: false content: @@ -46975,9 +46988,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 requestBody: required: false content: @@ -47024,9 +47037,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '200': description: Response @@ -47163,8 +47176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -47182,9 +47195,9 @@ paths: type: integer secrets: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: Link: *56 x-github: @@ -47209,16 +47222,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *303 + schema: *304 examples: - default: *304 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47240,17 +47253,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &425 + default: &426 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47276,8 +47289,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 requestBody: required: true @@ -47332,8 +47345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '204': @@ -47359,9 +47372,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *255 - *256 - - *277 + - *257 + - *278 - *19 responses: '200': @@ -47378,9 +47391,9 @@ paths: type: integer variables: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 headers: Link: *56 x-github: @@ -47403,8 +47416,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -47456,17 +47469,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *255 - *256 + - *257 - *125 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: &426 + default: &427 value: name: USERNAME value: octocat @@ -47492,8 +47505,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *255 - *256 + - *257 - *125 requestBody: required: true @@ -47536,8 +47549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *255 - *256 + - *257 - *125 responses: '204': @@ -47563,8 +47576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -47582,7 +47595,7 @@ paths: type: integer workflows: type: array - items: &307 + items: &308 title: Workflow description: A GitHub Actions workflow type: object @@ -47700,9 +47713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *255 - *256 - - &308 + - *257 + - &309 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -47717,7 +47730,7 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: default: value: @@ -47750,9 +47763,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *255 - *256 - - *308 + - *257 + - *309 responses: '204': description: Response @@ -47777,9 +47790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *255 - *256 - - *308 + - *257 + - *309 responses: '204': description: Response @@ -47830,9 +47843,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *255 - *256 - - *308 + - *257 + - *309 responses: '204': description: Response @@ -47859,19 +47872,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *255 - *256 - - *308 + - *257 - *309 - *310 - *311 - *312 + - *313 - *17 - *19 - - *313 - - *292 - *314 + - *293 - *315 + - *316 responses: '200': description: Response @@ -47887,9 +47900,9 @@ paths: type: integer workflow_runs: type: array - items: *293 + items: *294 examples: - default: *316 + default: *317 headers: Link: *56 x-github: @@ -47915,9 +47928,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *255 - *256 - - *308 + - *257 + - *309 responses: '200': description: Response @@ -47978,8 +47991,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *255 - *256 + - *257 - *46 - *17 - *37 @@ -48147,8 +48160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -48160,7 +48173,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '404': *6 @@ -48185,8 +48198,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *255 - *256 + - *257 - name: assignee in: path required: true @@ -48222,8 +48235,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -48335,8 +48348,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *255 - *256 + - *257 - *17 - *37 - *38 @@ -48382,7 +48395,7 @@ paths: bundle_url: type: string examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48402,8 +48415,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -48411,7 +48424,7 @@ paths: application/json: schema: type: array - items: &318 + items: &319 title: Autolink reference description: An autolink reference. type: object @@ -48465,8 +48478,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -48505,9 +48518,9 @@ paths: description: response content: application/json: - schema: *318 + schema: *319 examples: - default: &319 + default: &320 value: id: 1 key_prefix: TICKET- @@ -48538,9 +48551,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *255 - *256 - - &320 + - *257 + - &321 name: autolink_id description: The unique identifier of the autolink. in: path @@ -48552,9 +48565,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *319 + default: *320 '404': *6 x-github: githubCloudOnly: false @@ -48574,9 +48587,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *255 - *256 - - *320 + - *257 + - *321 responses: '204': description: Response @@ -48600,8 +48613,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: - - *255 - *256 + - *257 responses: '200': description: Response if Dependabot is enabled @@ -48651,8 +48664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -48673,8 +48686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -48694,8 +48707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *255 - *256 + - *257 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -48733,7 +48746,7 @@ paths: - url protected: type: boolean - protection: &322 + protection: &323 title: Branch Protection description: Branch Protection type: object @@ -48776,7 +48789,7 @@ paths: required: - contexts - checks - enforce_admins: &325 + enforce_admins: &326 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -48793,7 +48806,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &327 + required_pull_request_reviews: &328 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -48815,7 +48828,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *178 + items: *179 apps: description: The list of apps with review dismissal access. @@ -48847,7 +48860,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *178 + items: *179 apps: description: The list of apps allowed to bypass pull request requirements. @@ -48877,7 +48890,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &324 + restrictions: &325 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -49202,9 +49215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *255 - *256 - - &323 + - *257 + - &324 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). @@ -49218,14 +49231,14 @@ paths: description: Response content: application/json: - schema: &333 + schema: &334 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &383 + commit: &384 title: Commit description: Commit type: object @@ -49264,7 +49277,7 @@ paths: author: anyOf: - type: 'null' - - &321 + - &322 title: Git User description: Metaproperties for Git author/committer information. @@ -49285,7 +49298,7 @@ paths: committer: anyOf: - type: 'null' - - *321 + - *322 message: type: string examples: @@ -49309,7 +49322,7 @@ paths: required: - sha - url - verification: &432 + verification: &433 title: Verification type: object properties: @@ -49388,7 +49401,7 @@ paths: type: integer files: type: array - items: &395 + items: &396 title: Diff Entry description: Diff Entry type: object @@ -49482,7 +49495,7 @@ paths: - self protected: type: boolean - protection: *322 + protection: *323 protection_url: type: string format: uri @@ -49591,7 +49604,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *267 + '301': *268 '404': *6 x-github: githubCloudOnly: false @@ -49613,15 +49626,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: default: value: @@ -49815,9 +49828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -50077,7 +50090,7 @@ paths: url: type: string format: uri - required_status_checks: &330 + required_status_checks: &331 title: Status Check Policy description: Status Check Policy type: object @@ -50158,7 +50171,7 @@ paths: items: *4 teams: type: array - items: *178 + items: *179 apps: type: array items: *5 @@ -50176,7 +50189,7 @@ paths: items: *4 teams: type: array - items: *178 + items: *179 apps: type: array items: *5 @@ -50236,7 +50249,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *324 + restrictions: *325 required_conversation_resolution: type: object properties: @@ -50348,9 +50361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -50375,17 +50388,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: &326 + default: &327 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -50407,17 +50420,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *326 + default: *327 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50436,9 +50449,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -50463,17 +50476,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: &328 + default: &329 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -50569,9 +50582,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -50669,9 +50682,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -50692,9 +50705,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -50721,17 +50734,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: &329 + default: &330 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -50754,17 +50767,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *329 + default: *330 '404': *6 x-github: githubCloudOnly: false @@ -50784,9 +50797,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -50811,17 +50824,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -50847,9 +50860,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -50901,9 +50914,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '404': *6 '422': *15 x-github: @@ -50925,9 +50938,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -50951,9 +50964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response @@ -50987,9 +51000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -51056,9 +51069,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -51122,9 +51135,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: content: application/json: @@ -51190,15 +51203,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: default: value: @@ -51289,9 +51302,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -51314,9 +51327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response @@ -51326,7 +51339,7 @@ paths: type: array items: *5 examples: - default: &332 + default: &333 value: - id: 1 slug: octoapp @@ -51383,9 +51396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51419,7 +51432,7 @@ paths: type: array items: *5 examples: - default: *332 + default: *333 '422': *15 x-github: githubCloudOnly: false @@ -51440,9 +51453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51476,7 +51489,7 @@ paths: type: array items: *5 examples: - default: *332 + default: *333 '422': *15 x-github: githubCloudOnly: false @@ -51497,9 +51510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51533,7 +51546,7 @@ paths: type: array items: *5 examples: - default: *332 + default: *333 '422': *15 x-github: githubCloudOnly: false @@ -51555,9 +51568,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response @@ -51565,9 +51578,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 '404': *6 x-github: githubCloudOnly: false @@ -51587,9 +51600,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -51625,9 +51638,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -51648,9 +51661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -51686,9 +51699,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -51709,9 +51722,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: content: application/json: @@ -51746,9 +51759,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -51770,9 +51783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response @@ -51782,7 +51795,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 '404': *6 x-github: githubCloudOnly: false @@ -51806,9 +51819,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51841,7 +51854,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 '422': *15 x-github: githubCloudOnly: false @@ -51866,9 +51879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51901,7 +51914,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 '422': *15 x-github: githubCloudOnly: false @@ -51926,9 +51939,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51961,7 +51974,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 '422': *15 x-github: githubCloudOnly: false @@ -51988,9 +52001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -52012,7 +52025,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -52128,8 +52141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -52408,7 +52421,7 @@ paths: description: Response content: application/json: - schema: &335 + schema: &336 title: CheckRun description: A check performed on the code of a given code change type: object @@ -52543,8 +52556,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *334 - deployment: &616 + items: *335 + deployment: &617 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -52831,9 +52844,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *255 - *256 - - &336 + - *257 + - &337 name: check_run_id description: The unique identifier of the check run. in: path @@ -52845,9 +52858,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: &337 + default: &338 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -52947,9 +52960,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *255 - *256 - - *336 + - *257 + - *337 requestBody: required: true content: @@ -53189,9 +53202,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *337 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53211,9 +53224,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *255 - *256 - - *336 + - *257 + - *337 - *17 - *19 responses: @@ -53325,9 +53338,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *255 - *256 - - *336 + - *257 + - *337 responses: '201': description: Response @@ -53371,8 +53384,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -53394,7 +53407,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &339 + schema: &340 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -53476,7 +53489,7 @@ paths: type: - array - 'null' - items: *334 + items: *335 app: anyOf: - type: 'null' @@ -53492,7 +53505,7 @@ paths: - string - 'null' format: date-time - head_commit: *338 + head_commit: *339 latest_check_runs_count: type: integer check_runs_url: @@ -53520,7 +53533,7 @@ paths: - check_runs_url - pull_requests examples: - default: &340 + default: &341 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -53811,9 +53824,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53832,8 +53845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -54142,9 +54155,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *255 - *256 - - &341 + - *257 + - &342 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -54156,9 +54169,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54181,17 +54194,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *255 - *256 - - *341 - - &390 + - *257 + - *342 + - &391 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &391 + - &392 name: status description: Returns check runs with the specified `status`. in: query @@ -54230,9 +54243,9 @@ paths: type: integer check_runs: type: array - items: *335 + items: *336 examples: - default: &392 + default: &393 value: total_count: 1 check_runs: @@ -54334,9 +54347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *255 - *256 - - *341 + - *257 + - *342 responses: '201': description: Response @@ -54369,21 +54382,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *255 - *256 - - *342 + - *257 - *343 + - *344 - *19 - *17 - - &360 + - &361 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: *344 - - &361 + schema: *345 + - &362 name: pr description: The number of the pull request for the results you want to list. in: query @@ -54408,13 +54421,13 @@ paths: be returned. in: query required: false - schema: *345 + schema: *346 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *346 + schema: *347 responses: '200': description: Response @@ -54430,7 +54443,7 @@ paths: updated_at: *53 url: *54 html_url: *55 - instances_url: *347 + instances_url: *348 state: *132 fixed_at: *128 dismissed_by: @@ -54438,11 +54451,11 @@ paths: - type: 'null' - *4 dismissed_at: *129 - dismissed_reason: *348 - dismissed_comment: *349 - rule: *350 - tool: *351 - most_recent_instance: *352 + dismissed_reason: *349 + dismissed_comment: *350 + rule: *351 + tool: *352 + most_recent_instance: *353 required: - number - created_at @@ -54558,7 +54571,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &353 + '403': &354 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -54585,9 +54598,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *255 - *256 - - &354 + - *257 + - &355 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -54601,7 +54614,7 @@ paths: description: Response content: application/json: - schema: &355 + schema: &356 type: object properties: number: *51 @@ -54609,7 +54622,7 @@ paths: updated_at: *53 url: *54 html_url: *55 - instances_url: *347 + instances_url: *348 state: *132 fixed_at: *128 dismissed_by: @@ -54617,8 +54630,8 @@ paths: - type: 'null' - *4 dismissed_at: *129 - dismissed_reason: *348 - dismissed_comment: *349 + dismissed_reason: *349 + dismissed_comment: *350 rule: type: object properties: @@ -54680,8 +54693,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *351 - most_recent_instance: *352 + tool: *352 + most_recent_instance: *353 required: - number - created_at @@ -54770,7 +54783,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -54790,9 +54803,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *255 - *256 - - *354 + - *257 + - *355 requestBody: required: true content: @@ -54807,8 +54820,8 @@ paths: enum: - open - dismissed - dismissed_reason: *348 - dismissed_comment: *349 + dismissed_reason: *349 + dismissed_comment: *350 required: - state examples: @@ -54823,7 +54836,7 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: default: value: @@ -54898,7 +54911,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &359 + '403': &360 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -54925,15 +54938,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: - - *255 - *256 - - *354 + - *257 + - *355 responses: '200': description: Response content: application/json: - schema: &356 + schema: &357 type: object properties: status: @@ -54960,13 +54973,13 @@ paths: - description - started_at examples: - default: &357 + default: &358 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &358 + '400': &359 description: Bad Request content: application/json: @@ -54977,7 +54990,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': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55002,29 +55015,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: - - *255 - *256 - - *354 + - *257 + - *355 responses: '200': description: OK content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 '202': description: Accepted content: application/json: - schema: *356 + schema: *357 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *358 + '400': *359 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -55056,9 +55069,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: - - *255 - *256 - - *354 + - *257 + - *355 requestBody: required: false content: @@ -55104,8 +55117,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *358 - '403': *359 + '400': *359 + '403': *360 '404': *6 '422': description: Unprocessable Entity @@ -55129,13 +55142,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *255 - *256 - - *354 + - *257 + - *355 - *19 - *17 - - *360 - *361 + - *362 responses: '200': description: Response @@ -55143,7 +55156,7 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: default: value: @@ -55182,7 +55195,7 @@ paths: end_column: 50 classifications: - source - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55216,25 +55229,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *255 - *256 - - *342 + - *257 - *343 + - *344 - *19 - *17 - - *361 + - *362 - 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: *344 + schema: *345 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &364 + schema: &365 type: string description: An identifier for the upload. examples: @@ -55256,23 +55269,23 @@ paths: application/json: schema: type: array - items: &365 + items: &366 type: object properties: - ref: *344 - commit_sha: &373 + ref: *345 + commit_sha: &374 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: *362 + analysis_key: *363 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *363 + category: *364 error: type: string examples: @@ -55297,8 +55310,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *364 - tool: *351 + sarif_id: *365 + tool: *352 deletable: type: boolean warning: @@ -55360,7 +55373,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55396,8 +55409,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: - - *255 - *256 + - *257 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55410,7 +55423,7 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: response: summary: application/json response @@ -55464,7 +55477,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55546,8 +55559,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: - - *255 - *256 + - *257 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55603,7 +55616,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': *359 + '403': *360 '404': *6 '503': *61 x-github: @@ -55625,8 +55638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -55634,7 +55647,7 @@ paths: application/json: schema: type: array - items: &366 + items: &367 title: CodeQL Database description: A CodeQL database. type: object @@ -55746,7 +55759,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': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55775,8 +55788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *255 - *256 + - *257 - name: language in: path description: The language of the CodeQL database. @@ -55788,7 +55801,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -55820,9 +55833,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': &397 + '302': &398 description: Found - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55844,8 +55857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *255 - *256 + - *257 - name: language in: path description: The language of the CodeQL database. @@ -55855,7 +55868,7 @@ paths: responses: '204': description: Response - '403': *359 + '403': *360 '404': *6 '503': *61 x-github: @@ -55883,8 +55896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -55893,7 +55906,7 @@ paths: type: object additionalProperties: false properties: - language: &367 + language: &368 type: string description: The language targeted by the CodeQL query enum: @@ -55971,7 +55984,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &371 + schema: &372 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -55981,7 +55994,7 @@ paths: description: The ID of the variant analysis. controller_repo: *50 actor: *4 - query_language: *367 + query_language: *368 query_pack_url: type: string description: The download url for the query pack. @@ -56029,7 +56042,7 @@ paths: items: type: object properties: - repository: &368 + repository: &369 title: Repository Identifier description: Repository Identifier type: object @@ -56071,7 +56084,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &372 + analysis_status: &373 type: string description: The new status of the CodeQL variant analysis repository task. @@ -56103,7 +56116,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &369 + access_mismatch_repos: &370 type: object properties: repository_count: @@ -56118,7 +56131,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: *368 + items: *369 required: - repository_count - repositories @@ -56141,8 +56154,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *369 - over_limit_repos: *369 + no_codeql_db_repos: *370 + over_limit_repos: *370 required: - access_mismatch_repos - not_found_repos @@ -56158,7 +56171,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &370 + value: &371 summary: Default response value: id: 1 @@ -56310,10 +56323,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *370 + value: *371 repository_lists: summary: Response for a successful variant analysis submission - value: *370 + value: *371 '404': *6 '422': description: Unable to process variant analysis submission @@ -56341,8 +56354,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: - - *255 - *256 + - *257 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -56354,9 +56367,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *370 + default: *371 '404': *6 '503': *61 x-github: @@ -56379,7 +56392,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: - - *255 + - *256 - name: repo in: path description: The name of the controller repository. @@ -56414,7 +56427,7 @@ paths: type: object properties: repository: *50 - analysis_status: *372 + analysis_status: *373 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -56539,8 +56552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -56622,7 +56635,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -56643,8 +56656,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -56728,7 +56741,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *359 + '403': *360 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -56793,8 +56806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -56802,7 +56815,7 @@ paths: schema: type: object properties: - commit_sha: *373 + commit_sha: *374 ref: type: string description: |- @@ -56862,7 +56875,7 @@ paths: schema: type: object properties: - id: *364 + id: *365 url: type: string description: The REST API URL for checking the status of the upload. @@ -56876,7 +56889,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': *359 + '403': *360 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -56899,8 +56912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *255 - *256 + - *257 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -56948,7 +56961,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': *353 + '403': *354 '404': description: Not Found if the sarif id does not match any upload '503': *61 @@ -56973,8 +56986,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: - - *255 - *256 + - *257 responses: '200': description: Response @@ -57052,8 +57065,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *255 - *256 + - *257 - 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 @@ -57181,8 +57194,8 @@ paths: parameters: - *17 - *19 - - *255 - *256 + - *257 responses: '200': description: Response @@ -57198,7 +57211,7 @@ paths: type: integer codespaces: type: array - items: *182 + items: *183 examples: default: value: @@ -57496,8 +57509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -57561,17 +57574,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '400': *14 '401': *23 '403': *27 @@ -57600,8 +57613,8 @@ paths: parameters: - *17 - *19 - - *255 - *256 + - *257 responses: '200': description: Response @@ -57665,8 +57678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *255 - *256 + - *257 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -57703,9 +57716,9 @@ paths: type: integer machines: type: array - items: *375 + items: *376 examples: - default: &574 + default: &575 value: total_count: 2 machines: @@ -57745,8 +57758,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *255 - *256 + - *257 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -57833,8 +57846,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: - - *255 - *256 + - *257 - 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 @@ -57903,8 +57916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -57922,7 +57935,7 @@ paths: type: integer secrets: type: array - items: &379 + items: &380 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -57943,7 +57956,7 @@ paths: - created_at - updated_at examples: - default: *376 + default: *377 headers: Link: *56 x-github: @@ -57966,16 +57979,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -57995,17 +58008,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58025,8 +58038,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 requestBody: required: true @@ -58079,8 +58092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '204': @@ -58109,8 +58122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *255 - *256 + - *257 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -58148,7 +58161,7 @@ paths: application/json: schema: type: array - items: &381 + items: &382 title: Collaborator description: Collaborator type: object @@ -58341,8 +58354,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *255 - *256 + - *257 - *127 responses: '204': @@ -58385,8 +58398,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *255 - *256 + - *257 - *127 requestBody: required: false @@ -58413,7 +58426,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &445 + schema: &446 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -58634,8 +58647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *255 - *256 + - *257 - *127 responses: '204': @@ -58665,8 +58678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *255 - *256 + - *257 - *127 responses: '200': @@ -58687,7 +58700,7 @@ paths: user: anyOf: - type: 'null' - - *381 + - *382 required: - permission - role_name @@ -58741,8 +58754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -58752,7 +58765,7 @@ paths: application/json: schema: type: array - items: &382 + items: &383 title: Commit Comment description: Commit Comment type: object @@ -58810,7 +58823,7 @@ paths: - created_at - updated_at examples: - default: &385 + default: &386 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58869,17 +58882,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *255 - *256 + - *257 - *72 responses: '200': description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: &386 + default: &387 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58936,8 +58949,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -58960,7 +58973,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -59011,8 +59024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *255 - *256 + - *257 - *72 responses: '204': @@ -59034,8 +59047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *255 - *256 + - *257 - *72 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -59062,9 +59075,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 '404': *6 @@ -59085,8 +59098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -59119,16 +59132,16 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '422': *15 x-github: githubCloudOnly: false @@ -59150,10 +59163,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *255 - *256 + - *257 - *72 - - *251 + - *252 responses: '204': description: Response @@ -59202,8 +59215,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *255 - *256 + - *257 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -59259,9 +59272,9 @@ paths: application/json: schema: type: array - items: *383 + items: *384 examples: - default: &493 + default: &494 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59355,9 +59368,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *255 - *256 - - &384 + - *257 + - &385 name: commit_sha description: The SHA of the commit. in: path @@ -59429,9 +59442,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *255 - *256 - - *384 + - *257 + - *385 - *17 - *19 responses: @@ -59441,9 +59454,9 @@ paths: application/json: schema: type: array - items: *382 + items: *383 examples: - default: *385 + default: *386 headers: Link: *56 x-github: @@ -59471,9 +59484,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *255 - *256 - - *384 + - *257 + - *385 requestBody: required: true content: @@ -59508,9 +59521,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *386 + default: *387 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59538,9 +59551,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *255 - *256 - - *384 + - *257 + - *385 - *17 - *19 responses: @@ -59550,7 +59563,7 @@ paths: application/json: schema: type: array - items: &484 + items: &485 title: Pull Request Simple description: Pull Request Simple type: object @@ -59670,7 +59683,7 @@ paths: milestone: anyOf: - type: 'null' - - *387 + - *388 active_lock_reason: type: - string @@ -59725,7 +59738,7 @@ paths: type: - array - 'null' - items: *178 + items: *179 head: type: object properties: @@ -59769,7 +59782,7 @@ paths: _links: type: object properties: - comments: &388 + comments: &389 title: Link description: Hypermedia Link type: object @@ -59778,13 +59791,13 @@ paths: type: string required: - href - commits: *388 - statuses: *388 - html: *388 - issue: *388 - review_comments: *388 - review_comment: *388 - self: *388 + commits: *389 + statuses: *389 + html: *389 + issue: *389 + review_comments: *389 + review_comment: *389 + self: *389 required: - comments - commits @@ -59795,7 +59808,7 @@ paths: - review_comment - self author_association: *59 - auto_merge: &486 + auto_merge: &487 title: Auto merge description: The status of auto merging a pull request. type: @@ -59860,7 +59873,7 @@ paths: - author_association - auto_merge examples: - default: &485 + default: &486 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -60397,11 +60410,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *255 - *256 + - *257 - *19 - *17 - - &389 + - &390 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)" @@ -60416,9 +60429,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: &472 + default: &473 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60531,11 +60544,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *255 - *256 - - *389 + - *257 - *390 - *391 + - *392 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -60569,9 +60582,9 @@ paths: type: integer check_runs: type: array - items: *335 + items: *336 examples: - default: *392 + default: *393 headers: Link: *56 x-github: @@ -60596,9 +60609,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *255 - *256 - - *389 + - *257 + - *390 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -60606,7 +60619,7 @@ paths: schema: type: integer example: 1 - - *390 + - *391 - *17 - *19 responses: @@ -60624,7 +60637,7 @@ paths: type: integer check_suites: type: array - items: *339 + items: *340 examples: default: value: @@ -60824,9 +60837,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *255 - *256 - - *389 + - *257 + - *390 - *17 - *19 responses: @@ -61028,9 +61041,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *255 - *256 - - *389 + - *257 + - *390 - *17 - *19 responses: @@ -61040,7 +61053,7 @@ paths: application/json: schema: type: array - items: &548 + items: &549 title: Status description: The status of a commit. type: object @@ -61121,7 +61134,7 @@ paths: site_admin: false headers: Link: *56 - '301': *267 + '301': *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61149,8 +61162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -61183,11 +61196,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *393 + - *394 code_of_conduct_file: anyOf: - type: 'null' - - &394 + - &395 title: Community Health File type: object properties: @@ -61207,19 +61220,19 @@ paths: contributing: anyOf: - type: 'null' - - *394 + - *395 readme: anyOf: - type: 'null' - - *394 + - *395 issue_template: anyOf: - type: 'null' - - *394 + - *395 pull_request_template: anyOf: - type: 'null' - - *394 + - *395 required: - code_of_conduct - code_of_conduct_file @@ -61348,8 +61361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *255 - *256 + - *257 - *19 - *17 - name: basehead @@ -61397,8 +61410,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *383 - merge_base_commit: *383 + base_commit: *384 + merge_base_commit: *384 status: type: string enum: @@ -61422,10 +61435,10 @@ paths: - 6 commits: type: array - items: *383 + items: *384 files: type: array - items: *395 + items: *396 required: - url - html_url @@ -61711,8 +61724,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *255 - *256 + - *257 - name: path description: path parameter in: path @@ -61863,7 +61876,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &396 + response-if-content-is-a-file: &397 summary: Response if content is a file value: type: file @@ -62000,7 +62013,7 @@ paths: - size - type - url - - &498 + - &499 title: Content File description: Content File type: object @@ -62218,7 +62231,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *396 + response-if-content-is-a-file: *397 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -62287,7 +62300,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *397 + '302': *398 '304': *35 x-github: githubCloudOnly: false @@ -62310,8 +62323,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *255 - *256 + - *257 - name: path description: path parameter in: path @@ -62406,7 +62419,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: File Commit description: File Commit type: object @@ -62562,7 +62575,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: example-for-creating-a-file: value: @@ -62616,7 +62629,7 @@ paths: schema: oneOf: - *3 - - &427 + - &428 description: Repository rule violation was detected type: object properties: @@ -62637,7 +62650,7 @@ paths: items: type: object properties: - placeholder_id: &540 + placeholder_id: &541 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -62669,8 +62682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *255 - *256 + - *257 - name: path description: path parameter in: path @@ -62731,7 +62744,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -62786,8 +62799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *255 - *256 + - *257 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -62911,8 +62924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *255 - *256 + - *257 - *142 - *143 - *144 @@ -62925,6 +62938,7 @@ paths: type: string - *146 - *147 + - *148 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -62944,8 +62958,8 @@ paths: default: 30 - *37 - *38 - - *148 - *149 + - *150 responses: '200': description: Response @@ -62953,7 +62967,7 @@ paths: application/json: schema: type: array - items: &401 + items: &402 type: object description: A Dependabot alert. properties: @@ -62988,7 +63002,7 @@ paths: - development - runtime - - security_advisory: *399 + security_advisory: *400 security_vulnerability: *49 url: *54 html_url: *55 @@ -63019,7 +63033,7 @@ paths: dismissal. maxLength: 280 fixed_at: *128 - auto_dismissed_at: *400 + auto_dismissed_at: *401 required: - number - state @@ -63246,9 +63260,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *255 - *256 - - &402 + - *257 + - &403 name: alert_number in: path description: |- @@ -63263,7 +63277,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -63373,9 +63387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *255 - *256 - - *402 + - *257 + - *403 requestBody: required: true content: @@ -63420,7 +63434,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -63549,8 +63563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -63568,7 +63582,7 @@ paths: type: integer secrets: type: array - items: &405 + items: &406 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -63622,16 +63636,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63651,15 +63665,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -63685,8 +63699,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 requestBody: required: true @@ -63739,8 +63753,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '204': @@ -63763,8 +63777,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: - - *255 - *256 + - *257 - 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 @@ -63938,8 +63952,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: - - *255 - *256 + - *257 responses: '200': description: Response @@ -64199,8 +64213,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: - - *255 - *256 + - *257 requestBody: required: true content: @@ -64283,7 +64297,7 @@ paths: - version - url additionalProperties: false - metadata: &406 + metadata: &407 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -64322,7 +64336,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *406 + metadata: *407 resolved: type: object description: A collection of resolved package dependencies. @@ -64336,7 +64350,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *406 + metadata: *407 relationship: type: string description: A notation of whether a dependency is requested @@ -64469,8 +64483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *255 - *256 + - *257 - name: sha description: The SHA recorded at creation time. in: query @@ -64511,9 +64525,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *56 x-github: @@ -64579,8 +64593,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -64662,7 +64676,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: simple-example: summary: Simple example @@ -64735,9 +64749,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *255 - *256 - - &409 + - *257 + - &410 name: deployment_id description: deployment_id parameter in: path @@ -64749,7 +64763,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -64814,9 +64828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *255 - *256 - - *409 + - *257 + - *410 responses: '204': description: Response @@ -64838,9 +64852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *255 - *256 - - *409 + - *257 + - *410 - *17 - *19 responses: @@ -64850,7 +64864,7 @@ paths: application/json: schema: type: array - items: &410 + items: &411 title: Deployment Status description: The status of a deployment. type: object @@ -65014,9 +65028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *255 - *256 - - *409 + - *257 + - *410 requestBody: required: true content: @@ -65091,9 +65105,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &411 + default: &412 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -65149,9 +65163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *255 - *256 - - *409 + - *257 + - *410 - name: status_id in: path required: true @@ -65162,9 +65176,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 + default: *412 '404': *6 x-github: githubCloudOnly: false @@ -65189,8 +65203,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -65247,8 +65261,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -65266,7 +65280,7 @@ paths: - 5 environments: type: array - items: &413 + items: &414 title: Environment description: Details of a deployment environment type: object @@ -65328,7 +65342,7 @@ paths: type: string examples: - wait_timer - wait_timer: &415 + wait_timer: &416 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -65370,11 +65384,11 @@ paths: items: type: object properties: - type: *412 + type: *413 reviewer: anyOf: - *4 - - *178 + - *179 required: - id - node_id @@ -65397,7 +65411,7 @@ paths: - id - node_id - type - deployment_branch_policy: &416 + deployment_branch_policy: &417 type: - object - 'null' @@ -65514,9 +65528,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *255 - *256 - - &414 + - *257 + - &415 name: environment_name in: path required: true @@ -65529,9 +65543,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: &417 + default: &418 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -65615,9 +65629,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *255 - *256 - - *414 + - *257 + - *415 requestBody: required: false content: @@ -65627,7 +65641,7 @@ paths: - object - 'null' properties: - wait_timer: *415 + wait_timer: *416 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -65646,14 +65660,14 @@ paths: items: type: object properties: - type: *412 + type: *413 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *416 + deployment_branch_policy: *417 additionalProperties: false examples: default: @@ -65673,9 +65687,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: *417 + default: *418 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -65699,9 +65713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *255 - *256 - - *414 + - *257 + - *415 responses: '204': description: Default response @@ -65726,9 +65740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *17 - *19 responses: @@ -65747,7 +65761,7 @@ paths: - 2 branch_policies: type: array - items: &418 + items: &419 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -65808,9 +65822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *255 - *256 - - *414 + - *257 + - *415 requestBody: required: true content: @@ -65858,9 +65872,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - example-wildcard: &419 + example-wildcard: &420 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -65902,10 +65916,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *255 - *256 - - *414 - - &420 + - *257 + - *415 + - &421 name: branch_policy_id in: path required: true @@ -65917,9 +65931,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65938,10 +65952,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *255 - *256 - - *414 - - *420 + - *257 + - *415 + - *421 requestBody: required: true content: @@ -65970,9 +65984,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65991,10 +66005,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *255 - *256 - - *414 - - *420 + - *257 + - *415 + - *421 responses: '204': description: Response @@ -66019,9 +66033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *414 + - *415 + - *257 - *256 - - *255 responses: '200': description: List of deployment protection rules @@ -66038,7 +66052,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &421 + items: &422 title: Deployment protection rule description: Deployment protection rule type: object @@ -66060,7 +66074,7 @@ paths: for the environment. examples: - true - app: &422 + app: &423 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -66163,9 +66177,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: - - *414 + - *415 + - *257 - *256 - - *255 requestBody: content: application/json: @@ -66186,9 +66200,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *421 + schema: *422 examples: - default: &423 + default: &424 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -66223,9 +66237,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: - - *414 + - *415 + - *257 - *256 - - *255 - *19 - *17 responses: @@ -66245,7 +66259,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *422 + items: *423 examples: default: value: @@ -66280,10 +66294,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *255 - *256 - - *414 - - &424 + - *257 + - *415 + - &425 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -66295,9 +66309,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66318,10 +66332,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *414 + - *415 + - *257 - *256 - - *255 - - *424 + - *425 responses: '204': description: Response @@ -66347,9 +66361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *17 - *19 responses: @@ -66367,9 +66381,9 @@ paths: type: integer secrets: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: Link: *56 x-github: @@ -66394,17 +66408,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *255 - *256 - - *414 + - *257 + - *415 responses: '200': description: Response content: application/json: - schema: *303 + schema: *304 examples: - default: *304 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66426,18 +66440,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *122 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66459,9 +66473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *122 requestBody: required: true @@ -66519,9 +66533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *122 responses: '204': @@ -66547,10 +66561,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *255 - *256 - - *414 - - *277 + - *257 + - *415 + - *278 - *19 responses: '200': @@ -66567,9 +66581,9 @@ paths: type: integer variables: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 headers: Link: *56 x-github: @@ -66592,9 +66606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *255 - *256 - - *414 + - *257 + - *415 requestBody: required: true content: @@ -66646,18 +66660,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *125 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66678,10 +66692,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *255 - *256 + - *257 - *125 - - *414 + - *415 requestBody: required: true content: @@ -66723,10 +66737,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *255 - *256 + - *257 - *125 - - *414 + - *415 responses: '204': description: Response @@ -66748,8 +66762,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -66826,8 +66840,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *255 - *256 + - *257 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -66986,8 +67000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -67020,9 +67034,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *268 + default: *269 '400': *14 '422': *15 '403': *27 @@ -67043,8 +67057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -67104,7 +67118,7 @@ paths: schema: oneOf: - *92 - - *427 + - *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67129,8 +67143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *255 - *256 + - *257 - name: file_sha in: path required: true @@ -67230,8 +67244,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -67340,7 +67354,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -67566,15 +67580,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *255 - *256 - - *384 + - *257 + - *385 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -67630,9 +67644,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *255 - *256 - - &429 + - *257 + - &430 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. @@ -67649,7 +67663,7 @@ paths: application/json: schema: type: array - items: &430 + items: &431 title: Git Reference description: Git references within a repository type: object @@ -67725,17 +67739,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *255 - *256 - - *429 + - *257 + - *430 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &431 + default: &432 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -67764,8 +67778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -67794,9 +67808,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -67822,9 +67836,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *255 - *256 - - *429 + - *257 + - *430 requestBody: required: true content: @@ -67853,9 +67867,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 '422': *15 '409': *44 x-github: @@ -67873,9 +67887,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *255 - *256 - - *429 + - *257 + - *430 responses: '204': description: Response @@ -67928,8 +67942,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -67996,7 +68010,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: Git Tag description: Metadata for a Git tag type: object @@ -68052,7 +68066,7 @@ paths: - sha - type - url - verification: *432 + verification: *433 required: - sha - url @@ -68062,7 +68076,7 @@ paths: - tag - message examples: - default: &434 + default: &435 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -68135,8 +68149,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *255 - *256 + - *257 - name: tag_sha in: path required: true @@ -68147,9 +68161,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '404': *6 '409': *44 x-github: @@ -68173,8 +68187,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -68248,7 +68262,7 @@ paths: description: Response content: application/json: - schema: &435 + schema: &436 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -68366,8 +68380,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *255 - *256 + - *257 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -68390,7 +68404,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default-response: summary: Default response @@ -68449,8 +68463,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -68460,7 +68474,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 title: Webhook description: Webhooks for repositories. type: object @@ -68523,7 +68537,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &647 + last_response: &648 title: Hook Response type: object properties: @@ -68600,8 +68614,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -68654,9 +68668,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &437 + default: &438 value: type: Repository id: 12345678 @@ -68704,17 +68718,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '404': *6 x-github: githubCloudOnly: false @@ -68734,9 +68748,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 requestBody: required: true content: @@ -68781,9 +68795,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '422': *15 '404': *6 x-github: @@ -68804,9 +68818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 responses: '204': description: Response @@ -68830,9 +68844,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *255 - *256 - - *155 + - *257 + - *156 responses: '200': description: Response @@ -68859,9 +68873,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *255 - *256 - - *155 + - *257 + - *156 requestBody: required: false content: @@ -68905,11 +68919,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *255 - *256 - - *155 - - *17 + - *257 - *156 + - *17 + - *157 responses: '200': description: Response @@ -68917,9 +68931,9 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: - default: *158 + default: *159 '400': *14 '422': *15 x-github: @@ -68938,18 +68952,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 - *16 responses: '200': description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *160 + default: *161 '400': *14 '422': *15 x-github: @@ -68968,9 +68982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 - *16 responses: '202': *45 @@ -68993,9 +69007,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 responses: '204': description: Response @@ -69020,9 +69034,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 responses: '204': description: Response @@ -69080,14 +69094,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: &438 + schema: &439 title: Import description: A repository import from an external source. type: object @@ -69194,7 +69208,7 @@ paths: - html_url - authors_url examples: - default: &441 + default: &442 value: vcs: subversion use_lfs: true @@ -69210,7 +69224,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': &439 + '503': &440 description: Unavailable due to service under maintenance. content: application/json: @@ -69239,8 +69253,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -69288,7 +69302,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -69313,7 +69327,7 @@ paths: type: string '422': *15 '404': *6 - '503': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69341,8 +69355,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -69394,7 +69408,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: example-1: summary: Example 1 @@ -69442,7 +69456,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': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69465,12 +69479,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *255 - *256 + - *257 responses: '204': description: Response - '503': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69496,9 +69510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *255 - *256 - - &597 + - *257 + - &598 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -69512,7 +69526,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Porter Author description: Porter Author type: object @@ -69566,7 +69580,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': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69591,8 +69605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *255 - *256 + - *257 - name: author_id in: path required: true @@ -69622,7 +69636,7 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -69635,7 +69649,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69659,8 +69673,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -69701,7 +69715,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69729,8 +69743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -69757,11 +69771,11 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *441 + default: *442 '422': *15 - '503': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69784,8 +69798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -69793,8 +69807,8 @@ paths: application/json: schema: *20 examples: - default: *442 - '301': *267 + default: *443 + '301': *268 '404': *6 x-github: githubCloudOnly: false @@ -69814,8 +69828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -69823,12 +69837,12 @@ paths: application/json: schema: anyOf: - - *173 + - *174 - type: object properties: {} additionalProperties: false examples: - default: &444 + default: &445 value: limit: collaborators_only origin: repository @@ -69853,13 +69867,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *255 - *256 + - *257 requestBody: required: true content: application/json: - schema: *443 + schema: *444 examples: default: summary: Example request body @@ -69871,9 +69885,9 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *444 + default: *445 '409': description: Response x-github: @@ -69895,8 +69909,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -69919,8 +69933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -69930,9 +69944,9 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: &590 + default: &591 value: - id: 1 repository: @@ -70063,9 +70077,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *255 - *256 - - *177 + - *257 + - *178 requestBody: required: false content: @@ -70094,7 +70108,7 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: default: value: @@ -70225,9 +70239,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *255 - *256 - - *177 + - *257 + - *178 responses: '204': description: Response @@ -70258,8 +70272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *255 - *256 + - *257 - 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 @@ -70299,7 +70313,7 @@ paths: required: false schema: type: string - - *179 + - *180 - name: sort description: What to sort results by. in: query @@ -70324,7 +70338,7 @@ paths: type: array items: *73 examples: - default: &454 + default: &455 value: - id: 1 node_id: MDU6SXNzdWUx @@ -70472,7 +70486,7 @@ paths: state_reason: completed headers: Link: *56 - '301': *267 + '301': *268 '422': *15 '404': *6 x-github: @@ -70501,8 +70515,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -70585,7 +70599,7 @@ paths: application/json: schema: *73 examples: - default: &449 + default: &450 value: id: 1 node_id: MDU6SXNzdWUx @@ -70741,7 +70755,7 @@ paths: '422': *15 '503': *61 '404': *6 - '410': *264 + '410': *265 x-github: triggersNotification: true githubCloudOnly: false @@ -70769,8 +70783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *255 - *256 + - *257 - *82 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -70791,9 +70805,9 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: &451 + default: &452 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70851,17 +70865,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *255 - *256 + - *257 - *72 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &447 + default: &448 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70915,8 +70929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -70939,9 +70953,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '422': *15 x-github: githubCloudOnly: false @@ -70959,8 +70973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *255 - *256 + - *257 - *72 responses: '204': @@ -70981,8 +70995,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *255 - *256 + - *257 - *72 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -71009,9 +71023,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 '404': *6 @@ -71032,8 +71046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -71066,16 +71080,16 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '422': *15 x-github: githubCloudOnly: false @@ -71097,10 +71111,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *255 - *256 + - *257 - *72 - - *251 + - *252 responses: '204': description: Response @@ -71120,8 +71134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -71131,7 +71145,7 @@ paths: application/json: schema: type: array - items: &448 + items: &449 title: Issue Event description: Issue Event type: object @@ -71211,7 +71225,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *178 + requested_team: *179 dismissed_review: title: Issue Event Dismissed Review type: object @@ -71470,8 +71484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *255 - *256 + - *257 - name: event_id in: path required: true @@ -71482,7 +71496,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: default: value: @@ -71675,7 +71689,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *264 + '410': *265 '403': *27 x-github: githubCloudOnly: false @@ -71709,9 +71723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *255 - *256 - - &450 + - *257 + - &451 name: issue_number description: The number that identifies the issue. in: path @@ -71725,10 +71739,10 @@ paths: application/json: schema: *73 examples: - default: *449 - '301': *267 + default: *450 + '301': *268 '404': *6 - '410': *264 + '410': *265 '304': *35 x-github: githubCloudOnly: false @@ -71753,9 +71767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: false content: @@ -71865,13 +71879,13 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 '422': *15 '503': *61 '403': *27 - '301': *267 + '301': *268 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71889,9 +71903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: false content: @@ -71919,7 +71933,7 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71935,9 +71949,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: content: application/json: @@ -71964,7 +71978,7 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71986,9 +72000,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: - - *255 - *256 - - *450 + - *257 + - *451 - name: assignee in: path required: true @@ -72028,9 +72042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *255 - *256 - - *450 + - *257 + - *451 - *63 - *17 - *19 @@ -72041,13 +72055,13 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: *451 + default: *452 headers: Link: *56 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72076,9 +72090,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: true content: @@ -72100,16 +72114,16 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *264 + '410': *265 '422': *15 '404': *6 x-github: @@ -72129,9 +72143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *255 - *256 - - *450 + - *257 + - *451 - *17 - *19 responses: @@ -72145,7 +72159,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &455 + - &456 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -72194,7 +72208,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &456 + - &457 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -72322,7 +72336,7 @@ paths: - performed_via_github_app - assignee - assigner - - &457 + - &458 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -72368,7 +72382,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &458 + - &459 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -72414,7 +72428,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &459 + - &460 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -72463,7 +72477,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &460 + - &461 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -72492,7 +72506,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *178 + requested_team: *179 requested_reviewer: *4 required: - review_requester @@ -72505,7 +72519,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &461 + - &462 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -72534,7 +72548,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *178 + requested_team: *179 requested_reviewer: *4 required: - review_requester @@ -72547,7 +72561,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &462 + - &463 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -72603,7 +72617,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &463 + - &464 title: Locked Issue Event description: Locked Issue Event type: object @@ -72648,7 +72662,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &464 + - &465 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -72709,7 +72723,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &465 + - &466 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -72770,7 +72784,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &466 + - &467 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -72831,7 +72845,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &467 + - &468 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -72924,7 +72938,7 @@ paths: color: red headers: Link: *56 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72941,9 +72955,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 - *17 - *19 responses: @@ -72953,7 +72967,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -73008,7 +73022,7 @@ paths: - color - default examples: - default: &453 + default: &454 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -73026,9 +73040,9 @@ paths: default: false headers: Link: *56 - '301': *267 + '301': *268 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73045,9 +73059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: false content: @@ -73106,12 +73120,12 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *453 - '301': *267 + default: *454 + '301': *268 '404': *6 - '410': *264 + '410': *265 '422': *15 x-github: githubCloudOnly: false @@ -73128,9 +73142,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: false content: @@ -73190,12 +73204,12 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *453 - '301': *267 + default: *454 + '301': *268 '404': *6 - '410': *264 + '410': *265 '422': *15 x-github: githubCloudOnly: false @@ -73212,15 +73226,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 responses: '204': description: Response - '301': *267 + '301': *268 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73239,9 +73253,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 - name: name in: path required: true @@ -73254,7 +73268,7 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: default: value: @@ -73265,9 +73279,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *267 + '301': *268 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73287,9 +73301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: false content: @@ -73318,7 +73332,7 @@ paths: '204': description: Response '403': *27 - '410': *264 + '410': *265 '404': *6 '422': *15 x-github: @@ -73336,9 +73350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 responses: '204': description: Response @@ -73360,9 +73374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 - 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. @@ -73388,13 +73402,13 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73412,9 +73426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: true content: @@ -73446,16 +73460,16 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '422': *15 x-github: githubCloudOnly: false @@ -73477,10 +73491,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *255 - *256 - - *450 - - *251 + - *257 + - *451 + - *252 responses: '204': description: Response @@ -73509,9 +73523,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: true content: @@ -73521,7 +73535,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -73535,7 +73549,7 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -73568,9 +73582,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *255 - *256 - - *450 + - *257 + - *451 - *17 - *19 responses: @@ -73582,11 +73596,11 @@ paths: type: array items: *73 examples: - default: *454 + default: *455 headers: Link: *56 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73614,9 +73628,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: true content: @@ -73626,7 +73640,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -73644,14 +73659,14 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *264 + '410': *265 '422': *15 '404': *6 x-github: @@ -73671,9 +73686,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: true content: @@ -73706,7 +73721,7 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 '403': *27 '404': *6 '422': *7 @@ -73728,9 +73743,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 - *17 - *19 responses: @@ -73745,7 +73760,6 @@ paths: description: Timeline Event type: object anyOf: - - *455 - *456 - *457 - *458 @@ -73758,6 +73772,7 @@ paths: - *465 - *466 - *467 + - *468 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -74080,7 +74095,7 @@ paths: type: string comments: type: array - items: &487 + items: &488 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -74318,7 +74333,7 @@ paths: type: string comments: type: array - items: *382 + items: *383 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -74593,7 +74608,7 @@ paths: headers: Link: *56 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74610,8 +74625,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -74621,7 +74636,7 @@ paths: application/json: schema: type: array - items: &468 + items: &469 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -74688,8 +74703,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -74725,9 +74740,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: &469 + default: &470 value: id: 1 key: ssh-rsa AAA... @@ -74761,9 +74776,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *255 - *256 - - &470 + - *257 + - &471 name: key_id description: The unique identifier of the key. in: path @@ -74775,9 +74790,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 '404': *6 x-github: githubCloudOnly: false @@ -74795,9 +74810,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *255 - *256 - - *470 + - *257 + - *471 responses: '204': description: Response @@ -74817,8 +74832,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -74828,9 +74843,9 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *453 + default: *454 headers: Link: *56 '404': *6 @@ -74851,8 +74866,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -74888,9 +74903,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: &471 + default: &472 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74922,8 +74937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *255 - *256 + - *257 - name: name in: path required: true @@ -74934,9 +74949,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *471 + default: *472 '404': *6 x-github: githubCloudOnly: false @@ -74953,8 +74968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *255 - *256 + - *257 - name: name in: path required: true @@ -74993,7 +75008,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -75019,8 +75034,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *255 - *256 + - *257 - name: name in: path required: true @@ -75046,8 +75061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -75086,9 +75101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *255 - *256 - - *360 + - *257 + - *361 responses: '200': description: Response @@ -75235,8 +75250,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -75301,8 +75316,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -75336,9 +75351,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *383 + schema: *384 examples: - default: *472 + default: *473 '204': description: Response when already merged '404': @@ -75363,8 +75378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *255 - *256 + - *257 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -75405,7 +75420,7 @@ paths: application/json: schema: type: array - items: *387 + items: *388 examples: default: value: @@ -75461,8 +75476,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -75502,9 +75517,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: &473 + default: &474 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -75563,9 +75578,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *255 - *256 - - &474 + - *257 + - &475 name: milestone_number description: The number that identifies the milestone. in: path @@ -75577,9 +75592,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *473 + default: *474 '404': *6 x-github: githubCloudOnly: false @@ -75596,9 +75611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *255 - *256 - - *474 + - *257 + - *475 requestBody: required: false content: @@ -75636,9 +75651,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *473 + default: *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75654,9 +75669,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *255 - *256 - - *474 + - *257 + - *475 responses: '204': description: Response @@ -75677,9 +75692,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *255 - *256 - - *474 + - *257 + - *475 - *17 - *19 responses: @@ -75689,9 +75704,9 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *453 + default: *454 headers: Link: *56 x-github: @@ -75710,12 +75725,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *255 - *256 - - *475 + - *257 - *476 - - *63 - *477 + - *63 + - *478 - *17 - *19 responses: @@ -75727,7 +75742,7 @@ paths: type: array items: *85 examples: - default: *478 + default: *479 headers: Link: *56 x-github: @@ -75751,8 +75766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -75810,14 +75825,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: &479 + schema: &480 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -75961,7 +75976,7 @@ paths: - custom_404 - public examples: - default: &480 + default: &481 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -76002,8 +76017,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -76058,9 +76073,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *480 + default: *481 '422': *15 '409': *44 x-github: @@ -76083,8 +76098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -76184,8 +76199,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -76211,8 +76226,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -76222,7 +76237,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Page Build description: Page Build type: object @@ -76314,8 +76329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *255 - *256 + - *257 responses: '201': description: Response @@ -76362,16 +76377,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: &482 + default: &483 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -76419,8 +76434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *255 - *256 + - *257 - name: build_id in: path required: true @@ -76431,9 +76446,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: *482 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76453,8 +76468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -76563,9 +76578,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *255 - *256 - - &483 + - *257 + - &484 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -76623,9 +76638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *255 - *256 - - *483 + - *257 + - *484 responses: '204': *136 '404': *6 @@ -76652,8 +76667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -76948,8 +76963,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: - - *255 - *256 + - *257 responses: '200': description: Private vulnerability reporting status @@ -76986,8 +77001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': *136 '422': *14 @@ -77008,8 +77023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': *136 '422': *14 @@ -77032,8 +77047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *255 - *256 + - *257 - name: state description: Indicates the state of the projects to return. in: query @@ -77054,7 +77069,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -77094,7 +77109,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *264 + '410': *265 '422': *7 x-github: githubCloudOnly: false @@ -77114,8 +77129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -77141,13 +77156,13 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: - default: *263 + default: *264 '401': *23 '403': *27 '404': *6 - '410': *264 + '410': *265 '422': *7 x-github: githubCloudOnly: false @@ -77167,8 +77182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -77176,7 +77191,7 @@ paths: application/json: schema: type: array - items: *215 + items: *216 examples: default: value: @@ -77207,8 +77222,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: - - *255 - *256 + - *257 requestBody: required: true content: @@ -77220,7 +77235,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *215 + items: *216 required: - properties examples: @@ -77270,8 +77285,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *255 - *256 + - *257 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -77331,9 +77346,9 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *56 '304': *35 @@ -77365,8 +77380,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -77433,7 +77448,7 @@ paths: description: Response content: application/json: - schema: &489 + schema: &490 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -77562,7 +77577,7 @@ paths: milestone: anyOf: - type: 'null' - - *387 + - *388 active_lock_reason: type: - string @@ -77617,7 +77632,7 @@ paths: type: - array - 'null' - items: *193 + items: *194 head: type: object properties: @@ -77655,14 +77670,14 @@ paths: _links: type: object properties: - comments: *388 - commits: *388 - statuses: *388 - html: *388 - issue: *388 - review_comments: *388 - review_comment: *388 - self: *388 + comments: *389 + commits: *389 + statuses: *389 + html: *389 + issue: *389 + review_comments: *389 + review_comment: *389 + self: *389 required: - comments - commits @@ -77673,7 +77688,7 @@ paths: - review_comment - self author_association: *59 - auto_merge: *486 + auto_merge: *487 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -77775,7 +77790,7 @@ paths: - merged_by - review_comments examples: - default: &490 + default: &491 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -78302,8 +78317,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *255 - *256 + - *257 - name: sort in: query required: false @@ -78332,9 +78347,9 @@ paths: application/json: schema: type: array - items: *487 + items: *488 examples: - default: &492 + default: &493 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78411,17 +78426,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *255 - *256 + - *257 - *72 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: &488 + default: &489 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78496,8 +78511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -78520,9 +78535,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78538,8 +78553,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *255 - *256 + - *257 - *72 responses: '204': @@ -78561,8 +78576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *255 - *256 + - *257 - *72 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -78589,9 +78604,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 '404': *6 @@ -78612,8 +78627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -78646,16 +78661,16 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '422': *15 x-github: githubCloudOnly: false @@ -78677,10 +78692,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *255 - *256 + - *257 - *72 - - *251 + - *252 responses: '204': description: Response @@ -78723,9 +78738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *255 - *256 - - &491 + - *257 + - &492 name: pull_number description: The number that identifies the pull request. in: path @@ -78738,9 +78753,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '304': *35 '404': *6 '406': @@ -78775,9 +78790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: false content: @@ -78819,9 +78834,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 '403': *27 x-github: @@ -78843,9 +78858,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: true content: @@ -78906,17 +78921,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '401': *23 '403': *27 '404': *6 @@ -78946,9 +78961,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 - *82 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -78969,9 +78984,9 @@ paths: application/json: schema: type: array - items: *487 + items: *488 examples: - default: *492 + default: *493 headers: Link: *56 x-github: @@ -79004,9 +79019,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: true content: @@ -79112,7 +79127,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: example-for-a-multi-line-comment: value: @@ -79200,9 +79215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *255 - *256 - - *491 + - *257 + - *492 - *72 requestBody: required: true @@ -79225,7 +79240,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: default: value: @@ -79311,9 +79326,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 - *17 - *19 responses: @@ -79323,9 +79338,9 @@ paths: application/json: schema: type: array - items: *383 + items: *384 examples: - default: *493 + default: *494 headers: Link: *56 x-github: @@ -79355,9 +79370,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *255 - *256 - - *491 + - *257 + - *492 - *17 - *19 responses: @@ -79367,7 +79382,7 @@ paths: application/json: schema: type: array - items: *395 + items: *396 examples: default: value: @@ -79405,9 +79420,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *255 - *256 - - *491 + - *257 + - *492 responses: '204': description: Response if pull request has been merged @@ -79430,9 +79445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: false content: @@ -79544,9 +79559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 responses: '200': description: Response @@ -79562,7 +79577,7 @@ paths: items: *4 teams: type: array - items: *178 + items: *179 required: - users - teams @@ -79621,9 +79636,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: false content: @@ -79660,7 +79675,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -80196,9 +80211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: true content: @@ -80232,7 +80247,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -80737,9 +80752,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 - *17 - *19 responses: @@ -80749,7 +80764,7 @@ paths: application/json: schema: type: array - items: &494 + items: &495 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -80905,9 +80920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: false content: @@ -80997,9 +81012,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &496 + default: &497 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81062,10 +81077,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *255 - *256 - - *491 - - &495 + - *257 + - *492 + - &496 name: review_id description: The unique identifier of the review. in: path @@ -81077,9 +81092,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &497 + default: &498 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81138,10 +81153,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *255 - *256 - - *491 - - *495 + - *257 + - *492 + - *496 requestBody: required: true content: @@ -81164,7 +81179,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: default: value: @@ -81226,18 +81241,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *255 - *256 - - *491 - - *495 + - *257 + - *492 + - *496 responses: '200': description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *496 + default: *497 '422': *7 '404': *6 x-github: @@ -81264,10 +81279,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *255 - *256 - - *491 - - *495 + - *257 + - *492 + - *496 - *17 - *19 responses: @@ -81365,9 +81380,9 @@ paths: _links: type: object properties: - self: *388 - html: *388 - pull_request: *388 + self: *389 + html: *389 + pull_request: *389 required: - self - html @@ -81518,10 +81533,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *255 - *256 - - *491 - - *495 + - *257 + - *492 + - *496 requestBody: required: true content: @@ -81550,7 +81565,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: default: value: @@ -81613,10 +81628,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *255 - *256 - - *491 - - *495 + - *257 + - *492 + - *496 requestBody: required: true content: @@ -81651,9 +81666,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *497 + default: *498 '404': *6 '422': *7 '403': *27 @@ -81675,9 +81690,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: false content: @@ -81741,8 +81756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *255 - *256 + - *257 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -81755,9 +81770,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &499 + default: &500 value: type: file encoding: base64 @@ -81799,8 +81814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *255 - *256 + - *257 - name: dir description: The alternate path to look for a README file in: path @@ -81820,9 +81835,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 '404': *6 '422': *15 x-github: @@ -81844,8 +81859,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -81855,7 +81870,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 title: Release description: A release. type: object @@ -81927,7 +81942,7 @@ paths: author: *4 assets: type: array - items: &501 + items: &502 title: Release Asset description: Data related to a release. type: object @@ -82107,8 +82122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -82184,9 +82199,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: &504 + default: &505 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -82289,9 +82304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *255 - *256 - - &502 + - *257 + - &503 name: asset_id description: The unique identifier of the asset. in: path @@ -82303,9 +82318,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: &503 + default: &504 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 @@ -82339,7 +82354,7 @@ paths: type: User site_admin: false '404': *6 - '302': *397 + '302': *398 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82355,9 +82370,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *255 - *256 - - *502 + - *257 + - *503 requestBody: required: false content: @@ -82386,9 +82401,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82404,9 +82419,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *255 - *256 - - *502 + - *257 + - *503 responses: '204': description: Response @@ -82430,8 +82445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -82517,16 +82532,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *504 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82543,8 +82558,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *255 - *256 + - *257 - name: tag description: tag parameter in: path @@ -82557,9 +82572,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *504 + default: *505 '404': *6 x-github: githubCloudOnly: false @@ -82581,9 +82596,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *255 - *256 - - &505 + - *257 + - &506 name: release_id description: The unique identifier of the release. in: path @@ -82597,9 +82612,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: *500 + schema: *501 examples: - default: *504 + default: *505 '401': description: Unauthorized x-github: @@ -82617,9 +82632,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *255 - *256 - - *505 + - *257 + - *506 requestBody: required: false content: @@ -82683,9 +82698,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *504 + default: *505 '404': description: Not Found if the discussion category name is invalid content: @@ -82706,9 +82721,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *255 - *256 - - *505 + - *257 + - *506 responses: '204': description: Response @@ -82728,9 +82743,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *255 - *256 - - *505 + - *257 + - *506 - *17 - *19 responses: @@ -82740,7 +82755,7 @@ paths: application/json: schema: type: array - items: *501 + items: *502 examples: default: value: @@ -82820,9 +82835,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: - - *255 - *256 - - *505 + - *257 + - *506 - name: name in: query required: true @@ -82848,7 +82863,7 @@ paths: description: Response for successful upload content: application/json: - schema: *501 + schema: *502 examples: response-for-successful-upload: value: @@ -82902,9 +82917,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *255 - *256 - - *505 + - *257 + - *506 - 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. @@ -82928,9 +82943,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 '404': *6 @@ -82951,9 +82966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *255 - *256 - - *505 + - *257 + - *506 requestBody: required: true content: @@ -82983,16 +82998,16 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '422': *15 x-github: githubCloudOnly: false @@ -83014,10 +83029,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *255 - *256 - - *505 - - *251 + - *257 + - *506 + - *252 responses: '204': description: Response @@ -83041,9 +83056,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *255 - *256 - - *323 + - *257 + - *324 - *17 - *19 responses: @@ -83059,8 +83074,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *506 - - &508 + - *507 + - &509 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83080,53 +83095,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *507 - *508 - - allOf: - *509 - - *508 - allOf: - *510 - - *508 + - *509 - allOf: - *511 - - *508 + - *509 - allOf: - *512 - - *508 + - *509 - allOf: - *513 - - *508 + - *509 - allOf: - *514 - - *508 + - *509 - allOf: - *515 - - *508 + - *509 - allOf: - *516 - - *508 + - *509 - allOf: - *517 - - *508 + - *509 - allOf: - *518 - - *508 + - *509 - allOf: - *519 - - *508 + - *509 - allOf: - *520 - - *508 + - *509 - allOf: - *521 - - *508 + - *509 - allOf: - *522 - - *508 + - *509 - allOf: - *523 - - *508 + - *509 + - allOf: + - *524 + - *509 examples: default: value: @@ -83165,8 +83180,8 @@ paths: category: repos subcategory: rules parameters: - - *255 - *256 + - *257 - *17 - *19 - name: includes_parents @@ -83177,7 +83192,7 @@ paths: schema: type: boolean default: true - - *524 + - *525 responses: '200': description: Response @@ -83185,7 +83200,7 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: default: value: @@ -83232,8 +83247,8 @@ paths: category: repos subcategory: rules parameters: - - *255 - *256 + - *257 requestBody: description: Request body required: true @@ -83253,16 +83268,16 @@ paths: - tag - push default: branch - enforcement: *219 + enforcement: *220 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *220 - conditions: *217 + items: *221 + conditions: *218 rules: type: array description: An array of rules within the ruleset. - items: *222 + items: *223 required: - name - enforcement @@ -83293,9 +83308,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: &534 + default: &535 value: id: 42 name: super cool ruleset @@ -83342,12 +83357,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *255 - *256 - - *525 + - *257 - *526 - *527 - *528 + - *529 - *17 - *19 responses: @@ -83355,9 +83370,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 '404': *6 '500': *139 x-github: @@ -83378,17 +83393,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *255 - *256 - - *531 + - *257 + - *532 responses: '200': description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '404': *6 '500': *139 x-github: @@ -83416,8 +83431,8 @@ paths: category: repos subcategory: rules parameters: - - *255 - *256 + - *257 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83437,9 +83452,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *534 + default: *535 '404': *6 '500': *139 put: @@ -83457,8 +83472,8 @@ paths: category: repos subcategory: rules parameters: - - *255 - *256 + - *257 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83483,16 +83498,16 @@ paths: - branch - tag - push - enforcement: *219 + enforcement: *220 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *220 - conditions: *217 + items: *221 + conditions: *218 rules: description: An array of rules within the ruleset. type: array - items: *222 + items: *223 examples: default: value: @@ -83520,9 +83535,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *534 + default: *535 '404': *6 '500': *139 delete: @@ -83540,8 +83555,8 @@ paths: category: repos subcategory: rules parameters: - - *255 - *256 + - *257 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83569,20 +83584,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *255 - *256 - - *225 + - *257 - *226 - *227 - *228 + - *229 - *46 - *19 - *17 - - *535 - *536 - - *229 + - *537 - *230 - *231 + - *232 responses: '200': description: Response @@ -83590,7 +83605,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 type: object properties: number: *51 @@ -83606,8 +83621,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *537 - resolution: *538 + state: *538 + resolution: *539 resolved_at: type: - string @@ -83820,15 +83835,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *255 - *256 - - *354 + - *257 + - *355 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -83880,9 +83895,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *255 - *256 - - *354 + - *257 + - *355 requestBody: required: true content: @@ -83890,8 +83905,8 @@ paths: schema: type: object properties: - state: *537 - resolution: *538 + state: *538 + resolution: *539 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -83910,7 +83925,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -83985,9 +84000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *255 - *256 - - *354 + - *257 + - *355 - *19 - *17 responses: @@ -83998,7 +84013,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &668 + items: &669 type: object properties: type: @@ -84377,8 +84392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -84386,14 +84401,14 @@ paths: schema: type: object properties: - reason: &541 + reason: &542 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *540 + placeholder_id: *541 required: - reason - placeholder_id @@ -84410,7 +84425,7 @@ paths: schema: type: object properties: - reason: *541 + reason: *542 expire_at: type: - string @@ -84454,8 +84469,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: - - *255 - *256 + - *257 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -84470,7 +84485,7 @@ paths: properties: incremental_scans: type: array - items: &542 + items: &543 description: Information on a single scan performed by secret scanning on the repository type: object @@ -84498,15 +84513,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *542 + items: *543 backfill_scans: type: array - items: *542 + items: *543 custom_pattern_backfill_scans: type: array items: allOf: - - *542 + - *543 - type: object properties: pattern_name: @@ -84576,8 +84591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *255 - *256 + - *257 - *46 - name: sort description: The property to sort the results by. @@ -84621,9 +84636,9 @@ paths: application/json: schema: type: array - items: *543 + items: *544 examples: - default: *544 + default: *545 '400': *14 '404': *6 x-github: @@ -84646,8 +84661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -84727,7 +84742,7 @@ paths: login: type: string description: The username of the user credited. - type: *234 + type: *235 required: - login - type @@ -84817,9 +84832,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: &546 + default: &547 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -85052,8 +85067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -85166,7 +85181,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -85313,17 +85328,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *255 - *256 - - *545 + - *257 + - *546 responses: '200': description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *546 + default: *547 '403': *27 '404': *6 x-github: @@ -85347,9 +85362,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *255 - *256 - - *545 + - *257 + - *546 requestBody: required: true content: @@ -85429,7 +85444,7 @@ paths: login: type: string description: The username of the user credited. - type: *234 + type: *235 required: - login - type @@ -85520,10 +85535,10 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *546 - add_credit: *546 + default: *547 + add_credit: *547 '403': *27 '404': *6 '422': @@ -85561,9 +85576,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: - - *255 - *256 - - *545 + - *257 + - *546 responses: '202': *45 '400': *14 @@ -85590,17 +85605,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *255 - *256 - - *545 + - *257 + - *546 responses: '202': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *268 + default: *269 '400': *14 '422': *15 '403': *27 @@ -85626,8 +85641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -85723,8 +85738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *255 - *256 + - *257 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -85733,7 +85748,7 @@ paths: application/json: schema: type: array - items: &547 + items: &548 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -85766,8 +85781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -85845,8 +85860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -85940,8 +85955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *255 - *256 + - *257 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -86095,8 +86110,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *255 - *256 + - *257 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -86106,7 +86121,7 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: default: value: @@ -86139,8 +86154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *255 - *256 + - *257 - name: sha in: path required: true @@ -86196,7 +86211,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -86250,8 +86265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -86263,7 +86278,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -86283,14 +86298,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *255 - *256 + - *257 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &549 + schema: &550 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -86363,8 +86378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -86390,7 +86405,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -86417,8 +86432,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -86438,8 +86453,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -86521,8 +86536,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -86530,7 +86545,7 @@ paths: application/json: schema: type: array - items: &550 + items: &551 title: Tag protection description: Tag protection type: object @@ -86587,8 +86602,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: - - *255 - *256 + - *257 requestBody: required: true content: @@ -86611,7 +86626,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -86642,8 +86657,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: - - *255 - *256 + - *257 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -86680,8 +86695,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *255 - *256 + - *257 - name: ref in: path required: true @@ -86717,8 +86732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -86728,9 +86743,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 headers: Link: *56 '404': *6 @@ -86750,8 +86765,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *255 - *256 + - *257 - *19 - *17 responses: @@ -86759,7 +86774,7 @@ paths: description: Response content: application/json: - schema: &551 + schema: &552 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -86771,7 +86786,7 @@ paths: required: - names examples: - default: &552 + default: &553 value: names: - octocat @@ -86794,8 +86809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -86826,9 +86841,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 '404': *6 '422': *7 x-github: @@ -86849,9 +86864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *255 - *256 - - &553 + - *257 + - &554 name: per description: The time frame to display results for. in: query @@ -86882,7 +86897,7 @@ paths: - 128 clones: type: array - items: &554 + items: &555 title: Traffic type: object properties: @@ -86969,8 +86984,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -87064,8 +87079,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -87128,9 +87143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *255 - *256 - - *553 + - *257 + - *554 responses: '200': description: Response @@ -87151,7 +87166,7 @@ paths: - 3782 views: type: array - items: *554 + items: *555 required: - uniques - count @@ -87228,8 +87243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -87503,8 +87518,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -87527,8 +87542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -87550,8 +87565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -87577,8 +87592,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *255 - *256 + - *257 - name: ref in: path required: true @@ -87670,9 +87685,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *268 + default: *269 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -87921,7 +87936,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &555 + text_matches: &556 title: Search Result Text Matches type: array items: @@ -88084,7 +88099,7 @@ paths: enum: - author-date - committer-date - - &556 + - &557 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -88153,7 +88168,7 @@ paths: committer: anyOf: - type: 'null' - - *321 + - *322 comment_count: type: integer message: @@ -88172,7 +88187,7 @@ paths: url: type: string format: uri - verification: *432 + verification: *433 required: - author - committer @@ -88187,7 +88202,7 @@ paths: committer: anyOf: - type: 'null' - - *321 + - *322 parents: type: array items: @@ -88204,7 +88219,7 @@ paths: type: number node_id: type: string - text_matches: *555 + text_matches: *556 required: - sha - node_id @@ -88396,7 +88411,7 @@ paths: - interactions - created - updated - - *556 + - *557 - *17 - *19 responses: @@ -88512,7 +88527,7 @@ paths: milestone: anyOf: - type: 'null' - - *387 + - *388 comments: type: integer created_at: @@ -88526,7 +88541,7 @@ paths: - string - 'null' format: date-time - text_matches: *555 + text_matches: *556 pull_request: type: object properties: @@ -88748,7 +88763,7 @@ paths: enum: - created - updated - - *556 + - *557 - *17 - *19 responses: @@ -88793,7 +88808,7 @@ paths: - 'null' score: type: number - text_matches: *555 + text_matches: *556 required: - id - node_id @@ -88878,7 +88893,7 @@ paths: - forks - help-wanted-issues - updated - - *556 + - *557 - *17 - *19 responses: @@ -89115,7 +89130,7 @@ paths: - admin - pull - push - text_matches: *555 + text_matches: *556 temp_clone_token: type: string allow_merge_commit: @@ -89423,7 +89438,7 @@ paths: - string - 'null' format: uri - text_matches: *555 + text_matches: *556 related: type: - array @@ -89616,7 +89631,7 @@ paths: - followers - repositories - joined - - *556 + - *557 - *17 - *19 responses: @@ -89726,7 +89741,7 @@ paths: type: - boolean - 'null' - text_matches: *555 + text_matches: *556 blog: type: - string @@ -89808,7 +89823,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &557 + - &558 name: team_id description: The unique identifier of the team. in: path @@ -89820,9 +89835,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *6 x-github: githubCloudOnly: false @@ -89849,7 +89864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *557 + - *558 requestBody: required: true content: @@ -89913,16 +89928,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '201': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *6 '422': *15 '403': *27 @@ -89950,7 +89965,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *557 + - *558 responses: '204': description: Response @@ -89981,7 +89996,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *557 + - *558 - *46 - *17 - *19 @@ -89992,9 +90007,9 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *558 + default: *559 headers: Link: *56 x-github: @@ -90023,7 +90038,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *557 + - *558 requestBody: required: true content: @@ -90057,9 +90072,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 x-github: triggersNotification: true githubCloudOnly: false @@ -90086,16 +90101,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *557 - - *244 + - *558 + - *245 responses: '200': description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90120,8 +90135,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *557 - - *244 + - *558 + - *245 requestBody: required: false content: @@ -90144,9 +90159,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *559 + default: *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90171,8 +90186,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *557 - - *244 + - *558 + - *245 responses: '204': description: Response @@ -90201,8 +90216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *557 - - *244 + - *558 + - *245 - *46 - *17 - *19 @@ -90213,9 +90228,9 @@ paths: application/json: schema: type: array - items: *245 + items: *246 examples: - default: *560 + default: *561 headers: Link: *56 x-github: @@ -90244,8 +90259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *557 - - *244 + - *558 + - *245 requestBody: required: true content: @@ -90267,9 +90282,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: triggersNotification: true githubCloudOnly: false @@ -90296,17 +90311,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *557 - - *244 - - *247 + - *558 + - *245 + - *248 responses: '200': description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90331,9 +90346,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *557 - - *244 - - *247 + - *558 + - *245 + - *248 requestBody: required: true content: @@ -90355,9 +90370,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *561 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90382,9 +90397,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *557 - - *244 - - *247 + - *558 + - *245 + - *248 responses: '204': description: Response @@ -90413,9 +90428,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *557 - - *244 - - *247 + - *558 + - *245 + - *248 - 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. @@ -90441,9 +90456,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 x-github: @@ -90472,9 +90487,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *557 - - *244 - - *247 + - *558 + - *245 + - *248 requestBody: required: true content: @@ -90506,9 +90521,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90534,8 +90549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *557 - - *244 + - *558 + - *245 - 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. @@ -90561,9 +90576,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 x-github: @@ -90592,8 +90607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *557 - - *244 + - *558 + - *245 requestBody: required: true content: @@ -90625,9 +90640,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90651,7 +90666,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *557 + - *558 - *17 - *19 responses: @@ -90661,9 +90676,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *56 x-github: @@ -90689,7 +90704,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *557 + - *558 - name: role description: Filters members returned by their role in the team. in: query @@ -90712,7 +90727,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '404': *6 @@ -90740,7 +90755,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *557 + - *558 - *127 responses: '204': @@ -90777,7 +90792,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *557 + - *558 - *127 responses: '204': @@ -90817,7 +90832,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *557 + - *558 - *127 responses: '204': @@ -90854,16 +90869,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *557 + - *558 - *127 responses: '200': description: Response content: application/json: - schema: *252 + schema: *253 examples: - response-if-user-is-a-team-maintainer: *562 + response-if-user-is-a-team-maintainer: *563 '404': *6 x-github: githubCloudOnly: false @@ -90896,7 +90911,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *557 + - *558 - *127 requestBody: required: false @@ -90922,9 +90937,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - response-if-users-membership-with-team-is-now-pending: *563 + response-if-users-membership-with-team-is-now-pending: *564 '403': description: Forbidden if team synchronization is set up '422': @@ -90958,7 +90973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *557 + - *558 - *127 responses: '204': @@ -90988,7 +91003,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *557 + - *558 - *17 - *19 responses: @@ -90998,9 +91013,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *564 + default: *565 headers: Link: *56 '404': *6 @@ -91027,16 +91042,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *557 - - *254 + - *558 + - *255 responses: '200': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *565 + default: *566 '404': description: Not Found if project is not managed by this team x-github: @@ -91061,8 +91076,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *557 - - *254 + - *558 + - *255 requestBody: required: false content: @@ -91130,8 +91145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *557 - - *254 + - *558 + - *255 responses: '204': description: Response @@ -91158,7 +91173,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *557 + - *558 - *17 - *19 responses: @@ -91170,7 +91185,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 '404': *6 @@ -91200,15 +91215,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *557 - - *255 + - *558 - *256 + - *257 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *566 + schema: *567 examples: alternative-response-with-extra-repository-information: value: @@ -91359,9 +91374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *557 - - *255 + - *558 - *256 + - *257 requestBody: required: false content: @@ -91411,9 +91426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *557 - - *255 + - *558 - *256 + - *257 responses: '204': description: Response @@ -91438,7 +91453,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *557 + - *558 - *17 - *19 responses: @@ -91448,9 +91463,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - response-if-child-teams-exist: *567 + response-if-child-teams-exist: *568 headers: Link: *56 '404': *6 @@ -91483,7 +91498,7 @@ paths: application/json: schema: oneOf: - - &569 + - &570 title: Private User description: Private User type: object @@ -91733,7 +91748,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *568 + - *569 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -91893,7 +91908,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -91972,7 +91987,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 '304': *35 '404': *6 '403': *27 @@ -92096,9 +92111,9 @@ paths: type: integer codespaces: type: array - items: *182 + items: *183 examples: - default: *183 + default: *184 '304': *35 '500': *139 '401': *23 @@ -92237,17 +92252,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '401': *23 '403': *27 '404': *6 @@ -92291,7 +92306,7 @@ paths: type: integer secrets: type: array - items: &570 + items: &571 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -92333,7 +92348,7 @@ paths: - visibility - selected_repositories_url examples: - default: *376 + default: *377 headers: Link: *56 x-github: @@ -92411,7 +92426,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -92557,7 +92572,7 @@ paths: type: array items: *114 examples: - default: *571 + default: *572 '401': *23 '403': *27 '404': *6 @@ -92701,15 +92716,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '304': *35 '500': *139 '401': *23 @@ -92735,7 +92750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 requestBody: required: false content: @@ -92765,9 +92780,9 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '401': *23 '403': *27 '404': *6 @@ -92789,7 +92804,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 responses: '202': *45 '304': *35 @@ -92818,13 +92833,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 responses: '202': description: Response content: application/json: - schema: &572 + schema: &573 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -92877,7 +92892,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &573 + default: &574 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -92909,7 +92924,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *184 + - *185 - name: export_id in: path required: true @@ -92922,9 +92937,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *573 + default: *574 '404': *6 x-github: githubCloudOnly: false @@ -92945,7 +92960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *184 + - *185 responses: '200': description: Response @@ -92961,9 +92976,9 @@ paths: type: integer machines: type: array - items: *375 + items: *376 examples: - default: *574 + default: *575 '304': *35 '500': *139 '401': *23 @@ -92992,7 +93007,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *184 + - *185 requestBody: required: true content: @@ -93048,11 +93063,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *266 + repository: *267 machine: anyOf: - type: 'null' - - *375 + - *376 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -93849,15 +93864,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '304': *35 '500': *139 '400': *14 @@ -93889,15 +93904,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '500': *139 '401': *23 '403': *27 @@ -93927,9 +93942,9 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: &587 + default: &588 value: - id: 197 name: hello_docker @@ -94030,7 +94045,7 @@ paths: application/json: schema: type: array - items: &575 + items: &576 title: Email description: Email type: object @@ -94100,9 +94115,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: &589 + default: &590 value: - email: octocat@github.com verified: true @@ -94179,7 +94194,7 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: default: value: @@ -94291,7 +94306,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '304': *35 @@ -94324,7 +94339,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '304': *35 @@ -94437,7 +94452,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: GPG Key description: A unique encryption key type: object @@ -94582,7 +94597,7 @@ paths: - subkeys - revoked examples: - default: &600 + default: &601 value: - id: 3 name: Octocat's GPG Key @@ -94667,9 +94682,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &577 + default: &578 value: id: 3 name: Octocat's GPG Key @@ -94726,7 +94741,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &578 + - &579 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -94738,9 +94753,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *577 + default: *578 '404': *6 '304': *35 '403': *27 @@ -94763,7 +94778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *578 + - *579 responses: '204': description: Response @@ -94954,7 +94969,7 @@ paths: type: array items: *58 examples: - default: *579 + default: *580 headers: Link: *56 '404': *6 @@ -95039,12 +95054,12 @@ paths: application/json: schema: anyOf: - - *173 + - *174 - type: object properties: {} additionalProperties: false examples: - default: *174 + default: *175 '204': description: Response when there are no restrictions x-github: @@ -95068,7 +95083,7 @@ paths: required: true content: application/json: - schema: *443 + schema: *444 examples: default: value: @@ -95079,7 +95094,7 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: default: value: @@ -95160,7 +95175,7 @@ paths: - closed - all default: open - - *179 + - *180 - name: sort description: What to sort results by. in: query @@ -95185,7 +95200,7 @@ paths: type: array items: *73 examples: - default: *180 + default: *181 headers: Link: *56 '404': *6 @@ -95218,7 +95233,7 @@ paths: application/json: schema: type: array - items: &580 + items: &581 title: Key description: Key type: object @@ -95316,9 +95331,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: &581 + default: &582 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95351,15 +95366,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *470 + - *471 responses: '200': description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: *581 + default: *582 '404': *6 '304': *35 '403': *27 @@ -95382,7 +95397,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *470 + - *471 responses: '204': description: Response @@ -95415,7 +95430,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -95494,7 +95509,7 @@ paths: - account - plan examples: - default: &583 + default: &584 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95556,9 +95571,9 @@ paths: application/json: schema: type: array - items: *582 + items: *583 examples: - default: *583 + default: *584 headers: Link: *56 '304': *35 @@ -95598,7 +95613,7 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: default: value: @@ -95706,7 +95721,7 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: default: value: @@ -95789,7 +95804,7 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: default: value: @@ -95857,7 +95872,7 @@ paths: application/json: schema: type: array - items: *188 + items: *189 examples: default: value: @@ -96119,7 +96134,7 @@ paths: description: Response content: application/json: - schema: *188 + schema: *189 examples: default: value: @@ -96299,7 +96314,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *189 + - *190 - name: exclude in: query required: false @@ -96312,7 +96327,7 @@ paths: description: Response content: application/json: - schema: *188 + schema: *189 examples: default: value: @@ -96506,7 +96521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *189 + - *190 responses: '302': description: Response @@ -96532,7 +96547,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *189 + - *190 responses: '204': description: Response @@ -96561,8 +96576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *189 - - *584 + - *190 + - *585 responses: '204': description: Response @@ -96586,7 +96601,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *189 + - *190 - *17 - *19 responses: @@ -96598,7 +96613,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 '404': *6 @@ -96635,7 +96650,7 @@ paths: type: array items: *141 examples: - default: *585 + default: *586 headers: Link: *56 '304': *35 @@ -96677,7 +96692,7 @@ paths: - docker - nuget - container - - *586 + - *587 - *19 - *17 responses: @@ -96687,10 +96702,10 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *587 - '400': *588 + default: *588 + '400': *589 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96710,16 +96725,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *197 - *198 + - *199 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: &601 + default: &602 value: id: 40201 name: octo-name @@ -96832,8 +96847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *197 - *198 + - *199 responses: '204': description: Response @@ -96863,8 +96878,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *197 - *198 + - *199 - name: token description: package token schema: @@ -96896,8 +96911,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: - - *197 - *198 + - *199 - *19 - *17 - name: state @@ -96917,7 +96932,7 @@ paths: application/json: schema: type: array - items: *199 + items: *200 examples: default: value: @@ -96966,15 +96981,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *197 - *198 - - *200 + - *199 + - *201 responses: '200': description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -97010,9 +97025,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *197 - *198 - - *200 + - *199 + - *201 responses: '204': description: Response @@ -97042,9 +97057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *197 - *198 - - *200 + - *199 + - *201 responses: '204': description: Response @@ -97102,7 +97117,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -97171,9 +97186,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *589 + default: *590 headers: Link: *56 '304': *35 @@ -97286,7 +97301,7 @@ paths: type: array items: *58 examples: - default: &596 + default: &597 summary: Default response value: - id: 1296269 @@ -97602,9 +97617,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *268 + default: *269 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -97642,9 +97657,9 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: *590 + default: *591 headers: Link: *56 '304': *35 @@ -97667,7 +97682,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *177 + - *178 responses: '204': description: Response @@ -97690,7 +97705,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *177 + - *178 responses: '204': description: Response @@ -97723,7 +97738,7 @@ paths: application/json: schema: type: array - items: &591 + items: &592 title: Social account description: Social media account type: object @@ -97740,7 +97755,7 @@ paths: - provider - url examples: - default: &592 + default: &593 value: - provider: twitter url: https://twitter.com/github @@ -97803,9 +97818,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: *592 + default: *593 '422': *15 '304': *35 '404': *6 @@ -97893,7 +97908,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -97913,7 +97928,7 @@ paths: - title - created_at examples: - default: &608 + default: &609 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97980,9 +97995,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &594 + default: &595 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98013,7 +98028,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: - - &595 + - &596 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -98025,9 +98040,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '404': *6 '304': *35 '403': *27 @@ -98050,7 +98065,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: - - *595 + - *596 responses: '204': description: Response @@ -98079,7 +98094,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &609 + - &610 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 @@ -98104,11 +98119,11 @@ paths: type: array items: *58 examples: - default-response: *596 + default-response: *597 application/vnd.github.v3.star+json: schema: type: array - items: &610 + items: &611 title: Starred Repository description: Starred Repository type: object @@ -98264,8 +98279,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: - - *255 - *256 + - *257 responses: '204': description: Response if this repository is starred by you @@ -98293,8 +98308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -98318,8 +98333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -98354,7 +98369,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 '304': *35 @@ -98391,7 +98406,7 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: default: value: @@ -98477,10 +98492,10 @@ paths: application/json: schema: oneOf: + - *570 - *569 - - *568 examples: - default-response: &598 + default-response: &599 summary: Default response value: login: octocat @@ -98515,7 +98530,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &599 + response-with-git-hub-plan-information: &600 summary: Response with GitHub plan information value: login: octocat @@ -98575,7 +98590,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *597 + - *598 - *17 responses: '200': @@ -98586,7 +98601,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: example: ; rel="next" @@ -98624,11 +98639,11 @@ paths: application/json: schema: oneOf: + - *570 - *569 - - *568 examples: - default-response: *598 - response-with-git-hub-plan-information: *599 + default-response: *599 + response-with-git-hub-plan-information: *600 '404': *6 x-github: githubCloudOnly: false @@ -98792,9 +98807,9 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *587 + default: *588 '403': *27 '401': *23 x-github: @@ -99077,7 +99092,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -99108,7 +99123,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -99198,9 +99213,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *600 + default: *601 headers: Link: *56 x-github: @@ -99304,7 +99319,7 @@ paths: application/json: schema: *20 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99382,7 +99397,7 @@ paths: type: array items: *141 examples: - default: *585 + default: *586 headers: Link: *56 x-github: @@ -99421,7 +99436,7 @@ paths: - docker - nuget - container - - *586 + - *587 - *127 - *19 - *17 @@ -99432,12 +99447,12 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *587 + default: *588 '403': *27 '401': *23 - '400': *588 + '400': *589 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99457,17 +99472,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *197 - *198 + - *199 - *127 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *601 + default: *602 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99488,8 +99503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *197 - *198 + - *199 - *127 responses: '204': @@ -99522,8 +99537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *197 - *198 + - *199 - *127 - name: token description: package token @@ -99556,8 +99571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *197 - *198 + - *199 - *127 responses: '200': @@ -99566,7 +99581,7 @@ paths: application/json: schema: type: array - items: *199 + items: *200 examples: default: value: @@ -99624,16 +99639,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *197 - *198 - - *200 + - *199 + - *201 - *127 responses: '200': description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -99668,10 +99683,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *197 - *198 + - *199 - *127 - - *200 + - *201 responses: '204': description: Response @@ -99703,10 +99718,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *197 - *198 + - *199 - *127 - - *200 + - *201 responses: '204': description: Response @@ -99750,7 +99765,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -100030,7 +100045,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -100060,9 +100075,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *603 + default: *604 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100090,9 +100105,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100120,9 +100135,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100150,9 +100165,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: *592 + default: *593 headers: Link: *56 x-github: @@ -100182,9 +100197,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *608 + default: *609 headers: Link: *56 x-github: @@ -100209,7 +100224,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *127 - - *609 + - *610 - *46 - *17 - *19 @@ -100221,11 +100236,11 @@ paths: schema: anyOf: - type: array - items: *610 + items: *611 - type: array items: *58 examples: - default-response: *596 + default-response: *597 headers: Link: *56 x-github: @@ -100256,7 +100271,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -100385,7 +100400,7 @@ webhooks: type: string enum: - disabled - enterprise: &611 + enterprise: &612 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -100454,7 +100469,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &612 + installation: &613 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -100475,7 +100490,7 @@ webhooks: required: - id - node_id - organization: &613 + organization: &614 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -100548,7 +100563,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &614 + repository: &615 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -101461,10 +101476,10 @@ webhooks: type: string enum: - enabled - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -101540,11 +101555,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - rule: &615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + rule: &616 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) @@ -101767,11 +101782,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - rule: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + rule: *616 sender: *4 required: - action @@ -101959,11 +101974,11 @@ webhooks: - everyone required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - rule: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + rule: *616 sender: *4 required: - action @@ -102047,7 +102062,7 @@ webhooks: type: string enum: - completed - check_run: &617 + check_run: &618 title: CheckRun description: A check performed on the code of a given code change type: object @@ -102115,7 +102130,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *334 + items: *335 repository: *114 status: type: string @@ -102160,7 +102175,7 @@ webhooks: - examples: - neutral - deployment: *616 + deployment: *617 details_url: type: string examples: @@ -102220,7 +102235,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *334 + items: *335 started_at: type: string format: date-time @@ -102258,9 +102273,9 @@ webhooks: - output - app - pull_requests - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - check_run @@ -102653,10 +102668,10 @@ webhooks: type: string enum: - created - check_run: *617 - installation: *612 - organization: *613 - repository: *614 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - check_run @@ -103052,10 +103067,10 @@ webhooks: type: string enum: - requested_action - check_run: *617 - installation: *612 - organization: *613 - repository: *614 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 requested_action: description: The action requested by the user. type: object @@ -103460,10 +103475,10 @@ webhooks: type: string enum: - rerequested - check_run: *617 - installation: *612 - organization: *613 - repository: *614 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - check_run @@ -104455,10 +104470,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -105143,10 +105158,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -105825,10 +105840,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -105994,7 +106009,7 @@ webhooks: required: - login - id - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -106146,20 +106161,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &618 + commit_oid: &619 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: *611 - installation: *612 - organization: *613 - ref: &619 + enterprise: *612 + installation: *613 + organization: *614 + ref: &620 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: *614 + repository: *615 sender: *4 required: - action @@ -106323,7 +106338,7 @@ webhooks: required: - login - id - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -106493,12 +106508,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *618 - enterprise: *611 - installation: *612 - organization: *613 - ref: *619 - repository: *614 + commit_oid: *619 + enterprise: *612 + installation: *613 + organization: *614 + ref: *620 + repository: *615 sender: *4 required: - action @@ -106596,7 +106611,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106775,12 +106790,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *618 - enterprise: *611 - installation: *612 - organization: *613 - ref: *619 - repository: *614 + commit_oid: *619 + enterprise: *612 + installation: *613 + organization: *614 + ref: *620 + repository: *615 sender: *4 required: - action @@ -106946,7 +106961,7 @@ webhooks: required: - login - id - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -107123,12 +107138,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *618 - enterprise: *611 - installation: *612 - organization: *613 - ref: *619 - repository: *614 + commit_oid: *619 + enterprise: *612 + installation: *613 + organization: *614 + ref: *620 + repository: *615 sender: *4 required: - action @@ -107228,7 +107243,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107408,9 +107423,9 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -107418,7 +107433,7 @@ webhooks: type: - string - 'null' - repository: *614 + repository: *615 sender: *4 required: - action @@ -107514,7 +107529,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107661,12 +107676,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *618 - enterprise: *611 - installation: *612 - organization: *613 - ref: *619 - repository: *614 + commit_oid: *619 + enterprise: *612 + installation: *613 + organization: *614 + ref: *620 + repository: *615 sender: *4 required: - action @@ -107928,10 +107943,10 @@ webhooks: - updated_at - author_association - body - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -108012,18 +108027,18 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *613 - pusher_type: &620 + organization: *614 + pusher_type: &621 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &621 + ref: &622 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -108033,7 +108048,7 @@ webhooks: enum: - tag - branch - repository: *614 + repository: *615 sender: *4 required: - ref @@ -108115,10 +108130,10 @@ webhooks: type: string enum: - created - definition: *211 - enterprise: *611 - installation: *612 - organization: *613 + definition: *212 + enterprise: *612 + installation: *613 + organization: *614 sender: *4 required: - action @@ -108203,9 +108218,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 sender: *4 required: - action @@ -108282,10 +108297,10 @@ webhooks: type: string enum: - updated - definition: *211 - enterprise: *611 - installation: *612 - organization: *613 + definition: *212 + enterprise: *612 + installation: *613 + organization: *614 sender: *4 required: - action @@ -108362,19 +108377,19 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - repository: *614 - organization: *613 + enterprise: *612 + installation: *613 + repository: *615 + organization: *614 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *215 + items: *216 old_property_values: type: array description: The old custom property values for the repository. - items: *215 + items: *216 required: - action - repository @@ -108450,18 +108465,18 @@ webhooks: title: delete event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - pusher_type: *620 - ref: *621 + enterprise: *612 + installation: *613 + organization: *614 + pusher_type: *621 + ref: *622 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *614 + repository: *615 sender: *4 required: - ref @@ -108545,11 +108560,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -108633,11 +108648,11 @@ webhooks: type: string enum: - auto_reopened - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -108721,11 +108736,11 @@ webhooks: type: string enum: - created - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -108807,11 +108822,11 @@ webhooks: type: string enum: - dismissed - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -108893,11 +108908,11 @@ webhooks: type: string enum: - fixed - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -108980,11 +108995,11 @@ webhooks: type: string enum: - reintroduced - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -109066,11 +109081,11 @@ webhooks: type: string enum: - reopened - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -109147,9 +109162,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - key: &622 + enterprise: *612 + installation: *613 + key: &623 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -109187,8 +109202,8 @@ webhooks: - verified - created_at - read_only - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -109265,11 +109280,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - key: *622 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + key: *623 + organization: *614 + repository: *615 sender: *4 required: - action @@ -109841,12 +109856,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - workflow: &626 + workflow: &627 title: Workflow type: - object @@ -110584,13 +110599,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *407 + deployment: *408 pull_requests: type: array - items: *489 - repository: *614 - organization: *613 - installation: *612 + items: *490 + repository: *615 + organization: *614 + installation: *613 sender: *4 responses: '200': @@ -110661,7 +110676,7 @@ webhooks: type: string enum: - approved - approver: &623 + approver: &624 type: object properties: avatar_url: @@ -110704,11 +110719,11 @@ webhooks: type: string comment: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - reviewers: &624 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + reviewers: &625 type: array items: type: object @@ -110789,7 +110804,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &625 + workflow_job_run: &626 type: object properties: conclusion: @@ -111535,18 +111550,18 @@ webhooks: type: string enum: - rejected - approver: *623 + approver: *624 comment: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - reviewers: *624 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + reviewers: *625 sender: *4 since: type: string - workflow_job_run: *625 + workflow_job_run: *626 workflow_job_runs: type: array items: @@ -112263,13 +112278,13 @@ webhooks: type: string enum: - requested - enterprise: *611 + enterprise: *612 environment: type: string - installation: *612 - organization: *613 - repository: *614 - requestor: &631 + installation: *613 + organization: *614 + repository: *615 + requestor: &632 title: User type: - object @@ -114212,12 +114227,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - workflow: *626 + workflow: *627 workflow_run: title: Deployment Workflow Run type: @@ -114908,7 +114923,7 @@ webhooks: type: string enum: - answered - answer: &629 + answer: &630 type: object properties: author_association: @@ -115068,7 +115083,7 @@ webhooks: - created_at - updated_at - body - discussion: &627 + discussion: &628 title: Discussion description: A Discussion in a repository. type: object @@ -115364,7 +115379,7 @@ webhooks: - id labels: type: array - items: *452 + items: *453 required: - repository_url - category @@ -115386,10 +115401,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -115516,11 +115531,11 @@ webhooks: - from required: - category - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -115603,11 +115618,11 @@ webhooks: type: string enum: - closed - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -115689,7 +115704,7 @@ webhooks: type: string enum: - created - comment: &628 + comment: &629 type: object properties: author_association: @@ -115849,11 +115864,11 @@ webhooks: - updated_at - body - reactions - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -115936,12 +115951,12 @@ webhooks: type: string enum: - deleted - comment: *628 - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + comment: *629 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116036,12 +116051,12 @@ webhooks: - from required: - body - comment: *628 - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + comment: *629 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116125,11 +116140,11 @@ webhooks: type: string enum: - created - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116211,11 +116226,11 @@ webhooks: type: string enum: - deleted - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116315,11 +116330,11 @@ webhooks: type: string required: - from - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116401,10 +116416,10 @@ webhooks: type: string enum: - labeled - discussion: *627 - enterprise: *611 - installation: *612 - label: &630 + discussion: *628 + enterprise: *612 + installation: *613 + label: &631 title: Label type: object properties: @@ -116437,8 +116452,8 @@ webhooks: - color - default - description - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116521,11 +116536,11 @@ webhooks: type: string enum: - locked - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116607,11 +116622,11 @@ webhooks: type: string enum: - pinned - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116693,11 +116708,11 @@ webhooks: type: string enum: - reopened - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116782,16 +116797,16 @@ webhooks: changes: type: object properties: - new_discussion: *627 - new_repository: *614 + new_discussion: *628 + new_repository: *615 required: - new_discussion - new_repository - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116874,10 +116889,10 @@ webhooks: type: string enum: - unanswered - discussion: *627 - old_answer: *629 - organization: *613 - repository: *614 + discussion: *628 + old_answer: *630 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116959,12 +116974,12 @@ webhooks: type: string enum: - unlabeled - discussion: *627 - enterprise: *611 - installation: *612 - label: *630 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -117047,11 +117062,11 @@ webhooks: type: string enum: - unlocked - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -117133,11 +117148,11 @@ webhooks: type: string enum: - unpinned - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -117210,7 +117225,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *611 + enterprise: *612 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -117888,9 +117903,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - forkee @@ -118036,9 +118051,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pages: description: The pages that were updated. type: array @@ -118076,7 +118091,7 @@ webhooks: - action - sha - html_url - repository: *614 + repository: *615 sender: *4 required: - pages @@ -118152,10 +118167,10 @@ webhooks: type: string enum: - created - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories: &632 + organization: *614 + repositories: &633 description: An array of repository objects that the installation can access. type: array @@ -118181,8 +118196,8 @@ webhooks: - name - full_name - private - repository: *614 - requester: *631 + repository: *615 + requester: *632 sender: *4 required: - action @@ -118257,11 +118272,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories: *632 - repository: *614 + organization: *614 + repositories: *633 + repository: *615 requester: type: - 'null' @@ -118338,11 +118353,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories: *632 - repository: *614 + organization: *614 + repositories: *633 + repository: *615 requester: type: - 'null' @@ -118419,10 +118434,10 @@ webhooks: type: string enum: - added - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories_added: &633 + organization: *614 + repositories_added: &634 description: An array of repository objects, which were added to the installation. type: array @@ -118468,15 +118483,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *614 - repository_selection: &634 + repository: *615 + repository_selection: &635 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *631 + requester: *632 sender: *4 required: - action @@ -118555,10 +118570,10 @@ webhooks: type: string enum: - removed - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories_added: *633 + organization: *614 + repositories_added: *634 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -118585,9 +118600,9 @@ webhooks: - name - full_name - private - repository: *614 - repository_selection: *634 - requester: *631 + repository: *615 + repository_selection: *635 + requester: *632 sender: *4 required: - action @@ -118666,11 +118681,11 @@ webhooks: type: string enum: - suspend - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories: *632 - repository: *614 + organization: *614 + repositories: *633 + repository: *615 requester: type: - 'null' @@ -118852,10 +118867,10 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 target_type: type: string @@ -118934,11 +118949,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories: *632 - repository: *614 + organization: *614 + repositories: *633 + repository: *615 requester: type: - 'null' @@ -119186,8 +119201,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120377,8 +120392,8 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -120458,7 +120473,7 @@ webhooks: type: string enum: - deleted - comment: &635 + comment: &636 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -120625,8 +120640,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121814,8 +121829,8 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -121895,7 +121910,7 @@ webhooks: type: string enum: - edited - changes: &660 + changes: &661 description: The changes to the comment. type: object properties: @@ -121907,9 +121922,9 @@ webhooks: type: string required: - from - comment: *635 - enterprise: *611 - installation: *612 + comment: *636 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123098,8 +123113,8 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -123181,10 +123196,10 @@ webhooks: type: string enum: - assigned - assignee: *631 - enterprise: *611 - installation: *612 - issue: &638 + assignee: *632 + enterprise: *612 + installation: *613 + issue: &639 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -124128,8 +124143,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -124209,8 +124224,8 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -125302,8 +125317,8 @@ webhooks: required: - state - closed_at - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -125382,8 +125397,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126320,8 +126335,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -126400,8 +126415,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127342,7 +127357,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &636 + milestone: &637 title: Milestone description: A collection of related issues and pull requests. type: object @@ -127485,8 +127500,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -127585,8 +127600,8 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128530,9 +128545,9 @@ webhooks: - active_lock_reason - body - reactions - label: *630 - organization: *613 - repository: *614 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -128612,8 +128627,8 @@ webhooks: type: string enum: - labeled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129556,9 +129571,9 @@ webhooks: - active_lock_reason - body - reactions - label: *630 - organization: *613 - repository: *614 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -129638,8 +129653,8 @@ webhooks: type: string enum: - locked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130584,8 +130599,8 @@ webhooks: format: uri user_view_type: type: string - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -130664,8 +130679,8 @@ webhooks: type: string enum: - milestoned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131604,9 +131619,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *636 - organization: *613 - repository: *614 + milestone: *637 + organization: *614 + repository: *615 sender: *4 required: - action @@ -133106,8 +133121,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134050,8 +134065,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -134131,9 +134146,9 @@ webhooks: type: string enum: - pinned - enterprise: *611 - installation: *612 - issue: &637 + enterprise: *612 + installation: *613 + issue: &638 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -135070,8 +135085,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -135150,8 +135165,8 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136095,8 +136110,8 @@ webhooks: format: uri user_view_type: type: string - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -137596,11 +137611,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *611 - installation: *612 - issue: *637 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + issue: *638 + organization: *614 + repository: *615 sender: *4 required: - action @@ -137681,7 +137696,7 @@ webhooks: type: string enum: - unassigned - assignee: &663 + assignee: &664 title: User type: - object @@ -137753,11 +137768,11 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 - issue: *638 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + issue: *639 + organization: *614 + repository: *615 sender: *4 required: - action @@ -137836,12 +137851,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *611 - installation: *612 - issue: *638 - label: *630 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + issue: *639 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -137921,8 +137936,8 @@ webhooks: type: string enum: - unlocked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138865,8 +138880,8 @@ webhooks: format: uri user_view_type: type: string - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -138946,11 +138961,11 @@ webhooks: type: string enum: - unpinned - enterprise: *611 - installation: *612 - issue: *637 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + issue: *638 + organization: *614 + repository: *615 sender: *4 required: - action @@ -139029,11 +139044,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - label: *630 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -139111,11 +139126,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - label: *630 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -139225,11 +139240,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - label: *630 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -139311,9 +139326,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *611 - installation: *612 - marketplace_purchase: &639 + enterprise: *612 + installation: *613 + marketplace_purchase: &640 title: Marketplace Purchase type: object required: @@ -139401,8 +139416,8 @@ webhooks: type: integer unit_count: type: integer - organization: *613 - previous_marketplace_purchase: &640 + organization: *614 + previous_marketplace_purchase: &641 title: Marketplace Purchase type: object properties: @@ -139486,7 +139501,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 + repository: *615 sender: *4 required: - action @@ -139566,10 +139581,10 @@ webhooks: - changed effective_date: type: string - enterprise: *611 - installation: *612 - marketplace_purchase: *639 - organization: *613 + enterprise: *612 + installation: *613 + marketplace_purchase: *640 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -139657,7 +139672,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 + repository: *615 sender: *4 required: - action @@ -139739,10 +139754,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *611 - installation: *612 - marketplace_purchase: *639 - organization: *613 + enterprise: *612 + installation: *613 + marketplace_purchase: *640 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -139828,7 +139843,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 + repository: *615 sender: *4 required: - action @@ -139909,8 +139924,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: title: Marketplace Purchase type: object @@ -139996,9 +140011,9 @@ webhooks: type: integer unit_count: type: integer - organization: *613 - previous_marketplace_purchase: *640 - repository: *614 + organization: *614 + previous_marketplace_purchase: *641 + repository: *615 sender: *4 required: - action @@ -140078,12 +140093,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *611 - installation: *612 - marketplace_purchase: *639 - organization: *613 - previous_marketplace_purchase: *640 - repository: *614 + enterprise: *612 + installation: *613 + marketplace_purchase: *640 + organization: *614 + previous_marketplace_purchase: *641 + repository: *615 sender: *4 required: - action @@ -140185,11 +140200,11 @@ webhooks: type: string required: - to - enterprise: *611 - installation: *612 - member: *631 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + member: *632 + organization: *614 + repository: *615 sender: *4 required: - action @@ -140291,11 +140306,11 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 - member: *631 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + member: *632 + organization: *614 + repository: *615 sender: *4 required: - action @@ -140374,11 +140389,11 @@ webhooks: type: string enum: - removed - enterprise: *611 - installation: *612 - member: *631 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + member: *632 + organization: *614 + repository: *615 sender: *4 required: - action @@ -140456,11 +140471,11 @@ webhooks: type: string enum: - added - enterprise: *611 - installation: *612 - member: *631 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + member: *632 + organization: *614 + repository: *615 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140538,7 +140553,7 @@ webhooks: required: - login - id - team: &641 + team: &642 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -140731,11 +140746,11 @@ webhooks: type: string enum: - removed - enterprise: *611 - installation: *612 - member: *631 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + member: *632 + organization: *614 + repository: *615 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140814,7 +140829,7 @@ webhooks: required: - login - id - team: *641 + team: *642 required: - action - scope @@ -140896,8 +140911,8 @@ webhooks: type: string enum: - checks_requested - installation: *612 - merge_group: &642 + installation: *613 + merge_group: &643 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -140916,15 +140931,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *338 + head_commit: *339 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141010,10 +141025,10 @@ webhooks: - merged - invalidated - dequeued - installation: *612 - merge_group: *642 - organization: *613 - repository: *614 + installation: *613 + merge_group: *643 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141086,7 +141101,7 @@ webhooks: type: string enum: - deleted - enterprise: *611 + enterprise: *612 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -141194,12 +141209,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *612 - organization: *613 + installation: *613 + organization: *614 repository: anyOf: - type: 'null' - - *614 + - *615 sender: *4 required: - action @@ -141279,11 +141294,11 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 - milestone: *636 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + milestone: *637 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141362,9 +141377,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - milestone: &643 + enterprise: *612 + installation: *613 + milestone: &644 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141506,8 +141521,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141586,11 +141601,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - milestone: *636 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + milestone: *637 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141700,11 +141715,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - milestone: *636 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + milestone: *637 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141784,11 +141799,11 @@ webhooks: type: string enum: - opened - enterprise: *611 - installation: *612 - milestone: *643 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + milestone: *644 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141867,11 +141882,11 @@ webhooks: type: string enum: - blocked - blocked_user: *631 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + blocked_user: *632 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141950,11 +141965,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *631 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + blocked_user: *632 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -142033,9 +142048,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - membership: &644 + enterprise: *612 + installation: *613 + membership: &645 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -142129,8 +142144,8 @@ webhooks: - role - organization_url - user - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -142208,11 +142223,11 @@ webhooks: type: string enum: - member_added - enterprise: *611 - installation: *612 - membership: *644 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + membership: *645 + organization: *614 + repository: *615 sender: *4 required: - action @@ -142291,8 +142306,8 @@ webhooks: type: string enum: - member_invited - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -142414,10 +142429,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 - user: *631 + user: *632 required: - action - invitation @@ -142495,11 +142510,11 @@ webhooks: type: string enum: - member_removed - enterprise: *611 - installation: *612 - membership: *644 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + membership: *645 + organization: *614 + repository: *615 sender: *4 required: - action @@ -142586,11 +142601,11 @@ webhooks: properties: from: type: string - enterprise: *611 - installation: *612 - membership: *644 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + membership: *645 + organization: *614 + repository: *615 sender: *4 required: - action @@ -142666,9 +142681,9 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 package: description: Information about the package. type: object @@ -143191,7 +143206,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &645 + items: &646 title: Ruby Gems metadata type: object properties: @@ -143288,7 +143303,7 @@ webhooks: - owner - package_version - registry - repository: *614 + repository: *615 sender: *4 required: - action @@ -143364,9 +143379,9 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 package: description: Information about the package. type: object @@ -143728,7 +143743,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *645 + items: *646 source_url: type: string format: uri @@ -143799,7 +143814,7 @@ webhooks: - owner - package_version - registry - repository: *614 + repository: *615 sender: *4 required: - action @@ -143980,12 +143995,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *611 + enterprise: *612 id: type: integer - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - id @@ -144065,7 +144080,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &646 + personal_access_token_request: &647 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -144215,10 +144230,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *611 - organization: *613 + enterprise: *612 + organization: *614 sender: *4 - installation: *612 + installation: *613 required: - action - personal_access_token_request @@ -144297,11 +144312,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *646 - enterprise: *611 - organization: *613 + personal_access_token_request: *647 + enterprise: *612 + organization: *614 sender: *4 - installation: *612 + installation: *613 required: - action - personal_access_token_request @@ -144379,11 +144394,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *646 - enterprise: *611 - organization: *613 + personal_access_token_request: *647 + enterprise: *612 + organization: *614 sender: *4 - installation: *612 + installation: *613 required: - action - personal_access_token_request @@ -144460,11 +144475,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *646 - organization: *613 - enterprise: *611 + personal_access_token_request: *647 + organization: *614 + enterprise: *612 sender: *4 - installation: *612 + installation: *613 required: - action - personal_access_token_request @@ -144568,7 +144583,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *647 + last_response: *648 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -144600,8 +144615,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 zen: description: Random string of GitHub zen. @@ -144846,10 +144861,10 @@ webhooks: - from required: - note - enterprise: *611 - installation: *612 - organization: *613 - project_card: &648 + enterprise: *612 + installation: *613 + organization: *614 + project_card: &649 title: Project Card type: object properties: @@ -144972,7 +144987,7 @@ webhooks: - creator - created_at - updated_at - repository: *614 + repository: *615 sender: *4 required: - action @@ -145053,11 +145068,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - project_card: *648 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project_card: *649 + repository: *615 sender: *4 required: - action @@ -145137,9 +145152,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: title: Project Card type: object @@ -145269,7 +145284,7 @@ webhooks: repository: anyOf: - type: 'null' - - *614 + - *615 sender: *4 required: - action @@ -145363,11 +145378,11 @@ webhooks: - from required: - note - enterprise: *611 - installation: *612 - organization: *613 - project_card: *648 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project_card: *649 + repository: *615 sender: *4 required: - action @@ -145461,9 +145476,9 @@ webhooks: - from required: - column_id - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: allOf: - title: Project Card @@ -145660,7 +145675,7 @@ webhooks: type: string required: - after_id - repository: *614 + repository: *615 sender: *4 required: - action @@ -145740,10 +145755,10 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 - organization: *613 - project: &650 + enterprise: *612 + installation: *613 + organization: *614 + project: &651 title: Project type: object properties: @@ -145870,7 +145885,7 @@ webhooks: - creator - created_at - updated_at - repository: *614 + repository: *615 sender: *4 required: - action @@ -145950,10 +145965,10 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - project_column: &649 + enterprise: *612 + installation: *613 + organization: *614 + project_column: &650 title: Project Column type: object properties: @@ -145993,7 +146008,7 @@ webhooks: - name - created_at - updated_at - repository: *614 + repository: *615 sender: *4 required: - action @@ -146072,14 +146087,14 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - project_column: *649 + enterprise: *612 + installation: *613 + organization: *614 + project_column: *650 repository: anyOf: - type: 'null' - - *614 + - *615 sender: *4 required: - action @@ -146168,11 +146183,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - project_column: *649 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project_column: *650 + repository: *615 sender: *4 required: - action @@ -146252,11 +146267,11 @@ webhooks: type: string enum: - moved - enterprise: *611 - installation: *612 - organization: *613 - project_column: *649 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project_column: *650 + repository: *615 sender: *4 required: - action @@ -146336,11 +146351,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - project: *650 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project: *651 + repository: *615 sender: *4 required: - action @@ -146420,14 +146435,14 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - project: *650 + enterprise: *612 + installation: *613 + organization: *614 + project: *651 repository: anyOf: - type: 'null' - - *614 + - *615 sender: *4 required: - action @@ -146528,11 +146543,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - project: *650 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project: *651 + repository: *615 sender: *4 required: - action @@ -146611,11 +146626,11 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 - organization: *613 - project: *650 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project: *651 + repository: *615 sender: *4 required: - action @@ -146696,9 +146711,9 @@ webhooks: type: string enum: - closed - installation: *612 - organization: *613 - projects_v2: &651 + installation: *613 + organization: *614 + projects_v2: &652 title: Projects v2 Project description: A projects v2 project type: object @@ -146846,9 +146861,9 @@ webhooks: type: string enum: - created - installation: *612 - organization: *613 - projects_v2: *651 + installation: *613 + organization: *614 + projects_v2: *652 sender: *4 required: - action @@ -146929,9 +146944,9 @@ webhooks: type: string enum: - deleted - installation: *612 - organization: *613 - projects_v2: *651 + installation: *613 + organization: *614 + projects_v2: *652 sender: *4 required: - action @@ -147052,9 +147067,9 @@ webhooks: type: string to: type: string - installation: *612 - organization: *613 - projects_v2: *651 + installation: *613 + organization: *614 + projects_v2: *652 sender: *4 required: - action @@ -147137,7 +147152,7 @@ webhooks: type: string enum: - archived - changes: &655 + changes: &656 type: object properties: archived_at: @@ -147153,9 +147168,9 @@ webhooks: - string - 'null' format: date-time - installation: *612 - organization: *613 - projects_v2_item: &652 + installation: *613 + organization: *614 + projects_v2_item: &653 title: Projects v2 Item description: An item belonging to a project type: object @@ -147294,9 +147309,9 @@ webhooks: - 'null' to: type: string - installation: *612 - organization: *613 - projects_v2_item: *652 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147378,9 +147393,9 @@ webhooks: type: string enum: - created - installation: *612 - organization: *613 - projects_v2_item: *652 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147461,9 +147476,9 @@ webhooks: type: string enum: - deleted - installation: *612 - organization: *613 - projects_v2_item: *652 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147568,7 +147583,7 @@ webhooks: oneOf: - type: string - type: integer - - &653 + - &654 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -147588,7 +147603,7 @@ webhooks: required: - id - name - - &654 + - &655 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -147617,8 +147632,8 @@ webhooks: oneOf: - type: string - type: integer - - *653 - *654 + - *655 type: - 'null' - string @@ -147641,9 +147656,9 @@ webhooks: - 'null' required: - body - installation: *612 - organization: *613 - projects_v2_item: *652 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147740,9 +147755,9 @@ webhooks: type: - string - 'null' - installation: *612 - organization: *613 - projects_v2_item: *652 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147825,10 +147840,10 @@ webhooks: type: string enum: - restored - changes: *655 - installation: *612 - organization: *613 - projects_v2_item: *652 + changes: *656 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147910,9 +147925,9 @@ webhooks: type: string enum: - reopened - installation: *612 - organization: *613 - projects_v2: *651 + installation: *613 + organization: *614 + projects_v2: *652 sender: *4 required: - action @@ -147993,9 +148008,9 @@ webhooks: type: string enum: - created - installation: *612 - organization: *613 - projects_v2_status_update: &656 + installation: *613 + organization: *614 + projects_v2_status_update: &657 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -148130,9 +148145,9 @@ webhooks: type: string enum: - deleted - installation: *612 - organization: *613 - projects_v2_status_update: *656 + installation: *613 + organization: *614 + projects_v2_status_update: *657 sender: *4 required: - action @@ -148278,9 +148293,9 @@ webhooks: - string - 'null' format: date - installation: *612 - organization: *613 - projects_v2_status_update: *656 + installation: *613 + organization: *614 + projects_v2_status_update: *657 sender: *4 required: - action @@ -148351,10 +148366,10 @@ webhooks: title: public event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - repository @@ -148431,13 +148446,13 @@ webhooks: type: string enum: - assigned - assignee: *631 - enterprise: *611 - installation: *612 - number: &657 + assignee: *632 + enterprise: *612 + installation: *613 + number: &658 description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -150786,7 +150801,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -150868,11 +150883,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -153214,7 +153229,7 @@ webhooks: - draft reason: type: string - repository: *614 + repository: *615 sender: *4 required: - action @@ -153296,11 +153311,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -155642,7 +155657,7 @@ webhooks: - draft reason: type: string - repository: *614 + repository: *615 sender: *4 required: - action @@ -155724,13 +155739,13 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: &658 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: &659 allOf: - - *489 + - *490 - type: object properties: allow_auto_merge: @@ -155792,7 +155807,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 + repository: *615 sender: *4 required: - action @@ -155873,12 +155888,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: *658 - repository: *614 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: *659 + repository: *615 sender: *4 required: - action @@ -155958,11 +155973,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *611 - milestone: *387 - number: *657 - organization: *613 - pull_request: &659 + enterprise: *612 + milestone: *388 + number: *658 + organization: *614 + pull_request: &660 title: Pull Request type: object properties: @@ -158289,7 +158304,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -158368,11 +158383,11 @@ webhooks: type: string enum: - dequeued - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -160718,7 +160733,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *614 + repository: *615 sender: *4 required: - action @@ -160842,12 +160857,12 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: *658 - repository: *614 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: *659 + repository: *615 sender: *4 required: - action @@ -160927,11 +160942,11 @@ webhooks: type: string enum: - enqueued - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -163262,7 +163277,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -163342,11 +163357,11 @@ webhooks: type: string enum: - labeled - enterprise: *611 - installation: *612 - label: *630 - number: *657 - organization: *613 + enterprise: *612 + installation: *613 + label: *631 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -165694,7 +165709,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -165775,10 +165790,10 @@ webhooks: type: string enum: - locked - enterprise: *611 - installation: *612 - number: *657 - organization: *613 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -168124,7 +168139,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -168204,12 +168219,12 @@ webhooks: type: string enum: - milestoned - enterprise: *611 - milestone: *387 - number: *657 - organization: *613 - pull_request: *659 - repository: *614 + enterprise: *612 + milestone: *388 + number: *658 + organization: *614 + pull_request: *660 + repository: *615 sender: *4 required: - action @@ -168288,12 +168303,12 @@ webhooks: type: string enum: - opened - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: *658 - repository: *614 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: *659 + repository: *615 sender: *4 required: - action @@ -168374,12 +168389,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: *658 - repository: *614 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: *659 + repository: *615 sender: *4 required: - action @@ -168459,12 +168474,12 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: *658 - repository: *614 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: *659 + repository: *615 sender: *4 required: - action @@ -168839,9 +168854,9 @@ webhooks: - start_side - side - reactions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -171071,7 +171086,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 + repository: *615 sender: *4 required: - action @@ -171151,7 +171166,7 @@ webhooks: type: string enum: - deleted - comment: &661 + comment: &662 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -171444,9 +171459,9 @@ webhooks: - start_side - side - reactions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -173664,7 +173679,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 + repository: *615 sender: *4 required: - action @@ -173744,11 +173759,11 @@ webhooks: type: string enum: - edited - changes: *660 - comment: *661 - enterprise: *611 - installation: *612 - organization: *613 + changes: *661 + comment: *662 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -175969,7 +175984,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 + repository: *615 sender: *4 required: - action @@ -176050,9 +176065,9 @@ webhooks: type: string enum: - dismissed - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -178285,7 +178300,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 review: description: The review that was affected. type: object @@ -178531,9 +178546,9 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -180647,8 +180662,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 - review: &662 + repository: *615 + review: &663 description: The review that was affected. type: object properties: @@ -180881,12 +180896,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -183233,7 +183248,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_reviewer: title: User type: @@ -183319,12 +183334,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -185678,7 +185693,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_team: title: Team description: Groups of organization members that gives permissions @@ -185873,12 +185888,12 @@ webhooks: type: string enum: - review_requested - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -188227,7 +188242,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_reviewer: title: User type: @@ -188314,12 +188329,12 @@ webhooks: type: string enum: - review_requested - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -190659,7 +190674,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190843,9 +190858,9 @@ webhooks: type: string enum: - submitted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -193081,8 +193096,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 - review: *662 + repository: *615 + review: *663 sender: *4 required: - action @@ -193162,9 +193177,9 @@ webhooks: type: string enum: - resolved - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -195295,7 +195310,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 sender: *4 thread: type: object @@ -195687,9 +195702,9 @@ webhooks: type: string enum: - unresolved - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -197803,7 +197818,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 sender: *4 thread: type: object @@ -198197,10 +198212,10 @@ webhooks: type: string before: type: string - enterprise: *611 - installation: *612 - number: *657 - organization: *613 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -200535,7 +200550,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -200617,11 +200632,11 @@ webhooks: type: string enum: - unassigned - assignee: *663 - enterprise: *611 - installation: *612 - number: *657 - organization: *613 + assignee: *664 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -202971,7 +202986,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -203050,11 +203065,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *611 - installation: *612 - label: *630 - number: *657 - organization: *613 + enterprise: *612 + installation: *613 + label: *631 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -205393,7 +205408,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -205474,10 +205489,10 @@ webhooks: type: string enum: - unlocked - enterprise: *611 - installation: *612 - number: *657 - organization: *613 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -207806,7 +207821,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -208009,7 +208024,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *611 + enterprise: *612 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -208104,8 +208119,8 @@ webhooks: - url - author - committer - installation: *612 - organization: *613 + installation: *613 + organization: *614 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -208693,9 +208708,9 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 registry_package: type: object properties: @@ -209172,7 +209187,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *645 + items: *646 summary: type: string tag_name: @@ -209228,7 +209243,7 @@ webhooks: - owner - package_version - registry - repository: *614 + repository: *615 sender: *4 required: - action @@ -209306,9 +209321,9 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 registry_package: type: object properties: @@ -209620,7 +209635,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *645 + items: *646 summary: type: string tag_name: @@ -209670,7 +209685,7 @@ webhooks: - owner - package_version - registry - repository: *614 + repository: *615 sender: *4 required: - action @@ -209747,10 +209762,10 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - release: &664 + enterprise: *612 + installation: *613 + organization: *614 + release: &665 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -210066,7 +210081,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *614 + repository: *615 sender: *4 required: - action @@ -210143,11 +210158,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - release: *664 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + release: *665 + repository: *615 sender: *4 required: - action @@ -210255,11 +210270,11 @@ webhooks: type: boolean required: - to - enterprise: *611 - installation: *612 - organization: *613 - release: *664 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + release: *665 + repository: *615 sender: *4 required: - action @@ -210337,9 +210352,9 @@ webhooks: type: string enum: - prereleased - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -210660,7 +210675,7 @@ webhooks: - string - 'null' format: uri - repository: *614 + repository: *615 sender: *4 required: - action @@ -210736,10 +210751,10 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 - release: &665 + enterprise: *612 + installation: *613 + organization: *614 + release: &666 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -211057,7 +211072,7 @@ webhooks: - string - 'null' format: uri - repository: *614 + repository: *615 sender: *4 required: - action @@ -211133,11 +211148,11 @@ webhooks: type: string enum: - released - enterprise: *611 - installation: *612 - organization: *613 - release: *664 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + release: *665 + repository: *615 sender: *4 required: - action @@ -211213,11 +211228,11 @@ webhooks: type: string enum: - unpublished - enterprise: *611 - installation: *612 - organization: *613 - release: *665 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + release: *666 + repository: *615 sender: *4 required: - action @@ -211293,11 +211308,11 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_advisory: *543 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_advisory: *544 sender: *4 required: - action @@ -211373,11 +211388,11 @@ webhooks: type: string enum: - reported - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_advisory: *543 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_advisory: *544 sender: *4 required: - action @@ -211453,10 +211468,10 @@ webhooks: type: string enum: - archived - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -211533,10 +211548,10 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -211614,10 +211629,10 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -211702,10 +211717,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -211820,10 +211835,10 @@ webhooks: - 'null' items: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -211895,10 +211910,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 status: type: string @@ -211979,10 +211994,10 @@ webhooks: type: string enum: - privatized - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -212059,10 +212074,10 @@ webhooks: type: string enum: - publicized - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -212156,10 +212171,10 @@ webhooks: - name required: - repository - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -212239,11 +212254,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_ruleset: *223 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_ruleset: *224 sender: *4 required: - action @@ -212321,11 +212336,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_ruleset: *223 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_ruleset: *224 sender: *4 required: - action @@ -212403,11 +212418,11 @@ webhooks: type: string enum: - edited - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_ruleset: *223 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_ruleset: *224 changes: type: object properties: @@ -212426,16 +212441,16 @@ webhooks: properties: added: type: array - items: *217 + items: *218 deleted: type: array - items: *217 + items: *218 updated: type: array items: type: object properties: - condition: *217 + condition: *218 changes: type: object properties: @@ -212468,16 +212483,16 @@ webhooks: properties: added: type: array - items: *222 + items: *223 deleted: type: array - items: *222 + items: *223 updated: type: array items: type: object properties: - rule: *222 + rule: *223 changes: type: object properties: @@ -212714,10 +212729,10 @@ webhooks: - from required: - owner - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -212795,10 +212810,10 @@ webhooks: type: string enum: - unarchived - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -212876,7 +212891,7 @@ webhooks: type: string enum: - create - alert: &666 + alert: &667 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -213000,10 +213015,10 @@ webhooks: type: string enum: - open - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -213213,10 +213228,10 @@ webhooks: type: string enum: - dismissed - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -213294,11 +213309,11 @@ webhooks: type: string enum: - reopen - alert: *666 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + alert: *667 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -213500,10 +213515,10 @@ webhooks: enum: - fixed - open - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -213581,7 +213596,7 @@ webhooks: type: string enum: - created - alert: &667 + alert: &668 type: object properties: number: *51 @@ -213691,10 +213706,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -213775,11 +213790,11 @@ webhooks: type: string enum: - created - alert: *667 - installation: *612 - location: *668 - organization: *613 - repository: *614 + alert: *668 + installation: *613 + location: *669 + organization: *614 + repository: *615 sender: *4 required: - location @@ -214017,11 +214032,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *667 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + alert: *668 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -214099,11 +214114,11 @@ webhooks: type: string enum: - reopened - alert: *667 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + alert: *668 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -214181,11 +214196,11 @@ webhooks: type: string enum: - resolved - alert: *667 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + alert: *668 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -214263,11 +214278,11 @@ webhooks: type: string enum: - validated - alert: *667 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + alert: *668 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -214397,10 +214412,10 @@ webhooks: - organization - enterprise - - repository: *614 - enterprise: *611 - installation: *612 - organization: *613 + repository: *615 + enterprise: *612 + installation: *613 + organization: *614 sender: *4 required: - action @@ -214478,11 +214493,11 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - security_advisory: &669 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + security_advisory: &670 description: The details of the security advisory, including summary, description, and severity. type: object @@ -214668,11 +214683,11 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - security_advisory: *669 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + security_advisory: *670 sender: *4 required: - action @@ -214745,10 +214760,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -214934,11 +214949,11 @@ webhooks: from: type: object properties: - security_and_analysis: *216 - enterprise: *611 - installation: *612 - organization: *613 - repository: *266 + security_and_analysis: *217 + enterprise: *612 + installation: *613 + organization: *614 + repository: *267 sender: *4 required: - changes @@ -215016,12 +215031,12 @@ webhooks: type: string enum: - cancelled - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: &670 + sponsorship: &671 type: object properties: created_at: @@ -215326,12 +215341,12 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: *670 + sponsorship: *671 required: - action - sponsorship @@ -215419,12 +215434,12 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: *670 + sponsorship: *671 required: - action - changes @@ -215501,17 +215516,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &671 + effective_date: &672 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: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: *670 + sponsorship: *671 required: - action - sponsorship @@ -215585,7 +215600,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &672 + changes: &673 type: object properties: tier: @@ -215629,13 +215644,13 @@ webhooks: - from required: - tier - effective_date: *671 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + effective_date: *672 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: *670 + sponsorship: *671 required: - action - changes @@ -215712,13 +215727,13 @@ webhooks: type: string enum: - tier_changed - changes: *672 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + changes: *673 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: *670 + sponsorship: *671 required: - action - changes @@ -215792,10 +215807,10 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -215879,10 +215894,10 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -216315,15 +216330,15 @@ webhooks: type: - string - 'null' - enterprise: *611 + enterprise: *612 id: description: The unique identifier of the status. type: integer - installation: *612 + installation: *613 name: type: string - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 sha: description: The Commit SHA. @@ -216439,9 +216454,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *73 - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -216531,9 +216546,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *73 - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -216623,9 +216638,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *73 - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -216715,9 +216730,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *73 - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -216794,12 +216809,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - team: &673 + team: &674 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -216992,9 +217007,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -217464,7 +217479,7 @@ webhooks: - topics - visibility sender: *4 - team: *673 + team: *674 required: - action - team @@ -217540,9 +217555,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -218012,7 +218027,7 @@ webhooks: - topics - visibility sender: *4 - team: *673 + team: *674 required: - action - team @@ -218089,9 +218104,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -218561,7 +218576,7 @@ webhooks: - topics - visibility sender: *4 - team: *673 + team: *674 required: - action - team @@ -218705,9 +218720,9 @@ webhooks: - from required: - permissions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -219177,7 +219192,7 @@ webhooks: - topics - visibility sender: *4 - team: *673 + team: *674 required: - action - changes @@ -219255,9 +219270,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -219727,7 +219742,7 @@ webhooks: - topics - visibility sender: *4 - team: *673 + team: *674 required: - action - team @@ -219803,10 +219818,10 @@ webhooks: type: string enum: - started - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -219879,17 +219894,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *611 + enterprise: *612 inputs: type: - object - 'null' additionalProperties: true - installation: *612 - organization: *613 + installation: *613 + organization: *614 ref: type: string - repository: *614 + repository: *615 sender: *4 workflow: type: string @@ -219971,10 +219986,10 @@ webhooks: type: string enum: - completed - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 workflow_job: allOf: @@ -220230,7 +220245,7 @@ webhooks: type: string required: - conclusion - deployment: *407 + deployment: *408 required: - action - repository @@ -220309,10 +220324,10 @@ webhooks: type: string enum: - in_progress - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 workflow_job: allOf: @@ -220594,7 +220609,7 @@ webhooks: required: - status - steps - deployment: *407 + deployment: *408 required: - action - repository @@ -220673,10 +220688,10 @@ webhooks: type: string enum: - queued - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 workflow_job: type: object @@ -220822,7 +220837,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *407 + deployment: *408 required: - action - repository @@ -220901,10 +220916,10 @@ webhooks: type: string enum: - waiting - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 workflow_job: type: object @@ -221051,7 +221066,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *407 + deployment: *408 required: - action - repository @@ -221131,12 +221146,12 @@ webhooks: type: string enum: - completed - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - workflow: *626 + workflow: *627 workflow_run: title: Workflow Run type: object @@ -222155,12 +222170,12 @@ webhooks: type: string enum: - in_progress - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - workflow: *626 + workflow: *627 workflow_run: title: Workflow Run type: object @@ -223164,12 +223179,12 @@ webhooks: type: string enum: - requested - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - workflow: *626 + workflow: *627 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 63d93b35a..0ba359d0a 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 @@ -22008,6 +22008,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -87890,6 +87898,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -294307,6 +294323,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -382059,7 +382083,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -388147,7 +388171,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", 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 07cfda80a..d8a6de5d7 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 @@ -888,7 +888,7 @@ paths: - subscriptions_url - type - url - type: &234 + type: &235 type: string description: The type of credit the user is receiving. enum: @@ -1054,7 +1054,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &545 + - &546 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1650,7 +1650,7 @@ paths: schema: type: integer default: 30 - - &156 + - &157 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 @@ -1666,7 +1666,7 @@ paths: application/json: schema: type: array - items: &157 + items: &158 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1759,7 +1759,7 @@ paths: - installation_id - repository_id examples: - default: &158 + default: &159 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1894,7 +1894,7 @@ paths: description: Response content: application/json: - schema: &159 + schema: &160 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2029,7 +2029,7 @@ paths: - request - response examples: - default: &160 + default: &161 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -8717,6 +8717,18 @@ paths: schema: type: string - &146 + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string + - &147 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8726,7 +8738,7 @@ paths: enum: - development - runtime - - &147 + - &148 name: sort in: query description: |- @@ -8744,7 +8756,7 @@ paths: - *46 - *37 - *38 - - &148 + - &149 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8757,7 +8769,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &149 + - &150 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8777,7 +8789,7 @@ paths: application/json: schema: type: array - items: &150 + items: &151 type: object description: A Dependabot alert. properties: @@ -8832,7 +8844,7 @@ paths: - development - runtime - - security_advisory: &399 + security_advisory: &400 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9099,7 +9111,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &400 + auto_dismissed_at: &401 type: - string - 'null' @@ -9126,7 +9138,7 @@ paths: - repository additionalProperties: false examples: - default: &151 + default: &152 value: - number: 2 state: dismissed @@ -9470,7 +9482,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &225 + - &226 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9481,7 +9493,7 @@ paths: enum: - open - resolved - - &226 + - &227 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9491,7 +9503,7 @@ paths: required: false schema: type: string - - &227 + - &228 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9500,7 +9512,7 @@ paths: required: false schema: type: string - - &228 + - &229 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. @@ -9516,7 +9528,7 @@ paths: - *17 - *37 - *38 - - &229 + - &230 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9525,7 +9537,7 @@ paths: required: false schema: type: string - - &230 + - &231 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9534,7 +9546,7 @@ paths: schema: type: boolean default: false - - &231 + - &232 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9550,7 +9562,7 @@ paths: application/json: schema: type: array - items: &232 + items: &233 type: object properties: number: *51 @@ -9566,14 +9578,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &537 + state: &538 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: &538 + resolution: &539 type: - string - 'null' @@ -9672,7 +9684,7 @@ paths: description: Whether the detected secret was found in multiple repositories in the same organization or enterprise. examples: - default: &233 + default: &234 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10125,7 +10137,7 @@ paths: milestone: anyOf: - type: 'null' - - &387 + - &388 title: Milestone description: A collection of related issues and pull requests. @@ -10389,7 +10401,7 @@ paths: - author_association - created_at - updated_at - comment: &446 + comment: &447 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10964,7 +10976,7 @@ paths: url: type: string format: uri - user: &568 + user: &569 title: Public User description: Public User type: object @@ -12859,7 +12871,7 @@ paths: - closed - all default: open - - &179 + - &180 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -12910,7 +12922,7 @@ paths: type: array items: *73 examples: - default: &180 + default: &181 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14321,14 +14333,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &255 + - &256 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &256 + - &257 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14399,7 +14411,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &267 + '301': &268 description: Moved permanently content: application/json: @@ -14421,7 +14433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &475 + - &476 name: all description: If `true`, show notifications marked as read. in: query @@ -14429,7 +14441,7 @@ paths: schema: type: boolean default: false - - &476 + - &477 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14439,7 +14451,7 @@ paths: type: boolean default: false - *63 - - &477 + - &478 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: @@ -14810,7 +14822,7 @@ paths: type: boolean examples: - false - security_and_analysis: &216 + security_and_analysis: &217 type: - object - 'null' @@ -14957,7 +14969,7 @@ paths: - url - subscription_url examples: - default: &478 + default: &479 value: - id: '1' repository: @@ -15578,7 +15590,7 @@ paths: - avatar_url - description examples: - default: &585 + default: &586 value: - login: github id: 1 @@ -16551,7 +16563,7 @@ paths: type: integer repository_cache_usages: type: array - items: &272 + items: &273 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17469,7 +17481,7 @@ paths: - all - local_only - selected - selected_actions_url: &278 + selected_actions_url: &279 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` @@ -17559,7 +17571,7 @@ paths: type: array items: *58 examples: - default: &579 + default: &580 value: total_count: 1 repositories: @@ -17887,7 +17899,7 @@ paths: description: Response content: application/json: - schema: &282 + schema: &283 type: object properties: default_workflow_permissions: &107 @@ -17938,7 +17950,7 @@ paths: required: false content: application/json: - schema: &283 + schema: &284 type: object properties: default_workflow_permissions: *107 @@ -18431,7 +18443,7 @@ paths: type: array items: *114 examples: - default: &571 + default: &572 value: total_count: 1 repositories: @@ -19074,7 +19086,7 @@ paths: application/json: schema: type: array - items: &284 + items: &285 title: Runner Application description: Runner Application type: object @@ -19099,7 +19111,7 @@ paths: - download_url - filename examples: - default: &285 + default: &286 value: - os: osx architecture: x64 @@ -19185,7 +19197,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &286 + '201': &287 description: Response content: application/json: @@ -19299,7 +19311,7 @@ paths: - token - expires_at examples: - default: &287 + default: &288 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -19338,7 +19350,7 @@ paths: application/json: schema: *118 examples: - default: &288 + default: &289 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -19372,7 +19384,7 @@ paths: application/json: schema: *116 examples: - default: &289 + default: &290 value: id: 23 name: MBP @@ -19596,7 +19608,7 @@ paths: - *89 - *115 responses: - '200': &290 + '200': &291 description: Response content: application/json: @@ -19653,7 +19665,7 @@ paths: parameters: - *89 - *115 - - &291 + - &292 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19785,7 +19797,7 @@ paths: description: Response content: application/json: - schema: &303 + schema: &304 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19820,7 +19832,7 @@ paths: - key_id - key examples: - default: &304 + default: &305 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20231,7 +20243,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *89 - - &277 + - &278 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)." @@ -20763,7 +20775,7 @@ paths: bundle_url: type: string examples: - default: &317 + default: &318 value: attestations: - bundle: @@ -20882,7 +20894,7 @@ paths: type: array items: *4 examples: - default: &181 + default: &182 value: - login: octocat id: 1 @@ -21000,7 +21012,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *89 - - &342 + - &343 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`, @@ -21010,7 +21022,7 @@ paths: schema: &130 type: string description: The name of the tool used to generate the code scanning analysis. - - &343 + - &344 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 @@ -21034,7 +21046,7 @@ paths: be returned. in: query required: false - schema: &345 + schema: &346 type: string description: State of a code scanning alert. enum: @@ -21057,7 +21069,7 @@ paths: be returned. in: query required: false - schema: &346 + schema: &347 type: string description: Severity of a code scanning alert. enum: @@ -21083,7 +21095,7 @@ paths: updated_at: *53 url: *54 html_url: *55 - instances_url: &347 + instances_url: &348 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -21105,7 +21117,7 @@ paths: - type: 'null' - *4 dismissed_at: *129 - dismissed_reason: &348 + dismissed_reason: &349 type: - string - 'null' @@ -21116,14 +21128,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &349 + dismissed_comment: &350 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &350 + rule: &351 type: object properties: id: @@ -21184,7 +21196,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &351 + tool: &352 type: object properties: name: *130 @@ -21195,15 +21207,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *131 - most_recent_instance: &352 + most_recent_instance: &353 type: object properties: - ref: &344 + ref: &345 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &362 + analysis_key: &363 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -21214,7 +21226,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &363 + category: &364 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -22398,7 +22410,7 @@ paths: type: integer codespaces: type: array - items: &182 + items: &183 type: object title: Codespace description: A codespace. @@ -22433,7 +22445,7 @@ paths: machine: anyOf: - type: 'null' - - &375 + - &376 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -22720,7 +22732,7 @@ paths: - pulls_url - recent_folders examples: - default: &183 + default: &184 value: total_count: 3 codespaces: @@ -23385,7 +23397,7 @@ paths: - updated_at - visibility examples: - default: &376 + default: &377 value: total_count: 2 secrets: @@ -23423,7 +23435,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -23458,7 +23470,7 @@ paths: - key_id - key examples: - default: &378 + default: &379 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23490,7 +23502,7 @@ paths: application/json: schema: *140 examples: - default: &380 + default: &381 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -23959,7 +23971,7 @@ paths: currently being billed. seats: type: array - items: &185 + items: &186 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23974,7 +23986,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &178 + - &179 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -24033,7 +24045,7 @@ paths: parent: anyOf: - type: 'null' - - &193 + - &194 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -24687,7 +24699,7 @@ paths: application/json: schema: type: array - items: &235 + items: &236 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25003,7 +25015,7 @@ paths: - date additionalProperties: true examples: - default: &236 + default: &237 value: - date: '2024-06-24' total_active_users: 24 @@ -25105,7 +25117,7 @@ paths: '500': *139 '403': *27 '404': *6 - '422': &237 + '422': &238 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -25173,7 +25185,7 @@ paths: application/json: schema: type: array - items: &238 + items: &239 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -25261,7 +25273,7 @@ paths: - breakdown additionalProperties: false examples: - default: &239 + default: &240 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -25357,11 +25369,12 @@ paths: - *145 - *146 - *147 + - *148 - *46 - *37 - *38 - - *148 - *149 + - *150 - *17 responses: '200': @@ -25370,9 +25383,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *151 + default: *152 '304': *35 '400': *14 '403': *27 @@ -25416,7 +25429,7 @@ paths: type: integer secrets: type: array - items: &152 + items: &153 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -25495,7 +25508,7 @@ paths: description: Response content: application/json: - schema: &403 + schema: &404 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25514,7 +25527,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25544,7 +25557,7 @@ paths: description: Response content: application/json: - schema: *152 + schema: *153 examples: default: value: @@ -25841,7 +25854,7 @@ paths: application/json: schema: type: array - items: &195 + items: &196 title: Package description: A software package type: object @@ -25912,7 +25925,7 @@ paths: - created_at - updated_at examples: - default: &196 + default: &197 value: - id: 197 name: hello_docker @@ -26079,7 +26092,7 @@ paths: application/json: schema: type: array - items: &175 + items: &176 title: Organization Invitation description: Organization Invitation type: object @@ -26133,7 +26146,7 @@ paths: - invitation_teams_url - node_id examples: - default: &176 + default: &177 value: - id: 1 login: monalisa @@ -26200,7 +26213,7 @@ paths: application/json: schema: type: array - items: &153 + items: &154 title: Org Hook description: Org Hook type: object @@ -26385,9 +26398,9 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: &154 + default: &155 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -26435,7 +26448,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *89 - - &155 + - &156 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. @@ -26448,9 +26461,9 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: - default: *154 + default: *155 '404': *6 x-github: githubCloudOnly: false @@ -26478,7 +26491,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *89 - - *155 + - *156 requestBody: required: false content: @@ -26524,7 +26537,7 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -26566,7 +26579,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *89 - - *155 + - *156 responses: '204': description: Response @@ -26594,7 +26607,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *89 - - *155 + - *156 responses: '200': description: Response @@ -26625,7 +26638,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *89 - - *155 + - *156 requestBody: required: false content: @@ -26676,9 +26689,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *89 - - *155 - - *17 - *156 + - *17 + - *157 responses: '200': description: Response @@ -26686,9 +26699,9 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: - default: *158 + default: *159 '400': *14 '422': *15 x-github: @@ -26714,16 +26727,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *89 - - *155 + - *156 - *16 responses: '200': description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *160 + default: *161 '400': *14 '422': *15 x-github: @@ -26749,7 +26762,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *89 - - *155 + - *156 - *16 responses: '202': *45 @@ -26779,7 +26792,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *89 - - *155 + - *156 responses: '204': description: Response @@ -26802,7 +26815,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *89 - - &165 + - &166 name: actor_type in: path description: The type of the actor @@ -26815,14 +26828,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &166 + - &167 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &161 + - &162 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`.' @@ -26830,7 +26843,7 @@ paths: required: true schema: type: string - - &162 + - &163 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) @@ -26925,12 +26938,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *89 - - *161 - *162 + - *163 - *19 - *17 - *46 - - &171 + - &172 name: sort description: The property to sort the results by. in: query @@ -27010,14 +27023,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *89 - - *161 - *162 + - *163 responses: '200': description: Response content: application/json: - schema: &163 + schema: &164 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -27033,7 +27046,7 @@ paths: type: integer format: int64 examples: - default: &164 + default: &165 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -27054,23 +27067,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *89 - - &167 + - &168 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *161 - *162 + - *163 responses: '200': description: Response content: application/json: - schema: *163 + schema: *164 examples: - default: *164 + default: *165 x-github: enabledForGitHubApps: true category: orgs @@ -27089,18 +27102,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *89 - - *161 - *162 - - *165 + - *163 - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *163 + schema: *164 examples: - default: *164 + default: *165 x-github: enabledForGitHubApps: true category: orgs @@ -27118,9 +27131,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *89 - - *161 - *162 - - &168 + - *163 + - &169 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -27133,7 +27146,7 @@ paths: description: Response content: application/json: - schema: &169 + schema: &170 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -27149,7 +27162,7 @@ paths: type: integer format: int64 examples: - default: &170 + default: &171 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -27186,18 +27199,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *89 - - *167 - - *161 - - *162 - *168 + - *162 + - *163 + - *169 responses: '200': description: Response content: application/json: - schema: *169 + schema: *170 examples: - default: *170 + default: *171 x-github: enabledForGitHubApps: true category: orgs @@ -27215,19 +27228,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *89 - - *165 - *166 - - *161 + - *167 - *162 - - *168 + - *163 + - *169 responses: '200': description: Response content: application/json: - schema: *169 + schema: *170 examples: - default: *170 + default: *171 x-github: enabledForGitHubApps: true category: orgs @@ -27245,13 +27258,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *89 - - *167 - - *161 + - *168 - *162 + - *163 - *19 - *17 - *46 - - *171 + - *172 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -27335,7 +27348,7 @@ paths: application/json: schema: *20 examples: - default: &442 + default: &443 value: id: 1 account: @@ -27501,12 +27514,12 @@ paths: application/json: schema: anyOf: - - &173 + - &174 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &172 + limit: &173 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -27534,7 +27547,7 @@ paths: properties: {} additionalProperties: false examples: - default: &174 + default: &175 value: limit: collaborators_only origin: organization @@ -27563,13 +27576,13 @@ paths: required: true content: application/json: - schema: &443 + schema: &444 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *172 + limit: *173 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -27594,9 +27607,9 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *174 + default: *175 '422': *15 x-github: githubCloudOnly: false @@ -27672,9 +27685,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *56 '404': *6 @@ -27751,7 +27764,7 @@ paths: description: Response content: application/json: - schema: *175 + schema: *176 examples: default: value: @@ -27806,7 +27819,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *89 - - &177 + - &178 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27837,7 +27850,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *89 - - *177 + - *178 - *17 - *19 responses: @@ -27847,9 +27860,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: &194 + default: &195 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27924,7 +27937,7 @@ paths: - closed - all default: open - - *179 + - *180 - name: sort description: What to sort results by. in: query @@ -27949,7 +27962,7 @@ paths: type: array items: *73 examples: - default: *180 + default: *181 headers: Link: *56 '404': *6 @@ -28007,7 +28020,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '422': *15 @@ -28103,9 +28116,9 @@ paths: type: integer codespaces: type: array - items: *182 + items: *183 examples: - default: *183 + default: *184 '304': *35 '500': *139 '401': *23 @@ -28132,7 +28145,7 @@ paths: parameters: - *89 - *127 - - &184 + - &185 name: codespace_name in: path required: true @@ -28167,15 +28180,15 @@ paths: parameters: - *89 - *127 - - *184 + - *185 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: &374 + default: &375 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -28355,7 +28368,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *185 + schema: *186 examples: default: value: @@ -28430,7 +28443,7 @@ paths: description: Response content: application/json: - schema: &186 + schema: &187 title: Org Membership description: Org Membership type: object @@ -28483,7 +28496,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &187 + response-if-user-has-an-active-admin-membership-with-organization: &188 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -28580,9 +28593,9 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: - response-if-user-already-had-membership-with-organization: *187 + response-if-user-already-had-membership-with-organization: *188 '422': *15 '403': *27 x-github: @@ -28651,7 +28664,7 @@ paths: application/json: schema: type: array - items: &188 + items: &189 title: Migration description: A migration. type: object @@ -28989,7 +29002,7 @@ paths: description: Response content: application/json: - schema: *188 + schema: *189 examples: default: value: @@ -29168,7 +29181,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *89 - - &189 + - &190 name: migration_id description: The unique identifier of the migration. in: path @@ -29196,7 +29209,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *188 + schema: *189 examples: default: value: @@ -29366,7 +29379,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *89 - - *189 + - *190 responses: '302': description: Response @@ -29388,7 +29401,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *89 - - *189 + - *190 responses: '204': description: Response @@ -29412,8 +29425,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *89 - - *189 - - &584 + - *190 + - &585 name: repo_name description: repo_name parameter in: path @@ -29441,7 +29454,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *89 - - *189 + - *190 - *17 - *19 responses: @@ -29453,7 +29466,7 @@ paths: type: array items: *114 examples: - default: &201 + default: &202 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -29606,7 +29619,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &192 + items: &193 title: Organization Role description: Organization roles type: object @@ -29756,7 +29769,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *89 - - &190 + - &191 name: team_slug description: The slug of the team name. in: path @@ -29788,8 +29801,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *89 - - *190 - - &191 + - *191 + - &192 name: role_id description: The unique identifier of the role. in: path @@ -29825,8 +29838,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *89 - - *190 - *191 + - *192 responses: '204': description: Response @@ -29879,7 +29892,7 @@ paths: parameters: - *89 - *127 - - *191 + - *192 responses: '204': description: Response @@ -29911,7 +29924,7 @@ paths: parameters: - *89 - *127 - - *191 + - *192 responses: '204': description: Response @@ -29940,13 +29953,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *89 - - *191 + - *192 responses: '200': description: Response content: application/json: - schema: *192 + schema: *193 examples: default: value: @@ -29997,7 +30010,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *89 - - *191 + - *192 - *17 - *19 responses: @@ -30076,7 +30089,7 @@ paths: parent: anyOf: - type: 'null' - - *193 + - *194 required: - id - node_id @@ -30090,7 +30103,7 @@ paths: - slug - parent examples: - default: *194 + default: *195 headers: Link: *56 '404': @@ -30120,7 +30133,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *89 - - *191 + - *192 - *17 - *19 responses: @@ -30149,7 +30162,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *193 + items: *194 name: type: - string @@ -30266,7 +30279,7 @@ paths: - type - url examples: - default: *181 + default: *182 headers: Link: *56 '404': @@ -30314,7 +30327,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -30456,7 +30469,7 @@ paths: - nuget - container - *89 - - &586 + - &587 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30492,12 +30505,12 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *196 + default: *197 '403': *27 '401': *23 - '400': &588 + '400': &589 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30519,7 +30532,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &197 + - &198 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 @@ -30537,7 +30550,7 @@ paths: - docker - nuget - container - - &198 + - &199 name: package_name description: The name of the package. in: path @@ -30550,7 +30563,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -30602,8 +30615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *197 - *198 + - *199 - *89 responses: '204': @@ -30636,8 +30649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *197 - *198 + - *199 - *89 - name: token description: package token @@ -30670,8 +30683,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: - - *197 - *198 + - *199 - *89 - *19 - *17 @@ -30692,7 +30705,7 @@ paths: application/json: schema: type: array - items: &199 + items: &200 title: Package Version description: A version of a software package type: object @@ -30827,10 +30840,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *197 - *198 + - *199 - *89 - - &200 + - &201 name: package_version_id description: Unique identifier of the package version. in: path @@ -30842,7 +30855,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -30878,10 +30891,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *197 - *198 + - *199 - *89 - - *200 + - *201 responses: '204': description: Response @@ -30913,10 +30926,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *197 - *198 + - *199 - *89 - - *200 + - *201 responses: '204': description: Response @@ -30946,7 +30959,7 @@ paths: - *89 - *17 - *19 - - &202 + - &203 name: sort description: The property by which to sort the results. in: query @@ -30957,7 +30970,7 @@ paths: - created_at default: created_at - *46 - - &203 + - &204 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30969,7 +30982,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &204 + - &205 name: repository description: The name of the repository to use to filter the results. in: query @@ -30978,7 +30991,7 @@ paths: type: string examples: - Hello-World - - &205 + - &206 name: permission description: The permission to use to filter the results. in: query @@ -30987,7 +31000,7 @@ paths: type: string examples: - issues_read - - &206 + - &207 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) @@ -30997,7 +31010,7 @@ paths: schema: type: string format: date-time - - &207 + - &208 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) @@ -31314,7 +31327,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -31340,13 +31353,13 @@ paths: - *89 - *17 - *19 - - *202 - - *46 - *203 + - *46 - *204 - *205 - *206 - *207 + - *208 responses: '500': *139 '422': *15 @@ -31630,7 +31643,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -31674,7 +31687,7 @@ paths: type: integer configurations: type: array - items: &208 + items: &209 title: Organization private registry description: Private registry configuration for an organization type: object @@ -31886,7 +31899,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &209 + org-private-registry-with-selected-visibility: &210 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31988,9 +32001,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *208 + schema: *209 examples: - default: *209 + default: *210 '404': *6 x-github: githubCloudOnly: false @@ -32141,7 +32154,7 @@ paths: application/json: schema: type: array - items: &210 + items: &211 title: Project description: Projects are a way to organize columns and cards of work. @@ -32320,7 +32333,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -32358,7 +32371,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &264 + '410': &265 description: Gone content: application/json: @@ -32390,7 +32403,7 @@ paths: application/json: schema: type: array - items: &211 + items: &212 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -32466,7 +32479,7 @@ paths: - property_name - value_type examples: - default: &212 + default: &213 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32521,7 +32534,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *211 + items: *212 minItems: 1 maxItems: 100 required: @@ -32551,9 +32564,9 @@ paths: application/json: schema: type: array - items: *211 + items: *212 examples: - default: *212 + default: *213 '403': *27 '404': *6 x-github: @@ -32575,7 +32588,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *89 - - &213 + - &214 name: custom_property_name description: The custom property name in: path @@ -32587,9 +32600,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: &214 + default: &215 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32624,7 +32637,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *89 - - *213 + - *214 requestBody: required: true content: @@ -32691,9 +32704,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *214 + default: *215 '403': *27 '404': *6 x-github: @@ -32717,7 +32730,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *89 - - *213 + - *214 responses: '204': *136 '403': *27 @@ -32781,7 +32794,7 @@ paths: - octocat/Hello-World properties: type: array - items: &215 + items: &216 title: Custom Property Value description: Custom property name and associated value type: object @@ -32871,7 +32884,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *215 + items: *216 required: - repository_names - properties @@ -32924,7 +32937,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -33063,7 +33076,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -33266,7 +33279,7 @@ paths: description: Response content: application/json: - schema: &266 + schema: &267 title: Full Repository description: Full Repository type: object @@ -33731,7 +33744,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &393 + code_of_conduct: &394 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -33761,7 +33774,7 @@ paths: - key - name - html_url - security_and_analysis: *216 + security_and_analysis: *217 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -33845,7 +33858,7 @@ paths: - network_count - subscribers_count examples: - default: &268 + default: &269 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34366,7 +34379,7 @@ paths: - *89 - *17 - *19 - - &524 + - &525 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34385,7 +34398,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -34420,7 +34433,7 @@ paths: source: type: string description: The name of the source - enforcement: &219 + enforcement: &220 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -34433,7 +34446,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &220 + items: &221 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -34499,7 +34512,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &217 + - &218 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -34523,7 +34536,7 @@ paths: match. items: type: string - - &221 + - &222 title: Organization ruleset conditions type: object description: |- @@ -34537,7 +34550,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *217 + - *218 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -34571,7 +34584,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *217 + - *218 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -34593,7 +34606,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *217 + - *218 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -34606,7 +34619,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &218 + items: &219 title: Repository ruleset property targeting definition type: object @@ -34639,7 +34652,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *218 + items: *219 required: - repository_property type: @@ -34647,12 +34660,12 @@ paths: - object rules: type: array - items: &222 + items: &223 title: Repository Rule type: object description: A repository rule. oneOf: - - &506 + - &507 title: creation description: Only allow users with bypass permission to create matching refs. @@ -34664,7 +34677,7 @@ paths: type: string enum: - creation - - &507 + - &508 title: update description: Only allow users with bypass permission to update matching refs. @@ -34685,7 +34698,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &509 + - &510 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -34697,7 +34710,7 @@ paths: type: string enum: - deletion - - &510 + - &511 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34709,7 +34722,7 @@ paths: type: string enum: - required_linear_history - - &511 + - &512 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -34787,7 +34800,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &512 + - &513 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34811,7 +34824,7 @@ paths: type: string required: - required_deployment_environments - - &513 + - &514 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34823,7 +34836,7 @@ paths: type: string enum: - required_signatures - - &514 + - &515 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34876,7 +34889,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &515 + - &516 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34924,7 +34937,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &516 + - &517 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34936,7 +34949,7 @@ paths: type: string enum: - non_fast_forward - - &517 + - &518 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34972,7 +34985,7 @@ paths: required: - operator - pattern - - &518 + - &519 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -35008,7 +35021,7 @@ paths: required: - operator - pattern - - &519 + - &520 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -35044,7 +35057,7 @@ paths: required: - operator - pattern - - &520 + - &521 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -35080,7 +35093,7 @@ paths: required: - operator - pattern - - &521 + - &522 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -35206,7 +35219,7 @@ paths: maximum: 100 required: - max_file_size - - &522 + - &523 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -35256,7 +35269,7 @@ paths: - repository_id required: - workflows - - &523 + - &524 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -35390,16 +35403,16 @@ paths: - push - repository default: branch - enforcement: *219 + enforcement: *220 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *220 - conditions: *221 + items: *221 + conditions: *222 rules: type: array description: An array of rules within the ruleset. - items: *222 + items: *223 required: - name - enforcement @@ -35437,9 +35450,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: &224 + default: &225 value: id: 21 name: super cool ruleset @@ -35494,7 +35507,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &525 + - &526 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 @@ -35509,7 +35522,7 @@ paths: in: query schema: type: string - - &526 + - &527 name: time_period description: |- The time period to filter by. @@ -35525,14 +35538,14 @@ paths: - week - month default: day - - &527 + - &528 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 - - &528 + - &529 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -35552,7 +35565,7 @@ paths: description: Response content: application/json: - schema: &529 + schema: &530 title: Rule Suites description: Response type: array @@ -35608,7 +35621,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &530 + default: &531 value: - id: 21 actor_id: 12 @@ -35652,7 +35665,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &531 + - &532 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35668,7 +35681,7 @@ paths: description: Response content: application/json: - schema: &532 + schema: &533 title: Rule Suite description: Response type: object @@ -35775,7 +35788,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &533 + default: &534 value: id: 21 actor_id: 12 @@ -35848,9 +35861,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '404': *6 '500': *139 put: @@ -35894,16 +35907,16 @@ paths: - tag - push - repository - enforcement: *219 + enforcement: *220 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *220 - conditions: *221 + items: *221 + conditions: *222 rules: description: An array of rules within the ruleset. type: array - items: *222 + items: *223 examples: default: value: @@ -35938,9 +35951,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '404': *6 '500': *139 delete: @@ -35987,14 +36000,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *89 - - *225 - *226 - *227 - *228 + - *229 - *46 - *19 - *17 - - &535 + - &536 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 @@ -36004,7 +36017,7 @@ paths: required: false schema: type: string - - &536 + - &537 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 @@ -36014,9 +36027,9 @@ paths: required: false schema: type: string - - *229 - *230 - *231 + - *232 responses: '200': description: Response @@ -36024,9 +36037,9 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *233 + default: *234 headers: Link: *56 '404': *6 @@ -36096,7 +36109,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 description: A repository security advisory. type: object properties: @@ -36340,7 +36353,7 @@ paths: login: type: string description: The username of the user credited. - type: *234 + type: *235 credits_detailed: type: - array @@ -36351,7 +36364,7 @@ paths: type: object properties: user: *4 - type: *234 + type: *235 state: type: string description: The state of the user's acceptance of the @@ -36377,7 +36390,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *178 + items: *179 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -36415,7 +36428,7 @@ paths: - private_fork additionalProperties: false examples: - default: &544 + default: &545 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36802,9 +36815,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *194 + default: *195 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36828,7 +36841,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *89 - - *190 + - *191 responses: '204': description: Response @@ -36854,7 +36867,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *89 - - *190 + - *191 responses: '204': description: Response @@ -36889,7 +36902,7 @@ paths: description: Response content: application/json: - schema: &602 + schema: &603 type: object properties: total_minutes_used: @@ -36959,7 +36972,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &603 + default: &604 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -36995,7 +37008,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &605 type: object properties: total_gigabytes_bandwidth_used: @@ -37013,7 +37026,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &605 + default: &606 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -37045,7 +37058,7 @@ paths: description: Response content: application/json: - schema: &606 + schema: &607 type: object properties: days_left_in_billing_cycle: @@ -37063,7 +37076,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &607 + default: &608 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -37098,7 +37111,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *89 - - *190 + - *191 - 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`). @@ -37130,13 +37143,13 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 '500': *139 '403': *27 '404': *6 - '422': *237 + '422': *238 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37171,7 +37184,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - *89 - - *190 + - *191 - 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`). @@ -37203,9 +37216,9 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: - default: *239 + default: *240 '500': *139 '401': *23 '403': *27 @@ -37237,9 +37250,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 headers: Link: *56 '403': *27 @@ -37333,7 +37346,7 @@ paths: description: Response content: application/json: - schema: &240 + schema: &241 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -37407,7 +37420,7 @@ paths: parent: anyOf: - type: 'null' - - *193 + - *194 members_count: type: integer examples: @@ -37713,7 +37726,7 @@ paths: - repos_count - organization examples: - default: &241 + default: &242 value: id: 1 node_id: MDQ6VGVhbTE= @@ -37784,15 +37797,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *89 - - *190 + - *191 responses: '200': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *6 x-github: githubCloudOnly: false @@ -37814,7 +37827,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *89 - - *190 + - *191 requestBody: required: false content: @@ -37877,16 +37890,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '201': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *6 '422': *15 '403': *27 @@ -37912,7 +37925,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *89 - - *190 + - *191 responses: '204': description: Response @@ -37939,7 +37952,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *89 - - *190 + - *191 - *46 - *17 - *19 @@ -37956,7 +37969,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -38067,7 +38080,7 @@ paths: - updated_at - url examples: - default: &558 + default: &559 value: - author: login: octocat @@ -38142,7 +38155,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *89 - - *190 + - *191 requestBody: required: true content: @@ -38176,9 +38189,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: &243 + default: &244 value: author: login: octocat @@ -38251,8 +38264,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *89 - - *190 - - &244 + - *191 + - &245 name: discussion_number description: The number that identifies the discussion. in: path @@ -38264,9 +38277,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38289,8 +38302,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *89 - - *190 - - *244 + - *191 + - *245 requestBody: required: false content: @@ -38313,9 +38326,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: &559 + default: &560 value: author: login: octocat @@ -38386,8 +38399,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *89 - - *190 - - *244 + - *191 + - *245 responses: '204': description: Response @@ -38414,8 +38427,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *89 - - *190 - - *244 + - *191 + - *245 - *46 - *17 - *19 @@ -38426,7 +38439,7 @@ paths: application/json: schema: type: array - items: &245 + items: &246 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -38506,7 +38519,7 @@ paths: - updated_at - url examples: - default: &560 + default: &561 value: - author: login: octocat @@ -38575,8 +38588,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *89 - - *190 - - *244 + - *191 + - *245 requestBody: required: true content: @@ -38598,9 +38611,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: &246 + default: &247 value: author: login: octocat @@ -38667,9 +38680,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *89 - - *190 - - *244 - - &247 + - *191 + - *245 + - &248 name: comment_number description: The number that identifies the comment. in: path @@ -38681,9 +38694,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38706,9 +38719,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *89 - - *190 - - *244 - - *247 + - *191 + - *245 + - *248 requestBody: required: true content: @@ -38730,9 +38743,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: &561 + default: &562 value: author: login: octocat @@ -38797,9 +38810,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *89 - - *190 - - *244 - - *247 + - *191 + - *245 + - *248 responses: '204': description: Response @@ -38826,9 +38839,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *89 - - *190 - - *244 - - *247 + - *191 + - *245 + - *248 - 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. @@ -38854,7 +38867,7 @@ paths: application/json: schema: type: array - items: &248 + items: &249 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -38898,7 +38911,7 @@ paths: - content - created_at examples: - default: &250 + default: &251 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38949,9 +38962,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *89 - - *190 - - *244 - - *247 + - *191 + - *245 + - *248 requestBody: required: true content: @@ -38984,9 +38997,9 @@ paths: team discussion comment content: application/json: - schema: *248 + schema: *249 examples: - default: &249 + default: &250 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39015,9 +39028,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39041,10 +39054,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *89 - - *190 - - *244 - - *247 - - &251 + - *191 + - *245 + - *248 + - &252 name: reaction_id description: The unique identifier of the reaction. in: path @@ -39077,8 +39090,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *89 - - *190 - - *244 + - *191 + - *245 - 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. @@ -39104,9 +39117,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 x-github: @@ -39133,8 +39146,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *89 - - *190 - - *244 + - *191 + - *245 requestBody: required: true content: @@ -39166,16 +39179,16 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -39199,9 +39212,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *89 - - *190 - - *244 - - *251 + - *191 + - *245 + - *252 responses: '204': description: Response @@ -39226,7 +39239,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *89 - - *190 + - *191 - *17 - *19 responses: @@ -39236,9 +39249,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *56 x-github: @@ -39261,7 +39274,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *89 - - *190 + - *191 - name: role description: Filters members returned by their role in the team. in: query @@ -39284,7 +39297,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -39315,14 +39328,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *89 - - *190 + - *191 - *127 responses: '200': description: Response content: application/json: - schema: &252 + schema: &253 title: Team Membership description: Team Membership type: object @@ -39350,7 +39363,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &562 + response-if-user-is-a-team-maintainer: &563 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -39387,7 +39400,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *89 - - *190 + - *191 - *127 requestBody: required: false @@ -39413,9 +39426,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - response-if-users-membership-with-team-is-now-pending: &563 + response-if-users-membership-with-team-is-now-pending: &564 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39451,7 +39464,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *89 - - *190 + - *191 - *127 responses: '204': @@ -39479,7 +39492,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *89 - - *190 + - *191 - *17 - *19 responses: @@ -39489,7 +39502,7 @@ paths: application/json: schema: type: array - items: &253 + items: &254 title: Team Project description: A team's access to a project. type: object @@ -39558,7 +39571,7 @@ paths: - updated_at - permissions examples: - default: &564 + default: &565 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39620,8 +39633,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *89 - - *190 - - &254 + - *191 + - &255 name: project_id description: The unique identifier of the project. in: path @@ -39633,9 +39646,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: &565 + default: &566 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39696,8 +39709,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *89 - - *190 - - *254 + - *191 + - *255 requestBody: required: false content: @@ -39763,8 +39776,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *89 - - *190 - - *254 + - *191 + - *255 responses: '204': description: Response @@ -39789,7 +39802,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *89 - - *190 + - *191 - *17 - *19 responses: @@ -39801,7 +39814,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -39831,15 +39844,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *89 - - *190 - - *255 + - *191 - *256 + - *257 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &566 + schema: &567 title: Team Repository description: A team's access to a repository. type: object @@ -40481,9 +40494,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *89 - - *190 - - *255 + - *191 - *256 + - *257 requestBody: required: false content: @@ -40529,9 +40542,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *89 - - *190 - - *255 + - *191 - *256 + - *257 responses: '204': description: Response @@ -40556,7 +40569,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *89 - - *190 + - *191 - *17 - *19 responses: @@ -40566,9 +40579,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - response-if-child-teams-exist: &567 + response-if-child-teams-exist: &568 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -40692,7 +40705,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &257 + - &258 name: card_id description: The unique identifier of the card. in: path @@ -40704,7 +40717,7 @@ paths: description: Response content: application/json: - schema: &258 + schema: &259 title: Project Card description: Project cards represent a scope of work. type: object @@ -40779,7 +40792,7 @@ paths: - created_at - updated_at examples: - default: &259 + default: &260 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -40829,7 +40842,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *257 + - *258 requestBody: required: false content: @@ -40859,9 +40872,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '304': *35 '403': *27 '401': *23 @@ -40882,7 +40895,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *257 + - *258 responses: '204': description: Response @@ -40920,7 +40933,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *257 + - *258 requestBody: required: true content: @@ -41027,7 +41040,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &260 + - &261 name: column_id description: The unique identifier of the column. in: path @@ -41039,7 +41052,7 @@ paths: description: Response content: application/json: - schema: &261 + schema: &262 title: Project Column description: Project columns contain cards of work. type: object @@ -41093,7 +41106,7 @@ paths: - created_at - updated_at examples: - default: &262 + default: &263 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -41122,7 +41135,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *260 + - *261 requestBody: required: true content: @@ -41147,9 +41160,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '304': *35 '403': *27 '401': *23 @@ -41168,7 +41181,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *260 + - *261 responses: '204': description: Response @@ -41191,7 +41204,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *260 + - *261 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -41212,7 +41225,7 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: default: value: @@ -41265,7 +41278,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *260 + - *261 requestBody: required: true content: @@ -41309,9 +41322,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '304': *35 '403': *27 '401': *23 @@ -41361,7 +41374,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *260 + - *261 requestBody: required: true content: @@ -41418,15 +41431,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *210 + schema: *211 examples: - default: &263 + default: &264 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -41479,7 +41492,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *254 + - *255 requestBody: required: false content: @@ -41528,9 +41541,9 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: - default: *263 + default: *264 '404': description: Not Found if the authenticated user does not have access to the project @@ -41551,7 +41564,7 @@ paths: items: type: string '401': *23 - '410': *264 + '410': *265 '422': *7 x-github: githubCloudOnly: false @@ -41569,7 +41582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *254 + - *255 responses: '204': description: Delete Success @@ -41590,7 +41603,7 @@ paths: items: type: string '401': *23 - '410': *264 + '410': *265 '404': *6 x-github: githubCloudOnly: false @@ -41613,7 +41626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *254 + - *255 - 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 @@ -41640,7 +41653,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '404': *6 @@ -41665,7 +41678,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *254 + - *255 - *127 requestBody: required: false @@ -41715,7 +41728,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *254 + - *255 - *127 responses: '204': @@ -41744,7 +41757,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *254 + - *255 - *127 responses: '200': @@ -41809,7 +41822,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *254 + - *255 - *17 - *19 responses: @@ -41819,7 +41832,7 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: default: value: @@ -41851,7 +41864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *254 + - *255 requestBody: required: true content: @@ -41875,7 +41888,7 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: default: value: @@ -41936,7 +41949,7 @@ paths: resources: type: object properties: - core: &265 + core: &266 title: Rate Limit type: object properties: @@ -41953,20 +41966,20 @@ paths: - remaining - reset - used - graphql: *265 - search: *265 - code_search: *265 - source_import: *265 - integration_manifest: *265 - code_scanning_upload: *265 - actions_runner_registration: *265 - scim: *265 - dependency_snapshots: *265 - code_scanning_autofix: *265 + graphql: *266 + search: *266 + code_search: *266 + source_import: *266 + integration_manifest: *266 + code_scanning_upload: *266 + actions_runner_registration: *266 + scim: *266 + dependency_snapshots: *266 + code_scanning_autofix: *266 required: - core - search - rate: *265 + rate: *266 required: - rate - resources @@ -42070,14 +42083,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *266 + schema: *267 examples: default-response: summary: Default response @@ -42578,7 +42591,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *267 + '301': *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42596,8 +42609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -42834,10 +42847,10 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *268 - '307': &269 + default: *269 + '307': &270 description: Temporary Redirect content: application/json: @@ -42866,8 +42879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -42889,7 +42902,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *269 + '307': *270 '404': *6 x-github: githubCloudOnly: false @@ -42912,11 +42925,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *255 - *256 + - *257 - *17 - *19 - - &295 + - &296 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -42939,7 +42952,7 @@ paths: type: integer artifacts: type: array - items: &270 + items: &271 title: Artifact description: An artifact type: object @@ -43025,7 +43038,7 @@ paths: - expires_at - updated_at examples: - default: &296 + default: &297 value: total_count: 2 artifacts: @@ -43084,9 +43097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *255 - *256 - - &271 + - *257 + - &272 name: artifact_id description: The unique identifier of the artifact. in: path @@ -43098,7 +43111,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -43135,9 +43148,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *255 - *256 - - *271 + - *257 + - *272 responses: '204': description: Response @@ -43161,9 +43174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *255 - *256 - - *271 + - *257 + - *272 - name: archive_format in: path required: true @@ -43177,7 +43190,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': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43200,14 +43213,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -43233,11 +43246,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *255 - *256 + - *257 - *17 - *19 - - &273 + - &274 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 @@ -43271,7 +43284,7 @@ paths: description: Response content: application/json: - schema: &274 + schema: &275 title: Repository actions caches description: Repository actions caches type: object @@ -43321,7 +43334,7 @@ paths: - total_count - actions_caches examples: - default: &275 + default: &276 value: total_count: 1 actions_caches: @@ -43353,23 +43366,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: - - *255 - *256 + - *257 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *275 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43389,8 +43402,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: - - *255 - *256 + - *257 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -43421,9 +43434,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *255 - *256 - - &276 + - *257 + - &277 name: job_id description: The unique identifier of the job. in: path @@ -43435,7 +43448,7 @@ paths: description: Response content: application/json: - schema: &299 + schema: &300 title: Job description: Information of a job execution in a workflow run type: object @@ -43782,9 +43795,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *255 - *256 - - *276 + - *257 + - *277 responses: '302': description: Response @@ -43812,9 +43825,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *255 - *256 - - *276 + - *257 + - *277 requestBody: required: false content: @@ -43860,8 +43873,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: - - *255 - *256 + - *257 responses: '200': description: Status response @@ -43911,8 +43924,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: - - *255 - *256 + - *257 requestBody: required: true content: @@ -43975,8 +43988,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -43994,7 +44007,7 @@ paths: type: integer secrets: type: array - items: &301 + items: &302 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -44015,7 +44028,7 @@ paths: - created_at - updated_at examples: - default: &302 + default: &303 value: total_count: 2 secrets: @@ -44048,9 +44061,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *255 - *256 - - *277 + - *257 + - *278 - *19 responses: '200': @@ -44067,7 +44080,7 @@ paths: type: integer variables: type: array - items: &305 + items: &306 title: Actions Variable type: object properties: @@ -44101,7 +44114,7 @@ paths: - created_at - updated_at examples: - default: &306 + default: &307 value: total_count: 2 variables: @@ -44134,8 +44147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -44144,11 +44157,11 @@ paths: schema: type: object properties: - enabled: &279 + enabled: &280 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *103 - selected_actions_url: *278 + selected_actions_url: *279 required: - enabled examples: @@ -44175,8 +44188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -44187,7 +44200,7 @@ paths: schema: type: object properties: - enabled: *279 + enabled: *280 allowed_actions: *103 required: - enabled @@ -44217,14 +44230,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: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: &280 + schema: &281 type: object properties: access_level: @@ -44241,7 +44254,7 @@ paths: required: - access_level examples: - default: &281 + default: &282 value: access_level: organization x-github: @@ -44265,15 +44278,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: - - *255 - *256 + - *257 requestBody: required: true content: application/json: - schema: *280 + schema: *281 examples: - default: *281 + default: *282 responses: '204': description: Response @@ -44297,8 +44310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -44325,8 +44338,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -44358,14 +44371,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *282 + schema: *283 examples: default: *109 x-github: @@ -44388,8 +44401,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Success response @@ -44400,7 +44413,7 @@ paths: required: true content: application/json: - schema: *283 + schema: *284 examples: default: *109 x-github: @@ -44429,8 +44442,8 @@ paths: in: query schema: type: string - - *255 - *256 + - *257 - *17 - *19 responses: @@ -44474,8 +44487,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -44483,9 +44496,9 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44507,8 +44520,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: - - *255 - *256 + - *257 requestBody: required: true content: @@ -44551,7 +44564,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *286 + '201': *287 '404': *6 '422': *7 x-github: @@ -44581,8 +44594,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *255 - *256 + - *257 responses: '201': description: Response @@ -44590,7 +44603,7 @@ paths: application/json: schema: *118 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44618,8 +44631,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *255 - *256 + - *257 responses: '201': description: Response @@ -44627,7 +44640,7 @@ paths: application/json: schema: *118 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44649,8 +44662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *255 - *256 + - *257 - *115 responses: '200': @@ -44659,7 +44672,7 @@ paths: application/json: schema: *116 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44680,8 +44693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *255 - *256 + - *257 - *115 responses: '204': @@ -44707,8 +44720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *255 - *256 + - *257 - *115 responses: '200': *120 @@ -44733,8 +44746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *255 - *256 + - *257 - *115 requestBody: required: true @@ -44783,8 +44796,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *255 - *256 + - *257 - *115 requestBody: required: true @@ -44834,11 +44847,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: - - *255 - *256 + - *257 - *115 responses: - '200': *290 + '200': *291 '404': *6 x-github: githubCloudOnly: false @@ -44865,10 +44878,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *255 - *256 + - *257 - *115 - - *291 + - *292 responses: '200': *120 '404': *6 @@ -44896,9 +44909,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *255 - *256 - - &309 + - *257 + - &310 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. @@ -44906,7 +44919,7 @@ paths: required: false schema: type: string - - &310 + - &311 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -44914,7 +44927,7 @@ paths: required: false schema: type: string - - &311 + - &312 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -44923,7 +44936,7 @@ paths: required: false schema: type: string - - &312 + - &313 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 @@ -44950,7 +44963,7 @@ paths: - pending - *17 - *19 - - &313 + - &314 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)." @@ -44959,7 +44972,7 @@ paths: schema: type: string format: date-time - - &292 + - &293 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44968,13 +44981,13 @@ paths: schema: type: boolean default: false - - &314 + - &315 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &315 + - &316 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44997,7 +45010,7 @@ paths: type: integer workflow_runs: type: array - items: &293 + items: &294 title: Workflow Run description: An invocation of a workflow type: object @@ -45114,7 +45127,7 @@ paths: type: - array - 'null' - items: &334 + items: &335 title: Pull Request Minimal type: object properties: @@ -45241,7 +45254,7 @@ paths: head_commit: anyOf: - type: 'null' - - &338 + - &339 title: Simple Commit description: A commit. type: object @@ -45356,7 +45369,7 @@ paths: - workflow_url - pull_requests examples: - default: &316 + default: &317 value: total_count: 1 workflow_runs: @@ -45592,24 +45605,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *255 - *256 - - &294 + - *257 + - &295 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: &297 + default: &298 value: id: 30433642 name: Build @@ -45850,9 +45863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '204': description: Response @@ -45875,9 +45888,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '200': description: Response @@ -46005,9 +46018,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '201': description: Response @@ -46040,12 +46053,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *255 - *256 - - *294 + - *257 + - *295 - *17 - *19 - - *295 + - *296 responses: '200': description: Response @@ -46061,9 +46074,9 @@ paths: type: integer artifacts: type: array - items: *270 + items: *271 examples: - default: *296 + default: *297 headers: Link: *56 x-github: @@ -46087,25 +46100,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *255 - *256 - - *294 - - &298 + - *257 + - *295 + - &299 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46128,10 +46141,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *255 - *256 - - *294 - - *298 + - *257 + - *295 + - *299 - *17 - *19 responses: @@ -46149,9 +46162,9 @@ paths: type: integer jobs: type: array - items: *299 + items: *300 examples: - default: &300 + default: &301 value: total_count: 1 jobs: @@ -46264,10 +46277,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *255 - *256 - - *294 - - *298 + - *257 + - *295 + - *299 responses: '302': description: Response @@ -46295,9 +46308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '202': description: Response @@ -46330,9 +46343,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: - - *255 - *256 - - *294 + - *257 + - *295 requestBody: required: true content: @@ -46399,9 +46412,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '202': description: Response @@ -46434,9 +46447,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 - 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 @@ -46466,9 +46479,9 @@ paths: type: integer jobs: type: array - items: *299 + items: *300 examples: - default: *300 + default: *301 headers: Link: *56 x-github: @@ -46493,9 +46506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '302': description: Response @@ -46522,9 +46535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '204': description: Response @@ -46551,9 +46564,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '200': description: Response @@ -46622,7 +46635,7 @@ paths: items: type: object properties: - type: &412 + type: &413 type: string description: The type of reviewer. enum: @@ -46633,7 +46646,7 @@ paths: reviewer: anyOf: - *4 - - *178 + - *179 required: - environment - wait_timer @@ -46708,9 +46721,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 requestBody: required: true content: @@ -46760,7 +46773,7 @@ paths: application/json: schema: type: array - items: &407 + items: &408 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -46872,7 +46885,7 @@ paths: - created_at - updated_at examples: - default: &408 + default: &409 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -46928,9 +46941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *255 - *256 - - *294 + - *257 + - *295 requestBody: required: false content: @@ -46975,9 +46988,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *255 - *256 - - *294 + - *257 + - *295 requestBody: required: false content: @@ -47024,9 +47037,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *255 - *256 - - *294 + - *257 + - *295 responses: '200': description: Response @@ -47163,8 +47176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -47182,9 +47195,9 @@ paths: type: integer secrets: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: Link: *56 x-github: @@ -47209,16 +47222,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *303 + schema: *304 examples: - default: *304 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47240,17 +47253,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &425 + default: &426 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47276,8 +47289,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 requestBody: required: true @@ -47332,8 +47345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '204': @@ -47359,9 +47372,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *255 - *256 - - *277 + - *257 + - *278 - *19 responses: '200': @@ -47378,9 +47391,9 @@ paths: type: integer variables: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 headers: Link: *56 x-github: @@ -47403,8 +47416,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -47456,17 +47469,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *255 - *256 + - *257 - *125 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: &426 + default: &427 value: name: USERNAME value: octocat @@ -47492,8 +47505,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *255 - *256 + - *257 - *125 requestBody: required: true @@ -47536,8 +47549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *255 - *256 + - *257 - *125 responses: '204': @@ -47563,8 +47576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -47582,7 +47595,7 @@ paths: type: integer workflows: type: array - items: &307 + items: &308 title: Workflow description: A GitHub Actions workflow type: object @@ -47700,9 +47713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *255 - *256 - - &308 + - *257 + - &309 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -47717,7 +47730,7 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: default: value: @@ -47750,9 +47763,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *255 - *256 - - *308 + - *257 + - *309 responses: '204': description: Response @@ -47777,9 +47790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *255 - *256 - - *308 + - *257 + - *309 responses: '204': description: Response @@ -47830,9 +47843,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *255 - *256 - - *308 + - *257 + - *309 responses: '204': description: Response @@ -47859,19 +47872,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *255 - *256 - - *308 + - *257 - *309 - *310 - *311 - *312 + - *313 - *17 - *19 - - *313 - - *292 - *314 + - *293 - *315 + - *316 responses: '200': description: Response @@ -47887,9 +47900,9 @@ paths: type: integer workflow_runs: type: array - items: *293 + items: *294 examples: - default: *316 + default: *317 headers: Link: *56 x-github: @@ -47915,9 +47928,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *255 - *256 - - *308 + - *257 + - *309 responses: '200': description: Response @@ -47978,8 +47991,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *255 - *256 + - *257 - *46 - *17 - *37 @@ -48147,8 +48160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -48160,7 +48173,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '404': *6 @@ -48185,8 +48198,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *255 - *256 + - *257 - name: assignee in: path required: true @@ -48222,8 +48235,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -48335,8 +48348,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *255 - *256 + - *257 - *17 - *37 - *38 @@ -48382,7 +48395,7 @@ paths: bundle_url: type: string examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48402,8 +48415,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -48411,7 +48424,7 @@ paths: application/json: schema: type: array - items: &318 + items: &319 title: Autolink reference description: An autolink reference. type: object @@ -48465,8 +48478,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -48505,9 +48518,9 @@ paths: description: response content: application/json: - schema: *318 + schema: *319 examples: - default: &319 + default: &320 value: id: 1 key_prefix: TICKET- @@ -48538,9 +48551,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *255 - *256 - - &320 + - *257 + - &321 name: autolink_id description: The unique identifier of the autolink. in: path @@ -48552,9 +48565,9 @@ paths: description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *319 + default: *320 '404': *6 x-github: githubCloudOnly: false @@ -48574,9 +48587,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *255 - *256 - - *320 + - *257 + - *321 responses: '204': description: Response @@ -48600,8 +48613,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: - - *255 - *256 + - *257 responses: '200': description: Response if Dependabot is enabled @@ -48651,8 +48664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -48673,8 +48686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -48694,8 +48707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *255 - *256 + - *257 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -48733,7 +48746,7 @@ paths: - url protected: type: boolean - protection: &322 + protection: &323 title: Branch Protection description: Branch Protection type: object @@ -48776,7 +48789,7 @@ paths: required: - contexts - checks - enforce_admins: &325 + enforce_admins: &326 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -48793,7 +48806,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &327 + required_pull_request_reviews: &328 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -48815,7 +48828,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *178 + items: *179 apps: description: The list of apps with review dismissal access. @@ -48847,7 +48860,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *178 + items: *179 apps: description: The list of apps allowed to bypass pull request requirements. @@ -48877,7 +48890,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &324 + restrictions: &325 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -49202,9 +49215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *255 - *256 - - &323 + - *257 + - &324 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). @@ -49218,14 +49231,14 @@ paths: description: Response content: application/json: - schema: &333 + schema: &334 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &383 + commit: &384 title: Commit description: Commit type: object @@ -49264,7 +49277,7 @@ paths: author: anyOf: - type: 'null' - - &321 + - &322 title: Git User description: Metaproperties for Git author/committer information. @@ -49285,7 +49298,7 @@ paths: committer: anyOf: - type: 'null' - - *321 + - *322 message: type: string examples: @@ -49309,7 +49322,7 @@ paths: required: - sha - url - verification: &432 + verification: &433 title: Verification type: object properties: @@ -49388,7 +49401,7 @@ paths: type: integer files: type: array - items: &395 + items: &396 title: Diff Entry description: Diff Entry type: object @@ -49482,7 +49495,7 @@ paths: - self protected: type: boolean - protection: *322 + protection: *323 protection_url: type: string format: uri @@ -49591,7 +49604,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *267 + '301': *268 '404': *6 x-github: githubCloudOnly: false @@ -49613,15 +49626,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: default: value: @@ -49815,9 +49828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -50077,7 +50090,7 @@ paths: url: type: string format: uri - required_status_checks: &330 + required_status_checks: &331 title: Status Check Policy description: Status Check Policy type: object @@ -50158,7 +50171,7 @@ paths: items: *4 teams: type: array - items: *178 + items: *179 apps: type: array items: *5 @@ -50176,7 +50189,7 @@ paths: items: *4 teams: type: array - items: *178 + items: *179 apps: type: array items: *5 @@ -50236,7 +50249,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *324 + restrictions: *325 required_conversation_resolution: type: object properties: @@ -50348,9 +50361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -50375,17 +50388,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: &326 + default: &327 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -50407,17 +50420,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *326 + default: *327 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50436,9 +50449,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -50463,17 +50476,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: &328 + default: &329 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -50569,9 +50582,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -50669,9 +50682,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -50692,9 +50705,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -50721,17 +50734,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: &329 + default: &330 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -50754,17 +50767,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *329 + default: *330 '404': *6 x-github: githubCloudOnly: false @@ -50784,9 +50797,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -50811,17 +50824,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -50847,9 +50860,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -50901,9 +50914,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '404': *6 '422': *15 x-github: @@ -50925,9 +50938,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -50951,9 +50964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response @@ -50987,9 +51000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -51056,9 +51069,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -51122,9 +51135,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: content: application/json: @@ -51190,15 +51203,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: default: value: @@ -51289,9 +51302,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '204': description: Response @@ -51314,9 +51327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response @@ -51326,7 +51339,7 @@ paths: type: array items: *5 examples: - default: &332 + default: &333 value: - id: 1 slug: octoapp @@ -51383,9 +51396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51419,7 +51432,7 @@ paths: type: array items: *5 examples: - default: *332 + default: *333 '422': *15 x-github: githubCloudOnly: false @@ -51440,9 +51453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51476,7 +51489,7 @@ paths: type: array items: *5 examples: - default: *332 + default: *333 '422': *15 x-github: githubCloudOnly: false @@ -51497,9 +51510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51533,7 +51546,7 @@ paths: type: array items: *5 examples: - default: *332 + default: *333 '422': *15 x-github: githubCloudOnly: false @@ -51555,9 +51568,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response @@ -51565,9 +51578,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 '404': *6 x-github: githubCloudOnly: false @@ -51587,9 +51600,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -51625,9 +51638,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -51648,9 +51661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: false content: @@ -51686,9 +51699,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -51709,9 +51722,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: content: application/json: @@ -51746,9 +51759,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 '422': *15 x-github: githubCloudOnly: false @@ -51770,9 +51783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *255 - *256 - - *323 + - *257 + - *324 responses: '200': description: Response @@ -51782,7 +51795,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 '404': *6 x-github: githubCloudOnly: false @@ -51806,9 +51819,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51841,7 +51854,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 '422': *15 x-github: githubCloudOnly: false @@ -51866,9 +51879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51901,7 +51914,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 '422': *15 x-github: githubCloudOnly: false @@ -51926,9 +51939,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -51961,7 +51974,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 '422': *15 x-github: githubCloudOnly: false @@ -51988,9 +52001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *255 - *256 - - *323 + - *257 + - *324 requestBody: required: true content: @@ -52012,7 +52025,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -52128,8 +52141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -52408,7 +52421,7 @@ paths: description: Response content: application/json: - schema: &335 + schema: &336 title: CheckRun description: A check performed on the code of a given code change type: object @@ -52543,8 +52556,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *334 - deployment: &616 + items: *335 + deployment: &617 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -52831,9 +52844,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *255 - *256 - - &336 + - *257 + - &337 name: check_run_id description: The unique identifier of the check run. in: path @@ -52845,9 +52858,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: &337 + default: &338 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -52947,9 +52960,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *255 - *256 - - *336 + - *257 + - *337 requestBody: required: true content: @@ -53189,9 +53202,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *337 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53211,9 +53224,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *255 - *256 - - *336 + - *257 + - *337 - *17 - *19 responses: @@ -53325,9 +53338,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *255 - *256 - - *336 + - *257 + - *337 responses: '201': description: Response @@ -53371,8 +53384,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -53394,7 +53407,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &339 + schema: &340 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -53476,7 +53489,7 @@ paths: type: - array - 'null' - items: *334 + items: *335 app: anyOf: - type: 'null' @@ -53492,7 +53505,7 @@ paths: - string - 'null' format: date-time - head_commit: *338 + head_commit: *339 latest_check_runs_count: type: integer check_runs_url: @@ -53520,7 +53533,7 @@ paths: - check_runs_url - pull_requests examples: - default: &340 + default: &341 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -53811,9 +53824,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53832,8 +53845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -54142,9 +54155,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *255 - *256 - - &341 + - *257 + - &342 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -54156,9 +54169,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54181,17 +54194,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *255 - *256 - - *341 - - &390 + - *257 + - *342 + - &391 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &391 + - &392 name: status description: Returns check runs with the specified `status`. in: query @@ -54230,9 +54243,9 @@ paths: type: integer check_runs: type: array - items: *335 + items: *336 examples: - default: &392 + default: &393 value: total_count: 1 check_runs: @@ -54334,9 +54347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *255 - *256 - - *341 + - *257 + - *342 responses: '201': description: Response @@ -54369,21 +54382,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *255 - *256 - - *342 + - *257 - *343 + - *344 - *19 - *17 - - &360 + - &361 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: *344 - - &361 + schema: *345 + - &362 name: pr description: The number of the pull request for the results you want to list. in: query @@ -54408,13 +54421,13 @@ paths: be returned. in: query required: false - schema: *345 + schema: *346 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *346 + schema: *347 responses: '200': description: Response @@ -54430,7 +54443,7 @@ paths: updated_at: *53 url: *54 html_url: *55 - instances_url: *347 + instances_url: *348 state: *132 fixed_at: *128 dismissed_by: @@ -54438,11 +54451,11 @@ paths: - type: 'null' - *4 dismissed_at: *129 - dismissed_reason: *348 - dismissed_comment: *349 - rule: *350 - tool: *351 - most_recent_instance: *352 + dismissed_reason: *349 + dismissed_comment: *350 + rule: *351 + tool: *352 + most_recent_instance: *353 required: - number - created_at @@ -54558,7 +54571,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &353 + '403': &354 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -54585,9 +54598,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *255 - *256 - - &354 + - *257 + - &355 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -54601,7 +54614,7 @@ paths: description: Response content: application/json: - schema: &355 + schema: &356 type: object properties: number: *51 @@ -54609,7 +54622,7 @@ paths: updated_at: *53 url: *54 html_url: *55 - instances_url: *347 + instances_url: *348 state: *132 fixed_at: *128 dismissed_by: @@ -54617,8 +54630,8 @@ paths: - type: 'null' - *4 dismissed_at: *129 - dismissed_reason: *348 - dismissed_comment: *349 + dismissed_reason: *349 + dismissed_comment: *350 rule: type: object properties: @@ -54680,8 +54693,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *351 - most_recent_instance: *352 + tool: *352 + most_recent_instance: *353 required: - number - created_at @@ -54770,7 +54783,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -54790,9 +54803,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *255 - *256 - - *354 + - *257 + - *355 requestBody: required: true content: @@ -54807,8 +54820,8 @@ paths: enum: - open - dismissed - dismissed_reason: *348 - dismissed_comment: *349 + dismissed_reason: *349 + dismissed_comment: *350 required: - state examples: @@ -54823,7 +54836,7 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: default: value: @@ -54898,7 +54911,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &359 + '403': &360 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -54925,15 +54938,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: - - *255 - *256 - - *354 + - *257 + - *355 responses: '200': description: Response content: application/json: - schema: &356 + schema: &357 type: object properties: status: @@ -54960,13 +54973,13 @@ paths: - description - started_at examples: - default: &357 + default: &358 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &358 + '400': &359 description: Bad Request content: application/json: @@ -54977,7 +54990,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': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55002,29 +55015,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: - - *255 - *256 - - *354 + - *257 + - *355 responses: '200': description: OK content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 '202': description: Accepted content: application/json: - schema: *356 + schema: *357 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *358 + '400': *359 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -55056,9 +55069,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: - - *255 - *256 - - *354 + - *257 + - *355 requestBody: required: false content: @@ -55104,8 +55117,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *358 - '403': *359 + '400': *359 + '403': *360 '404': *6 '422': description: Unprocessable Entity @@ -55129,13 +55142,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *255 - *256 - - *354 + - *257 + - *355 - *19 - *17 - - *360 - *361 + - *362 responses: '200': description: Response @@ -55143,7 +55156,7 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: default: value: @@ -55182,7 +55195,7 @@ paths: end_column: 50 classifications: - source - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55216,25 +55229,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *255 - *256 - - *342 + - *257 - *343 + - *344 - *19 - *17 - - *361 + - *362 - 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: *344 + schema: *345 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &364 + schema: &365 type: string description: An identifier for the upload. examples: @@ -55256,23 +55269,23 @@ paths: application/json: schema: type: array - items: &365 + items: &366 type: object properties: - ref: *344 - commit_sha: &373 + ref: *345 + commit_sha: &374 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: *362 + analysis_key: *363 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *363 + category: *364 error: type: string examples: @@ -55297,8 +55310,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *364 - tool: *351 + sarif_id: *365 + tool: *352 deletable: type: boolean warning: @@ -55360,7 +55373,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55396,8 +55409,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: - - *255 - *256 + - *257 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55410,7 +55423,7 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: response: summary: application/json response @@ -55464,7 +55477,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55546,8 +55559,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: - - *255 - *256 + - *257 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55603,7 +55616,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': *359 + '403': *360 '404': *6 '503': *61 x-github: @@ -55625,8 +55638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -55634,7 +55647,7 @@ paths: application/json: schema: type: array - items: &366 + items: &367 title: CodeQL Database description: A CodeQL database. type: object @@ -55746,7 +55759,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': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55775,8 +55788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *255 - *256 + - *257 - name: language in: path description: The language of the CodeQL database. @@ -55788,7 +55801,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -55820,9 +55833,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': &397 + '302': &398 description: Found - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -55844,8 +55857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *255 - *256 + - *257 - name: language in: path description: The language of the CodeQL database. @@ -55855,7 +55868,7 @@ paths: responses: '204': description: Response - '403': *359 + '403': *360 '404': *6 '503': *61 x-github: @@ -55883,8 +55896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -55893,7 +55906,7 @@ paths: type: object additionalProperties: false properties: - language: &367 + language: &368 type: string description: The language targeted by the CodeQL query enum: @@ -55971,7 +55984,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &371 + schema: &372 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -55981,7 +55994,7 @@ paths: description: The ID of the variant analysis. controller_repo: *50 actor: *4 - query_language: *367 + query_language: *368 query_pack_url: type: string description: The download url for the query pack. @@ -56029,7 +56042,7 @@ paths: items: type: object properties: - repository: &368 + repository: &369 title: Repository Identifier description: Repository Identifier type: object @@ -56071,7 +56084,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &372 + analysis_status: &373 type: string description: The new status of the CodeQL variant analysis repository task. @@ -56103,7 +56116,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &369 + access_mismatch_repos: &370 type: object properties: repository_count: @@ -56118,7 +56131,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: *368 + items: *369 required: - repository_count - repositories @@ -56141,8 +56154,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *369 - over_limit_repos: *369 + no_codeql_db_repos: *370 + over_limit_repos: *370 required: - access_mismatch_repos - not_found_repos @@ -56158,7 +56171,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &370 + value: &371 summary: Default response value: id: 1 @@ -56310,10 +56323,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *370 + value: *371 repository_lists: summary: Response for a successful variant analysis submission - value: *370 + value: *371 '404': *6 '422': description: Unable to process variant analysis submission @@ -56341,8 +56354,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: - - *255 - *256 + - *257 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -56354,9 +56367,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *370 + default: *371 '404': *6 '503': *61 x-github: @@ -56379,7 +56392,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: - - *255 + - *256 - name: repo in: path description: The name of the controller repository. @@ -56414,7 +56427,7 @@ paths: type: object properties: repository: *50 - analysis_status: *372 + analysis_status: *373 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -56539,8 +56552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -56622,7 +56635,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *353 + '403': *354 '404': *6 '503': *61 x-github: @@ -56643,8 +56656,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -56728,7 +56741,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *359 + '403': *360 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -56793,8 +56806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -56802,7 +56815,7 @@ paths: schema: type: object properties: - commit_sha: *373 + commit_sha: *374 ref: type: string description: |- @@ -56862,7 +56875,7 @@ paths: schema: type: object properties: - id: *364 + id: *365 url: type: string description: The REST API URL for checking the status of the upload. @@ -56876,7 +56889,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': *359 + '403': *360 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -56899,8 +56912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *255 - *256 + - *257 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -56948,7 +56961,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': *353 + '403': *354 '404': description: Not Found if the sarif id does not match any upload '503': *61 @@ -56973,8 +56986,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: - - *255 - *256 + - *257 responses: '200': description: Response @@ -57052,8 +57065,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *255 - *256 + - *257 - 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 @@ -57181,8 +57194,8 @@ paths: parameters: - *17 - *19 - - *255 - *256 + - *257 responses: '200': description: Response @@ -57198,7 +57211,7 @@ paths: type: integer codespaces: type: array - items: *182 + items: *183 examples: default: value: @@ -57496,8 +57509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -57561,17 +57574,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '400': *14 '401': *23 '403': *27 @@ -57600,8 +57613,8 @@ paths: parameters: - *17 - *19 - - *255 - *256 + - *257 responses: '200': description: Response @@ -57665,8 +57678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *255 - *256 + - *257 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -57703,9 +57716,9 @@ paths: type: integer machines: type: array - items: *375 + items: *376 examples: - default: &574 + default: &575 value: total_count: 2 machines: @@ -57745,8 +57758,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *255 - *256 + - *257 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -57833,8 +57846,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: - - *255 - *256 + - *257 - 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 @@ -57903,8 +57916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -57922,7 +57935,7 @@ paths: type: integer secrets: type: array - items: &379 + items: &380 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -57943,7 +57956,7 @@ paths: - created_at - updated_at examples: - default: *376 + default: *377 headers: Link: *56 x-github: @@ -57966,16 +57979,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -57995,17 +58008,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58025,8 +58038,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 requestBody: required: true @@ -58079,8 +58092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '204': @@ -58109,8 +58122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *255 - *256 + - *257 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -58148,7 +58161,7 @@ paths: application/json: schema: type: array - items: &381 + items: &382 title: Collaborator description: Collaborator type: object @@ -58341,8 +58354,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *255 - *256 + - *257 - *127 responses: '204': @@ -58385,8 +58398,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *255 - *256 + - *257 - *127 requestBody: required: false @@ -58413,7 +58426,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &445 + schema: &446 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -58634,8 +58647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *255 - *256 + - *257 - *127 responses: '204': @@ -58665,8 +58678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *255 - *256 + - *257 - *127 responses: '200': @@ -58687,7 +58700,7 @@ paths: user: anyOf: - type: 'null' - - *381 + - *382 required: - permission - role_name @@ -58741,8 +58754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -58752,7 +58765,7 @@ paths: application/json: schema: type: array - items: &382 + items: &383 title: Commit Comment description: Commit Comment type: object @@ -58810,7 +58823,7 @@ paths: - created_at - updated_at examples: - default: &385 + default: &386 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58869,17 +58882,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *255 - *256 + - *257 - *72 responses: '200': description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: &386 + default: &387 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58936,8 +58949,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -58960,7 +58973,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -59011,8 +59024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *255 - *256 + - *257 - *72 responses: '204': @@ -59034,8 +59047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *255 - *256 + - *257 - *72 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -59062,9 +59075,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 '404': *6 @@ -59085,8 +59098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -59119,16 +59132,16 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '422': *15 x-github: githubCloudOnly: false @@ -59150,10 +59163,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *255 - *256 + - *257 - *72 - - *251 + - *252 responses: '204': description: Response @@ -59202,8 +59215,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *255 - *256 + - *257 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -59259,9 +59272,9 @@ paths: application/json: schema: type: array - items: *383 + items: *384 examples: - default: &493 + default: &494 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59355,9 +59368,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *255 - *256 - - &384 + - *257 + - &385 name: commit_sha description: The SHA of the commit. in: path @@ -59429,9 +59442,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *255 - *256 - - *384 + - *257 + - *385 - *17 - *19 responses: @@ -59441,9 +59454,9 @@ paths: application/json: schema: type: array - items: *382 + items: *383 examples: - default: *385 + default: *386 headers: Link: *56 x-github: @@ -59471,9 +59484,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *255 - *256 - - *384 + - *257 + - *385 requestBody: required: true content: @@ -59508,9 +59521,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *386 + default: *387 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59538,9 +59551,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *255 - *256 - - *384 + - *257 + - *385 - *17 - *19 responses: @@ -59550,7 +59563,7 @@ paths: application/json: schema: type: array - items: &484 + items: &485 title: Pull Request Simple description: Pull Request Simple type: object @@ -59670,7 +59683,7 @@ paths: milestone: anyOf: - type: 'null' - - *387 + - *388 active_lock_reason: type: - string @@ -59725,7 +59738,7 @@ paths: type: - array - 'null' - items: *178 + items: *179 head: type: object properties: @@ -59769,7 +59782,7 @@ paths: _links: type: object properties: - comments: &388 + comments: &389 title: Link description: Hypermedia Link type: object @@ -59778,13 +59791,13 @@ paths: type: string required: - href - commits: *388 - statuses: *388 - html: *388 - issue: *388 - review_comments: *388 - review_comment: *388 - self: *388 + commits: *389 + statuses: *389 + html: *389 + issue: *389 + review_comments: *389 + review_comment: *389 + self: *389 required: - comments - commits @@ -59795,7 +59808,7 @@ paths: - review_comment - self author_association: *59 - auto_merge: &486 + auto_merge: &487 title: Auto merge description: The status of auto merging a pull request. type: @@ -59860,7 +59873,7 @@ paths: - author_association - auto_merge examples: - default: &485 + default: &486 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -60397,11 +60410,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *255 - *256 + - *257 - *19 - *17 - - &389 + - &390 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)" @@ -60416,9 +60429,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: &472 + default: &473 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60531,11 +60544,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *255 - *256 - - *389 + - *257 - *390 - *391 + - *392 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -60569,9 +60582,9 @@ paths: type: integer check_runs: type: array - items: *335 + items: *336 examples: - default: *392 + default: *393 headers: Link: *56 x-github: @@ -60596,9 +60609,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *255 - *256 - - *389 + - *257 + - *390 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -60606,7 +60619,7 @@ paths: schema: type: integer example: 1 - - *390 + - *391 - *17 - *19 responses: @@ -60624,7 +60637,7 @@ paths: type: integer check_suites: type: array - items: *339 + items: *340 examples: default: value: @@ -60824,9 +60837,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *255 - *256 - - *389 + - *257 + - *390 - *17 - *19 responses: @@ -61028,9 +61041,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *255 - *256 - - *389 + - *257 + - *390 - *17 - *19 responses: @@ -61040,7 +61053,7 @@ paths: application/json: schema: type: array - items: &548 + items: &549 title: Status description: The status of a commit. type: object @@ -61121,7 +61134,7 @@ paths: site_admin: false headers: Link: *56 - '301': *267 + '301': *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61149,8 +61162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -61183,11 +61196,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *393 + - *394 code_of_conduct_file: anyOf: - type: 'null' - - &394 + - &395 title: Community Health File type: object properties: @@ -61207,19 +61220,19 @@ paths: contributing: anyOf: - type: 'null' - - *394 + - *395 readme: anyOf: - type: 'null' - - *394 + - *395 issue_template: anyOf: - type: 'null' - - *394 + - *395 pull_request_template: anyOf: - type: 'null' - - *394 + - *395 required: - code_of_conduct - code_of_conduct_file @@ -61348,8 +61361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *255 - *256 + - *257 - *19 - *17 - name: basehead @@ -61397,8 +61410,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *383 - merge_base_commit: *383 + base_commit: *384 + merge_base_commit: *384 status: type: string enum: @@ -61422,10 +61435,10 @@ paths: - 6 commits: type: array - items: *383 + items: *384 files: type: array - items: *395 + items: *396 required: - url - html_url @@ -61711,8 +61724,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *255 - *256 + - *257 - name: path description: path parameter in: path @@ -61863,7 +61876,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &396 + response-if-content-is-a-file: &397 summary: Response if content is a file value: type: file @@ -62000,7 +62013,7 @@ paths: - size - type - url - - &498 + - &499 title: Content File description: Content File type: object @@ -62218,7 +62231,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *396 + response-if-content-is-a-file: *397 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -62287,7 +62300,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *397 + '302': *398 '304': *35 x-github: githubCloudOnly: false @@ -62310,8 +62323,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *255 - *256 + - *257 - name: path description: path parameter in: path @@ -62406,7 +62419,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: File Commit description: File Commit type: object @@ -62562,7 +62575,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: example-for-creating-a-file: value: @@ -62616,7 +62629,7 @@ paths: schema: oneOf: - *3 - - &427 + - &428 description: Repository rule violation was detected type: object properties: @@ -62637,7 +62650,7 @@ paths: items: type: object properties: - placeholder_id: &540 + placeholder_id: &541 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -62669,8 +62682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *255 - *256 + - *257 - name: path description: path parameter in: path @@ -62731,7 +62744,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -62786,8 +62799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *255 - *256 + - *257 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -62911,8 +62924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *255 - *256 + - *257 - *142 - *143 - *144 @@ -62925,6 +62938,7 @@ paths: type: string - *146 - *147 + - *148 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -62944,8 +62958,8 @@ paths: default: 30 - *37 - *38 - - *148 - *149 + - *150 responses: '200': description: Response @@ -62953,7 +62967,7 @@ paths: application/json: schema: type: array - items: &401 + items: &402 type: object description: A Dependabot alert. properties: @@ -62988,7 +63002,7 @@ paths: - development - runtime - - security_advisory: *399 + security_advisory: *400 security_vulnerability: *49 url: *54 html_url: *55 @@ -63019,7 +63033,7 @@ paths: dismissal. maxLength: 280 fixed_at: *128 - auto_dismissed_at: *400 + auto_dismissed_at: *401 required: - number - state @@ -63246,9 +63260,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *255 - *256 - - &402 + - *257 + - &403 name: alert_number in: path description: |- @@ -63263,7 +63277,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -63373,9 +63387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *255 - *256 - - *402 + - *257 + - *403 requestBody: required: true content: @@ -63420,7 +63434,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -63549,8 +63563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -63568,7 +63582,7 @@ paths: type: integer secrets: type: array - items: &405 + items: &406 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -63622,16 +63636,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63651,15 +63665,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -63685,8 +63699,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 requestBody: required: true @@ -63739,8 +63753,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *255 - *256 + - *257 - *122 responses: '204': @@ -63763,8 +63777,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: - - *255 - *256 + - *257 - 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 @@ -63938,8 +63952,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: - - *255 - *256 + - *257 responses: '200': description: Response @@ -64199,8 +64213,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: - - *255 - *256 + - *257 requestBody: required: true content: @@ -64283,7 +64297,7 @@ paths: - version - url additionalProperties: false - metadata: &406 + metadata: &407 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -64322,7 +64336,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *406 + metadata: *407 resolved: type: object description: A collection of resolved package dependencies. @@ -64336,7 +64350,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *406 + metadata: *407 relationship: type: string description: A notation of whether a dependency is requested @@ -64469,8 +64483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *255 - *256 + - *257 - name: sha description: The SHA recorded at creation time. in: query @@ -64511,9 +64525,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *56 x-github: @@ -64579,8 +64593,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -64662,7 +64676,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: simple-example: summary: Simple example @@ -64735,9 +64749,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *255 - *256 - - &409 + - *257 + - &410 name: deployment_id description: deployment_id parameter in: path @@ -64749,7 +64763,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -64814,9 +64828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *255 - *256 - - *409 + - *257 + - *410 responses: '204': description: Response @@ -64838,9 +64852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *255 - *256 - - *409 + - *257 + - *410 - *17 - *19 responses: @@ -64850,7 +64864,7 @@ paths: application/json: schema: type: array - items: &410 + items: &411 title: Deployment Status description: The status of a deployment. type: object @@ -65014,9 +65028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *255 - *256 - - *409 + - *257 + - *410 requestBody: required: true content: @@ -65091,9 +65105,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &411 + default: &412 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -65149,9 +65163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *255 - *256 - - *409 + - *257 + - *410 - name: status_id in: path required: true @@ -65162,9 +65176,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 + default: *412 '404': *6 x-github: githubCloudOnly: false @@ -65189,8 +65203,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -65247,8 +65261,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -65266,7 +65280,7 @@ paths: - 5 environments: type: array - items: &413 + items: &414 title: Environment description: Details of a deployment environment type: object @@ -65328,7 +65342,7 @@ paths: type: string examples: - wait_timer - wait_timer: &415 + wait_timer: &416 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -65370,11 +65384,11 @@ paths: items: type: object properties: - type: *412 + type: *413 reviewer: anyOf: - *4 - - *178 + - *179 required: - id - node_id @@ -65397,7 +65411,7 @@ paths: - id - node_id - type - deployment_branch_policy: &416 + deployment_branch_policy: &417 type: - object - 'null' @@ -65514,9 +65528,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *255 - *256 - - &414 + - *257 + - &415 name: environment_name in: path required: true @@ -65529,9 +65543,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: &417 + default: &418 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -65615,9 +65629,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *255 - *256 - - *414 + - *257 + - *415 requestBody: required: false content: @@ -65627,7 +65641,7 @@ paths: - object - 'null' properties: - wait_timer: *415 + wait_timer: *416 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -65646,14 +65660,14 @@ paths: items: type: object properties: - type: *412 + type: *413 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *416 + deployment_branch_policy: *417 additionalProperties: false examples: default: @@ -65673,9 +65687,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: *417 + default: *418 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -65699,9 +65713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *255 - *256 - - *414 + - *257 + - *415 responses: '204': description: Default response @@ -65726,9 +65740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *17 - *19 responses: @@ -65747,7 +65761,7 @@ paths: - 2 branch_policies: type: array - items: &418 + items: &419 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -65808,9 +65822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *255 - *256 - - *414 + - *257 + - *415 requestBody: required: true content: @@ -65858,9 +65872,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - example-wildcard: &419 + example-wildcard: &420 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -65902,10 +65916,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *255 - *256 - - *414 - - &420 + - *257 + - *415 + - &421 name: branch_policy_id in: path required: true @@ -65917,9 +65931,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65938,10 +65952,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *255 - *256 - - *414 - - *420 + - *257 + - *415 + - *421 requestBody: required: true content: @@ -65970,9 +65984,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65991,10 +66005,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *255 - *256 - - *414 - - *420 + - *257 + - *415 + - *421 responses: '204': description: Response @@ -66019,9 +66033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *414 + - *415 + - *257 - *256 - - *255 responses: '200': description: List of deployment protection rules @@ -66038,7 +66052,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &421 + items: &422 title: Deployment protection rule description: Deployment protection rule type: object @@ -66060,7 +66074,7 @@ paths: for the environment. examples: - true - app: &422 + app: &423 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -66163,9 +66177,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: - - *414 + - *415 + - *257 - *256 - - *255 requestBody: content: application/json: @@ -66186,9 +66200,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *421 + schema: *422 examples: - default: &423 + default: &424 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -66223,9 +66237,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: - - *414 + - *415 + - *257 - *256 - - *255 - *19 - *17 responses: @@ -66245,7 +66259,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *422 + items: *423 examples: default: value: @@ -66280,10 +66294,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *255 - *256 - - *414 - - &424 + - *257 + - *415 + - &425 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -66295,9 +66309,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66318,10 +66332,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *414 + - *415 + - *257 - *256 - - *255 - - *424 + - *425 responses: '204': description: Response @@ -66347,9 +66361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *17 - *19 responses: @@ -66367,9 +66381,9 @@ paths: type: integer secrets: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: Link: *56 x-github: @@ -66394,17 +66408,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *255 - *256 - - *414 + - *257 + - *415 responses: '200': description: Response content: application/json: - schema: *303 + schema: *304 examples: - default: *304 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66426,18 +66440,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *122 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66459,9 +66473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *122 requestBody: required: true @@ -66519,9 +66533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *122 responses: '204': @@ -66547,10 +66561,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *255 - *256 - - *414 - - *277 + - *257 + - *415 + - *278 - *19 responses: '200': @@ -66567,9 +66581,9 @@ paths: type: integer variables: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 headers: Link: *56 x-github: @@ -66592,9 +66606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *255 - *256 - - *414 + - *257 + - *415 requestBody: required: true content: @@ -66646,18 +66660,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *255 - *256 - - *414 + - *257 + - *415 - *125 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66678,10 +66692,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *255 - *256 + - *257 - *125 - - *414 + - *415 requestBody: required: true content: @@ -66723,10 +66737,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *255 - *256 + - *257 - *125 - - *414 + - *415 responses: '204': description: Response @@ -66748,8 +66762,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -66826,8 +66840,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *255 - *256 + - *257 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -66986,8 +67000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -67020,9 +67034,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *268 + default: *269 '400': *14 '422': *15 '403': *27 @@ -67043,8 +67057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -67104,7 +67118,7 @@ paths: schema: oneOf: - *92 - - *427 + - *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67129,8 +67143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *255 - *256 + - *257 - name: file_sha in: path required: true @@ -67230,8 +67244,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -67340,7 +67354,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -67566,15 +67580,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *255 - *256 - - *384 + - *257 + - *385 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -67630,9 +67644,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *255 - *256 - - &429 + - *257 + - &430 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. @@ -67649,7 +67663,7 @@ paths: application/json: schema: type: array - items: &430 + items: &431 title: Git Reference description: Git references within a repository type: object @@ -67725,17 +67739,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *255 - *256 - - *429 + - *257 + - *430 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &431 + default: &432 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -67764,8 +67778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -67794,9 +67808,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -67822,9 +67836,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *255 - *256 - - *429 + - *257 + - *430 requestBody: required: true content: @@ -67853,9 +67867,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 '422': *15 '409': *44 x-github: @@ -67873,9 +67887,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *255 - *256 - - *429 + - *257 + - *430 responses: '204': description: Response @@ -67928,8 +67942,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -67996,7 +68010,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: Git Tag description: Metadata for a Git tag type: object @@ -68052,7 +68066,7 @@ paths: - sha - type - url - verification: *432 + verification: *433 required: - sha - url @@ -68062,7 +68076,7 @@ paths: - tag - message examples: - default: &434 + default: &435 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -68135,8 +68149,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *255 - *256 + - *257 - name: tag_sha in: path required: true @@ -68147,9 +68161,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '404': *6 '409': *44 x-github: @@ -68173,8 +68187,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -68248,7 +68262,7 @@ paths: description: Response content: application/json: - schema: &435 + schema: &436 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -68366,8 +68380,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *255 - *256 + - *257 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -68390,7 +68404,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default-response: summary: Default response @@ -68449,8 +68463,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -68460,7 +68474,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 title: Webhook description: Webhooks for repositories. type: object @@ -68523,7 +68537,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &647 + last_response: &648 title: Hook Response type: object properties: @@ -68600,8 +68614,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -68654,9 +68668,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &437 + default: &438 value: type: Repository id: 12345678 @@ -68704,17 +68718,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '404': *6 x-github: githubCloudOnly: false @@ -68734,9 +68748,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 requestBody: required: true content: @@ -68781,9 +68795,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '422': *15 '404': *6 x-github: @@ -68804,9 +68818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 responses: '204': description: Response @@ -68830,9 +68844,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *255 - *256 - - *155 + - *257 + - *156 responses: '200': description: Response @@ -68859,9 +68873,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *255 - *256 - - *155 + - *257 + - *156 requestBody: required: false content: @@ -68905,11 +68919,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *255 - *256 - - *155 - - *17 + - *257 - *156 + - *17 + - *157 responses: '200': description: Response @@ -68917,9 +68931,9 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: - default: *158 + default: *159 '400': *14 '422': *15 x-github: @@ -68938,18 +68952,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 - *16 responses: '200': description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *160 + default: *161 '400': *14 '422': *15 x-github: @@ -68968,9 +68982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 - *16 responses: '202': *45 @@ -68993,9 +69007,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 responses: '204': description: Response @@ -69020,9 +69034,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *255 - *256 - - *155 + - *257 + - *156 responses: '204': description: Response @@ -69080,14 +69094,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: &438 + schema: &439 title: Import description: A repository import from an external source. type: object @@ -69194,7 +69208,7 @@ paths: - html_url - authors_url examples: - default: &441 + default: &442 value: vcs: subversion use_lfs: true @@ -69210,7 +69224,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': &439 + '503': &440 description: Unavailable due to service under maintenance. content: application/json: @@ -69239,8 +69253,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -69288,7 +69302,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -69313,7 +69327,7 @@ paths: type: string '422': *15 '404': *6 - '503': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69341,8 +69355,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -69394,7 +69408,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: example-1: summary: Example 1 @@ -69442,7 +69456,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': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69465,12 +69479,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *255 - *256 + - *257 responses: '204': description: Response - '503': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69496,9 +69510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *255 - *256 - - &597 + - *257 + - &598 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -69512,7 +69526,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Porter Author description: Porter Author type: object @@ -69566,7 +69580,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': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69591,8 +69605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *255 - *256 + - *257 - name: author_id in: path required: true @@ -69622,7 +69636,7 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -69635,7 +69649,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69659,8 +69673,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -69701,7 +69715,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69729,8 +69743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -69757,11 +69771,11 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *441 + default: *442 '422': *15 - '503': *439 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69784,8 +69798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -69793,8 +69807,8 @@ paths: application/json: schema: *20 examples: - default: *442 - '301': *267 + default: *443 + '301': *268 '404': *6 x-github: githubCloudOnly: false @@ -69814,8 +69828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -69823,12 +69837,12 @@ paths: application/json: schema: anyOf: - - *173 + - *174 - type: object properties: {} additionalProperties: false examples: - default: &444 + default: &445 value: limit: collaborators_only origin: repository @@ -69853,13 +69867,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *255 - *256 + - *257 requestBody: required: true content: application/json: - schema: *443 + schema: *444 examples: default: summary: Example request body @@ -69871,9 +69885,9 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *444 + default: *445 '409': description: Response x-github: @@ -69895,8 +69909,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -69919,8 +69933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -69930,9 +69944,9 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: &590 + default: &591 value: - id: 1 repository: @@ -70063,9 +70077,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *255 - *256 - - *177 + - *257 + - *178 requestBody: required: false content: @@ -70094,7 +70108,7 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: default: value: @@ -70225,9 +70239,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *255 - *256 - - *177 + - *257 + - *178 responses: '204': description: Response @@ -70258,8 +70272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *255 - *256 + - *257 - 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 @@ -70299,7 +70313,7 @@ paths: required: false schema: type: string - - *179 + - *180 - name: sort description: What to sort results by. in: query @@ -70324,7 +70338,7 @@ paths: type: array items: *73 examples: - default: &454 + default: &455 value: - id: 1 node_id: MDU6SXNzdWUx @@ -70472,7 +70486,7 @@ paths: state_reason: completed headers: Link: *56 - '301': *267 + '301': *268 '422': *15 '404': *6 x-github: @@ -70501,8 +70515,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -70585,7 +70599,7 @@ paths: application/json: schema: *73 examples: - default: &449 + default: &450 value: id: 1 node_id: MDU6SXNzdWUx @@ -70741,7 +70755,7 @@ paths: '422': *15 '503': *61 '404': *6 - '410': *264 + '410': *265 x-github: triggersNotification: true githubCloudOnly: false @@ -70769,8 +70783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *255 - *256 + - *257 - *82 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -70791,9 +70805,9 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: &451 + default: &452 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70851,17 +70865,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *255 - *256 + - *257 - *72 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &447 + default: &448 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70915,8 +70929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -70939,9 +70953,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '422': *15 x-github: githubCloudOnly: false @@ -70959,8 +70973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *255 - *256 + - *257 - *72 responses: '204': @@ -70981,8 +70995,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *255 - *256 + - *257 - *72 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -71009,9 +71023,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 '404': *6 @@ -71032,8 +71046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -71066,16 +71080,16 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '422': *15 x-github: githubCloudOnly: false @@ -71097,10 +71111,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *255 - *256 + - *257 - *72 - - *251 + - *252 responses: '204': description: Response @@ -71120,8 +71134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -71131,7 +71145,7 @@ paths: application/json: schema: type: array - items: &448 + items: &449 title: Issue Event description: Issue Event type: object @@ -71211,7 +71225,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *178 + requested_team: *179 dismissed_review: title: Issue Event Dismissed Review type: object @@ -71470,8 +71484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *255 - *256 + - *257 - name: event_id in: path required: true @@ -71482,7 +71496,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: default: value: @@ -71675,7 +71689,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *264 + '410': *265 '403': *27 x-github: githubCloudOnly: false @@ -71709,9 +71723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *255 - *256 - - &450 + - *257 + - &451 name: issue_number description: The number that identifies the issue. in: path @@ -71725,10 +71739,10 @@ paths: application/json: schema: *73 examples: - default: *449 - '301': *267 + default: *450 + '301': *268 '404': *6 - '410': *264 + '410': *265 '304': *35 x-github: githubCloudOnly: false @@ -71753,9 +71767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: false content: @@ -71865,13 +71879,13 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 '422': *15 '503': *61 '403': *27 - '301': *267 + '301': *268 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71889,9 +71903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: false content: @@ -71919,7 +71933,7 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71935,9 +71949,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: content: application/json: @@ -71964,7 +71978,7 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71986,9 +72000,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: - - *255 - *256 - - *450 + - *257 + - *451 - name: assignee in: path required: true @@ -72028,9 +72042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *255 - *256 - - *450 + - *257 + - *451 - *63 - *17 - *19 @@ -72041,13 +72055,13 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: *451 + default: *452 headers: Link: *56 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72076,9 +72090,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: true content: @@ -72100,16 +72114,16 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *264 + '410': *265 '422': *15 '404': *6 x-github: @@ -72129,9 +72143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *255 - *256 - - *450 + - *257 + - *451 - *17 - *19 responses: @@ -72145,7 +72159,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &455 + - &456 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -72194,7 +72208,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &456 + - &457 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -72322,7 +72336,7 @@ paths: - performed_via_github_app - assignee - assigner - - &457 + - &458 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -72368,7 +72382,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &458 + - &459 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -72414,7 +72428,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &459 + - &460 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -72463,7 +72477,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &460 + - &461 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -72492,7 +72506,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *178 + requested_team: *179 requested_reviewer: *4 required: - review_requester @@ -72505,7 +72519,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &461 + - &462 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -72534,7 +72548,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *178 + requested_team: *179 requested_reviewer: *4 required: - review_requester @@ -72547,7 +72561,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &462 + - &463 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -72603,7 +72617,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &463 + - &464 title: Locked Issue Event description: Locked Issue Event type: object @@ -72648,7 +72662,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &464 + - &465 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -72709,7 +72723,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &465 + - &466 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -72770,7 +72784,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &466 + - &467 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -72831,7 +72845,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &467 + - &468 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -72924,7 +72938,7 @@ paths: color: red headers: Link: *56 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72941,9 +72955,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 - *17 - *19 responses: @@ -72953,7 +72967,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -73008,7 +73022,7 @@ paths: - color - default examples: - default: &453 + default: &454 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -73026,9 +73040,9 @@ paths: default: false headers: Link: *56 - '301': *267 + '301': *268 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73045,9 +73059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: false content: @@ -73106,12 +73120,12 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *453 - '301': *267 + default: *454 + '301': *268 '404': *6 - '410': *264 + '410': *265 '422': *15 x-github: githubCloudOnly: false @@ -73128,9 +73142,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: false content: @@ -73190,12 +73204,12 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *453 - '301': *267 + default: *454 + '301': *268 '404': *6 - '410': *264 + '410': *265 '422': *15 x-github: githubCloudOnly: false @@ -73212,15 +73226,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 responses: '204': description: Response - '301': *267 + '301': *268 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73239,9 +73253,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 - name: name in: path required: true @@ -73254,7 +73268,7 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: default: value: @@ -73265,9 +73279,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *267 + '301': *268 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73287,9 +73301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: false content: @@ -73318,7 +73332,7 @@ paths: '204': description: Response '403': *27 - '410': *264 + '410': *265 '404': *6 '422': *15 x-github: @@ -73336,9 +73350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 responses: '204': description: Response @@ -73360,9 +73374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 - 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. @@ -73388,13 +73402,13 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73412,9 +73426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: true content: @@ -73446,16 +73460,16 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '422': *15 x-github: githubCloudOnly: false @@ -73477,10 +73491,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *255 - *256 - - *450 - - *251 + - *257 + - *451 + - *252 responses: '204': description: Response @@ -73509,9 +73523,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: true content: @@ -73521,7 +73535,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -73535,7 +73549,7 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -73568,9 +73582,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *255 - *256 - - *450 + - *257 + - *451 - *17 - *19 responses: @@ -73582,11 +73596,11 @@ paths: type: array items: *73 examples: - default: *454 + default: *455 headers: Link: *56 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73614,9 +73628,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: true content: @@ -73626,7 +73640,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -73644,14 +73659,14 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *264 + '410': *265 '422': *15 '404': *6 x-github: @@ -73671,9 +73686,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 requestBody: required: true content: @@ -73706,7 +73721,7 @@ paths: application/json: schema: *73 examples: - default: *449 + default: *450 '403': *27 '404': *6 '422': *7 @@ -73728,9 +73743,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *255 - *256 - - *450 + - *257 + - *451 - *17 - *19 responses: @@ -73745,7 +73760,6 @@ paths: description: Timeline Event type: object anyOf: - - *455 - *456 - *457 - *458 @@ -73758,6 +73772,7 @@ paths: - *465 - *466 - *467 + - *468 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -74080,7 +74095,7 @@ paths: type: string comments: type: array - items: &487 + items: &488 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -74318,7 +74333,7 @@ paths: type: string comments: type: array - items: *382 + items: *383 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -74593,7 +74608,7 @@ paths: headers: Link: *56 '404': *6 - '410': *264 + '410': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74610,8 +74625,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -74621,7 +74636,7 @@ paths: application/json: schema: type: array - items: &468 + items: &469 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -74688,8 +74703,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -74725,9 +74740,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: &469 + default: &470 value: id: 1 key: ssh-rsa AAA... @@ -74761,9 +74776,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *255 - *256 - - &470 + - *257 + - &471 name: key_id description: The unique identifier of the key. in: path @@ -74775,9 +74790,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 '404': *6 x-github: githubCloudOnly: false @@ -74795,9 +74810,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *255 - *256 - - *470 + - *257 + - *471 responses: '204': description: Response @@ -74817,8 +74832,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -74828,9 +74843,9 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *453 + default: *454 headers: Link: *56 '404': *6 @@ -74851,8 +74866,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -74888,9 +74903,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: &471 + default: &472 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74922,8 +74937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *255 - *256 + - *257 - name: name in: path required: true @@ -74934,9 +74949,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *471 + default: *472 '404': *6 x-github: githubCloudOnly: false @@ -74953,8 +74968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *255 - *256 + - *257 - name: name in: path required: true @@ -74993,7 +75008,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -75019,8 +75034,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *255 - *256 + - *257 - name: name in: path required: true @@ -75046,8 +75061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -75086,9 +75101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *255 - *256 - - *360 + - *257 + - *361 responses: '200': description: Response @@ -75235,8 +75250,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -75301,8 +75316,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -75336,9 +75351,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *383 + schema: *384 examples: - default: *472 + default: *473 '204': description: Response when already merged '404': @@ -75363,8 +75378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *255 - *256 + - *257 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -75405,7 +75420,7 @@ paths: application/json: schema: type: array - items: *387 + items: *388 examples: default: value: @@ -75461,8 +75476,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -75502,9 +75517,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: &473 + default: &474 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -75563,9 +75578,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *255 - *256 - - &474 + - *257 + - &475 name: milestone_number description: The number that identifies the milestone. in: path @@ -75577,9 +75592,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *473 + default: *474 '404': *6 x-github: githubCloudOnly: false @@ -75596,9 +75611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *255 - *256 - - *474 + - *257 + - *475 requestBody: required: false content: @@ -75636,9 +75651,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *473 + default: *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75654,9 +75669,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *255 - *256 - - *474 + - *257 + - *475 responses: '204': description: Response @@ -75677,9 +75692,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *255 - *256 - - *474 + - *257 + - *475 - *17 - *19 responses: @@ -75689,9 +75704,9 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *453 + default: *454 headers: Link: *56 x-github: @@ -75710,12 +75725,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *255 - *256 - - *475 + - *257 - *476 - - *63 - *477 + - *63 + - *478 - *17 - *19 responses: @@ -75727,7 +75742,7 @@ paths: type: array items: *85 examples: - default: *478 + default: *479 headers: Link: *56 x-github: @@ -75751,8 +75766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -75810,14 +75825,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: &479 + schema: &480 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -75961,7 +75976,7 @@ paths: - custom_404 - public examples: - default: &480 + default: &481 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -76002,8 +76017,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -76058,9 +76073,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *480 + default: *481 '422': *15 '409': *44 x-github: @@ -76083,8 +76098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -76184,8 +76199,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -76211,8 +76226,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -76222,7 +76237,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Page Build description: Page Build type: object @@ -76314,8 +76329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *255 - *256 + - *257 responses: '201': description: Response @@ -76362,16 +76377,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: &482 + default: &483 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -76419,8 +76434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *255 - *256 + - *257 - name: build_id in: path required: true @@ -76431,9 +76446,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: *482 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76453,8 +76468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -76563,9 +76578,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *255 - *256 - - &483 + - *257 + - &484 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -76623,9 +76638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *255 - *256 - - *483 + - *257 + - *484 responses: '204': *136 '404': *6 @@ -76652,8 +76667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -76948,8 +76963,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: - - *255 - *256 + - *257 responses: '200': description: Private vulnerability reporting status @@ -76986,8 +77001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': *136 '422': *14 @@ -77008,8 +77023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': *136 '422': *14 @@ -77032,8 +77047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *255 - *256 + - *257 - name: state description: Indicates the state of the projects to return. in: query @@ -77054,7 +77069,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -77094,7 +77109,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *264 + '410': *265 '422': *7 x-github: githubCloudOnly: false @@ -77114,8 +77129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -77141,13 +77156,13 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: - default: *263 + default: *264 '401': *23 '403': *27 '404': *6 - '410': *264 + '410': *265 '422': *7 x-github: githubCloudOnly: false @@ -77167,8 +77182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -77176,7 +77191,7 @@ paths: application/json: schema: type: array - items: *215 + items: *216 examples: default: value: @@ -77207,8 +77222,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: - - *255 - *256 + - *257 requestBody: required: true content: @@ -77220,7 +77235,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *215 + items: *216 required: - properties examples: @@ -77270,8 +77285,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *255 - *256 + - *257 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -77331,9 +77346,9 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *56 '304': *35 @@ -77365,8 +77380,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -77433,7 +77448,7 @@ paths: description: Response content: application/json: - schema: &489 + schema: &490 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -77562,7 +77577,7 @@ paths: milestone: anyOf: - type: 'null' - - *387 + - *388 active_lock_reason: type: - string @@ -77617,7 +77632,7 @@ paths: type: - array - 'null' - items: *193 + items: *194 head: type: object properties: @@ -77655,14 +77670,14 @@ paths: _links: type: object properties: - comments: *388 - commits: *388 - statuses: *388 - html: *388 - issue: *388 - review_comments: *388 - review_comment: *388 - self: *388 + comments: *389 + commits: *389 + statuses: *389 + html: *389 + issue: *389 + review_comments: *389 + review_comment: *389 + self: *389 required: - comments - commits @@ -77673,7 +77688,7 @@ paths: - review_comment - self author_association: *59 - auto_merge: *486 + auto_merge: *487 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -77775,7 +77790,7 @@ paths: - merged_by - review_comments examples: - default: &490 + default: &491 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -78302,8 +78317,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *255 - *256 + - *257 - name: sort in: query required: false @@ -78332,9 +78347,9 @@ paths: application/json: schema: type: array - items: *487 + items: *488 examples: - default: &492 + default: &493 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78411,17 +78426,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *255 - *256 + - *257 - *72 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: &488 + default: &489 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78496,8 +78511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -78520,9 +78535,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78538,8 +78553,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *255 - *256 + - *257 - *72 responses: '204': @@ -78561,8 +78576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *255 - *256 + - *257 - *72 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -78589,9 +78604,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 '404': *6 @@ -78612,8 +78627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *255 - *256 + - *257 - *72 requestBody: required: true @@ -78646,16 +78661,16 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '422': *15 x-github: githubCloudOnly: false @@ -78677,10 +78692,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *255 - *256 + - *257 - *72 - - *251 + - *252 responses: '204': description: Response @@ -78723,9 +78738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *255 - *256 - - &491 + - *257 + - &492 name: pull_number description: The number that identifies the pull request. in: path @@ -78738,9 +78753,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '304': *35 '404': *6 '406': @@ -78775,9 +78790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: false content: @@ -78819,9 +78834,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '422': *15 '403': *27 x-github: @@ -78843,9 +78858,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: true content: @@ -78906,17 +78921,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '401': *23 '403': *27 '404': *6 @@ -78946,9 +78961,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 - *82 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -78969,9 +78984,9 @@ paths: application/json: schema: type: array - items: *487 + items: *488 examples: - default: *492 + default: *493 headers: Link: *56 x-github: @@ -79004,9 +79019,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: true content: @@ -79112,7 +79127,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: example-for-a-multi-line-comment: value: @@ -79200,9 +79215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *255 - *256 - - *491 + - *257 + - *492 - *72 requestBody: required: true @@ -79225,7 +79240,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: default: value: @@ -79311,9 +79326,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 - *17 - *19 responses: @@ -79323,9 +79338,9 @@ paths: application/json: schema: type: array - items: *383 + items: *384 examples: - default: *493 + default: *494 headers: Link: *56 x-github: @@ -79355,9 +79370,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *255 - *256 - - *491 + - *257 + - *492 - *17 - *19 responses: @@ -79367,7 +79382,7 @@ paths: application/json: schema: type: array - items: *395 + items: *396 examples: default: value: @@ -79405,9 +79420,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *255 - *256 - - *491 + - *257 + - *492 responses: '204': description: Response if pull request has been merged @@ -79430,9 +79445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: false content: @@ -79544,9 +79559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 responses: '200': description: Response @@ -79562,7 +79577,7 @@ paths: items: *4 teams: type: array - items: *178 + items: *179 required: - users - teams @@ -79621,9 +79636,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: false content: @@ -79660,7 +79675,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -80196,9 +80211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: true content: @@ -80232,7 +80247,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -80737,9 +80752,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 - *17 - *19 responses: @@ -80749,7 +80764,7 @@ paths: application/json: schema: type: array - items: &494 + items: &495 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -80905,9 +80920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: false content: @@ -80997,9 +81012,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &496 + default: &497 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81062,10 +81077,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *255 - *256 - - *491 - - &495 + - *257 + - *492 + - &496 name: review_id description: The unique identifier of the review. in: path @@ -81077,9 +81092,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &497 + default: &498 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81138,10 +81153,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *255 - *256 - - *491 - - *495 + - *257 + - *492 + - *496 requestBody: required: true content: @@ -81164,7 +81179,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: default: value: @@ -81226,18 +81241,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *255 - *256 - - *491 - - *495 + - *257 + - *492 + - *496 responses: '200': description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *496 + default: *497 '422': *7 '404': *6 x-github: @@ -81264,10 +81279,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *255 - *256 - - *491 - - *495 + - *257 + - *492 + - *496 - *17 - *19 responses: @@ -81365,9 +81380,9 @@ paths: _links: type: object properties: - self: *388 - html: *388 - pull_request: *388 + self: *389 + html: *389 + pull_request: *389 required: - self - html @@ -81518,10 +81533,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *255 - *256 - - *491 - - *495 + - *257 + - *492 + - *496 requestBody: required: true content: @@ -81550,7 +81565,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: default: value: @@ -81613,10 +81628,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *255 - *256 - - *491 - - *495 + - *257 + - *492 + - *496 requestBody: required: true content: @@ -81651,9 +81666,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *497 + default: *498 '404': *6 '422': *7 '403': *27 @@ -81675,9 +81690,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *255 - *256 - - *491 + - *257 + - *492 requestBody: required: false content: @@ -81741,8 +81756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *255 - *256 + - *257 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -81755,9 +81770,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &499 + default: &500 value: type: file encoding: base64 @@ -81799,8 +81814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *255 - *256 + - *257 - name: dir description: The alternate path to look for a README file in: path @@ -81820,9 +81835,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 '404': *6 '422': *15 x-github: @@ -81844,8 +81859,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -81855,7 +81870,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 title: Release description: A release. type: object @@ -81927,7 +81942,7 @@ paths: author: *4 assets: type: array - items: &501 + items: &502 title: Release Asset description: Data related to a release. type: object @@ -82107,8 +82122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -82184,9 +82199,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: &504 + default: &505 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -82289,9 +82304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *255 - *256 - - &502 + - *257 + - &503 name: asset_id description: The unique identifier of the asset. in: path @@ -82303,9 +82318,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: &503 + default: &504 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 @@ -82339,7 +82354,7 @@ paths: type: User site_admin: false '404': *6 - '302': *397 + '302': *398 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82355,9 +82370,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *255 - *256 - - *502 + - *257 + - *503 requestBody: required: false content: @@ -82386,9 +82401,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82404,9 +82419,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *255 - *256 - - *502 + - *257 + - *503 responses: '204': description: Response @@ -82430,8 +82445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -82517,16 +82532,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *255 - *256 + - *257 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *504 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82543,8 +82558,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *255 - *256 + - *257 - name: tag description: tag parameter in: path @@ -82557,9 +82572,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *504 + default: *505 '404': *6 x-github: githubCloudOnly: false @@ -82581,9 +82596,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *255 - *256 - - &505 + - *257 + - &506 name: release_id description: The unique identifier of the release. in: path @@ -82597,9 +82612,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: *500 + schema: *501 examples: - default: *504 + default: *505 '401': description: Unauthorized x-github: @@ -82617,9 +82632,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *255 - *256 - - *505 + - *257 + - *506 requestBody: required: false content: @@ -82683,9 +82698,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *504 + default: *505 '404': description: Not Found if the discussion category name is invalid content: @@ -82706,9 +82721,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *255 - *256 - - *505 + - *257 + - *506 responses: '204': description: Response @@ -82728,9 +82743,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *255 - *256 - - *505 + - *257 + - *506 - *17 - *19 responses: @@ -82740,7 +82755,7 @@ paths: application/json: schema: type: array - items: *501 + items: *502 examples: default: value: @@ -82820,9 +82835,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: - - *255 - *256 - - *505 + - *257 + - *506 - name: name in: query required: true @@ -82848,7 +82863,7 @@ paths: description: Response for successful upload content: application/json: - schema: *501 + schema: *502 examples: response-for-successful-upload: value: @@ -82902,9 +82917,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *255 - *256 - - *505 + - *257 + - *506 - 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. @@ -82928,9 +82943,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 '404': *6 @@ -82951,9 +82966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *255 - *256 - - *505 + - *257 + - *506 requestBody: required: true content: @@ -82983,16 +82998,16 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '422': *15 x-github: githubCloudOnly: false @@ -83014,10 +83029,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *255 - *256 - - *505 - - *251 + - *257 + - *506 + - *252 responses: '204': description: Response @@ -83041,9 +83056,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *255 - *256 - - *323 + - *257 + - *324 - *17 - *19 responses: @@ -83059,8 +83074,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *506 - - &508 + - *507 + - &509 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83080,53 +83095,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *507 - *508 - - allOf: - *509 - - *508 - allOf: - *510 - - *508 + - *509 - allOf: - *511 - - *508 + - *509 - allOf: - *512 - - *508 + - *509 - allOf: - *513 - - *508 + - *509 - allOf: - *514 - - *508 + - *509 - allOf: - *515 - - *508 + - *509 - allOf: - *516 - - *508 + - *509 - allOf: - *517 - - *508 + - *509 - allOf: - *518 - - *508 + - *509 - allOf: - *519 - - *508 + - *509 - allOf: - *520 - - *508 + - *509 - allOf: - *521 - - *508 + - *509 - allOf: - *522 - - *508 + - *509 - allOf: - *523 - - *508 + - *509 + - allOf: + - *524 + - *509 examples: default: value: @@ -83165,8 +83180,8 @@ paths: category: repos subcategory: rules parameters: - - *255 - *256 + - *257 - *17 - *19 - name: includes_parents @@ -83177,7 +83192,7 @@ paths: schema: type: boolean default: true - - *524 + - *525 responses: '200': description: Response @@ -83185,7 +83200,7 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: default: value: @@ -83232,8 +83247,8 @@ paths: category: repos subcategory: rules parameters: - - *255 - *256 + - *257 requestBody: description: Request body required: true @@ -83253,16 +83268,16 @@ paths: - tag - push default: branch - enforcement: *219 + enforcement: *220 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *220 - conditions: *217 + items: *221 + conditions: *218 rules: type: array description: An array of rules within the ruleset. - items: *222 + items: *223 required: - name - enforcement @@ -83293,9 +83308,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: &534 + default: &535 value: id: 42 name: super cool ruleset @@ -83342,12 +83357,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *255 - *256 - - *525 + - *257 - *526 - *527 - *528 + - *529 - *17 - *19 responses: @@ -83355,9 +83370,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 '404': *6 '500': *139 x-github: @@ -83378,17 +83393,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *255 - *256 - - *531 + - *257 + - *532 responses: '200': description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '404': *6 '500': *139 x-github: @@ -83416,8 +83431,8 @@ paths: category: repos subcategory: rules parameters: - - *255 - *256 + - *257 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83437,9 +83452,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *534 + default: *535 '404': *6 '500': *139 put: @@ -83457,8 +83472,8 @@ paths: category: repos subcategory: rules parameters: - - *255 - *256 + - *257 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83483,16 +83498,16 @@ paths: - branch - tag - push - enforcement: *219 + enforcement: *220 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *220 - conditions: *217 + items: *221 + conditions: *218 rules: description: An array of rules within the ruleset. type: array - items: *222 + items: *223 examples: default: value: @@ -83520,9 +83535,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *534 + default: *535 '404': *6 '500': *139 delete: @@ -83540,8 +83555,8 @@ paths: category: repos subcategory: rules parameters: - - *255 - *256 + - *257 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83569,20 +83584,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *255 - *256 - - *225 + - *257 - *226 - *227 - *228 + - *229 - *46 - *19 - *17 - - *535 - *536 - - *229 + - *537 - *230 - *231 + - *232 responses: '200': description: Response @@ -83590,7 +83605,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 type: object properties: number: *51 @@ -83606,8 +83621,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *537 - resolution: *538 + state: *538 + resolution: *539 resolved_at: type: - string @@ -83820,15 +83835,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *255 - *256 - - *354 + - *257 + - *355 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -83880,9 +83895,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *255 - *256 - - *354 + - *257 + - *355 requestBody: required: true content: @@ -83890,8 +83905,8 @@ paths: schema: type: object properties: - state: *537 - resolution: *538 + state: *538 + resolution: *539 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -83910,7 +83925,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -83985,9 +84000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *255 - *256 - - *354 + - *257 + - *355 - *19 - *17 responses: @@ -83998,7 +84013,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &668 + items: &669 type: object properties: type: @@ -84377,8 +84392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -84386,14 +84401,14 @@ paths: schema: type: object properties: - reason: &541 + reason: &542 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *540 + placeholder_id: *541 required: - reason - placeholder_id @@ -84410,7 +84425,7 @@ paths: schema: type: object properties: - reason: *541 + reason: *542 expire_at: type: - string @@ -84454,8 +84469,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: - - *255 - *256 + - *257 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -84470,7 +84485,7 @@ paths: properties: incremental_scans: type: array - items: &542 + items: &543 description: Information on a single scan performed by secret scanning on the repository type: object @@ -84498,15 +84513,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *542 + items: *543 backfill_scans: type: array - items: *542 + items: *543 custom_pattern_backfill_scans: type: array items: allOf: - - *542 + - *543 - type: object properties: pattern_name: @@ -84576,8 +84591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *255 - *256 + - *257 - *46 - name: sort description: The property to sort the results by. @@ -84621,9 +84636,9 @@ paths: application/json: schema: type: array - items: *543 + items: *544 examples: - default: *544 + default: *545 '400': *14 '404': *6 x-github: @@ -84646,8 +84661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -84727,7 +84742,7 @@ paths: login: type: string description: The username of the user credited. - type: *234 + type: *235 required: - login - type @@ -84817,9 +84832,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: &546 + default: &547 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -85052,8 +85067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -85166,7 +85181,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -85313,17 +85328,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *255 - *256 - - *545 + - *257 + - *546 responses: '200': description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *546 + default: *547 '403': *27 '404': *6 x-github: @@ -85347,9 +85362,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *255 - *256 - - *545 + - *257 + - *546 requestBody: required: true content: @@ -85429,7 +85444,7 @@ paths: login: type: string description: The username of the user credited. - type: *234 + type: *235 required: - login - type @@ -85520,10 +85535,10 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *546 - add_credit: *546 + default: *547 + add_credit: *547 '403': *27 '404': *6 '422': @@ -85561,9 +85576,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: - - *255 - *256 - - *545 + - *257 + - *546 responses: '202': *45 '400': *14 @@ -85590,17 +85605,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *255 - *256 - - *545 + - *257 + - *546 responses: '202': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *268 + default: *269 '400': *14 '422': *15 '403': *27 @@ -85626,8 +85641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -85723,8 +85738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *255 - *256 + - *257 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -85733,7 +85748,7 @@ paths: application/json: schema: type: array - items: &547 + items: &548 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -85766,8 +85781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -85845,8 +85860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -85940,8 +85955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *255 - *256 + - *257 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -86095,8 +86110,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *255 - *256 + - *257 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -86106,7 +86121,7 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: default: value: @@ -86139,8 +86154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *255 - *256 + - *257 - name: sha in: path required: true @@ -86196,7 +86211,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -86250,8 +86265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -86263,7 +86278,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -86283,14 +86298,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *255 - *256 + - *257 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &549 + schema: &550 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -86363,8 +86378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *255 - *256 + - *257 requestBody: required: false content: @@ -86390,7 +86405,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -86417,8 +86432,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -86438,8 +86453,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -86521,8 +86536,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -86530,7 +86545,7 @@ paths: application/json: schema: type: array - items: &550 + items: &551 title: Tag protection description: Tag protection type: object @@ -86587,8 +86602,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: - - *255 - *256 + - *257 requestBody: required: true content: @@ -86611,7 +86626,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -86642,8 +86657,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: - - *255 - *256 + - *257 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -86680,8 +86695,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *255 - *256 + - *257 - name: ref in: path required: true @@ -86717,8 +86732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *255 - *256 + - *257 - *17 - *19 responses: @@ -86728,9 +86743,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - default: *194 + default: *195 headers: Link: *56 '404': *6 @@ -86750,8 +86765,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *255 - *256 + - *257 - *19 - *17 responses: @@ -86759,7 +86774,7 @@ paths: description: Response content: application/json: - schema: &551 + schema: &552 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -86771,7 +86786,7 @@ paths: required: - names examples: - default: &552 + default: &553 value: names: - octocat @@ -86794,8 +86809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -86826,9 +86841,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 '404': *6 '422': *7 x-github: @@ -86849,9 +86864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *255 - *256 - - &553 + - *257 + - &554 name: per description: The time frame to display results for. in: query @@ -86882,7 +86897,7 @@ paths: - 128 clones: type: array - items: &554 + items: &555 title: Traffic type: object properties: @@ -86969,8 +86984,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -87064,8 +87079,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *255 - *256 + - *257 responses: '200': description: Response @@ -87128,9 +87143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *255 - *256 - - *553 + - *257 + - *554 responses: '200': description: Response @@ -87151,7 +87166,7 @@ paths: - 3782 views: type: array - items: *554 + items: *555 required: - uniques - count @@ -87228,8 +87243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *255 - *256 + - *257 requestBody: required: true content: @@ -87503,8 +87518,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *255 - *256 + - *257 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -87527,8 +87542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -87550,8 +87565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -87577,8 +87592,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *255 - *256 + - *257 - name: ref in: path required: true @@ -87670,9 +87685,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *268 + default: *269 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -87921,7 +87936,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &555 + text_matches: &556 title: Search Result Text Matches type: array items: @@ -88084,7 +88099,7 @@ paths: enum: - author-date - committer-date - - &556 + - &557 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -88153,7 +88168,7 @@ paths: committer: anyOf: - type: 'null' - - *321 + - *322 comment_count: type: integer message: @@ -88172,7 +88187,7 @@ paths: url: type: string format: uri - verification: *432 + verification: *433 required: - author - committer @@ -88187,7 +88202,7 @@ paths: committer: anyOf: - type: 'null' - - *321 + - *322 parents: type: array items: @@ -88204,7 +88219,7 @@ paths: type: number node_id: type: string - text_matches: *555 + text_matches: *556 required: - sha - node_id @@ -88396,7 +88411,7 @@ paths: - interactions - created - updated - - *556 + - *557 - *17 - *19 responses: @@ -88512,7 +88527,7 @@ paths: milestone: anyOf: - type: 'null' - - *387 + - *388 comments: type: integer created_at: @@ -88526,7 +88541,7 @@ paths: - string - 'null' format: date-time - text_matches: *555 + text_matches: *556 pull_request: type: object properties: @@ -88748,7 +88763,7 @@ paths: enum: - created - updated - - *556 + - *557 - *17 - *19 responses: @@ -88793,7 +88808,7 @@ paths: - 'null' score: type: number - text_matches: *555 + text_matches: *556 required: - id - node_id @@ -88878,7 +88893,7 @@ paths: - forks - help-wanted-issues - updated - - *556 + - *557 - *17 - *19 responses: @@ -89115,7 +89130,7 @@ paths: - admin - pull - push - text_matches: *555 + text_matches: *556 temp_clone_token: type: string allow_merge_commit: @@ -89423,7 +89438,7 @@ paths: - string - 'null' format: uri - text_matches: *555 + text_matches: *556 related: type: - array @@ -89616,7 +89631,7 @@ paths: - followers - repositories - joined - - *556 + - *557 - *17 - *19 responses: @@ -89726,7 +89741,7 @@ paths: type: - boolean - 'null' - text_matches: *555 + text_matches: *556 blog: type: - string @@ -89808,7 +89823,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &557 + - &558 name: team_id description: The unique identifier of the team. in: path @@ -89820,9 +89835,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *6 x-github: githubCloudOnly: false @@ -89849,7 +89864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *557 + - *558 requestBody: required: true content: @@ -89913,16 +89928,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '201': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *6 '422': *15 '403': *27 @@ -89950,7 +89965,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *557 + - *558 responses: '204': description: Response @@ -89981,7 +89996,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *557 + - *558 - *46 - *17 - *19 @@ -89992,9 +90007,9 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *558 + default: *559 headers: Link: *56 x-github: @@ -90023,7 +90038,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *557 + - *558 requestBody: required: true content: @@ -90057,9 +90072,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 x-github: triggersNotification: true githubCloudOnly: false @@ -90086,16 +90101,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *557 - - *244 + - *558 + - *245 responses: '200': description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90120,8 +90135,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *557 - - *244 + - *558 + - *245 requestBody: required: false content: @@ -90144,9 +90159,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *559 + default: *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90171,8 +90186,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *557 - - *244 + - *558 + - *245 responses: '204': description: Response @@ -90201,8 +90216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *557 - - *244 + - *558 + - *245 - *46 - *17 - *19 @@ -90213,9 +90228,9 @@ paths: application/json: schema: type: array - items: *245 + items: *246 examples: - default: *560 + default: *561 headers: Link: *56 x-github: @@ -90244,8 +90259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *557 - - *244 + - *558 + - *245 requestBody: required: true content: @@ -90267,9 +90282,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: triggersNotification: true githubCloudOnly: false @@ -90296,17 +90311,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *557 - - *244 - - *247 + - *558 + - *245 + - *248 responses: '200': description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90331,9 +90346,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *557 - - *244 - - *247 + - *558 + - *245 + - *248 requestBody: required: true content: @@ -90355,9 +90370,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *561 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90382,9 +90397,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *557 - - *244 - - *247 + - *558 + - *245 + - *248 responses: '204': description: Response @@ -90413,9 +90428,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *557 - - *244 - - *247 + - *558 + - *245 + - *248 - 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. @@ -90441,9 +90456,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 x-github: @@ -90472,9 +90487,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *557 - - *244 - - *247 + - *558 + - *245 + - *248 requestBody: required: true content: @@ -90506,9 +90521,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90534,8 +90549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *557 - - *244 + - *558 + - *245 - 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. @@ -90561,9 +90576,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *56 x-github: @@ -90592,8 +90607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *557 - - *244 + - *558 + - *245 requestBody: required: true content: @@ -90625,9 +90640,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90651,7 +90666,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *557 + - *558 - *17 - *19 responses: @@ -90661,9 +90676,9 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 + default: *177 headers: Link: *56 x-github: @@ -90689,7 +90704,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *557 + - *558 - name: role description: Filters members returned by their role in the team. in: query @@ -90712,7 +90727,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '404': *6 @@ -90740,7 +90755,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *557 + - *558 - *127 responses: '204': @@ -90777,7 +90792,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *557 + - *558 - *127 responses: '204': @@ -90817,7 +90832,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *557 + - *558 - *127 responses: '204': @@ -90854,16 +90869,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *557 + - *558 - *127 responses: '200': description: Response content: application/json: - schema: *252 + schema: *253 examples: - response-if-user-is-a-team-maintainer: *562 + response-if-user-is-a-team-maintainer: *563 '404': *6 x-github: githubCloudOnly: false @@ -90896,7 +90911,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *557 + - *558 - *127 requestBody: required: false @@ -90922,9 +90937,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - response-if-users-membership-with-team-is-now-pending: *563 + response-if-users-membership-with-team-is-now-pending: *564 '403': description: Forbidden if team synchronization is set up '422': @@ -90958,7 +90973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *557 + - *558 - *127 responses: '204': @@ -90988,7 +91003,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *557 + - *558 - *17 - *19 responses: @@ -90998,9 +91013,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *564 + default: *565 headers: Link: *56 '404': *6 @@ -91027,16 +91042,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *557 - - *254 + - *558 + - *255 responses: '200': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *565 + default: *566 '404': description: Not Found if project is not managed by this team x-github: @@ -91061,8 +91076,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *557 - - *254 + - *558 + - *255 requestBody: required: false content: @@ -91130,8 +91145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *557 - - *254 + - *558 + - *255 responses: '204': description: Response @@ -91158,7 +91173,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *557 + - *558 - *17 - *19 responses: @@ -91170,7 +91185,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 '404': *6 @@ -91200,15 +91215,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *557 - - *255 + - *558 - *256 + - *257 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *566 + schema: *567 examples: alternative-response-with-extra-repository-information: value: @@ -91359,9 +91374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *557 - - *255 + - *558 - *256 + - *257 requestBody: required: false content: @@ -91411,9 +91426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *557 - - *255 + - *558 - *256 + - *257 responses: '204': description: Response @@ -91438,7 +91453,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *557 + - *558 - *17 - *19 responses: @@ -91448,9 +91463,9 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: - response-if-child-teams-exist: *567 + response-if-child-teams-exist: *568 headers: Link: *56 '404': *6 @@ -91483,7 +91498,7 @@ paths: application/json: schema: oneOf: - - &569 + - &570 title: Private User description: Private User type: object @@ -91733,7 +91748,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *568 + - *569 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -91893,7 +91908,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -91972,7 +91987,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 '304': *35 '404': *6 '403': *27 @@ -92096,9 +92111,9 @@ paths: type: integer codespaces: type: array - items: *182 + items: *183 examples: - default: *183 + default: *184 '304': *35 '500': *139 '401': *23 @@ -92237,17 +92252,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '401': *23 '403': *27 '404': *6 @@ -92291,7 +92306,7 @@ paths: type: integer secrets: type: array - items: &570 + items: &571 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -92333,7 +92348,7 @@ paths: - visibility - selected_repositories_url examples: - default: *376 + default: *377 headers: Link: *56 x-github: @@ -92411,7 +92426,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -92557,7 +92572,7 @@ paths: type: array items: *114 examples: - default: *571 + default: *572 '401': *23 '403': *27 '404': *6 @@ -92701,15 +92716,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '304': *35 '500': *139 '401': *23 @@ -92735,7 +92750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 requestBody: required: false content: @@ -92765,9 +92780,9 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '401': *23 '403': *27 '404': *6 @@ -92789,7 +92804,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 responses: '202': *45 '304': *35 @@ -92818,13 +92833,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 responses: '202': description: Response content: application/json: - schema: &572 + schema: &573 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -92877,7 +92892,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &573 + default: &574 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -92909,7 +92924,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *184 + - *185 - name: export_id in: path required: true @@ -92922,9 +92937,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *573 + default: *574 '404': *6 x-github: githubCloudOnly: false @@ -92945,7 +92960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *184 + - *185 responses: '200': description: Response @@ -92961,9 +92976,9 @@ paths: type: integer machines: type: array - items: *375 + items: *376 examples: - default: *574 + default: *575 '304': *35 '500': *139 '401': *23 @@ -92992,7 +93007,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *184 + - *185 requestBody: required: true content: @@ -93048,11 +93063,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *266 + repository: *267 machine: anyOf: - type: 'null' - - *375 + - *376 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -93849,15 +93864,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '304': *35 '500': *139 '400': *14 @@ -93889,15 +93904,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *184 + - *185 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *374 + default: *375 '500': *139 '401': *23 '403': *27 @@ -93927,9 +93942,9 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: &587 + default: &588 value: - id: 197 name: hello_docker @@ -94030,7 +94045,7 @@ paths: application/json: schema: type: array - items: &575 + items: &576 title: Email description: Email type: object @@ -94100,9 +94115,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: &589 + default: &590 value: - email: octocat@github.com verified: true @@ -94179,7 +94194,7 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: default: value: @@ -94291,7 +94306,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '304': *35 @@ -94324,7 +94339,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 '304': *35 @@ -94437,7 +94452,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: GPG Key description: A unique encryption key type: object @@ -94582,7 +94597,7 @@ paths: - subkeys - revoked examples: - default: &600 + default: &601 value: - id: 3 name: Octocat's GPG Key @@ -94667,9 +94682,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &577 + default: &578 value: id: 3 name: Octocat's GPG Key @@ -94726,7 +94741,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &578 + - &579 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -94738,9 +94753,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *577 + default: *578 '404': *6 '304': *35 '403': *27 @@ -94763,7 +94778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *578 + - *579 responses: '204': description: Response @@ -94954,7 +94969,7 @@ paths: type: array items: *58 examples: - default: *579 + default: *580 headers: Link: *56 '404': *6 @@ -95039,12 +95054,12 @@ paths: application/json: schema: anyOf: - - *173 + - *174 - type: object properties: {} additionalProperties: false examples: - default: *174 + default: *175 '204': description: Response when there are no restrictions x-github: @@ -95068,7 +95083,7 @@ paths: required: true content: application/json: - schema: *443 + schema: *444 examples: default: value: @@ -95079,7 +95094,7 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: default: value: @@ -95160,7 +95175,7 @@ paths: - closed - all default: open - - *179 + - *180 - name: sort description: What to sort results by. in: query @@ -95185,7 +95200,7 @@ paths: type: array items: *73 examples: - default: *180 + default: *181 headers: Link: *56 '404': *6 @@ -95218,7 +95233,7 @@ paths: application/json: schema: type: array - items: &580 + items: &581 title: Key description: Key type: object @@ -95316,9 +95331,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: &581 + default: &582 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95351,15 +95366,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *470 + - *471 responses: '200': description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: *581 + default: *582 '404': *6 '304': *35 '403': *27 @@ -95382,7 +95397,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *470 + - *471 responses: '204': description: Response @@ -95415,7 +95430,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -95494,7 +95509,7 @@ paths: - account - plan examples: - default: &583 + default: &584 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95556,9 +95571,9 @@ paths: application/json: schema: type: array - items: *582 + items: *583 examples: - default: *583 + default: *584 headers: Link: *56 '304': *35 @@ -95598,7 +95613,7 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: default: value: @@ -95706,7 +95721,7 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: default: value: @@ -95789,7 +95804,7 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: default: value: @@ -95857,7 +95872,7 @@ paths: application/json: schema: type: array - items: *188 + items: *189 examples: default: value: @@ -96119,7 +96134,7 @@ paths: description: Response content: application/json: - schema: *188 + schema: *189 examples: default: value: @@ -96299,7 +96314,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *189 + - *190 - name: exclude in: query required: false @@ -96312,7 +96327,7 @@ paths: description: Response content: application/json: - schema: *188 + schema: *189 examples: default: value: @@ -96506,7 +96521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *189 + - *190 responses: '302': description: Response @@ -96532,7 +96547,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *189 + - *190 responses: '204': description: Response @@ -96561,8 +96576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *189 - - *584 + - *190 + - *585 responses: '204': description: Response @@ -96586,7 +96601,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *189 + - *190 - *17 - *19 responses: @@ -96598,7 +96613,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 '404': *6 @@ -96635,7 +96650,7 @@ paths: type: array items: *141 examples: - default: *585 + default: *586 headers: Link: *56 '304': *35 @@ -96677,7 +96692,7 @@ paths: - docker - nuget - container - - *586 + - *587 - *19 - *17 responses: @@ -96687,10 +96702,10 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *587 - '400': *588 + default: *588 + '400': *589 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96710,16 +96725,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *197 - *198 + - *199 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: &601 + default: &602 value: id: 40201 name: octo-name @@ -96832,8 +96847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *197 - *198 + - *199 responses: '204': description: Response @@ -96863,8 +96878,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *197 - *198 + - *199 - name: token description: package token schema: @@ -96896,8 +96911,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: - - *197 - *198 + - *199 - *19 - *17 - name: state @@ -96917,7 +96932,7 @@ paths: application/json: schema: type: array - items: *199 + items: *200 examples: default: value: @@ -96966,15 +96981,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *197 - *198 - - *200 + - *199 + - *201 responses: '200': description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -97010,9 +97025,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *197 - *198 - - *200 + - *199 + - *201 responses: '204': description: Response @@ -97042,9 +97057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *197 - *198 - - *200 + - *199 + - *201 responses: '204': description: Response @@ -97102,7 +97117,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -97171,9 +97186,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *589 + default: *590 headers: Link: *56 '304': *35 @@ -97286,7 +97301,7 @@ paths: type: array items: *58 examples: - default: &596 + default: &597 summary: Default response value: - id: 1296269 @@ -97602,9 +97617,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *268 + default: *269 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -97642,9 +97657,9 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: - default: *590 + default: *591 headers: Link: *56 '304': *35 @@ -97667,7 +97682,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *177 + - *178 responses: '204': description: Response @@ -97690,7 +97705,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *177 + - *178 responses: '204': description: Response @@ -97723,7 +97738,7 @@ paths: application/json: schema: type: array - items: &591 + items: &592 title: Social account description: Social media account type: object @@ -97740,7 +97755,7 @@ paths: - provider - url examples: - default: &592 + default: &593 value: - provider: twitter url: https://twitter.com/github @@ -97803,9 +97818,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: *592 + default: *593 '422': *15 '304': *35 '404': *6 @@ -97893,7 +97908,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -97913,7 +97928,7 @@ paths: - title - created_at examples: - default: &608 + default: &609 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97980,9 +97995,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &594 + default: &595 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98013,7 +98028,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: - - &595 + - &596 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -98025,9 +98040,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '404': *6 '304': *35 '403': *27 @@ -98050,7 +98065,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: - - *595 + - *596 responses: '204': description: Response @@ -98079,7 +98094,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &609 + - &610 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 @@ -98104,11 +98119,11 @@ paths: type: array items: *58 examples: - default-response: *596 + default-response: *597 application/vnd.github.v3.star+json: schema: type: array - items: &610 + items: &611 title: Starred Repository description: Starred Repository type: object @@ -98264,8 +98279,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: - - *255 - *256 + - *257 responses: '204': description: Response if this repository is starred by you @@ -98293,8 +98308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -98318,8 +98333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *255 - *256 + - *257 responses: '204': description: Response @@ -98354,7 +98369,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 '304': *35 @@ -98391,7 +98406,7 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: default: value: @@ -98477,10 +98492,10 @@ paths: application/json: schema: oneOf: + - *570 - *569 - - *568 examples: - default-response: &598 + default-response: &599 summary: Default response value: login: octocat @@ -98515,7 +98530,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &599 + response-with-git-hub-plan-information: &600 summary: Response with GitHub plan information value: login: octocat @@ -98575,7 +98590,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *597 + - *598 - *17 responses: '200': @@ -98586,7 +98601,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: example: ; rel="next" @@ -98624,11 +98639,11 @@ paths: application/json: schema: oneOf: + - *570 - *569 - - *568 examples: - default-response: *598 - response-with-git-hub-plan-information: *599 + default-response: *599 + response-with-git-hub-plan-information: *600 '404': *6 x-github: githubCloudOnly: false @@ -98792,9 +98807,9 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *587 + default: *588 '403': *27 '401': *23 x-github: @@ -99077,7 +99092,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -99108,7 +99123,7 @@ paths: type: array items: *4 examples: - default: *181 + default: *182 headers: Link: *56 x-github: @@ -99198,9 +99213,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *600 + default: *601 headers: Link: *56 x-github: @@ -99304,7 +99319,7 @@ paths: application/json: schema: *20 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99382,7 +99397,7 @@ paths: type: array items: *141 examples: - default: *585 + default: *586 headers: Link: *56 x-github: @@ -99421,7 +99436,7 @@ paths: - docker - nuget - container - - *586 + - *587 - *127 - *19 - *17 @@ -99432,12 +99447,12 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *587 + default: *588 '403': *27 '401': *23 - '400': *588 + '400': *589 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99457,17 +99472,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *197 - *198 + - *199 - *127 responses: '200': description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *601 + default: *602 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99488,8 +99503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *197 - *198 + - *199 - *127 responses: '204': @@ -99522,8 +99537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *197 - *198 + - *199 - *127 - name: token description: package token @@ -99556,8 +99571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *197 - *198 + - *199 - *127 responses: '200': @@ -99566,7 +99581,7 @@ paths: application/json: schema: type: array - items: *199 + items: *200 examples: default: value: @@ -99624,16 +99639,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *197 - *198 - - *200 + - *199 + - *201 - *127 responses: '200': description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -99668,10 +99683,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *197 - *198 + - *199 - *127 - - *200 + - *201 responses: '204': description: Response @@ -99703,10 +99718,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *197 - *198 + - *199 - *127 - - *200 + - *201 responses: '204': description: Response @@ -99750,7 +99765,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -100030,7 +100045,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -100060,9 +100075,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *603 + default: *604 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100090,9 +100105,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100120,9 +100135,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100150,9 +100165,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: *592 + default: *593 headers: Link: *56 x-github: @@ -100182,9 +100197,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *608 + default: *609 headers: Link: *56 x-github: @@ -100209,7 +100224,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *127 - - *609 + - *610 - *46 - *17 - *19 @@ -100221,11 +100236,11 @@ paths: schema: anyOf: - type: array - items: *610 + items: *611 - type: array items: *58 examples: - default-response: *596 + default-response: *597 headers: Link: *56 x-github: @@ -100256,7 +100271,7 @@ paths: type: array items: *114 examples: - default: *201 + default: *202 headers: Link: *56 x-github: @@ -100385,7 +100400,7 @@ webhooks: type: string enum: - disabled - enterprise: &611 + enterprise: &612 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -100454,7 +100469,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &612 + installation: &613 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -100475,7 +100490,7 @@ webhooks: required: - id - node_id - organization: &613 + organization: &614 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -100548,7 +100563,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &614 + repository: &615 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -101461,10 +101476,10 @@ webhooks: type: string enum: - enabled - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -101540,11 +101555,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - rule: &615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + rule: &616 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) @@ -101767,11 +101782,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - rule: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + rule: *616 sender: *4 required: - action @@ -101959,11 +101974,11 @@ webhooks: - everyone required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - rule: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + rule: *616 sender: *4 required: - action @@ -102047,7 +102062,7 @@ webhooks: type: string enum: - completed - check_run: &617 + check_run: &618 title: CheckRun description: A check performed on the code of a given code change type: object @@ -102115,7 +102130,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *334 + items: *335 repository: *114 status: type: string @@ -102160,7 +102175,7 @@ webhooks: - examples: - neutral - deployment: *616 + deployment: *617 details_url: type: string examples: @@ -102220,7 +102235,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *334 + items: *335 started_at: type: string format: date-time @@ -102258,9 +102273,9 @@ webhooks: - output - app - pull_requests - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - check_run @@ -102653,10 +102668,10 @@ webhooks: type: string enum: - created - check_run: *617 - installation: *612 - organization: *613 - repository: *614 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - check_run @@ -103052,10 +103067,10 @@ webhooks: type: string enum: - requested_action - check_run: *617 - installation: *612 - organization: *613 - repository: *614 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 requested_action: description: The action requested by the user. type: object @@ -103460,10 +103475,10 @@ webhooks: type: string enum: - rerequested - check_run: *617 - installation: *612 - organization: *613 - repository: *614 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - check_run @@ -104455,10 +104470,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -105143,10 +105158,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -105825,10 +105840,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -105994,7 +106009,7 @@ webhooks: required: - login - id - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -106146,20 +106161,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &618 + commit_oid: &619 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: *611 - installation: *612 - organization: *613 - ref: &619 + enterprise: *612 + installation: *613 + organization: *614 + ref: &620 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: *614 + repository: *615 sender: *4 required: - action @@ -106323,7 +106338,7 @@ webhooks: required: - login - id - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -106493,12 +106508,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *618 - enterprise: *611 - installation: *612 - organization: *613 - ref: *619 - repository: *614 + commit_oid: *619 + enterprise: *612 + installation: *613 + organization: *614 + ref: *620 + repository: *615 sender: *4 required: - action @@ -106596,7 +106611,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106775,12 +106790,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *618 - enterprise: *611 - installation: *612 - organization: *613 - ref: *619 - repository: *614 + commit_oid: *619 + enterprise: *612 + installation: *613 + organization: *614 + ref: *620 + repository: *615 sender: *4 required: - action @@ -106946,7 +106961,7 @@ webhooks: required: - login - id - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -107123,12 +107138,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *618 - enterprise: *611 - installation: *612 - organization: *613 - ref: *619 - repository: *614 + commit_oid: *619 + enterprise: *612 + installation: *613 + organization: *614 + ref: *620 + repository: *615 sender: *4 required: - action @@ -107228,7 +107243,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107408,9 +107423,9 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -107418,7 +107433,7 @@ webhooks: type: - string - 'null' - repository: *614 + repository: *615 sender: *4 required: - action @@ -107514,7 +107529,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *349 + dismissed_comment: *350 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107661,12 +107676,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *618 - enterprise: *611 - installation: *612 - organization: *613 - ref: *619 - repository: *614 + commit_oid: *619 + enterprise: *612 + installation: *613 + organization: *614 + ref: *620 + repository: *615 sender: *4 required: - action @@ -107928,10 +107943,10 @@ webhooks: - updated_at - author_association - body - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -108012,18 +108027,18 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *613 - pusher_type: &620 + organization: *614 + pusher_type: &621 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &621 + ref: &622 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -108033,7 +108048,7 @@ webhooks: enum: - tag - branch - repository: *614 + repository: *615 sender: *4 required: - ref @@ -108115,10 +108130,10 @@ webhooks: type: string enum: - created - definition: *211 - enterprise: *611 - installation: *612 - organization: *613 + definition: *212 + enterprise: *612 + installation: *613 + organization: *614 sender: *4 required: - action @@ -108203,9 +108218,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 sender: *4 required: - action @@ -108282,10 +108297,10 @@ webhooks: type: string enum: - updated - definition: *211 - enterprise: *611 - installation: *612 - organization: *613 + definition: *212 + enterprise: *612 + installation: *613 + organization: *614 sender: *4 required: - action @@ -108362,19 +108377,19 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - repository: *614 - organization: *613 + enterprise: *612 + installation: *613 + repository: *615 + organization: *614 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *215 + items: *216 old_property_values: type: array description: The old custom property values for the repository. - items: *215 + items: *216 required: - action - repository @@ -108450,18 +108465,18 @@ webhooks: title: delete event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - pusher_type: *620 - ref: *621 + enterprise: *612 + installation: *613 + organization: *614 + pusher_type: *621 + ref: *622 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *614 + repository: *615 sender: *4 required: - ref @@ -108545,11 +108560,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -108633,11 +108648,11 @@ webhooks: type: string enum: - auto_reopened - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -108721,11 +108736,11 @@ webhooks: type: string enum: - created - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -108807,11 +108822,11 @@ webhooks: type: string enum: - dismissed - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -108893,11 +108908,11 @@ webhooks: type: string enum: - fixed - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -108980,11 +108995,11 @@ webhooks: type: string enum: - reintroduced - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -109066,11 +109081,11 @@ webhooks: type: string enum: - reopened - alert: *401 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 + alert: *402 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 sender: *4 required: - action @@ -109147,9 +109162,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - key: &622 + enterprise: *612 + installation: *613 + key: &623 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -109187,8 +109202,8 @@ webhooks: - verified - created_at - read_only - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -109265,11 +109280,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - key: *622 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + key: *623 + organization: *614 + repository: *615 sender: *4 required: - action @@ -109841,12 +109856,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - workflow: &626 + workflow: &627 title: Workflow type: - object @@ -110584,13 +110599,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *407 + deployment: *408 pull_requests: type: array - items: *489 - repository: *614 - organization: *613 - installation: *612 + items: *490 + repository: *615 + organization: *614 + installation: *613 sender: *4 responses: '200': @@ -110661,7 +110676,7 @@ webhooks: type: string enum: - approved - approver: &623 + approver: &624 type: object properties: avatar_url: @@ -110704,11 +110719,11 @@ webhooks: type: string comment: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - reviewers: &624 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + reviewers: &625 type: array items: type: object @@ -110789,7 +110804,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &625 + workflow_job_run: &626 type: object properties: conclusion: @@ -111535,18 +111550,18 @@ webhooks: type: string enum: - rejected - approver: *623 + approver: *624 comment: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - reviewers: *624 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + reviewers: *625 sender: *4 since: type: string - workflow_job_run: *625 + workflow_job_run: *626 workflow_job_runs: type: array items: @@ -112263,13 +112278,13 @@ webhooks: type: string enum: - requested - enterprise: *611 + enterprise: *612 environment: type: string - installation: *612 - organization: *613 - repository: *614 - requestor: &631 + installation: *613 + organization: *614 + repository: *615 + requestor: &632 title: User type: - object @@ -114212,12 +114227,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - workflow: *626 + workflow: *627 workflow_run: title: Deployment Workflow Run type: @@ -114908,7 +114923,7 @@ webhooks: type: string enum: - answered - answer: &629 + answer: &630 type: object properties: author_association: @@ -115068,7 +115083,7 @@ webhooks: - created_at - updated_at - body - discussion: &627 + discussion: &628 title: Discussion description: A Discussion in a repository. type: object @@ -115364,7 +115379,7 @@ webhooks: - id labels: type: array - items: *452 + items: *453 required: - repository_url - category @@ -115386,10 +115401,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -115516,11 +115531,11 @@ webhooks: - from required: - category - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -115603,11 +115618,11 @@ webhooks: type: string enum: - closed - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -115689,7 +115704,7 @@ webhooks: type: string enum: - created - comment: &628 + comment: &629 type: object properties: author_association: @@ -115849,11 +115864,11 @@ webhooks: - updated_at - body - reactions - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -115936,12 +115951,12 @@ webhooks: type: string enum: - deleted - comment: *628 - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + comment: *629 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116036,12 +116051,12 @@ webhooks: - from required: - body - comment: *628 - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + comment: *629 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116125,11 +116140,11 @@ webhooks: type: string enum: - created - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116211,11 +116226,11 @@ webhooks: type: string enum: - deleted - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116315,11 +116330,11 @@ webhooks: type: string required: - from - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116401,10 +116416,10 @@ webhooks: type: string enum: - labeled - discussion: *627 - enterprise: *611 - installation: *612 - label: &630 + discussion: *628 + enterprise: *612 + installation: *613 + label: &631 title: Label type: object properties: @@ -116437,8 +116452,8 @@ webhooks: - color - default - description - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116521,11 +116536,11 @@ webhooks: type: string enum: - locked - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116607,11 +116622,11 @@ webhooks: type: string enum: - pinned - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116693,11 +116708,11 @@ webhooks: type: string enum: - reopened - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116782,16 +116797,16 @@ webhooks: changes: type: object properties: - new_discussion: *627 - new_repository: *614 + new_discussion: *628 + new_repository: *615 required: - new_discussion - new_repository - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116874,10 +116889,10 @@ webhooks: type: string enum: - unanswered - discussion: *627 - old_answer: *629 - organization: *613 - repository: *614 + discussion: *628 + old_answer: *630 + organization: *614 + repository: *615 sender: *4 required: - action @@ -116959,12 +116974,12 @@ webhooks: type: string enum: - unlabeled - discussion: *627 - enterprise: *611 - installation: *612 - label: *630 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -117047,11 +117062,11 @@ webhooks: type: string enum: - unlocked - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -117133,11 +117148,11 @@ webhooks: type: string enum: - unpinned - discussion: *627 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + discussion: *628 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -117210,7 +117225,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *611 + enterprise: *612 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -117888,9 +117903,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - forkee @@ -118036,9 +118051,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pages: description: The pages that were updated. type: array @@ -118076,7 +118091,7 @@ webhooks: - action - sha - html_url - repository: *614 + repository: *615 sender: *4 required: - pages @@ -118152,10 +118167,10 @@ webhooks: type: string enum: - created - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories: &632 + organization: *614 + repositories: &633 description: An array of repository objects that the installation can access. type: array @@ -118181,8 +118196,8 @@ webhooks: - name - full_name - private - repository: *614 - requester: *631 + repository: *615 + requester: *632 sender: *4 required: - action @@ -118257,11 +118272,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories: *632 - repository: *614 + organization: *614 + repositories: *633 + repository: *615 requester: type: - 'null' @@ -118338,11 +118353,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories: *632 - repository: *614 + organization: *614 + repositories: *633 + repository: *615 requester: type: - 'null' @@ -118419,10 +118434,10 @@ webhooks: type: string enum: - added - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories_added: &633 + organization: *614 + repositories_added: &634 description: An array of repository objects, which were added to the installation. type: array @@ -118468,15 +118483,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *614 - repository_selection: &634 + repository: *615 + repository_selection: &635 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *631 + requester: *632 sender: *4 required: - action @@ -118555,10 +118570,10 @@ webhooks: type: string enum: - removed - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories_added: *633 + organization: *614 + repositories_added: *634 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -118585,9 +118600,9 @@ webhooks: - name - full_name - private - repository: *614 - repository_selection: *634 - requester: *631 + repository: *615 + repository_selection: *635 + requester: *632 sender: *4 required: - action @@ -118666,11 +118681,11 @@ webhooks: type: string enum: - suspend - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories: *632 - repository: *614 + organization: *614 + repositories: *633 + repository: *615 requester: type: - 'null' @@ -118852,10 +118867,10 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 target_type: type: string @@ -118934,11 +118949,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *611 + enterprise: *612 installation: *20 - organization: *613 - repositories: *632 - repository: *614 + organization: *614 + repositories: *633 + repository: *615 requester: type: - 'null' @@ -119186,8 +119201,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120377,8 +120392,8 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -120458,7 +120473,7 @@ webhooks: type: string enum: - deleted - comment: &635 + comment: &636 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -120625,8 +120640,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121814,8 +121829,8 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -121895,7 +121910,7 @@ webhooks: type: string enum: - edited - changes: &660 + changes: &661 description: The changes to the comment. type: object properties: @@ -121907,9 +121922,9 @@ webhooks: type: string required: - from - comment: *635 - enterprise: *611 - installation: *612 + comment: *636 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123098,8 +123113,8 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -123181,10 +123196,10 @@ webhooks: type: string enum: - assigned - assignee: *631 - enterprise: *611 - installation: *612 - issue: &638 + assignee: *632 + enterprise: *612 + installation: *613 + issue: &639 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -124128,8 +124143,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -124209,8 +124224,8 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -125302,8 +125317,8 @@ webhooks: required: - state - closed_at - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -125382,8 +125397,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126320,8 +126335,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -126400,8 +126415,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127342,7 +127357,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &636 + milestone: &637 title: Milestone description: A collection of related issues and pull requests. type: object @@ -127485,8 +127500,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -127585,8 +127600,8 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128530,9 +128545,9 @@ webhooks: - active_lock_reason - body - reactions - label: *630 - organization: *613 - repository: *614 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -128612,8 +128627,8 @@ webhooks: type: string enum: - labeled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129556,9 +129571,9 @@ webhooks: - active_lock_reason - body - reactions - label: *630 - organization: *613 - repository: *614 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -129638,8 +129653,8 @@ webhooks: type: string enum: - locked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130584,8 +130599,8 @@ webhooks: format: uri user_view_type: type: string - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -130664,8 +130679,8 @@ webhooks: type: string enum: - milestoned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131604,9 +131619,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *636 - organization: *613 - repository: *614 + milestone: *637 + organization: *614 + repository: *615 sender: *4 required: - action @@ -133106,8 +133121,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134050,8 +134065,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -134131,9 +134146,9 @@ webhooks: type: string enum: - pinned - enterprise: *611 - installation: *612 - issue: &637 + enterprise: *612 + installation: *613 + issue: &638 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -135070,8 +135085,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -135150,8 +135165,8 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136095,8 +136110,8 @@ webhooks: format: uri user_view_type: type: string - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -137596,11 +137611,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *611 - installation: *612 - issue: *637 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + issue: *638 + organization: *614 + repository: *615 sender: *4 required: - action @@ -137681,7 +137696,7 @@ webhooks: type: string enum: - unassigned - assignee: &663 + assignee: &664 title: User type: - object @@ -137753,11 +137768,11 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 - issue: *638 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + issue: *639 + organization: *614 + repository: *615 sender: *4 required: - action @@ -137836,12 +137851,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *611 - installation: *612 - issue: *638 - label: *630 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + issue: *639 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -137921,8 +137936,8 @@ webhooks: type: string enum: - unlocked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138865,8 +138880,8 @@ webhooks: format: uri user_view_type: type: string - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -138946,11 +138961,11 @@ webhooks: type: string enum: - unpinned - enterprise: *611 - installation: *612 - issue: *637 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + issue: *638 + organization: *614 + repository: *615 sender: *4 required: - action @@ -139029,11 +139044,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - label: *630 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -139111,11 +139126,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - label: *630 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -139225,11 +139240,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - label: *630 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + label: *631 + organization: *614 + repository: *615 sender: *4 required: - action @@ -139311,9 +139326,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *611 - installation: *612 - marketplace_purchase: &639 + enterprise: *612 + installation: *613 + marketplace_purchase: &640 title: Marketplace Purchase type: object required: @@ -139401,8 +139416,8 @@ webhooks: type: integer unit_count: type: integer - organization: *613 - previous_marketplace_purchase: &640 + organization: *614 + previous_marketplace_purchase: &641 title: Marketplace Purchase type: object properties: @@ -139486,7 +139501,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 + repository: *615 sender: *4 required: - action @@ -139566,10 +139581,10 @@ webhooks: - changed effective_date: type: string - enterprise: *611 - installation: *612 - marketplace_purchase: *639 - organization: *613 + enterprise: *612 + installation: *613 + marketplace_purchase: *640 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -139657,7 +139672,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 + repository: *615 sender: *4 required: - action @@ -139739,10 +139754,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *611 - installation: *612 - marketplace_purchase: *639 - organization: *613 + enterprise: *612 + installation: *613 + marketplace_purchase: *640 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -139828,7 +139843,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 + repository: *615 sender: *4 required: - action @@ -139909,8 +139924,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: title: Marketplace Purchase type: object @@ -139996,9 +140011,9 @@ webhooks: type: integer unit_count: type: integer - organization: *613 - previous_marketplace_purchase: *640 - repository: *614 + organization: *614 + previous_marketplace_purchase: *641 + repository: *615 sender: *4 required: - action @@ -140078,12 +140093,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *611 - installation: *612 - marketplace_purchase: *639 - organization: *613 - previous_marketplace_purchase: *640 - repository: *614 + enterprise: *612 + installation: *613 + marketplace_purchase: *640 + organization: *614 + previous_marketplace_purchase: *641 + repository: *615 sender: *4 required: - action @@ -140185,11 +140200,11 @@ webhooks: type: string required: - to - enterprise: *611 - installation: *612 - member: *631 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + member: *632 + organization: *614 + repository: *615 sender: *4 required: - action @@ -140291,11 +140306,11 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 - member: *631 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + member: *632 + organization: *614 + repository: *615 sender: *4 required: - action @@ -140374,11 +140389,11 @@ webhooks: type: string enum: - removed - enterprise: *611 - installation: *612 - member: *631 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + member: *632 + organization: *614 + repository: *615 sender: *4 required: - action @@ -140456,11 +140471,11 @@ webhooks: type: string enum: - added - enterprise: *611 - installation: *612 - member: *631 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + member: *632 + organization: *614 + repository: *615 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140538,7 +140553,7 @@ webhooks: required: - login - id - team: &641 + team: &642 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -140731,11 +140746,11 @@ webhooks: type: string enum: - removed - enterprise: *611 - installation: *612 - member: *631 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + member: *632 + organization: *614 + repository: *615 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140814,7 +140829,7 @@ webhooks: required: - login - id - team: *641 + team: *642 required: - action - scope @@ -140896,8 +140911,8 @@ webhooks: type: string enum: - checks_requested - installation: *612 - merge_group: &642 + installation: *613 + merge_group: &643 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -140916,15 +140931,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *338 + head_commit: *339 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141010,10 +141025,10 @@ webhooks: - merged - invalidated - dequeued - installation: *612 - merge_group: *642 - organization: *613 - repository: *614 + installation: *613 + merge_group: *643 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141086,7 +141101,7 @@ webhooks: type: string enum: - deleted - enterprise: *611 + enterprise: *612 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -141194,12 +141209,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *612 - organization: *613 + installation: *613 + organization: *614 repository: anyOf: - type: 'null' - - *614 + - *615 sender: *4 required: - action @@ -141279,11 +141294,11 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 - milestone: *636 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + milestone: *637 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141362,9 +141377,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - milestone: &643 + enterprise: *612 + installation: *613 + milestone: &644 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141506,8 +141521,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141586,11 +141601,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - milestone: *636 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + milestone: *637 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141700,11 +141715,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - milestone: *636 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + milestone: *637 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141784,11 +141799,11 @@ webhooks: type: string enum: - opened - enterprise: *611 - installation: *612 - milestone: *643 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + milestone: *644 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141867,11 +141882,11 @@ webhooks: type: string enum: - blocked - blocked_user: *631 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + blocked_user: *632 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -141950,11 +141965,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *631 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + blocked_user: *632 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -142033,9 +142048,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - membership: &644 + enterprise: *612 + installation: *613 + membership: &645 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -142129,8 +142144,8 @@ webhooks: - role - organization_url - user - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 required: - action @@ -142208,11 +142223,11 @@ webhooks: type: string enum: - member_added - enterprise: *611 - installation: *612 - membership: *644 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + membership: *645 + organization: *614 + repository: *615 sender: *4 required: - action @@ -142291,8 +142306,8 @@ webhooks: type: string enum: - member_invited - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -142414,10 +142429,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 - user: *631 + user: *632 required: - action - invitation @@ -142495,11 +142510,11 @@ webhooks: type: string enum: - member_removed - enterprise: *611 - installation: *612 - membership: *644 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + membership: *645 + organization: *614 + repository: *615 sender: *4 required: - action @@ -142586,11 +142601,11 @@ webhooks: properties: from: type: string - enterprise: *611 - installation: *612 - membership: *644 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + membership: *645 + organization: *614 + repository: *615 sender: *4 required: - action @@ -142666,9 +142681,9 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 package: description: Information about the package. type: object @@ -143191,7 +143206,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &645 + items: &646 title: Ruby Gems metadata type: object properties: @@ -143288,7 +143303,7 @@ webhooks: - owner - package_version - registry - repository: *614 + repository: *615 sender: *4 required: - action @@ -143364,9 +143379,9 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 package: description: Information about the package. type: object @@ -143728,7 +143743,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *645 + items: *646 source_url: type: string format: uri @@ -143799,7 +143814,7 @@ webhooks: - owner - package_version - registry - repository: *614 + repository: *615 sender: *4 required: - action @@ -143980,12 +143995,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *611 + enterprise: *612 id: type: integer - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - id @@ -144065,7 +144080,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &646 + personal_access_token_request: &647 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -144215,10 +144230,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *611 - organization: *613 + enterprise: *612 + organization: *614 sender: *4 - installation: *612 + installation: *613 required: - action - personal_access_token_request @@ -144297,11 +144312,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *646 - enterprise: *611 - organization: *613 + personal_access_token_request: *647 + enterprise: *612 + organization: *614 sender: *4 - installation: *612 + installation: *613 required: - action - personal_access_token_request @@ -144379,11 +144394,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *646 - enterprise: *611 - organization: *613 + personal_access_token_request: *647 + enterprise: *612 + organization: *614 sender: *4 - installation: *612 + installation: *613 required: - action - personal_access_token_request @@ -144460,11 +144475,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *646 - organization: *613 - enterprise: *611 + personal_access_token_request: *647 + organization: *614 + enterprise: *612 sender: *4 - installation: *612 + installation: *613 required: - action - personal_access_token_request @@ -144568,7 +144583,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *647 + last_response: *648 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -144600,8 +144615,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 zen: description: Random string of GitHub zen. @@ -144846,10 +144861,10 @@ webhooks: - from required: - note - enterprise: *611 - installation: *612 - organization: *613 - project_card: &648 + enterprise: *612 + installation: *613 + organization: *614 + project_card: &649 title: Project Card type: object properties: @@ -144972,7 +144987,7 @@ webhooks: - creator - created_at - updated_at - repository: *614 + repository: *615 sender: *4 required: - action @@ -145053,11 +145068,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - project_card: *648 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project_card: *649 + repository: *615 sender: *4 required: - action @@ -145137,9 +145152,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: title: Project Card type: object @@ -145269,7 +145284,7 @@ webhooks: repository: anyOf: - type: 'null' - - *614 + - *615 sender: *4 required: - action @@ -145363,11 +145378,11 @@ webhooks: - from required: - note - enterprise: *611 - installation: *612 - organization: *613 - project_card: *648 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project_card: *649 + repository: *615 sender: *4 required: - action @@ -145461,9 +145476,9 @@ webhooks: - from required: - column_id - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: allOf: - title: Project Card @@ -145660,7 +145675,7 @@ webhooks: type: string required: - after_id - repository: *614 + repository: *615 sender: *4 required: - action @@ -145740,10 +145755,10 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 - organization: *613 - project: &650 + enterprise: *612 + installation: *613 + organization: *614 + project: &651 title: Project type: object properties: @@ -145870,7 +145885,7 @@ webhooks: - creator - created_at - updated_at - repository: *614 + repository: *615 sender: *4 required: - action @@ -145950,10 +145965,10 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - project_column: &649 + enterprise: *612 + installation: *613 + organization: *614 + project_column: &650 title: Project Column type: object properties: @@ -145993,7 +146008,7 @@ webhooks: - name - created_at - updated_at - repository: *614 + repository: *615 sender: *4 required: - action @@ -146072,14 +146087,14 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - project_column: *649 + enterprise: *612 + installation: *613 + organization: *614 + project_column: *650 repository: anyOf: - type: 'null' - - *614 + - *615 sender: *4 required: - action @@ -146168,11 +146183,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - project_column: *649 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project_column: *650 + repository: *615 sender: *4 required: - action @@ -146252,11 +146267,11 @@ webhooks: type: string enum: - moved - enterprise: *611 - installation: *612 - organization: *613 - project_column: *649 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project_column: *650 + repository: *615 sender: *4 required: - action @@ -146336,11 +146351,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - project: *650 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project: *651 + repository: *615 sender: *4 required: - action @@ -146420,14 +146435,14 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - project: *650 + enterprise: *612 + installation: *613 + organization: *614 + project: *651 repository: anyOf: - type: 'null' - - *614 + - *615 sender: *4 required: - action @@ -146528,11 +146543,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - project: *650 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project: *651 + repository: *615 sender: *4 required: - action @@ -146611,11 +146626,11 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 - organization: *613 - project: *650 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + project: *651 + repository: *615 sender: *4 required: - action @@ -146696,9 +146711,9 @@ webhooks: type: string enum: - closed - installation: *612 - organization: *613 - projects_v2: &651 + installation: *613 + organization: *614 + projects_v2: &652 title: Projects v2 Project description: A projects v2 project type: object @@ -146846,9 +146861,9 @@ webhooks: type: string enum: - created - installation: *612 - organization: *613 - projects_v2: *651 + installation: *613 + organization: *614 + projects_v2: *652 sender: *4 required: - action @@ -146929,9 +146944,9 @@ webhooks: type: string enum: - deleted - installation: *612 - organization: *613 - projects_v2: *651 + installation: *613 + organization: *614 + projects_v2: *652 sender: *4 required: - action @@ -147052,9 +147067,9 @@ webhooks: type: string to: type: string - installation: *612 - organization: *613 - projects_v2: *651 + installation: *613 + organization: *614 + projects_v2: *652 sender: *4 required: - action @@ -147137,7 +147152,7 @@ webhooks: type: string enum: - archived - changes: &655 + changes: &656 type: object properties: archived_at: @@ -147153,9 +147168,9 @@ webhooks: - string - 'null' format: date-time - installation: *612 - organization: *613 - projects_v2_item: &652 + installation: *613 + organization: *614 + projects_v2_item: &653 title: Projects v2 Item description: An item belonging to a project type: object @@ -147294,9 +147309,9 @@ webhooks: - 'null' to: type: string - installation: *612 - organization: *613 - projects_v2_item: *652 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147378,9 +147393,9 @@ webhooks: type: string enum: - created - installation: *612 - organization: *613 - projects_v2_item: *652 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147461,9 +147476,9 @@ webhooks: type: string enum: - deleted - installation: *612 - organization: *613 - projects_v2_item: *652 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147568,7 +147583,7 @@ webhooks: oneOf: - type: string - type: integer - - &653 + - &654 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -147588,7 +147603,7 @@ webhooks: required: - id - name - - &654 + - &655 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -147617,8 +147632,8 @@ webhooks: oneOf: - type: string - type: integer - - *653 - *654 + - *655 type: - 'null' - string @@ -147641,9 +147656,9 @@ webhooks: - 'null' required: - body - installation: *612 - organization: *613 - projects_v2_item: *652 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147740,9 +147755,9 @@ webhooks: type: - string - 'null' - installation: *612 - organization: *613 - projects_v2_item: *652 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147825,10 +147840,10 @@ webhooks: type: string enum: - restored - changes: *655 - installation: *612 - organization: *613 - projects_v2_item: *652 + changes: *656 + installation: *613 + organization: *614 + projects_v2_item: *653 sender: *4 required: - action @@ -147910,9 +147925,9 @@ webhooks: type: string enum: - reopened - installation: *612 - organization: *613 - projects_v2: *651 + installation: *613 + organization: *614 + projects_v2: *652 sender: *4 required: - action @@ -147993,9 +148008,9 @@ webhooks: type: string enum: - created - installation: *612 - organization: *613 - projects_v2_status_update: &656 + installation: *613 + organization: *614 + projects_v2_status_update: &657 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -148130,9 +148145,9 @@ webhooks: type: string enum: - deleted - installation: *612 - organization: *613 - projects_v2_status_update: *656 + installation: *613 + organization: *614 + projects_v2_status_update: *657 sender: *4 required: - action @@ -148278,9 +148293,9 @@ webhooks: - string - 'null' format: date - installation: *612 - organization: *613 - projects_v2_status_update: *656 + installation: *613 + organization: *614 + projects_v2_status_update: *657 sender: *4 required: - action @@ -148351,10 +148366,10 @@ webhooks: title: public event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - repository @@ -148431,13 +148446,13 @@ webhooks: type: string enum: - assigned - assignee: *631 - enterprise: *611 - installation: *612 - number: &657 + assignee: *632 + enterprise: *612 + installation: *613 + number: &658 description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -150786,7 +150801,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -150868,11 +150883,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -153214,7 +153229,7 @@ webhooks: - draft reason: type: string - repository: *614 + repository: *615 sender: *4 required: - action @@ -153296,11 +153311,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -155642,7 +155657,7 @@ webhooks: - draft reason: type: string - repository: *614 + repository: *615 sender: *4 required: - action @@ -155724,13 +155739,13 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: &658 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: &659 allOf: - - *489 + - *490 - type: object properties: allow_auto_merge: @@ -155792,7 +155807,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 + repository: *615 sender: *4 required: - action @@ -155873,12 +155888,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: *658 - repository: *614 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: *659 + repository: *615 sender: *4 required: - action @@ -155958,11 +155973,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *611 - milestone: *387 - number: *657 - organization: *613 - pull_request: &659 + enterprise: *612 + milestone: *388 + number: *658 + organization: *614 + pull_request: &660 title: Pull Request type: object properties: @@ -158289,7 +158304,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -158368,11 +158383,11 @@ webhooks: type: string enum: - dequeued - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -160718,7 +160733,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *614 + repository: *615 sender: *4 required: - action @@ -160842,12 +160857,12 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: *658 - repository: *614 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: *659 + repository: *615 sender: *4 required: - action @@ -160927,11 +160942,11 @@ webhooks: type: string enum: - enqueued - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -163262,7 +163277,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -163342,11 +163357,11 @@ webhooks: type: string enum: - labeled - enterprise: *611 - installation: *612 - label: *630 - number: *657 - organization: *613 + enterprise: *612 + installation: *613 + label: *631 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -165694,7 +165709,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -165775,10 +165790,10 @@ webhooks: type: string enum: - locked - enterprise: *611 - installation: *612 - number: *657 - organization: *613 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -168124,7 +168139,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -168204,12 +168219,12 @@ webhooks: type: string enum: - milestoned - enterprise: *611 - milestone: *387 - number: *657 - organization: *613 - pull_request: *659 - repository: *614 + enterprise: *612 + milestone: *388 + number: *658 + organization: *614 + pull_request: *660 + repository: *615 sender: *4 required: - action @@ -168288,12 +168303,12 @@ webhooks: type: string enum: - opened - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: *658 - repository: *614 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: *659 + repository: *615 sender: *4 required: - action @@ -168374,12 +168389,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: *658 - repository: *614 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: *659 + repository: *615 sender: *4 required: - action @@ -168459,12 +168474,12 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 - number: *657 - organization: *613 - pull_request: *658 - repository: *614 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 + pull_request: *659 + repository: *615 sender: *4 required: - action @@ -168839,9 +168854,9 @@ webhooks: - start_side - side - reactions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -171071,7 +171086,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 + repository: *615 sender: *4 required: - action @@ -171151,7 +171166,7 @@ webhooks: type: string enum: - deleted - comment: &661 + comment: &662 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -171444,9 +171459,9 @@ webhooks: - start_side - side - reactions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -173664,7 +173679,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 + repository: *615 sender: *4 required: - action @@ -173744,11 +173759,11 @@ webhooks: type: string enum: - edited - changes: *660 - comment: *661 - enterprise: *611 - installation: *612 - organization: *613 + changes: *661 + comment: *662 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -175969,7 +175984,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 + repository: *615 sender: *4 required: - action @@ -176050,9 +176065,9 @@ webhooks: type: string enum: - dismissed - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -178285,7 +178300,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 review: description: The review that was affected. type: object @@ -178531,9 +178546,9 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -180647,8 +180662,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 - review: &662 + repository: *615 + review: &663 description: The review that was affected. type: object properties: @@ -180881,12 +180896,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -183233,7 +183248,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_reviewer: title: User type: @@ -183319,12 +183334,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -185678,7 +185693,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_team: title: Team description: Groups of organization members that gives permissions @@ -185873,12 +185888,12 @@ webhooks: type: string enum: - review_requested - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -188227,7 +188242,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_reviewer: title: User type: @@ -188314,12 +188329,12 @@ webhooks: type: string enum: - review_requested - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -190659,7 +190674,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190843,9 +190858,9 @@ webhooks: type: string enum: - submitted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -193081,8 +193096,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 - review: *662 + repository: *615 + review: *663 sender: *4 required: - action @@ -193162,9 +193177,9 @@ webhooks: type: string enum: - resolved - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -195295,7 +195310,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 sender: *4 thread: type: object @@ -195687,9 +195702,9 @@ webhooks: type: string enum: - unresolved - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -197803,7 +197818,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 sender: *4 thread: type: object @@ -198197,10 +198212,10 @@ webhooks: type: string before: type: string - enterprise: *611 - installation: *612 - number: *657 - organization: *613 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -200535,7 +200550,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -200617,11 +200632,11 @@ webhooks: type: string enum: - unassigned - assignee: *663 - enterprise: *611 - installation: *612 - number: *657 - organization: *613 + assignee: *664 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -202971,7 +202986,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -203050,11 +203065,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *611 - installation: *612 - label: *630 - number: *657 - organization: *613 + enterprise: *612 + installation: *613 + label: *631 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -205393,7 +205408,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -205474,10 +205489,10 @@ webhooks: type: string enum: - unlocked - enterprise: *611 - installation: *612 - number: *657 - organization: *613 + enterprise: *612 + installation: *613 + number: *658 + organization: *614 pull_request: title: Pull Request type: object @@ -207806,7 +207821,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 sender: *4 required: - action @@ -208009,7 +208024,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *611 + enterprise: *612 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -208104,8 +208119,8 @@ webhooks: - url - author - committer - installation: *612 - organization: *613 + installation: *613 + organization: *614 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -208693,9 +208708,9 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 registry_package: type: object properties: @@ -209172,7 +209187,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *645 + items: *646 summary: type: string tag_name: @@ -209228,7 +209243,7 @@ webhooks: - owner - package_version - registry - repository: *614 + repository: *615 sender: *4 required: - action @@ -209306,9 +209321,9 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 registry_package: type: object properties: @@ -209620,7 +209635,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *645 + items: *646 summary: type: string tag_name: @@ -209670,7 +209685,7 @@ webhooks: - owner - package_version - registry - repository: *614 + repository: *615 sender: *4 required: - action @@ -209747,10 +209762,10 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - release: &664 + enterprise: *612 + installation: *613 + organization: *614 + release: &665 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -210066,7 +210081,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *614 + repository: *615 sender: *4 required: - action @@ -210143,11 +210158,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - release: *664 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + release: *665 + repository: *615 sender: *4 required: - action @@ -210255,11 +210270,11 @@ webhooks: type: boolean required: - to - enterprise: *611 - installation: *612 - organization: *613 - release: *664 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + release: *665 + repository: *615 sender: *4 required: - action @@ -210337,9 +210352,9 @@ webhooks: type: string enum: - prereleased - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -210660,7 +210675,7 @@ webhooks: - string - 'null' format: uri - repository: *614 + repository: *615 sender: *4 required: - action @@ -210736,10 +210751,10 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 - release: &665 + enterprise: *612 + installation: *613 + organization: *614 + release: &666 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -211057,7 +211072,7 @@ webhooks: - string - 'null' format: uri - repository: *614 + repository: *615 sender: *4 required: - action @@ -211133,11 +211148,11 @@ webhooks: type: string enum: - released - enterprise: *611 - installation: *612 - organization: *613 - release: *664 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + release: *665 + repository: *615 sender: *4 required: - action @@ -211213,11 +211228,11 @@ webhooks: type: string enum: - unpublished - enterprise: *611 - installation: *612 - organization: *613 - release: *665 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + release: *666 + repository: *615 sender: *4 required: - action @@ -211293,11 +211308,11 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_advisory: *543 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_advisory: *544 sender: *4 required: - action @@ -211373,11 +211388,11 @@ webhooks: type: string enum: - reported - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_advisory: *543 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_advisory: *544 sender: *4 required: - action @@ -211453,10 +211468,10 @@ webhooks: type: string enum: - archived - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -211533,10 +211548,10 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -211614,10 +211629,10 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -211702,10 +211717,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -211820,10 +211835,10 @@ webhooks: - 'null' items: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -211895,10 +211910,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 status: type: string @@ -211979,10 +211994,10 @@ webhooks: type: string enum: - privatized - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -212059,10 +212074,10 @@ webhooks: type: string enum: - publicized - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -212156,10 +212171,10 @@ webhooks: - name required: - repository - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -212239,11 +212254,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_ruleset: *223 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_ruleset: *224 sender: *4 required: - action @@ -212321,11 +212336,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_ruleset: *223 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_ruleset: *224 sender: *4 required: - action @@ -212403,11 +212418,11 @@ webhooks: type: string enum: - edited - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_ruleset: *223 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_ruleset: *224 changes: type: object properties: @@ -212426,16 +212441,16 @@ webhooks: properties: added: type: array - items: *217 + items: *218 deleted: type: array - items: *217 + items: *218 updated: type: array items: type: object properties: - condition: *217 + condition: *218 changes: type: object properties: @@ -212468,16 +212483,16 @@ webhooks: properties: added: type: array - items: *222 + items: *223 deleted: type: array - items: *222 + items: *223 updated: type: array items: type: object properties: - rule: *222 + rule: *223 changes: type: object properties: @@ -212714,10 +212729,10 @@ webhooks: - from required: - owner - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -212795,10 +212810,10 @@ webhooks: type: string enum: - unarchived - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -212876,7 +212891,7 @@ webhooks: type: string enum: - create - alert: &666 + alert: &667 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -213000,10 +213015,10 @@ webhooks: type: string enum: - open - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -213213,10 +213228,10 @@ webhooks: type: string enum: - dismissed - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -213294,11 +213309,11 @@ webhooks: type: string enum: - reopen - alert: *666 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + alert: *667 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -213500,10 +213515,10 @@ webhooks: enum: - fixed - open - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -213581,7 +213596,7 @@ webhooks: type: string enum: - created - alert: &667 + alert: &668 type: object properties: number: *51 @@ -213691,10 +213706,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -213775,11 +213790,11 @@ webhooks: type: string enum: - created - alert: *667 - installation: *612 - location: *668 - organization: *613 - repository: *614 + alert: *668 + installation: *613 + location: *669 + organization: *614 + repository: *615 sender: *4 required: - location @@ -214017,11 +214032,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *667 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + alert: *668 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -214099,11 +214114,11 @@ webhooks: type: string enum: - reopened - alert: *667 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + alert: *668 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -214181,11 +214196,11 @@ webhooks: type: string enum: - resolved - alert: *667 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + alert: *668 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -214263,11 +214278,11 @@ webhooks: type: string enum: - validated - alert: *667 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + alert: *668 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -214397,10 +214412,10 @@ webhooks: - organization - enterprise - - repository: *614 - enterprise: *611 - installation: *612 - organization: *613 + repository: *615 + enterprise: *612 + installation: *613 + organization: *614 sender: *4 required: - action @@ -214478,11 +214493,11 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - security_advisory: &669 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + security_advisory: &670 description: The details of the security advisory, including summary, description, and severity. type: object @@ -214668,11 +214683,11 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - security_advisory: *669 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + security_advisory: *670 sender: *4 required: - action @@ -214745,10 +214760,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -214934,11 +214949,11 @@ webhooks: from: type: object properties: - security_and_analysis: *216 - enterprise: *611 - installation: *612 - organization: *613 - repository: *266 + security_and_analysis: *217 + enterprise: *612 + installation: *613 + organization: *614 + repository: *267 sender: *4 required: - changes @@ -215016,12 +215031,12 @@ webhooks: type: string enum: - cancelled - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: &670 + sponsorship: &671 type: object properties: created_at: @@ -215326,12 +215341,12 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: *670 + sponsorship: *671 required: - action - sponsorship @@ -215419,12 +215434,12 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: *670 + sponsorship: *671 required: - action - changes @@ -215501,17 +215516,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &671 + effective_date: &672 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: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: *670 + sponsorship: *671 required: - action - sponsorship @@ -215585,7 +215600,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &672 + changes: &673 type: object properties: tier: @@ -215629,13 +215644,13 @@ webhooks: - from required: - tier - effective_date: *671 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + effective_date: *672 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: *670 + sponsorship: *671 required: - action - changes @@ -215712,13 +215727,13 @@ webhooks: type: string enum: - tier_changed - changes: *672 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + changes: *673 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - sponsorship: *670 + sponsorship: *671 required: - action - changes @@ -215792,10 +215807,10 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -215879,10 +215894,10 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -216315,15 +216330,15 @@ webhooks: type: - string - 'null' - enterprise: *611 + enterprise: *612 id: description: The unique identifier of the status. type: integer - installation: *612 + installation: *613 name: type: string - organization: *613 - repository: *614 + organization: *614 + repository: *615 sender: *4 sha: description: The Commit SHA. @@ -216439,9 +216454,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *73 - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -216531,9 +216546,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *73 - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -216623,9 +216638,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *73 - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -216715,9 +216730,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *73 - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -216794,12 +216809,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - team: &673 + team: &674 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -216992,9 +217007,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -217464,7 +217479,7 @@ webhooks: - topics - visibility sender: *4 - team: *673 + team: *674 required: - action - team @@ -217540,9 +217555,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -218012,7 +218027,7 @@ webhooks: - topics - visibility sender: *4 - team: *673 + team: *674 required: - action - team @@ -218089,9 +218104,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -218561,7 +218576,7 @@ webhooks: - topics - visibility sender: *4 - team: *673 + team: *674 required: - action - team @@ -218705,9 +218720,9 @@ webhooks: - from required: - permissions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -219177,7 +219192,7 @@ webhooks: - topics - visibility sender: *4 - team: *673 + team: *674 required: - action - changes @@ -219255,9 +219270,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -219727,7 +219742,7 @@ webhooks: - topics - visibility sender: *4 - team: *673 + team: *674 required: - action - team @@ -219803,10 +219818,10 @@ webhooks: type: string enum: - started - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 required: - action @@ -219879,17 +219894,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *611 + enterprise: *612 inputs: type: - object - 'null' additionalProperties: true - installation: *612 - organization: *613 + installation: *613 + organization: *614 ref: type: string - repository: *614 + repository: *615 sender: *4 workflow: type: string @@ -219971,10 +219986,10 @@ webhooks: type: string enum: - completed - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 workflow_job: allOf: @@ -220230,7 +220245,7 @@ webhooks: type: string required: - conclusion - deployment: *407 + deployment: *408 required: - action - repository @@ -220309,10 +220324,10 @@ webhooks: type: string enum: - in_progress - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 workflow_job: allOf: @@ -220594,7 +220609,7 @@ webhooks: required: - status - steps - deployment: *407 + deployment: *408 required: - action - repository @@ -220673,10 +220688,10 @@ webhooks: type: string enum: - queued - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 workflow_job: type: object @@ -220822,7 +220837,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *407 + deployment: *408 required: - action - repository @@ -220901,10 +220916,10 @@ webhooks: type: string enum: - waiting - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 workflow_job: type: object @@ -221051,7 +221066,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *407 + deployment: *408 required: - action - repository @@ -221131,12 +221146,12 @@ webhooks: type: string enum: - completed - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - workflow: *626 + workflow: *627 workflow_run: title: Workflow Run type: object @@ -222155,12 +222170,12 @@ webhooks: type: string enum: - in_progress - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - workflow: *626 + workflow: *627 workflow_run: title: Workflow Run type: object @@ -223164,12 +223179,12 @@ webhooks: type: string enum: - requested - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 sender: *4 - workflow: *626 + workflow: *627 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 53926cbce..57d329a08 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -36475,6 +36475,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -118029,6 +118037,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -328491,6 +328507,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -416291,7 +416315,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -422379,7 +422403,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", 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 8706f5595..68ef928cb 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -896,7 +896,7 @@ paths: - subscriptions_url - type - url - type: &310 + type: &311 type: string description: The type of credit the user is receiving. enum: @@ -1062,7 +1062,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: - - &620 + - &621 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1658,7 +1658,7 @@ paths: schema: type: integer default: 30 - - &239 + - &240 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 @@ -1674,7 +1674,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1767,7 +1767,7 @@ paths: - installation_id - repository_id examples: - default: &241 + default: &242 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1799,7 +1799,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &630 + schema: &631 title: Scim Error description: Scim Error type: object @@ -1902,7 +1902,7 @@ paths: description: Response content: application/json: - schema: &242 + schema: &243 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2037,7 +2037,7 @@ paths: - request - response examples: - default: &243 + default: &244 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -11287,7 +11287,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &423 + instances_url: &424 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11323,7 +11323,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &424 + dismissed_reason: &425 type: - string - 'null' @@ -11334,14 +11334,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &425 + dismissed_comment: &426 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &426 + rule: &427 type: object properties: id: @@ -11402,7 +11402,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &427 + tool: &428 type: object properties: name: *83 @@ -11413,15 +11413,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *84 - most_recent_instance: &428 + most_recent_instance: &429 type: object properties: - ref: &421 + ref: &422 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &438 + analysis_key: &439 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11432,7 +11432,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &439 + category: &440 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13605,7 +13605,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &261 + - &262 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -13664,7 +13664,7 @@ paths: parent: anyOf: - type: 'null' - - &274 + - &275 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -14706,6 +14706,18 @@ paths: schema: type: string - &229 + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string + - &230 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14715,7 +14727,7 @@ paths: enum: - development - runtime - - &230 + - &231 name: sort in: query description: |- @@ -14733,7 +14745,7 @@ paths: - *82 - *80 - *81 - - &231 + - &232 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14746,7 +14758,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &232 + - &233 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -14766,7 +14778,7 @@ paths: application/json: schema: type: array - items: &233 + items: &234 type: object description: A Dependabot alert. properties: @@ -14818,7 +14830,7 @@ paths: - development - runtime - - security_advisory: &475 + security_advisory: &476 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15053,7 +15065,7 @@ paths: dismissal. maxLength: 280 fixed_at: *103 - auto_dismissed_at: &476 + auto_dismissed_at: &477 type: - string - 'null' @@ -15080,7 +15092,7 @@ paths: - repository additionalProperties: false examples: - default: &234 + default: &235 value: - number: 2 state: dismissed @@ -15740,7 +15752,7 @@ paths: required: true content: application/json: - schema: &292 + schema: &293 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16108,7 +16120,7 @@ paths: type: object description: A repository rule. oneOf: - - &582 + - &583 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16120,7 +16132,7 @@ paths: type: string enum: - creation - - &583 + - &584 title: update description: Only allow users with bypass permission to update matching refs. @@ -16141,7 +16153,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &585 + - &586 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16153,7 +16165,7 @@ paths: type: string enum: - deletion - - &586 + - &587 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16165,7 +16177,7 @@ paths: type: string enum: - required_linear_history - - &587 + - &588 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16241,7 +16253,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &588 + - &589 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16265,7 +16277,7 @@ paths: type: string required: - required_deployment_environments - - &589 + - &590 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16277,7 +16289,7 @@ paths: type: string enum: - required_signatures - - &590 + - &591 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. @@ -16328,7 +16340,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &591 + - &592 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16375,7 +16387,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &592 + - &593 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16387,7 +16399,7 @@ paths: type: string enum: - non_fast_forward - - &593 + - &594 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16423,7 +16435,7 @@ paths: required: - operator - pattern - - &594 + - &595 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16459,7 +16471,7 @@ paths: required: - operator - pattern - - &595 + - &596 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16495,7 +16507,7 @@ paths: required: - operator - pattern - - &596 + - &597 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16531,7 +16543,7 @@ paths: required: - operator - pattern - - &597 + - &598 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16657,7 +16669,7 @@ paths: maximum: 100 required: - max_file_size - - &598 + - &599 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16706,7 +16718,7 @@ paths: - repository_id required: - workflows - - &599 + - &600 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -16863,7 +16875,7 @@ paths: conditions: anyOf: - *111 - - &297 + - &298 title: Organization ruleset conditions type: object description: |- @@ -17110,7 +17122,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *38 - - &301 + - &302 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17121,7 +17133,7 @@ paths: enum: - open - resolved - - &302 + - &303 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17131,7 +17143,7 @@ paths: required: false schema: type: string - - &303 + - &304 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17140,7 +17152,7 @@ paths: required: false schema: type: string - - &304 + - &305 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. @@ -17156,7 +17168,7 @@ paths: - *17 - *80 - *81 - - &305 + - &306 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17165,7 +17177,7 @@ paths: required: false schema: type: string - - &306 + - &307 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17174,7 +17186,7 @@ paths: schema: type: boolean default: false - - &307 + - &308 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -17190,7 +17202,7 @@ paths: application/json: schema: type: array - items: &308 + items: &309 type: object properties: number: *94 @@ -17206,14 +17218,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &612 + state: &613 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: &613 + resolution: &614 type: - string - 'null' @@ -17312,7 +17324,7 @@ paths: description: Whether the detected secret was found in multiple repositories in the same organization or enterprise. examples: - default: &309 + default: &310 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17575,7 +17587,7 @@ paths: description: Response content: application/json: - schema: &311 + schema: &312 type: object properties: total_minutes_used: @@ -17645,7 +17657,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &312 + default: &313 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -17683,7 +17695,7 @@ paths: description: Success content: application/json: - schema: &313 + schema: &314 type: object properties: total_advanced_security_committers: @@ -17746,7 +17758,7 @@ paths: required: - repositories examples: - default: &314 + default: &315 value: total_advanced_security_committers: 2 total_count: 2 @@ -17985,7 +17997,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &316 type: object properties: total_gigabytes_bandwidth_used: @@ -18003,7 +18015,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &316 + default: &317 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18035,7 +18047,7 @@ paths: description: Response content: application/json: - schema: &317 + schema: &318 type: object properties: days_left_in_billing_cycle: @@ -18053,7 +18065,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &318 + default: &319 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -18305,7 +18317,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-an-enterprise-team parameters: - *38 - - &273 + - &274 name: team_slug description: The slug of the team name. in: path @@ -18679,7 +18691,7 @@ paths: milestone: anyOf: - type: 'null' - - &463 + - &464 title: Milestone description: A collection of related issues and pull requests. @@ -18943,7 +18955,7 @@ paths: - author_association - created_at - updated_at - comment: &522 + comment: &523 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19518,7 +19530,7 @@ paths: url: type: string format: uri - user: &669 + user: &670 title: Public User description: Public User type: object @@ -21413,7 +21425,7 @@ paths: - closed - all default: open - - &262 + - &263 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -21464,7 +21476,7 @@ paths: type: array items: *141 examples: - default: &263 + default: &264 value: - id: 1 node_id: MDU6SXNzdWUx @@ -22875,14 +22887,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: - - &338 + - &339 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &339 + - &340 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -22953,7 +22965,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &352 + '301': &353 description: Moved permanently content: application/json: @@ -22975,7 +22987,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &551 + - &552 name: all description: If `true`, show notifications marked as read. in: query @@ -22983,7 +22995,7 @@ paths: schema: type: boolean default: false - - &552 + - &553 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -22993,7 +23005,7 @@ paths: type: boolean default: false - *131 - - &553 + - &554 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: @@ -23364,7 +23376,7 @@ paths: type: boolean examples: - false - security_and_analysis: &294 + security_and_analysis: &295 type: - object - 'null' @@ -23519,7 +23531,7 @@ paths: - url - subscription_url examples: - default: &554 + default: &555 value: - id: '1' repository: @@ -24072,7 +24084,7 @@ paths: type: array items: *56 examples: - default: &686 + default: &687 value: - login: github id: 1 @@ -25081,7 +25093,7 @@ paths: type: integer repository_cache_usages: type: array - items: &357 + items: &358 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25768,7 +25780,7 @@ paths: type: array items: *61 examples: - default: &680 + default: &681 value: total_count: 1 repositories: @@ -26591,7 +26603,7 @@ paths: type: array items: *183 examples: - default: &672 + default: &673 value: total_count: 1 repositories: @@ -27633,7 +27645,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27668,7 +27680,7 @@ paths: - key_id - key examples: - default: &378 + default: &379 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28079,7 +28091,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *163 - - &362 + - &363 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)." @@ -28689,7 +28701,7 @@ paths: bundle_url: type: string examples: - default: &391 + default: &392 value: attestations: - bundle: @@ -28858,7 +28870,7 @@ paths: type: array items: *4 examples: - default: &264 + default: &265 value: - login: octocat id: 1 @@ -28977,13 +28989,13 @@ paths: subcategory: bypass-requests parameters: - *163 - - &298 + - &299 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - &408 + - &409 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -28991,7 +29003,7 @@ paths: required: false schema: type: string - - &409 + - &410 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -28999,7 +29011,7 @@ paths: required: false schema: type: string - - &299 + - &300 name: time_period description: |- The time period to filter by. @@ -29015,7 +29027,7 @@ paths: - week - month default: day - - &410 + - &411 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -29040,7 +29052,7 @@ paths: application/json: schema: type: array - items: &411 + items: &412 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -29201,7 +29213,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &412 + default: &413 value: - id: 21 number: 42 @@ -29316,7 +29328,7 @@ paths: be returned. in: query required: false - schema: &422 + schema: &423 type: string description: Severity of a code scanning alert. enum: @@ -30230,7 +30242,7 @@ paths: type: integer codespaces: type: array - items: &265 + items: &266 type: object title: Codespace description: A codespace. @@ -30265,7 +30277,7 @@ paths: machine: anyOf: - type: 'null' - - &451 + - &452 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -30552,7 +30564,7 @@ paths: - pulls_url - recent_folders examples: - default: &266 + default: &267 value: total_count: 3 codespaces: @@ -31217,7 +31229,7 @@ paths: - updated_at - visibility examples: - default: &452 + default: &453 value: total_count: 2 secrets: @@ -31255,7 +31267,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31290,7 +31302,7 @@ paths: - key_id - key examples: - default: &454 + default: &455 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31322,7 +31334,7 @@ paths: application/json: schema: *216 examples: - default: &456 + default: &457 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -32954,11 +32966,12 @@ paths: - *228 - *229 - *230 + - *231 - *82 - *80 - *81 - - *231 - *232 + - *233 - *17 responses: '200': @@ -32967,9 +32980,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 '304': *35 '400': *14 '403': *27 @@ -33013,7 +33026,7 @@ paths: type: integer secrets: type: array - items: &235 + items: &236 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -33092,7 +33105,7 @@ paths: description: Response content: application/json: - schema: &479 + schema: &480 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -33111,7 +33124,7 @@ paths: - key_id - key examples: - default: &480 + default: &481 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33141,7 +33154,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: default: value: @@ -33438,7 +33451,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Package description: A software package type: object @@ -33509,7 +33522,7 @@ paths: - created_at - updated_at examples: - default: &277 + default: &278 value: - id: 197 name: hello_docker @@ -33693,7 +33706,7 @@ paths: description: Response content: application/json: - schema: &333 + schema: &334 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -33783,7 +33796,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &334 + default: &335 value: group_id: '123' group_name: Octocat admins @@ -33838,7 +33851,7 @@ paths: description: Response content: application/json: - schema: &331 + schema: &332 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -33878,7 +33891,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &332 + default: &333 value: groups: - group_id: '123' @@ -33922,7 +33935,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Organization Invitation description: Organization Invitation type: object @@ -33976,7 +33989,7 @@ paths: - invitation_teams_url - node_id examples: - default: &259 + default: &260 value: - id: 1 login: monalisa @@ -34043,7 +34056,7 @@ paths: application/json: schema: type: array - items: &295 + items: &296 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -34057,7 +34070,7 @@ paths: - name - description examples: - default: &296 + default: &297 value: - name: add_assignee description: Assign or remove a user @@ -34098,7 +34111,7 @@ paths: application/json: schema: type: array - items: &236 + items: &237 title: Org Hook description: Org Hook type: object @@ -34281,9 +34294,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: &237 + default: &238 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -34328,7 +34341,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *163 - - &238 + - &239 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. @@ -34341,9 +34354,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '404': *6 x-github: githubCloudOnly: false @@ -34365,7 +34378,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *163 - - *238 + - *239 requestBody: required: false content: @@ -34411,7 +34424,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -34451,7 +34464,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *163 - - *238 + - *239 responses: '204': description: Response @@ -34477,7 +34490,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *163 - - *238 + - *239 responses: '200': description: Response @@ -34506,7 +34519,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *163 - - *238 + - *239 requestBody: required: false content: @@ -34555,9 +34568,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *163 - - *238 - - *17 - *239 + - *17 + - *240 responses: '200': description: Response @@ -34565,9 +34578,9 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: - default: *241 + default: *242 '400': *14 '422': *15 x-github: @@ -34591,16 +34604,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *163 - - *238 + - *239 - *16 responses: '200': description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 '400': *14 '422': *15 x-github: @@ -34624,7 +34637,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *163 - - *238 + - *239 - *16 responses: '202': *91 @@ -34651,7 +34664,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *163 - - *238 + - *239 responses: '204': description: Response @@ -34674,7 +34687,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *163 - - &248 + - &249 name: actor_type in: path description: The type of the actor @@ -34687,14 +34700,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &249 + - &250 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &244 + - &245 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`.' @@ -34702,7 +34715,7 @@ paths: required: true schema: type: string - - &245 + - &246 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) @@ -34797,12 +34810,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *163 - - *244 - *245 + - *246 - *19 - *17 - *82 - - &254 + - &255 name: sort description: The property to sort the results by. in: query @@ -34882,14 +34895,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *163 - - *244 - *245 + - *246 responses: '200': description: Response content: application/json: - schema: &246 + schema: &247 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -34905,7 +34918,7 @@ paths: type: integer format: int64 examples: - default: &247 + default: &248 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -34926,23 +34939,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *163 - - &250 + - &251 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *244 - *245 + - *246 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: enabledForGitHubApps: true category: orgs @@ -34961,18 +34974,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *163 - - *244 - *245 - - *248 + - *246 - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: enabledForGitHubApps: true category: orgs @@ -34990,9 +35003,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *163 - - *244 - *245 - - &251 + - *246 + - &252 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -35005,7 +35018,7 @@ paths: description: Response content: application/json: - schema: &252 + schema: &253 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -35021,7 +35034,7 @@ paths: type: integer format: int64 examples: - default: &253 + default: &254 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -35058,18 +35071,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *163 - - *250 - - *244 - - *245 - *251 + - *245 + - *246 + - *252 responses: '200': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: enabledForGitHubApps: true category: orgs @@ -35087,19 +35100,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *163 - - *248 - *249 - - *244 + - *250 - *245 - - *251 + - *246 + - *252 responses: '200': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: enabledForGitHubApps: true category: orgs @@ -35117,13 +35130,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *163 - - *250 - - *244 + - *251 - *245 + - *246 - *19 - *17 - *82 - - *254 + - *255 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -35207,7 +35220,7 @@ paths: application/json: schema: *20 examples: - default: &518 + default: &519 value: id: 1 account: @@ -35373,12 +35386,12 @@ paths: application/json: schema: anyOf: - - &256 + - &257 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &255 + limit: &256 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -35406,7 +35419,7 @@ paths: properties: {} additionalProperties: false examples: - default: &257 + default: &258 value: limit: collaborators_only origin: organization @@ -35435,13 +35448,13 @@ paths: required: true content: application/json: - schema: &519 + schema: &520 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *255 + limit: *256 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -35466,9 +35479,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '422': *15 x-github: githubCloudOnly: false @@ -35546,9 +35559,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 headers: Link: *37 '404': *6 @@ -35626,7 +35639,7 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: default: value: @@ -35683,7 +35696,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *163 - - &260 + - &261 name: invitation_id description: The unique identifier of the invitation. in: path @@ -35717,7 +35730,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *163 - - *260 + - *261 - *17 - *19 responses: @@ -35727,9 +35740,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: &275 + default: &276 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -35804,7 +35817,7 @@ paths: - closed - all default: open - - *262 + - *263 - name: sort description: What to sort results by. in: query @@ -35829,7 +35842,7 @@ paths: type: array items: *141 examples: - default: *263 + default: *264 headers: Link: *37 '404': *6 @@ -35887,7 +35900,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '422': *15 @@ -35983,9 +35996,9 @@ paths: type: integer codespaces: type: array - items: *265 + items: *266 examples: - default: *266 + default: *267 '304': *35 '500': *93 '401': *23 @@ -36012,7 +36025,7 @@ paths: parameters: - *163 - *205 - - &267 + - &268 name: codespace_name in: path required: true @@ -36047,15 +36060,15 @@ paths: parameters: - *163 - *205 - - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: &450 + default: &451 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -36310,7 +36323,7 @@ paths: description: Response content: application/json: - schema: &268 + schema: &269 title: Org Membership description: Org Membership type: object @@ -36363,7 +36376,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &269 + response-if-user-has-an-active-admin-membership-with-organization: &270 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -36460,9 +36473,9 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: - response-if-user-already-had-membership-with-organization: *269 + response-if-user-already-had-membership-with-organization: *270 '422': *15 '403': *27 x-github: @@ -36531,7 +36544,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Migration description: A migration. type: object @@ -36869,7 +36882,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -37048,7 +37061,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *163 - - &271 + - &272 name: migration_id description: The unique identifier of the migration. in: path @@ -37076,7 +37089,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -37246,7 +37259,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *163 - - *271 + - *272 responses: '302': description: Response @@ -37268,7 +37281,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *163 - - *271 + - *272 responses: '204': description: Response @@ -37292,8 +37305,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *163 - - *271 - - &685 + - *272 + - &686 name: repo_name description: repo_name parameter in: path @@ -37321,7 +37334,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *163 - - *271 + - *272 - *17 - *19 responses: @@ -37333,7 +37346,7 @@ paths: type: array items: *183 examples: - default: &282 + default: &283 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -37542,7 +37555,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &272 + items: &273 title: Organization Role description: Organization roles type: object @@ -37751,7 +37764,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -37803,7 +37816,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *163 - - *273 + - *274 responses: '204': description: Response @@ -37829,7 +37842,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *163 - - *273 + - *274 - *222 responses: '204': @@ -37860,7 +37873,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *163 - - *273 + - *274 - *222 responses: '204': @@ -37981,7 +37994,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -38078,7 +38091,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -38237,7 +38250,7 @@ paths: parent: anyOf: - type: 'null' - - *274 + - *275 required: - id - node_id @@ -38251,7 +38264,7 @@ paths: - slug - parent examples: - default: *275 + default: *276 headers: Link: *37 '404': @@ -38310,7 +38323,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *274 + items: *275 name: type: - string @@ -38427,7 +38440,7 @@ paths: - type - url examples: - default: *264 + default: *265 headers: Link: *37 '404': @@ -38475,7 +38488,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -38617,7 +38630,7 @@ paths: - nuget - container - *163 - - &687 + - &688 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -38653,12 +38666,12 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 '403': *27 '401': *23 - '400': &689 + '400': &690 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -38680,7 +38693,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &278 + - &279 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 @@ -38698,7 +38711,7 @@ paths: - docker - nuget - container - - &279 + - &280 name: package_name description: The name of the package. in: path @@ -38711,7 +38724,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -38763,8 +38776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *278 - *279 + - *280 - *163 responses: '204': @@ -38797,8 +38810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *278 - *279 + - *280 - *163 - name: token description: package token @@ -38831,8 +38844,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *278 - *279 + - *280 - *163 - *19 - *17 @@ -38853,7 +38866,7 @@ paths: application/json: schema: type: array - items: &280 + items: &281 title: Package Version description: A version of a software package type: object @@ -38988,10 +39001,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: - - *278 - *279 + - *280 - *163 - - &281 + - &282 name: package_version_id description: Unique identifier of the package version. in: path @@ -39003,7 +39016,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -39039,10 +39052,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *278 - *279 + - *280 - *163 - - *281 + - *282 responses: '204': description: Response @@ -39074,10 +39087,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *278 - *279 + - *280 - *163 - - *281 + - *282 responses: '204': description: Response @@ -39107,7 +39120,7 @@ paths: - *163 - *17 - *19 - - &283 + - &284 name: sort description: The property by which to sort the results. in: query @@ -39118,7 +39131,7 @@ paths: - created_at default: created_at - *82 - - &284 + - &285 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -39130,7 +39143,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &285 + - &286 name: repository description: The name of the repository to use to filter the results. in: query @@ -39139,7 +39152,7 @@ paths: type: string examples: - Hello-World - - &286 + - &287 name: permission description: The permission to use to filter the results. in: query @@ -39148,7 +39161,7 @@ paths: type: string examples: - issues_read - - &287 + - &288 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) @@ -39158,7 +39171,7 @@ paths: schema: type: string format: date-time - - &288 + - &289 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) @@ -39475,7 +39488,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -39501,13 +39514,13 @@ paths: - *163 - *17 - *19 - - *283 - - *82 - *284 + - *82 - *285 - *286 - *287 - *288 + - *289 responses: '500': *93 '422': *15 @@ -39791,7 +39804,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -39835,7 +39848,7 @@ paths: type: integer configurations: type: array - items: &289 + items: &290 title: Organization private registry description: Private registry configuration for an organization type: object @@ -40047,7 +40060,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &290 + org-private-registry-with-selected-visibility: &291 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -40149,9 +40162,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '404': *6 x-github: githubCloudOnly: false @@ -40302,7 +40315,7 @@ paths: application/json: schema: type: array - items: &291 + items: &292 title: Project description: Projects are a way to organize columns and cards of work. @@ -40481,7 +40494,7 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: default: value: @@ -40519,7 +40532,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &349 + '410': &350 description: Gone content: application/json: @@ -40678,7 +40691,7 @@ paths: required: true content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -40784,7 +40797,7 @@ paths: - octocat/Hello-World properties: type: array - items: &293 + items: &294 title: Custom Property Value description: Custom property name and associated value type: object @@ -40874,7 +40887,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *293 + items: *294 required: - repository_names - properties @@ -40927,7 +40940,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -41067,7 +41080,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -41271,7 +41284,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &352 title: Full Repository description: Full Repository type: object @@ -41736,7 +41749,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &469 + code_of_conduct: &470 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -41766,7 +41779,7 @@ paths: - key - name - html_url - security_and_analysis: *294 + security_and_analysis: *295 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -41850,7 +41863,7 @@ paths: - network_count - subscribers_count examples: - default: &353 + default: &354 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42376,9 +42389,9 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *296 + default: *297 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -42403,7 +42416,7 @@ paths: - *163 - *17 - *19 - - &600 + - &601 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42495,7 +42508,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *116 - conditions: *297 + conditions: *298 rules: type: array description: An array of rules within the ruleset. @@ -42539,7 +42552,7 @@ paths: application/json: schema: *118 examples: - default: &300 + default: &301 value: id: 21 name: super cool ruleset @@ -42594,7 +42607,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *163 - - &601 + - &602 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 @@ -42604,16 +42617,16 @@ paths: schema: type: string x-multi-segment: true - - *298 - *299 - - &602 + - *300 + - &603 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 - - &603 + - &604 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -42633,7 +42646,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &605 title: Rule Suites description: Response type: array @@ -42689,7 +42702,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &605 + default: &606 value: - id: 21 actor_id: 12 @@ -42733,7 +42746,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *163 - - &606 + - &607 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -42749,7 +42762,7 @@ paths: description: Response content: application/json: - schema: &607 + schema: &608 title: Rule Suite description: Response type: object @@ -42856,7 +42869,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &608 + default: &609 value: id: 21 actor_id: 12 @@ -42931,7 +42944,7 @@ paths: application/json: schema: *118 examples: - default: *300 + default: *301 '404': *6 '500': *93 put: @@ -42980,7 +42993,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *116 - conditions: *297 + conditions: *298 rules: description: An array of rules within the ruleset. type: array @@ -43021,7 +43034,7 @@ paths: application/json: schema: *118 examples: - default: *300 + default: *301 '404': *6 '500': *93 delete: @@ -43068,14 +43081,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *163 - - *301 - *302 - *303 - *304 + - *305 - *82 - *19 - *17 - - &610 + - &611 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 @@ -43085,7 +43098,7 @@ paths: required: false schema: type: string - - &611 + - &612 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 @@ -43095,9 +43108,9 @@ paths: required: false schema: type: string - - *305 - *306 - *307 + - *308 responses: '200': description: Response @@ -43105,9 +43118,9 @@ paths: application/json: schema: type: array - items: *308 + items: *309 examples: - default: *309 + default: *310 headers: Link: *37 '404': *6 @@ -43177,7 +43190,7 @@ paths: application/json: schema: type: array - items: &618 + items: &619 description: A repository security advisory. type: object properties: @@ -43421,7 +43434,7 @@ paths: login: type: string description: The username of the user credited. - type: *310 + type: *311 credits_detailed: type: - array @@ -43432,7 +43445,7 @@ paths: type: object properties: user: *4 - type: *310 + type: *311 state: type: string description: The state of the user's acceptance of the @@ -43458,7 +43471,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *261 + items: *262 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -43496,7 +43509,7 @@ paths: - private_fork additionalProperties: false examples: - default: &619 + default: &620 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -43883,9 +43896,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *275 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43909,7 +43922,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *163 - - *273 + - *274 responses: '204': description: Response @@ -43935,7 +43948,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *163 - - *273 + - *274 responses: '204': description: Response @@ -43970,9 +43983,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44004,9 +44017,9 @@ paths: description: Success content: application/json: - schema: *313 + schema: *314 examples: - default: *314 + default: *315 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44034,9 +44047,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44064,9 +44077,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *318 + default: *319 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44102,7 +44115,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -44154,7 +44167,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &341 + default: &342 value: groups: - group_id: '123' @@ -44200,7 +44213,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *163 - - *273 + - *274 - 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`). @@ -44273,7 +44286,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - *163 - - *273 + - *274 - 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`). @@ -44339,9 +44352,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 headers: Link: *37 '403': *27 @@ -44435,7 +44448,7 @@ paths: description: Response content: application/json: - schema: &319 + schema: &320 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -44509,7 +44522,7 @@ paths: parent: anyOf: - type: 'null' - - *274 + - *275 members_count: type: integer examples: @@ -44815,7 +44828,7 @@ paths: - repos_count - organization examples: - default: &320 + default: &321 value: id: 1 node_id: MDQ6VGVhbTE= @@ -44886,15 +44899,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *163 - - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -44916,7 +44929,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *163 - - *273 + - *274 requestBody: required: false content: @@ -44979,16 +44992,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '201': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '404': *6 '422': *15 '403': *27 @@ -45014,7 +45027,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *163 - - *273 + - *274 responses: '204': description: Response @@ -45041,7 +45054,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *163 - - *273 + - *274 - *82 - *17 - *19 @@ -45058,7 +45071,7 @@ paths: application/json: schema: type: array - items: &321 + items: &322 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -45169,7 +45182,7 @@ paths: - updated_at - url examples: - default: &659 + default: &660 value: - author: login: octocat @@ -45244,7 +45257,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *163 - - *273 + - *274 requestBody: required: true content: @@ -45278,9 +45291,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: &322 + default: &323 value: author: login: octocat @@ -45353,8 +45366,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *163 - - *273 - - &323 + - *274 + - &324 name: discussion_number description: The number that identifies the discussion. in: path @@ -45366,9 +45379,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45391,8 +45404,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *163 - - *273 - - *323 + - *274 + - *324 requestBody: required: false content: @@ -45415,9 +45428,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: &660 + default: &661 value: author: login: octocat @@ -45488,8 +45501,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *163 - - *273 - - *323 + - *274 + - *324 responses: '204': description: Response @@ -45516,8 +45529,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *163 - - *273 - - *323 + - *274 + - *324 - *82 - *17 - *19 @@ -45528,7 +45541,7 @@ paths: application/json: schema: type: array - items: &324 + items: &325 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -45608,7 +45621,7 @@ paths: - updated_at - url examples: - default: &661 + default: &662 value: - author: login: octocat @@ -45677,8 +45690,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *163 - - *273 - - *323 + - *274 + - *324 requestBody: required: true content: @@ -45700,9 +45713,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: &325 + default: &326 value: author: login: octocat @@ -45769,9 +45782,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *163 - - *273 - - *323 - - &326 + - *274 + - *324 + - &327 name: comment_number description: The number that identifies the comment. in: path @@ -45783,9 +45796,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45808,9 +45821,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *163 - - *273 - - *323 - - *326 + - *274 + - *324 + - *327 requestBody: required: true content: @@ -45832,9 +45845,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: &662 + default: &663 value: author: login: octocat @@ -45899,9 +45912,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *163 - - *273 - - *323 - - *326 + - *274 + - *324 + - *327 responses: '204': description: Response @@ -45928,9 +45941,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *163 - - *273 - - *323 - - *326 + - *274 + - *324 + - *327 - 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. @@ -45956,7 +45969,7 @@ paths: application/json: schema: type: array - items: &327 + items: &328 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46000,7 +46013,7 @@ paths: - content - created_at examples: - default: &329 + default: &330 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46051,9 +46064,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *163 - - *273 - - *323 - - *326 + - *274 + - *324 + - *327 requestBody: required: true content: @@ -46086,9 +46099,9 @@ paths: team discussion comment content: application/json: - schema: *327 + schema: *328 examples: - default: &328 + default: &329 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46117,9 +46130,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46143,10 +46156,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *163 - - *273 - - *323 - - *326 - - &330 + - *274 + - *324 + - *327 + - &331 name: reaction_id description: The unique identifier of the reaction. in: path @@ -46179,8 +46192,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *163 - - *273 - - *323 + - *274 + - *324 - 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. @@ -46206,9 +46219,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 x-github: @@ -46235,8 +46248,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *163 - - *273 - - *323 + - *274 + - *324 requestBody: required: true content: @@ -46268,16 +46281,16 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46301,9 +46314,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *163 - - *273 - - *323 - - *330 + - *274 + - *324 + - *331 responses: '204': description: Response @@ -46327,15 +46340,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *163 - - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46355,7 +46368,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *273 + - *274 requestBody: required: true content: @@ -46379,9 +46392,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -46401,7 +46414,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *273 + - *274 responses: '204': description: Response @@ -46426,7 +46439,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *163 - - *273 + - *274 - *17 - *19 responses: @@ -46436,9 +46449,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 headers: Link: *37 x-github: @@ -46461,7 +46474,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *163 - - *273 + - *274 - name: role description: Filters members returned by their role in the team. in: query @@ -46484,7 +46497,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -46515,14 +46528,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *163 - - *273 + - *274 - *205 responses: '200': description: Response content: application/json: - schema: &335 + schema: &336 title: Team Membership description: Team Membership type: object @@ -46550,7 +46563,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &663 + response-if-user-is-a-team-maintainer: &664 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -46587,7 +46600,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *163 - - *273 + - *274 - *205 requestBody: required: false @@ -46613,9 +46626,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - response-if-users-membership-with-team-is-now-pending: &664 + response-if-users-membership-with-team-is-now-pending: &665 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -46651,7 +46664,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *163 - - *273 + - *274 - *205 responses: '204': @@ -46679,7 +46692,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *163 - - *273 + - *274 - *17 - *19 responses: @@ -46689,7 +46702,7 @@ paths: application/json: schema: type: array - items: &336 + items: &337 title: Team Project description: A team's access to a project. type: object @@ -46758,7 +46771,7 @@ paths: - updated_at - permissions examples: - default: &665 + default: &666 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46820,8 +46833,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *163 - - *273 - - &337 + - *274 + - &338 name: project_id description: The unique identifier of the project. in: path @@ -46833,9 +46846,9 @@ paths: description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: &666 + default: &667 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46896,8 +46909,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *163 - - *273 - - *337 + - *274 + - *338 requestBody: required: false content: @@ -46963,8 +46976,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *163 - - *273 - - *337 + - *274 + - *338 responses: '204': description: Response @@ -46989,7 +47002,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *163 - - *273 + - *274 - *17 - *19 responses: @@ -47001,7 +47014,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -47031,15 +47044,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *163 - - *273 - - *338 + - *274 - *339 + - *340 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &667 + schema: &668 title: Team Repository description: A team's access to a repository. type: object @@ -47681,9 +47694,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *163 - - *273 - - *338 + - *274 - *339 + - *340 requestBody: required: false content: @@ -47729,9 +47742,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *163 - - *273 - - *338 + - *274 - *339 + - *340 responses: '204': description: Response @@ -47758,15 +47771,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *163 - - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47789,7 +47802,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *163 - - *273 + - *274 requestBody: required: true content: @@ -47832,7 +47845,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -47865,7 +47878,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *163 - - *273 + - *274 - *17 - *19 responses: @@ -47875,9 +47888,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - response-if-child-teams-exist: &668 + response-if-child-teams-exist: &669 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48001,7 +48014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &342 + - &343 name: card_id description: The unique identifier of the card. in: path @@ -48013,7 +48026,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &344 title: Project Card description: Project cards represent a scope of work. type: object @@ -48088,7 +48101,7 @@ paths: - created_at - updated_at examples: - default: &344 + default: &345 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -48138,7 +48151,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *342 + - *343 requestBody: required: false content: @@ -48168,9 +48181,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '304': *35 '403': *27 '401': *23 @@ -48191,7 +48204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *342 + - *343 responses: '204': description: Response @@ -48229,7 +48242,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *342 + - *343 requestBody: required: true content: @@ -48336,7 +48349,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &345 + - &346 name: column_id description: The unique identifier of the column. in: path @@ -48348,7 +48361,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: Project Column description: Project columns contain cards of work. type: object @@ -48402,7 +48415,7 @@ paths: - created_at - updated_at examples: - default: &347 + default: &348 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -48431,7 +48444,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *345 + - *346 requestBody: required: true content: @@ -48456,9 +48469,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '304': *35 '403': *27 '401': *23 @@ -48477,7 +48490,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *345 + - *346 responses: '204': description: Response @@ -48500,7 +48513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *345 + - *346 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -48521,7 +48534,7 @@ paths: application/json: schema: type: array - items: *343 + items: *344 examples: default: value: @@ -48574,7 +48587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *345 + - *346 requestBody: required: true content: @@ -48618,9 +48631,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '304': *35 '403': *27 '401': *23 @@ -48670,7 +48683,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *345 + - *346 requestBody: required: true content: @@ -48727,15 +48740,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *337 + - *338 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: &348 + default: &349 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -48788,7 +48801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *337 + - *338 requestBody: required: false content: @@ -48837,9 +48850,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *348 + default: *349 '404': description: Not Found if the authenticated user does not have access to the project @@ -48860,7 +48873,7 @@ paths: items: type: string '401': *23 - '410': *349 + '410': *350 '422': *7 x-github: githubCloudOnly: false @@ -48878,7 +48891,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *337 + - *338 responses: '204': description: Delete Success @@ -48899,7 +48912,7 @@ paths: items: type: string '401': *23 - '410': *349 + '410': *350 '404': *6 x-github: githubCloudOnly: false @@ -48922,7 +48935,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *337 + - *338 - 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 @@ -48949,7 +48962,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '404': *6 @@ -48974,7 +48987,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *337 + - *338 - *205 requestBody: required: false @@ -49024,7 +49037,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *337 + - *338 - *205 responses: '204': @@ -49053,7 +49066,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *337 + - *338 - *205 responses: '200': @@ -49118,7 +49131,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *337 + - *338 - *17 - *19 responses: @@ -49128,7 +49141,7 @@ paths: application/json: schema: type: array - items: *346 + items: *347 examples: default: value: @@ -49160,7 +49173,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *337 + - *338 requestBody: required: true content: @@ -49184,7 +49197,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -49245,7 +49258,7 @@ paths: resources: type: object properties: - core: &350 + core: &351 title: Rate Limit type: object properties: @@ -49262,20 +49275,20 @@ paths: - remaining - reset - used - graphql: *350 - search: *350 - code_search: *350 - source_import: *350 - integration_manifest: *350 - code_scanning_upload: *350 - actions_runner_registration: *350 - scim: *350 - dependency_snapshots: *350 - code_scanning_autofix: *350 + graphql: *351 + search: *351 + code_search: *351 + source_import: *351 + integration_manifest: *351 + code_scanning_upload: *351 + actions_runner_registration: *351 + scim: *351 + dependency_snapshots: *351 + code_scanning_autofix: *351 required: - core - search - rate: *350 + rate: *351 required: - rate - resources @@ -49379,14 +49392,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: default-response: summary: Default response @@ -49891,7 +49904,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *352 + '301': *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49909,8 +49922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -50157,10 +50170,10 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *353 - '307': &354 + default: *354 + '307': &355 description: Temporary Redirect content: application/json: @@ -50189,8 +50202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -50212,7 +50225,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *354 + '307': *355 '404': *6 x-github: githubCloudOnly: false @@ -50235,11 +50248,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *338 - *339 + - *340 - *17 - *19 - - &369 + - &370 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -50262,7 +50275,7 @@ paths: type: integer artifacts: type: array - items: &355 + items: &356 title: Artifact description: An artifact type: object @@ -50348,7 +50361,7 @@ paths: - expires_at - updated_at examples: - default: &370 + default: &371 value: total_count: 2 artifacts: @@ -50407,9 +50420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *338 - *339 - - &356 + - *340 + - &357 name: artifact_id description: The unique identifier of the artifact. in: path @@ -50421,7 +50434,7 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: default: value: @@ -50458,9 +50471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *338 - *339 - - *356 + - *340 + - *357 responses: '204': description: Response @@ -50484,9 +50497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *338 - *339 - - *356 + - *340 + - *357 - name: archive_format in: path required: true @@ -50500,7 +50513,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': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50523,14 +50536,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: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: default: value: @@ -50556,11 +50569,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: - - *338 - *339 + - *340 - *17 - *19 - - &358 + - &359 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 @@ -50594,7 +50607,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: Repository actions caches description: Repository actions caches type: object @@ -50644,7 +50657,7 @@ paths: - total_count - actions_caches examples: - default: &360 + default: &361 value: total_count: 1 actions_caches: @@ -50676,23 +50689,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: - - *338 - *339 + - *340 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50712,8 +50725,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: - - *338 - *339 + - *340 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -50744,9 +50757,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: - - *338 - *339 - - &361 + - *340 + - &362 name: job_id description: The unique identifier of the job. in: path @@ -50758,7 +50771,7 @@ paths: description: Response content: application/json: - schema: &373 + schema: &374 title: Job description: Information of a job execution in a workflow run type: object @@ -51105,9 +51118,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: - - *338 - *339 - - *361 + - *340 + - *362 responses: '302': description: Response @@ -51135,9 +51148,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: - - *338 - *339 - - *361 + - *340 + - *362 requestBody: required: false content: @@ -51183,8 +51196,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: - - *338 - *339 + - *340 responses: '200': description: Status response @@ -51234,8 +51247,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -51298,8 +51311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -51317,7 +51330,7 @@ paths: type: integer secrets: type: array - items: &375 + items: &376 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -51338,7 +51351,7 @@ paths: - created_at - updated_at examples: - default: &376 + default: &377 value: total_count: 2 secrets: @@ -51371,9 +51384,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *338 - *339 - - *362 + - *340 + - *363 - *19 responses: '200': @@ -51390,7 +51403,7 @@ paths: type: integer variables: type: array - items: &379 + items: &380 title: Actions Variable type: object properties: @@ -51424,7 +51437,7 @@ paths: - created_at - updated_at examples: - default: &380 + default: &381 value: total_count: 2 variables: @@ -51457,8 +51470,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -51467,7 +51480,7 @@ paths: schema: type: object properties: - enabled: &363 + enabled: &364 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *46 @@ -51500,8 +51513,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: - - *338 - *339 + - *340 responses: '204': description: Response @@ -51512,7 +51525,7 @@ paths: schema: type: object properties: - enabled: *363 + enabled: *364 allowed_actions: *46 required: - enabled @@ -51543,14 +51556,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: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: &364 + schema: &365 type: object properties: access_level: @@ -51568,7 +51581,7 @@ paths: required: - access_level examples: - default: &365 + default: &366 value: access_level: organization x-github: @@ -51593,15 +51606,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: - - *338 - *339 + - *340 requestBody: required: true content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 responses: '204': description: Response @@ -51625,8 +51638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -51657,8 +51670,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: - - *338 - *339 + - *340 responses: '204': description: Response @@ -51690,8 +51703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -51720,8 +51733,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: - - *338 - *339 + - *340 responses: '204': description: Success response @@ -51761,8 +51774,8 @@ paths: in: query schema: type: string - - *338 - *339 + - *340 - *17 - *19 responses: @@ -51806,8 +51819,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -51839,8 +51852,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -51913,8 +51926,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *338 - *339 + - *340 responses: '201': description: Response @@ -51950,8 +51963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *338 - *339 + - *340 responses: '201': description: Response @@ -51981,8 +51994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 responses: '200': @@ -52012,8 +52025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *338 - *339 + - *340 - *58 responses: '204': @@ -52039,8 +52052,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 responses: '200': *64 @@ -52065,8 +52078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 requestBody: required: true @@ -52115,8 +52128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 requestBody: required: true @@ -52166,8 +52179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 responses: '200': *190 @@ -52197,8 +52210,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 - *191 responses: @@ -52228,9 +52241,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: - - *338 - *339 - - &383 + - *340 + - &384 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. @@ -52238,7 +52251,7 @@ paths: required: false schema: type: string - - &384 + - &385 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -52246,7 +52259,7 @@ paths: required: false schema: type: string - - &385 + - &386 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -52255,7 +52268,7 @@ paths: required: false schema: type: string - - &386 + - &387 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 @@ -52282,7 +52295,7 @@ paths: - pending - *17 - *19 - - &387 + - &388 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)." @@ -52291,7 +52304,7 @@ paths: schema: type: string format: date-time - - &366 + - &367 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -52300,13 +52313,13 @@ paths: schema: type: boolean default: false - - &388 + - &389 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &389 + - &390 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -52329,7 +52342,7 @@ paths: type: integer workflow_runs: type: array - items: &367 + items: &368 title: Workflow Run description: An invocation of a workflow type: object @@ -52446,7 +52459,7 @@ paths: type: - array - 'null' - items: &413 + items: &414 title: Pull Request Minimal type: object properties: @@ -52573,7 +52586,7 @@ paths: head_commit: anyOf: - type: 'null' - - &417 + - &418 title: Simple Commit description: A commit. type: object @@ -52688,7 +52701,7 @@ paths: - workflow_url - pull_requests examples: - default: &390 + default: &391 value: total_count: 1 workflow_runs: @@ -52924,24 +52937,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *338 - *339 - - &368 + - *340 + - &369 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: &371 + default: &372 value: id: 30433642 name: Build @@ -53182,9 +53195,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '204': description: Response @@ -53207,9 +53220,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: - - *338 - *339 - - *368 + - *340 + - *369 responses: '200': description: Response @@ -53337,9 +53350,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '201': description: Response @@ -53372,12 +53385,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *338 - *339 - - *368 + - *340 + - *369 - *17 - *19 - - *369 + - *370 responses: '200': description: Response @@ -53393,9 +53406,9 @@ paths: type: integer artifacts: type: array - items: *355 + items: *356 examples: - default: *370 + default: *371 headers: Link: *37 x-github: @@ -53419,25 +53432,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *338 - *339 - - *368 - - &372 + - *340 + - *369 + - &373 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *371 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53460,10 +53473,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: - - *338 - *339 - - *368 - - *372 + - *340 + - *369 + - *373 - *17 - *19 responses: @@ -53481,9 +53494,9 @@ paths: type: integer jobs: type: array - items: *373 + items: *374 examples: - default: &374 + default: &375 value: total_count: 1 jobs: @@ -53596,10 +53609,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *338 - *339 - - *368 - - *372 + - *340 + - *369 + - *373 responses: '302': description: Response @@ -53627,9 +53640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '202': description: Response @@ -53662,9 +53675,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: - - *338 - *339 - - *368 + - *340 + - *369 requestBody: required: true content: @@ -53731,9 +53744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '202': description: Response @@ -53766,9 +53779,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: - - *338 - *339 - - *368 + - *340 + - *369 - 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 @@ -53798,9 +53811,9 @@ paths: type: integer jobs: type: array - items: *373 + items: *374 examples: - default: *374 + default: *375 headers: Link: *37 x-github: @@ -53825,9 +53838,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '302': description: Response @@ -53854,9 +53867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '204': description: Response @@ -53883,9 +53896,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: - - *338 - *339 - - *368 + - *340 + - *369 responses: '200': description: Response @@ -53954,7 +53967,7 @@ paths: items: type: object properties: - type: &488 + type: &489 type: string description: The type of reviewer. enum: @@ -53965,7 +53978,7 @@ paths: reviewer: anyOf: - *4 - - *261 + - *262 required: - environment - wait_timer @@ -54040,9 +54053,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: - - *338 - *339 - - *368 + - *340 + - *369 requestBody: required: true content: @@ -54092,7 +54105,7 @@ paths: application/json: schema: type: array - items: &483 + items: &484 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54204,7 +54217,7 @@ paths: - created_at - updated_at examples: - default: &484 + default: &485 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54260,9 +54273,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *338 - *339 - - *368 + - *340 + - *369 requestBody: required: false content: @@ -54307,9 +54320,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: - - *338 - *339 - - *368 + - *340 + - *369 requestBody: required: false content: @@ -54356,9 +54369,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '200': description: Response @@ -54495,8 +54508,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -54514,9 +54527,9 @@ paths: type: integer secrets: type: array - items: *375 + items: *376 examples: - default: *376 + default: *377 headers: Link: *37 x-github: @@ -54541,16 +54554,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54572,17 +54585,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: &501 + default: &502 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -54608,8 +54621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 requestBody: required: true @@ -54664,8 +54677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '204': @@ -54691,9 +54704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *338 - *339 - - *362 + - *340 + - *363 - *19 responses: '200': @@ -54710,9 +54723,9 @@ paths: type: integer variables: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 headers: Link: *37 x-github: @@ -54735,8 +54748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -54788,17 +54801,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *338 - *339 + - *340 - *196 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: &502 + default: &503 value: name: USERNAME value: octocat @@ -54824,8 +54837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *338 - *339 + - *340 - *196 requestBody: required: true @@ -54868,8 +54881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *338 - *339 + - *340 - *196 responses: '204': @@ -54895,8 +54908,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -54914,7 +54927,7 @@ paths: type: integer workflows: type: array - items: &381 + items: &382 title: Workflow description: A GitHub Actions workflow type: object @@ -55032,9 +55045,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *338 - *339 - - &382 + - *340 + - &383 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55049,7 +55062,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -55082,9 +55095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *338 - *339 - - *382 + - *340 + - *383 responses: '204': description: Response @@ -55109,9 +55122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *338 - *339 - - *382 + - *340 + - *383 responses: '204': description: Response @@ -55162,9 +55175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *338 - *339 - - *382 + - *340 + - *383 responses: '204': description: Response @@ -55191,19 +55204,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: - - *338 - *339 - - *382 + - *340 - *383 - *384 - *385 - *386 + - *387 - *17 - *19 - - *387 - - *366 - *388 + - *367 - *389 + - *390 responses: '200': description: Response @@ -55219,9 +55232,9 @@ paths: type: integer workflow_runs: type: array - items: *367 + items: *368 examples: - default: *390 + default: *391 headers: Link: *37 x-github: @@ -55247,9 +55260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *338 - *339 - - *382 + - *340 + - *383 responses: '200': description: Response @@ -55310,8 +55323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *338 - *339 + - *340 - *82 - *17 - *80 @@ -55479,8 +55492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -55492,7 +55505,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '404': *6 @@ -55517,8 +55530,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: - - *338 - *339 + - *340 - name: assignee in: path required: true @@ -55554,8 +55567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -55667,8 +55680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *338 - *339 + - *340 - *17 - *80 - *81 @@ -55714,7 +55727,7 @@ paths: bundle_url: type: string examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55734,8 +55747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -55743,7 +55756,7 @@ paths: application/json: schema: type: array - items: &392 + items: &393 title: Autolink reference description: An autolink reference. type: object @@ -55797,8 +55810,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -55837,9 +55850,9 @@ paths: description: response content: application/json: - schema: *392 + schema: *393 examples: - default: &393 + default: &394 value: id: 1 key_prefix: TICKET- @@ -55870,9 +55883,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: - - *338 - *339 - - &394 + - *340 + - &395 name: autolink_id description: The unique identifier of the autolink. in: path @@ -55884,9 +55897,9 @@ paths: description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 '404': *6 x-github: githubCloudOnly: false @@ -55906,9 +55919,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: - - *338 - *339 - - *394 + - *340 + - *395 responses: '204': description: Response @@ -55932,8 +55945,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: - - *338 - *339 + - *340 responses: '200': description: Response if Dependabot is enabled @@ -55983,8 +55996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -56005,8 +56018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -56026,8 +56039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *338 - *339 + - *340 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56065,7 +56078,7 @@ paths: - url protected: type: boolean - protection: &396 + protection: &397 title: Branch Protection description: Branch Protection type: object @@ -56108,7 +56121,7 @@ paths: required: - contexts - checks - enforce_admins: &399 + enforce_admins: &400 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56125,7 +56138,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &401 + required_pull_request_reviews: &402 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56147,7 +56160,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *261 + items: *262 apps: description: The list of apps with review dismissal access. @@ -56179,7 +56192,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *261 + items: *262 apps: description: The list of apps allowed to bypass pull request requirements. @@ -56209,7 +56222,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &398 + restrictions: &399 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -56534,9 +56547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *338 - *339 - - &397 + - *340 + - &398 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). @@ -56550,14 +56563,14 @@ paths: description: Response content: application/json: - schema: &407 + schema: &408 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &459 + commit: &460 title: Commit description: Commit type: object @@ -56596,7 +56609,7 @@ paths: author: anyOf: - type: 'null' - - &395 + - &396 title: Git User description: Metaproperties for Git author/committer information. @@ -56617,7 +56630,7 @@ paths: committer: anyOf: - type: 'null' - - *395 + - *396 message: type: string examples: @@ -56641,7 +56654,7 @@ paths: required: - sha - url - verification: &508 + verification: &509 title: Verification type: object properties: @@ -56720,7 +56733,7 @@ paths: type: integer files: type: array - items: &471 + items: &472 title: Diff Entry description: Diff Entry type: object @@ -56814,7 +56827,7 @@ paths: - self protected: type: boolean - protection: *396 + protection: *397 protection_url: type: string format: uri @@ -56923,7 +56936,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *352 + '301': *353 '404': *6 x-github: githubCloudOnly: false @@ -56945,15 +56958,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *396 + schema: *397 examples: default: value: @@ -57147,9 +57160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -57409,7 +57422,7 @@ paths: url: type: string format: uri - required_status_checks: &404 + required_status_checks: &405 title: Status Check Policy description: Status Check Policy type: object @@ -57490,7 +57503,7 @@ paths: items: *4 teams: type: array - items: *261 + items: *262 apps: type: array items: *5 @@ -57508,7 +57521,7 @@ paths: items: *4 teams: type: array - items: *261 + items: *262 apps: type: array items: *5 @@ -57568,7 +57581,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *398 + restrictions: *399 required_conversation_resolution: type: object properties: @@ -57680,9 +57693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -57707,17 +57720,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &400 + default: &401 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -57739,17 +57752,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57768,9 +57781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -57795,17 +57808,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &402 + default: &403 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -57901,9 +57914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -58001,9 +58014,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *402 + default: *403 '422': *15 x-github: githubCloudOnly: false @@ -58024,9 +58037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -58053,17 +58066,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &403 + default: &404 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58086,17 +58099,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *403 + default: *404 '404': *6 x-github: githubCloudOnly: false @@ -58116,9 +58129,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -58143,17 +58156,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: &405 + default: &406 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58179,9 +58192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -58233,9 +58246,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 '404': *6 '422': *15 x-github: @@ -58257,9 +58270,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -58283,9 +58296,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response @@ -58319,9 +58332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -58388,9 +58401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -58454,9 +58467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: content: application/json: @@ -58522,15 +58535,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -58621,9 +58634,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -58646,9 +58659,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: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response @@ -58658,7 +58671,7 @@ paths: type: array items: *5 examples: - default: &406 + default: &407 value: - id: 1 slug: octoapp @@ -58715,9 +58728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -58751,7 +58764,7 @@ paths: type: array items: *5 examples: - default: *406 + default: *407 '422': *15 x-github: githubCloudOnly: false @@ -58772,9 +58785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -58808,7 +58821,7 @@ paths: type: array items: *5 examples: - default: *406 + default: *407 '422': *15 x-github: githubCloudOnly: false @@ -58829,9 +58842,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -58865,7 +58878,7 @@ paths: type: array items: *5 examples: - default: *406 + default: *407 '422': *15 x-github: githubCloudOnly: false @@ -58887,9 +58900,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: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response @@ -58897,9 +58910,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 '404': *6 x-github: githubCloudOnly: false @@ -58919,9 +58932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -58957,9 +58970,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -58980,9 +58993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -59018,9 +59031,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -59041,9 +59054,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: content: application/json: @@ -59078,9 +59091,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -59102,9 +59115,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: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response @@ -59114,7 +59127,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 '404': *6 x-github: githubCloudOnly: false @@ -59138,9 +59151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -59173,7 +59186,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 '422': *15 x-github: githubCloudOnly: false @@ -59198,9 +59211,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -59233,7 +59246,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 '422': *15 x-github: githubCloudOnly: false @@ -59258,9 +59271,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -59293,7 +59306,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 '422': *15 x-github: githubCloudOnly: false @@ -59320,9 +59333,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -59344,7 +59357,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -59458,12 +59471,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *338 - *339 - - *408 + - *340 - *409 - - *299 - *410 + - *300 + - *411 - *17 - *19 responses: @@ -59473,9 +59486,9 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: - default: *412 + default: *413 '404': *6 '500': *93 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -59495,8 +59508,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *338 - *339 + - *340 - name: bypass_request_number in: path required: true @@ -59510,7 +59523,7 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: default: value: @@ -59568,8 +59581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -59848,7 +59861,7 @@ paths: description: Response content: application/json: - schema: &414 + schema: &415 title: CheckRun description: A check performed on the code of a given code change type: object @@ -59983,8 +59996,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *413 - deployment: &718 + items: *414 + deployment: &719 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60271,9 +60284,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *338 - *339 - - &415 + - *340 + - &416 name: check_run_id description: The unique identifier of the check run. in: path @@ -60285,9 +60298,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &416 + default: &417 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -60387,9 +60400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *338 - *339 - - *415 + - *340 + - *416 requestBody: required: true content: @@ -60629,9 +60642,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60651,9 +60664,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *338 - *339 - - *415 + - *340 + - *416 - *17 - *19 responses: @@ -60765,9 +60778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *338 - *339 - - *415 + - *340 + - *416 responses: '201': description: Response @@ -60811,8 +60824,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -60834,7 +60847,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &418 + schema: &419 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -60916,7 +60929,7 @@ paths: type: - array - 'null' - items: *413 + items: *414 app: anyOf: - type: 'null' @@ -60932,7 +60945,7 @@ paths: - string - 'null' format: date-time - head_commit: *417 + head_commit: *418 latest_check_runs_count: type: integer check_runs_url: @@ -60960,7 +60973,7 @@ paths: - check_runs_url - pull_requests examples: - default: &419 + default: &420 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -61251,9 +61264,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61272,8 +61285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -61582,9 +61595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *338 - *339 - - &420 + - *340 + - &421 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -61596,9 +61609,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61621,17 +61634,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: - - *338 - *339 - - *420 - - &466 + - *340 + - *421 + - &467 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &467 + - &468 name: status description: Returns check runs with the specified `status`. in: query @@ -61670,9 +61683,9 @@ paths: type: integer check_runs: type: array - items: *414 + items: *415 examples: - default: &468 + default: &469 value: total_count: 1 check_runs: @@ -61774,9 +61787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *338 - *339 - - *420 + - *340 + - *421 responses: '201': description: Response @@ -61809,21 +61822,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *338 - *339 + - *340 - *206 - *207 - *19 - *17 - - &436 + - &437 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: *421 - - &437 + schema: *422 + - &438 name: pr description: The number of the pull request for the results you want to list. in: query @@ -61854,7 +61867,7 @@ paths: be returned. in: query required: false - schema: *422 + schema: *423 responses: '200': description: Response @@ -61870,7 +61883,7 @@ paths: updated_at: *101 url: *98 html_url: *99 - instances_url: *423 + instances_url: *424 state: *85 fixed_at: *103 dismissed_by: @@ -61878,11 +61891,11 @@ paths: - type: 'null' - *4 dismissed_at: *102 - dismissed_reason: *424 - dismissed_comment: *425 - rule: *426 - tool: *427 - most_recent_instance: *428 + dismissed_reason: *425 + dismissed_comment: *426 + rule: *427 + tool: *428 + most_recent_instance: *429 required: - number - created_at @@ -61998,7 +62011,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &429 + '403': &430 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -62025,9 +62038,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: - - *338 - *339 - - &430 + - *340 + - &431 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62041,7 +62054,7 @@ paths: description: Response content: application/json: - schema: &431 + schema: &432 type: object properties: number: *94 @@ -62049,7 +62062,7 @@ paths: updated_at: *101 url: *98 html_url: *99 - instances_url: *423 + instances_url: *424 state: *85 fixed_at: *103 dismissed_by: @@ -62057,8 +62070,8 @@ paths: - type: 'null' - *4 dismissed_at: *102 - dismissed_reason: *424 - dismissed_comment: *425 + dismissed_reason: *425 + dismissed_comment: *426 rule: type: object properties: @@ -62120,8 +62133,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *427 - most_recent_instance: *428 + tool: *428 + most_recent_instance: *429 required: - number - created_at @@ -62210,7 +62223,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -62230,9 +62243,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: - - *338 - *339 - - *430 + - *340 + - *431 requestBody: required: true content: @@ -62247,8 +62260,8 @@ paths: enum: - open - dismissed - dismissed_reason: *424 - dismissed_comment: *425 + dismissed_reason: *425 + dismissed_comment: *426 required: - state examples: @@ -62263,7 +62276,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -62338,7 +62351,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &435 + '403': &436 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -62365,15 +62378,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: - - *338 - *339 - - *430 + - *340 + - *431 responses: '200': description: Response content: application/json: - schema: &432 + schema: &433 type: object properties: status: @@ -62400,13 +62413,13 @@ paths: - description - started_at examples: - default: &433 + default: &434 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &434 + '400': &435 description: Bad Request content: application/json: @@ -62417,7 +62430,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': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -62442,29 +62455,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: - - *338 - *339 - - *430 + - *340 + - *431 responses: '200': description: OK content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 '202': description: Accepted content: application/json: - schema: *432 + schema: *433 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *434 + '400': *435 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -62496,9 +62509,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: - - *338 - *339 - - *430 + - *340 + - *431 requestBody: required: false content: @@ -62544,8 +62557,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *434 - '403': *435 + '400': *435 + '403': *436 '404': *6 '422': description: Unprocessable Entity @@ -62569,13 +62582,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: - - *338 - *339 - - *430 + - *340 + - *431 - *19 - *17 - - *436 - *437 + - *438 responses: '200': description: Response @@ -62583,7 +62596,7 @@ paths: application/json: schema: type: array - items: *428 + items: *429 examples: default: value: @@ -62622,7 +62635,7 @@ paths: end_column: 50 classifications: - source - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -62656,25 +62669,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *338 - *339 + - *340 - *206 - *207 - *19 - *17 - - *437 + - *438 - 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: *421 + schema: *422 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &440 + schema: &441 type: string description: An identifier for the upload. examples: @@ -62696,23 +62709,23 @@ paths: application/json: schema: type: array - items: &441 + items: &442 type: object properties: - ref: *421 - commit_sha: &449 + ref: *422 + commit_sha: &450 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: *438 + analysis_key: *439 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *439 + category: *440 error: type: string examples: @@ -62737,8 +62750,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *440 - tool: *427 + sarif_id: *441 + tool: *428 deletable: type: boolean warning: @@ -62800,7 +62813,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -62836,8 +62849,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: - - *338 - *339 + - *340 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -62850,7 +62863,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: response: summary: application/json response @@ -62904,7 +62917,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -62986,8 +62999,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: - - *338 - *339 + - *340 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63043,7 +63056,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': *435 + '403': *436 '404': *6 '503': *121 x-github: @@ -63065,8 +63078,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -63074,7 +63087,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 title: CodeQL Database description: A CodeQL database. type: object @@ -63186,7 +63199,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': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -63215,8 +63228,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: - - *338 - *339 + - *340 - name: language in: path description: The language of the CodeQL database. @@ -63228,7 +63241,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -63260,9 +63273,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': &473 + '302': &474 description: Found - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -63284,8 +63297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *338 - *339 + - *340 - name: language in: path description: The language of the CodeQL database. @@ -63295,7 +63308,7 @@ paths: responses: '204': description: Response - '403': *435 + '403': *436 '404': *6 '503': *121 x-github: @@ -63323,8 +63336,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -63333,7 +63346,7 @@ paths: type: object additionalProperties: false properties: - language: &443 + language: &444 type: string description: The language targeted by the CodeQL query enum: @@ -63411,7 +63424,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &447 + schema: &448 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63421,7 +63434,7 @@ paths: description: The ID of the variant analysis. controller_repo: *92 actor: *4 - query_language: *443 + query_language: *444 query_pack_url: type: string description: The download url for the query pack. @@ -63469,7 +63482,7 @@ paths: items: type: object properties: - repository: &444 + repository: &445 title: Repository Identifier description: Repository Identifier type: object @@ -63511,7 +63524,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &448 + analysis_status: &449 type: string description: The new status of the CodeQL variant analysis repository task. @@ -63543,7 +63556,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &445 + access_mismatch_repos: &446 type: object properties: repository_count: @@ -63558,7 +63571,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: *444 + items: *445 required: - repository_count - repositories @@ -63581,8 +63594,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *445 - over_limit_repos: *445 + no_codeql_db_repos: *446 + over_limit_repos: *446 required: - access_mismatch_repos - not_found_repos @@ -63598,7 +63611,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &446 + value: &447 summary: Default response value: id: 1 @@ -63750,10 +63763,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *446 + value: *447 repository_lists: summary: Response for a successful variant analysis submission - value: *446 + value: *447 '404': *6 '422': description: Unable to process variant analysis submission @@ -63781,8 +63794,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: - - *338 - *339 + - *340 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -63794,9 +63807,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *446 + default: *447 '404': *6 '503': *121 x-github: @@ -63819,7 +63832,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: - - *338 + - *339 - name: repo in: path description: The name of the controller repository. @@ -63854,7 +63867,7 @@ paths: type: object properties: repository: *92 - analysis_status: *448 + analysis_status: *449 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -63979,8 +63992,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -64062,7 +64075,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -64083,8 +64096,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -64168,7 +64181,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *435 + '403': *436 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -64233,8 +64246,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -64242,7 +64255,7 @@ paths: schema: type: object properties: - commit_sha: *449 + commit_sha: *450 ref: type: string description: |- @@ -64302,7 +64315,7 @@ paths: schema: type: object properties: - id: *440 + id: *441 url: type: string description: The REST API URL for checking the status of the upload. @@ -64316,7 +64329,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': *435 + '403': *436 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -64339,8 +64352,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: - - *338 - *339 + - *340 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -64388,7 +64401,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': *429 + '403': *430 '404': description: Not Found if the sarif id does not match any upload '503': *121 @@ -64413,8 +64426,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -64492,8 +64505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *338 - *339 + - *340 - 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 @@ -64621,8 +64634,8 @@ paths: parameters: - *17 - *19 - - *338 - *339 + - *340 responses: '200': description: Response @@ -64638,7 +64651,7 @@ paths: type: integer codespaces: type: array - items: *265 + items: *266 examples: default: value: @@ -64936,8 +64949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -65001,17 +65014,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '400': *14 '401': *23 '403': *27 @@ -65040,8 +65053,8 @@ paths: parameters: - *17 - *19 - - *338 - *339 + - *340 responses: '200': description: Response @@ -65105,8 +65118,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: - - *338 - *339 + - *340 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65143,9 +65156,9 @@ paths: type: integer machines: type: array - items: *451 + items: *452 examples: - default: &675 + default: &676 value: total_count: 2 machines: @@ -65185,8 +65198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *338 - *339 + - *340 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -65273,8 +65286,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: - - *338 - *339 + - *340 - 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 @@ -65343,8 +65356,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -65362,7 +65375,7 @@ paths: type: integer secrets: type: array - items: &455 + items: &456 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65383,7 +65396,7 @@ paths: - created_at - updated_at examples: - default: *452 + default: *453 headers: Link: *37 x-github: @@ -65406,16 +65419,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65435,17 +65448,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '200': description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65465,8 +65478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 requestBody: required: true @@ -65519,8 +65532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '204': @@ -65549,8 +65562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *338 - *339 + - *340 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -65588,7 +65601,7 @@ paths: application/json: schema: type: array - items: &457 + items: &458 title: Collaborator description: Collaborator type: object @@ -65781,8 +65794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *338 - *339 + - *340 - *205 responses: '204': @@ -65825,8 +65838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *338 - *339 + - *340 - *205 requestBody: required: false @@ -65853,7 +65866,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &521 + schema: &522 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66074,8 +66087,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *338 - *339 + - *340 - *205 responses: '204': @@ -66105,8 +66118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *338 - *339 + - *340 - *205 responses: '200': @@ -66127,7 +66140,7 @@ paths: user: anyOf: - type: 'null' - - *457 + - *458 required: - permission - role_name @@ -66181,8 +66194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -66192,7 +66205,7 @@ paths: application/json: schema: type: array - items: &458 + items: &459 title: Commit Comment description: Commit Comment type: object @@ -66250,7 +66263,7 @@ paths: - created_at - updated_at examples: - default: &461 + default: &462 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66309,17 +66322,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *338 - *339 + - *340 - *140 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: &462 + default: &463 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66376,8 +66389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -66400,7 +66413,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -66451,8 +66464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *338 - *339 + - *340 - *140 responses: '204': @@ -66474,8 +66487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *338 - *339 + - *340 - *140 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -66502,9 +66515,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 '404': *6 @@ -66525,8 +66538,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -66559,16 +66572,16 @@ paths: description: Reaction exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Reaction created content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -66590,10 +66603,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *338 - *339 + - *340 - *140 - - *330 + - *331 responses: '204': description: Response @@ -66642,8 +66655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *338 - *339 + - *340 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -66699,9 +66712,9 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: &569 + default: &570 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66795,9 +66808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *338 - *339 - - &460 + - *340 + - &461 name: commit_sha description: The SHA of the commit. in: path @@ -66869,9 +66882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *338 - *339 - - *460 + - *340 + - *461 - *17 - *19 responses: @@ -66881,9 +66894,9 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: *461 + default: *462 headers: Link: *37 x-github: @@ -66911,9 +66924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *338 - *339 - - *460 + - *340 + - *461 requestBody: required: true content: @@ -66948,9 +66961,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *462 + default: *463 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66978,9 +66991,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: - - *338 - *339 - - *460 + - *340 + - *461 - *17 - *19 responses: @@ -66990,7 +67003,7 @@ paths: application/json: schema: type: array - items: &560 + items: &561 title: Pull Request Simple description: Pull Request Simple type: object @@ -67110,7 +67123,7 @@ paths: milestone: anyOf: - type: 'null' - - *463 + - *464 active_lock_reason: type: - string @@ -67165,7 +67178,7 @@ paths: type: - array - 'null' - items: *261 + items: *262 head: type: object properties: @@ -67209,7 +67222,7 @@ paths: _links: type: object properties: - comments: &464 + comments: &465 title: Link description: Hypermedia Link type: object @@ -67218,13 +67231,13 @@ paths: type: string required: - href - commits: *464 - statuses: *464 - html: *464 - issue: *464 - review_comments: *464 - review_comment: *464 - self: *464 + commits: *465 + statuses: *465 + html: *465 + issue: *465 + review_comments: *465 + review_comment: *465 + self: *465 required: - comments - commits @@ -67235,7 +67248,7 @@ paths: - review_comment - self author_association: *128 - auto_merge: &562 + auto_merge: &563 title: Auto merge description: The status of auto merging a pull request. type: @@ -67300,7 +67313,7 @@ paths: - author_association - auto_merge examples: - default: &561 + default: &562 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67837,11 +67850,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *338 - *339 + - *340 - *19 - *17 - - &465 + - &466 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)" @@ -67856,9 +67869,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: &548 + default: &549 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67971,11 +67984,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: - - *338 - *339 - - *465 + - *340 - *466 - *467 + - *468 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68009,9 +68022,9 @@ paths: type: integer check_runs: type: array - items: *414 + items: *415 examples: - default: *468 + default: *469 headers: Link: *37 x-github: @@ -68036,9 +68049,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: - - *338 - *339 - - *465 + - *340 + - *466 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68046,7 +68059,7 @@ paths: schema: type: integer example: 1 - - *466 + - *467 - *17 - *19 responses: @@ -68064,7 +68077,7 @@ paths: type: integer check_suites: type: array - items: *418 + items: *419 examples: default: value: @@ -68264,9 +68277,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: - - *338 - *339 - - *465 + - *340 + - *466 - *17 - *19 responses: @@ -68468,9 +68481,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *338 - *339 - - *465 + - *340 + - *466 - *17 - *19 responses: @@ -68480,7 +68493,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: Status description: The status of a commit. type: object @@ -68561,7 +68574,7 @@ paths: site_admin: false headers: Link: *37 - '301': *352 + '301': *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68589,8 +68602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -68623,11 +68636,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *469 + - *470 code_of_conduct_file: anyOf: - type: 'null' - - &470 + - &471 title: Community Health File type: object properties: @@ -68647,19 +68660,19 @@ paths: contributing: anyOf: - type: 'null' - - *470 + - *471 readme: anyOf: - type: 'null' - - *470 + - *471 issue_template: anyOf: - type: 'null' - - *470 + - *471 pull_request_template: anyOf: - type: 'null' - - *470 + - *471 required: - code_of_conduct - code_of_conduct_file @@ -68788,8 +68801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *338 - *339 + - *340 - *19 - *17 - name: basehead @@ -68837,8 +68850,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *459 - merge_base_commit: *459 + base_commit: *460 + merge_base_commit: *460 status: type: string enum: @@ -68862,10 +68875,10 @@ paths: - 6 commits: type: array - items: *459 + items: *460 files: type: array - items: *471 + items: *472 required: - url - html_url @@ -69151,8 +69164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *338 - *339 + - *340 - name: path description: path parameter in: path @@ -69303,7 +69316,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &472 + response-if-content-is-a-file: &473 summary: Response if content is a file value: type: file @@ -69440,7 +69453,7 @@ paths: - size - type - url - - &574 + - &575 title: Content File description: Content File type: object @@ -69658,7 +69671,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *472 + response-if-content-is-a-file: *473 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69727,7 +69740,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *473 + '302': *474 '304': *35 x-github: githubCloudOnly: false @@ -69750,8 +69763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *338 - *339 + - *340 - name: path description: path parameter in: path @@ -69846,7 +69859,7 @@ paths: description: Response content: application/json: - schema: &474 + schema: &475 title: File Commit description: File Commit type: object @@ -70002,7 +70015,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: example-for-creating-a-file: value: @@ -70056,7 +70069,7 @@ paths: schema: oneOf: - *3 - - &503 + - &504 description: Repository rule violation was detected type: object properties: @@ -70077,7 +70090,7 @@ paths: items: type: object properties: - placeholder_id: &615 + placeholder_id: &616 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70109,8 +70122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *338 - *339 + - *340 - name: path description: path parameter in: path @@ -70171,7 +70184,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -70226,8 +70239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *338 - *339 + - *340 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -70351,8 +70364,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *338 - *339 + - *340 - *225 - *226 - *227 @@ -70365,6 +70378,7 @@ paths: type: string - *229 - *230 + - *231 - *82 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -70384,8 +70398,8 @@ paths: default: 30 - *80 - *81 - - *231 - *232 + - *233 responses: '200': description: Response @@ -70393,7 +70407,7 @@ paths: application/json: schema: type: array - items: &477 + items: &478 type: object description: A Dependabot alert. properties: @@ -70428,7 +70442,7 @@ paths: - development - runtime - - security_advisory: *475 + security_advisory: *476 security_vulnerability: *97 url: *98 html_url: *99 @@ -70459,7 +70473,7 @@ paths: dismissal. maxLength: 280 fixed_at: *103 - auto_dismissed_at: *476 + auto_dismissed_at: *477 required: - number - state @@ -70686,9 +70700,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *338 - *339 - - &478 + - *340 + - &479 name: alert_number in: path description: |- @@ -70703,7 +70717,7 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -70813,9 +70827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *338 - *339 - - *478 + - *340 + - *479 requestBody: required: true content: @@ -70860,7 +70874,7 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -70989,8 +71003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -71008,7 +71022,7 @@ paths: type: integer secrets: type: array - items: &481 + items: &482 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71062,16 +71076,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *480 + default: *481 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71091,15 +71105,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '200': description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -71125,8 +71139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 requestBody: required: true @@ -71179,8 +71193,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '204': @@ -71203,8 +71217,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: - - *338 - *339 + - *340 - 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 @@ -71378,8 +71392,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -71639,8 +71653,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -71723,7 +71737,7 @@ paths: - version - url additionalProperties: false - metadata: &482 + metadata: &483 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71762,7 +71776,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *482 + metadata: *483 resolved: type: object description: A collection of resolved package dependencies. @@ -71776,7 +71790,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *482 + metadata: *483 relationship: type: string description: A notation of whether a dependency is requested @@ -71909,8 +71923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *338 - *339 + - *340 - name: sha description: The SHA recorded at creation time. in: query @@ -71951,9 +71965,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: *484 + default: *485 headers: Link: *37 x-github: @@ -72019,8 +72033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -72102,7 +72116,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: simple-example: summary: Simple example @@ -72175,9 +72189,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *338 - *339 - - &485 + - *340 + - &486 name: deployment_id description: deployment_id parameter in: path @@ -72189,7 +72203,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -72254,9 +72268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *338 - *339 - - *485 + - *340 + - *486 responses: '204': description: Response @@ -72278,9 +72292,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *338 - *339 - - *485 + - *340 + - *486 - *17 - *19 responses: @@ -72290,7 +72304,7 @@ paths: application/json: schema: type: array - items: &486 + items: &487 title: Deployment Status description: The status of a deployment. type: object @@ -72454,9 +72468,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *338 - *339 - - *485 + - *340 + - *486 requestBody: required: true content: @@ -72531,9 +72545,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &487 + default: &488 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -72589,9 +72603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *338 - *339 - - *485 + - *340 + - *486 - name: status_id in: path required: true @@ -72602,9 +72616,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 '404': *6 x-github: githubCloudOnly: false @@ -72629,8 +72643,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -72687,8 +72701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -72706,7 +72720,7 @@ paths: - 5 environments: type: array - items: &489 + items: &490 title: Environment description: Details of a deployment environment type: object @@ -72768,7 +72782,7 @@ paths: type: string examples: - wait_timer - wait_timer: &491 + wait_timer: &492 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -72810,11 +72824,11 @@ paths: items: type: object properties: - type: *488 + type: *489 reviewer: anyOf: - *4 - - *261 + - *262 required: - id - node_id @@ -72837,7 +72851,7 @@ paths: - id - node_id - type - deployment_branch_policy: &492 + deployment_branch_policy: &493 type: - object - 'null' @@ -72954,9 +72968,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *338 - *339 - - &490 + - *340 + - &491 name: environment_name in: path required: true @@ -72969,9 +72983,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: &493 + default: &494 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73055,9 +73069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *338 - *339 - - *490 + - *340 + - *491 requestBody: required: false content: @@ -73067,7 +73081,7 @@ paths: - object - 'null' properties: - wait_timer: *491 + wait_timer: *492 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -73086,14 +73100,14 @@ paths: items: type: object properties: - type: *488 + type: *489 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *492 + deployment_branch_policy: *493 additionalProperties: false examples: default: @@ -73113,9 +73127,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *493 + default: *494 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -73139,9 +73153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *338 - *339 - - *490 + - *340 + - *491 responses: '204': description: Default response @@ -73166,9 +73180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *17 - *19 responses: @@ -73187,7 +73201,7 @@ paths: - 2 branch_policies: type: array - items: &494 + items: &495 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -73248,9 +73262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *338 - *339 - - *490 + - *340 + - *491 requestBody: required: true content: @@ -73298,9 +73312,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - example-wildcard: &495 + example-wildcard: &496 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -73342,10 +73356,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *338 - *339 - - *490 - - &496 + - *340 + - *491 + - &497 name: branch_policy_id in: path required: true @@ -73357,9 +73371,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73378,10 +73392,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *338 - *339 - - *490 - - *496 + - *340 + - *491 + - *497 requestBody: required: true content: @@ -73410,9 +73424,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73431,10 +73445,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *338 - *339 - - *490 - - *496 + - *340 + - *491 + - *497 responses: '204': description: Response @@ -73459,9 +73473,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: - - *490 + - *491 + - *340 - *339 - - *338 responses: '200': description: List of deployment protection rules @@ -73478,7 +73492,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &497 + items: &498 title: Deployment protection rule description: Deployment protection rule type: object @@ -73500,7 +73514,7 @@ paths: for the environment. examples: - true - app: &498 + app: &499 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -73603,9 +73617,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: - - *490 + - *491 + - *340 - *339 - - *338 requestBody: content: application/json: @@ -73626,9 +73640,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *497 + schema: *498 examples: - default: &499 + default: &500 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73663,9 +73677,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: - - *490 + - *491 + - *340 - *339 - - *338 - *19 - *17 responses: @@ -73685,7 +73699,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *498 + items: *499 examples: default: value: @@ -73720,10 +73734,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: - - *338 - *339 - - *490 - - &500 + - *340 + - *491 + - &501 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73735,9 +73749,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73758,10 +73772,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: - - *490 + - *491 + - *340 - *339 - - *338 - - *500 + - *501 responses: '204': description: Response @@ -73787,9 +73801,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *17 - *19 responses: @@ -73807,9 +73821,9 @@ paths: type: integer secrets: type: array - items: *375 + items: *376 examples: - default: *376 + default: *377 headers: Link: *37 x-github: @@ -73834,17 +73848,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *338 - *339 - - *490 + - *340 + - *491 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73866,18 +73880,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *193 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73899,9 +73913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *193 requestBody: required: true @@ -73959,9 +73973,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *193 responses: '204': @@ -73987,10 +74001,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *338 - *339 - - *490 - - *362 + - *340 + - *491 + - *363 - *19 responses: '200': @@ -74007,9 +74021,9 @@ paths: type: integer variables: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 headers: Link: *37 x-github: @@ -74032,9 +74046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *338 - *339 - - *490 + - *340 + - *491 requestBody: required: true content: @@ -74086,18 +74100,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *196 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *502 + default: *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74118,10 +74132,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *338 - *339 + - *340 - *196 - - *490 + - *491 requestBody: required: true content: @@ -74163,10 +74177,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *338 - *339 + - *340 - *196 - - *490 + - *491 responses: '204': description: Response @@ -74188,8 +74202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -74266,8 +74280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *338 - *339 + - *340 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -74426,8 +74440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -74460,9 +74474,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *353 + default: *354 '400': *14 '422': *15 '403': *27 @@ -74483,8 +74497,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -74544,7 +74558,7 @@ paths: schema: oneOf: - *166 - - *503 + - *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74569,8 +74583,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *338 - *339 + - *340 - name: file_sha in: path required: true @@ -74670,8 +74684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -74780,7 +74794,7 @@ paths: description: Response content: application/json: - schema: &504 + schema: &505 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -75006,15 +75020,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *338 - *339 - - *460 + - *340 + - *461 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -75070,9 +75084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *338 - *339 - - &505 + - *340 + - &506 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. @@ -75089,7 +75103,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Git Reference description: Git references within a repository type: object @@ -75165,17 +75179,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *338 - *339 - - *505 + - *340 + - *506 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &507 + default: &508 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -75204,8 +75218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -75234,9 +75248,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -75262,9 +75276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *338 - *339 - - *505 + - *340 + - *506 requestBody: required: true content: @@ -75293,9 +75307,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 '422': *15 '409': *90 x-github: @@ -75313,9 +75327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *338 - *339 - - *505 + - *340 + - *506 responses: '204': description: Response @@ -75368,8 +75382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -75436,7 +75450,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &510 title: Git Tag description: Metadata for a Git tag type: object @@ -75492,7 +75506,7 @@ paths: - sha - type - url - verification: *508 + verification: *509 required: - sha - url @@ -75502,7 +75516,7 @@ paths: - tag - message examples: - default: &510 + default: &511 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -75575,8 +75589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *338 - *339 + - *340 - name: tag_sha in: path required: true @@ -75587,9 +75601,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 '409': *90 x-github: @@ -75613,8 +75627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -75688,7 +75702,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &512 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75806,8 +75820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *338 - *339 + - *340 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -75830,7 +75844,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default-response: summary: Default response @@ -75889,8 +75903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -75900,7 +75914,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Webhook description: Webhooks for repositories. type: object @@ -75963,7 +75977,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &749 + last_response: &750 title: Hook Response type: object properties: @@ -76040,8 +76054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -76094,9 +76108,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: &513 + default: &514 value: type: Repository id: 12345678 @@ -76144,17 +76158,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *338 - *339 - - *238 + - *340 + - *239 responses: '200': description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '404': *6 x-github: githubCloudOnly: false @@ -76174,9 +76188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *338 - *339 - - *238 + - *340 + - *239 requestBody: required: true content: @@ -76221,9 +76235,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '422': *15 '404': *6 x-github: @@ -76244,9 +76258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *338 - *339 - - *238 + - *340 + - *239 responses: '204': description: Response @@ -76270,9 +76284,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: - - *338 - *339 - - *238 + - *340 + - *239 responses: '200': description: Response @@ -76299,9 +76313,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: - - *338 - *339 - - *238 + - *340 + - *239 requestBody: required: false content: @@ -76345,11 +76359,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *338 - *339 - - *238 - - *17 + - *340 - *239 + - *17 + - *240 responses: '200': description: Response @@ -76357,9 +76371,9 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: - default: *241 + default: *242 '400': *14 '422': *15 x-github: @@ -76378,18 +76392,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: - - *338 - *339 - - *238 + - *340 + - *239 - *16 responses: '200': description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 '400': *14 '422': *15 x-github: @@ -76408,9 +76422,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: - - *338 - *339 - - *238 + - *340 + - *239 - *16 responses: '202': *91 @@ -76433,9 +76447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *338 - *339 - - *238 + - *340 + - *239 responses: '204': description: Response @@ -76460,9 +76474,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *338 - *339 - - *238 + - *340 + - *239 responses: '204': description: Response @@ -76520,14 +76534,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: &514 + schema: &515 title: Import description: A repository import from an external source. type: object @@ -76634,7 +76648,7 @@ paths: - html_url - authors_url examples: - default: &517 + default: &518 value: vcs: subversion use_lfs: true @@ -76650,7 +76664,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': &515 + '503': &516 description: Unavailable due to service under maintenance. content: application/json: @@ -76679,8 +76693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -76728,7 +76742,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: default: value: @@ -76753,7 +76767,7 @@ paths: type: string '422': *15 '404': *6 - '503': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76781,8 +76795,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -76834,7 +76848,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: example-1: summary: Example 1 @@ -76882,7 +76896,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': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76905,12 +76919,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *338 - *339 + - *340 responses: '204': description: Response - '503': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76936,9 +76950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *338 - *339 - - &698 + - *340 + - &699 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -76952,7 +76966,7 @@ paths: application/json: schema: type: array - items: &516 + items: &517 title: Porter Author description: Porter Author type: object @@ -77006,7 +77020,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': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77031,8 +77045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *338 - *339 + - *340 - name: author_id in: path required: true @@ -77062,7 +77076,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -77075,7 +77089,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77099,8 +77113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -77141,7 +77155,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77169,8 +77183,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -77197,11 +77211,11 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *517 + default: *518 '422': *15 - '503': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77224,8 +77238,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -77233,8 +77247,8 @@ paths: application/json: schema: *20 examples: - default: *518 - '301': *352 + default: *519 + '301': *353 '404': *6 x-github: githubCloudOnly: false @@ -77254,8 +77268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -77263,12 +77277,12 @@ paths: application/json: schema: anyOf: - - *256 + - *257 - type: object properties: {} additionalProperties: false examples: - default: &520 + default: &521 value: limit: collaborators_only origin: repository @@ -77293,13 +77307,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *338 - *339 + - *340 requestBody: required: true content: application/json: - schema: *519 + schema: *520 examples: default: summary: Example request body @@ -77311,9 +77325,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *520 + default: *521 '409': description: Response x-github: @@ -77335,8 +77349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -77359,8 +77373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -77370,9 +77384,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: &691 + default: &692 value: - id: 1 repository: @@ -77503,9 +77517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *338 - *339 - - *260 + - *340 + - *261 requestBody: required: false content: @@ -77534,7 +77548,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -77665,9 +77679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *338 - *339 - - *260 + - *340 + - *261 responses: '204': description: Response @@ -77698,8 +77712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *338 - *339 + - *340 - 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 @@ -77739,7 +77753,7 @@ paths: required: false schema: type: string - - *262 + - *263 - name: sort description: What to sort results by. in: query @@ -77764,7 +77778,7 @@ paths: type: array items: *141 examples: - default: &530 + default: &531 value: - id: 1 node_id: MDU6SXNzdWUx @@ -77912,7 +77926,7 @@ paths: state_reason: completed headers: Link: *37 - '301': *352 + '301': *353 '422': *15 '404': *6 x-github: @@ -77941,8 +77955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -78025,7 +78039,7 @@ paths: application/json: schema: *141 examples: - default: &525 + default: &526 value: id: 1 node_id: MDU6SXNzdWUx @@ -78181,7 +78195,7 @@ paths: '422': *15 '503': *121 '404': *6 - '410': *349 + '410': *350 x-github: triggersNotification: true githubCloudOnly: false @@ -78209,8 +78223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *338 - *339 + - *340 - *150 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -78231,9 +78245,9 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: - default: &527 + default: &528 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78291,17 +78305,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *338 - *339 + - *340 - *140 responses: '200': description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &523 + default: &524 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78355,8 +78369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -78379,9 +78393,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 '422': *15 x-github: githubCloudOnly: false @@ -78399,8 +78413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *338 - *339 + - *340 - *140 responses: '204': @@ -78421,8 +78435,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *338 - *339 + - *340 - *140 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -78449,9 +78463,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 '404': *6 @@ -78472,8 +78486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -78506,16 +78520,16 @@ paths: description: Reaction exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Reaction created content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -78537,10 +78551,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *338 - *339 + - *340 - *140 - - *330 + - *331 responses: '204': description: Response @@ -78560,8 +78574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -78571,7 +78585,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Issue Event description: Issue Event type: object @@ -78651,7 +78665,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *261 + requested_team: *262 dismissed_review: title: Issue Event Dismissed Review type: object @@ -78910,8 +78924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *338 - *339 + - *340 - name: event_id in: path required: true @@ -78922,7 +78936,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -79115,7 +79129,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *349 + '410': *350 '403': *27 x-github: githubCloudOnly: false @@ -79149,9 +79163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *338 - *339 - - &526 + - *340 + - &527 name: issue_number description: The number that identifies the issue. in: path @@ -79165,10 +79179,10 @@ paths: application/json: schema: *141 examples: - default: *525 - '301': *352 + default: *526 + '301': *353 '404': *6 - '410': *349 + '410': *350 '304': *35 x-github: githubCloudOnly: false @@ -79193,9 +79207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: false content: @@ -79305,13 +79319,13 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 '422': *15 '503': *121 '403': *27 - '301': *352 + '301': *353 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79329,9 +79343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: false content: @@ -79359,7 +79373,7 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79375,9 +79389,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: content: application/json: @@ -79404,7 +79418,7 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79426,9 +79440,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: - - *338 - *339 - - *526 + - *340 + - *527 - name: assignee in: path required: true @@ -79468,9 +79482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *338 - *339 - - *526 + - *340 + - *527 - *131 - *17 - *19 @@ -79481,13 +79495,13 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: - default: *527 + default: *528 headers: Link: *37 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79516,9 +79530,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: true content: @@ -79540,16 +79554,16 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *349 + '410': *350 '422': *15 '404': *6 x-github: @@ -79569,9 +79583,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *338 - *339 - - *526 + - *340 + - *527 - *17 - *19 responses: @@ -79585,7 +79599,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &531 + - &532 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -79634,7 +79648,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &533 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -79762,7 +79776,7 @@ paths: - performed_via_github_app - assignee - assigner - - &533 + - &534 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -79808,7 +79822,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &535 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -79854,7 +79868,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &536 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -79903,7 +79917,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &537 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -79932,7 +79946,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *261 + requested_team: *262 requested_reviewer: *4 required: - review_requester @@ -79945,7 +79959,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &538 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -79974,7 +79988,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *261 + requested_team: *262 requested_reviewer: *4 required: - review_requester @@ -79987,7 +80001,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &538 + - &539 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -80043,7 +80057,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &539 + - &540 title: Locked Issue Event description: Locked Issue Event type: object @@ -80088,7 +80102,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &541 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -80149,7 +80163,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &542 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -80210,7 +80224,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &543 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -80271,7 +80285,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &544 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80364,7 +80378,7 @@ paths: color: red headers: Link: *37 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80381,9 +80395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 - *17 - *19 responses: @@ -80393,7 +80407,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -80448,7 +80462,7 @@ paths: - color - default examples: - default: &529 + default: &530 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80466,9 +80480,9 @@ paths: default: false headers: Link: *37 - '301': *352 + '301': *353 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80485,9 +80499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: false content: @@ -80546,12 +80560,12 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: *529 - '301': *352 + default: *530 + '301': *353 '404': *6 - '410': *349 + '410': *350 '422': *15 x-github: githubCloudOnly: false @@ -80568,9 +80582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: false content: @@ -80630,12 +80644,12 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: *529 - '301': *352 + default: *530 + '301': *353 '404': *6 - '410': *349 + '410': *350 '422': *15 x-github: githubCloudOnly: false @@ -80652,15 +80666,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 responses: '204': description: Response - '301': *352 + '301': *353 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80679,9 +80693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 - name: name in: path required: true @@ -80694,7 +80708,7 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: default: value: @@ -80705,9 +80719,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *352 + '301': *353 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80727,9 +80741,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: false content: @@ -80758,7 +80772,7 @@ paths: '204': description: Response '403': *27 - '410': *349 + '410': *350 '404': *6 '422': *15 x-github: @@ -80776,9 +80790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 responses: '204': description: Response @@ -80800,9 +80814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 - 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. @@ -80828,13 +80842,13 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80852,9 +80866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: true content: @@ -80886,16 +80900,16 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -80917,10 +80931,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *338 - *339 - - *526 - - *330 + - *340 + - *527 + - *331 responses: '204': description: Response @@ -80949,9 +80963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: true content: @@ -80961,7 +80975,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -80975,7 +80989,7 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -81008,9 +81022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *338 - *339 - - *526 + - *340 + - *527 - *17 - *19 responses: @@ -81022,11 +81036,11 @@ paths: type: array items: *141 examples: - default: *530 + default: *531 headers: Link: *37 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81054,9 +81068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: true content: @@ -81066,7 +81080,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -81084,14 +81099,14 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *349 + '410': *350 '422': *15 '404': *6 x-github: @@ -81111,9 +81126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: true content: @@ -81146,7 +81161,7 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 '403': *27 '404': *6 '422': *7 @@ -81168,9 +81183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 - *17 - *19 responses: @@ -81185,7 +81200,6 @@ paths: description: Timeline Event type: object anyOf: - - *531 - *532 - *533 - *534 @@ -81198,6 +81212,7 @@ paths: - *541 - *542 - *543 + - *544 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81520,7 +81535,7 @@ paths: type: string comments: type: array - items: &563 + items: &564 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -81758,7 +81773,7 @@ paths: type: string comments: type: array - items: *458 + items: *459 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -82033,7 +82048,7 @@ paths: headers: Link: *37 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82050,8 +82065,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -82061,7 +82076,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -82128,8 +82143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -82165,9 +82180,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &545 + default: &546 value: id: 1 key: ssh-rsa AAA... @@ -82201,9 +82216,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *338 - *339 - - &546 + - *340 + - &547 name: key_id description: The unique identifier of the key. in: path @@ -82215,9 +82230,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '404': *6 x-github: githubCloudOnly: false @@ -82235,9 +82250,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *338 - *339 - - *546 + - *340 + - *547 responses: '204': description: Response @@ -82257,8 +82272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -82268,9 +82283,9 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: *529 + default: *530 headers: Link: *37 '404': *6 @@ -82291,8 +82306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -82328,9 +82343,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &547 + default: &548 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82362,8 +82377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *338 - *339 + - *340 - name: name in: path required: true @@ -82374,9 +82389,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *547 + default: *548 '404': *6 x-github: githubCloudOnly: false @@ -82393,8 +82408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *338 - *339 + - *340 - name: name in: path required: true @@ -82433,7 +82448,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -82459,8 +82474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *338 - *339 + - *340 - name: name in: path required: true @@ -82486,8 +82501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -82523,8 +82538,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *338 - *339 + - *340 responses: '202': *91 '403': @@ -82552,8 +82567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -82579,9 +82594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *338 - *339 - - *436 + - *340 + - *437 responses: '200': description: Response @@ -82728,8 +82743,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -82794,8 +82809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -82829,9 +82844,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *459 + schema: *460 examples: - default: *548 + default: *549 '204': description: Response when already merged '404': @@ -82856,8 +82871,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *338 - *339 + - *340 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -82898,7 +82913,7 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: default: value: @@ -82954,8 +82969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -82995,9 +83010,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: &549 + default: &550 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -83056,9 +83071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *338 - *339 - - &550 + - *340 + - &551 name: milestone_number description: The number that identifies the milestone. in: path @@ -83070,9 +83085,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *549 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -83089,9 +83104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *338 - *339 - - *550 + - *340 + - *551 requestBody: required: false content: @@ -83129,9 +83144,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *549 + default: *550 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83147,9 +83162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *338 - *339 - - *550 + - *340 + - *551 responses: '204': description: Response @@ -83170,9 +83185,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: - - *338 - *339 - - *550 + - *340 + - *551 - *17 - *19 responses: @@ -83182,9 +83197,9 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: *529 + default: *530 headers: Link: *37 x-github: @@ -83203,12 +83218,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: - - *338 - *339 - - *551 + - *340 - *552 - - *131 - *553 + - *131 + - *554 - *17 - *19 responses: @@ -83220,7 +83235,7 @@ paths: type: array items: *153 examples: - default: *554 + default: *555 headers: Link: *37 x-github: @@ -83244,8 +83259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -83303,14 +83318,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: &555 + schema: &556 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -83454,7 +83469,7 @@ paths: - custom_404 - public examples: - default: &556 + default: &557 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -83495,8 +83510,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -83551,9 +83566,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '422': *15 '409': *90 x-github: @@ -83576,8 +83591,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -83685,8 +83700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -83712,8 +83727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -83723,7 +83738,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Page Build description: Page Build type: object @@ -83815,8 +83830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *338 - *339 + - *340 responses: '201': description: Response @@ -83863,16 +83878,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: &558 + default: &559 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -83920,8 +83935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *338 - *339 + - *340 - name: build_id in: path required: true @@ -83932,9 +83947,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83954,8 +83969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -84064,9 +84079,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: - - *338 - *339 - - &559 + - *340 + - &560 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -84124,9 +84139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *338 - *339 - - *559 + - *340 + - *560 responses: '204': *108 '404': *6 @@ -84153,8 +84168,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -84449,8 +84464,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: - - *338 - *339 + - *340 responses: '200': description: Private vulnerability reporting status @@ -84487,8 +84502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *338 - *339 + - *340 responses: '204': *108 '422': *14 @@ -84509,8 +84524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *338 - *339 + - *340 responses: '204': *108 '422': *14 @@ -84533,8 +84548,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *338 - *339 + - *340 - name: state description: Indicates the state of the projects to return. in: query @@ -84555,7 +84570,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: value: @@ -84595,7 +84610,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *349 + '410': *350 '422': *7 x-github: githubCloudOnly: false @@ -84615,8 +84630,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -84642,13 +84657,13 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *348 + default: *349 '401': *23 '403': *27 '404': *6 - '410': *349 + '410': *350 '422': *7 x-github: githubCloudOnly: false @@ -84668,8 +84683,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -84677,7 +84692,7 @@ paths: application/json: schema: type: array - items: *293 + items: *294 examples: default: value: @@ -84708,8 +84723,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -84721,7 +84736,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *293 + items: *294 required: - properties examples: @@ -84771,8 +84786,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *338 - *339 + - *340 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -84832,9 +84847,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *561 + default: *562 headers: Link: *37 '304': *35 @@ -84866,8 +84881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -84934,7 +84949,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &566 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -85063,7 +85078,7 @@ paths: milestone: anyOf: - type: 'null' - - *463 + - *464 active_lock_reason: type: - string @@ -85118,7 +85133,7 @@ paths: type: - array - 'null' - items: *274 + items: *275 head: type: object properties: @@ -85156,14 +85171,14 @@ paths: _links: type: object properties: - comments: *464 - commits: *464 - statuses: *464 - html: *464 - issue: *464 - review_comments: *464 - review_comment: *464 - self: *464 + comments: *465 + commits: *465 + statuses: *465 + html: *465 + issue: *465 + review_comments: *465 + review_comment: *465 + self: *465 required: - comments - commits @@ -85174,7 +85189,7 @@ paths: - review_comment - self author_association: *128 - auto_merge: *562 + auto_merge: *563 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -85276,7 +85291,7 @@ paths: - merged_by - review_comments examples: - default: &566 + default: &567 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85803,8 +85818,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *338 - *339 + - *340 - name: sort in: query required: false @@ -85833,9 +85848,9 @@ paths: application/json: schema: type: array - items: *563 + items: *564 examples: - default: &568 + default: &569 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85912,17 +85927,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: - - *338 - *339 + - *340 - *140 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: &564 + default: &565 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85997,8 +86012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -86021,9 +86036,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *564 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86039,8 +86054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *338 - *339 + - *340 - *140 responses: '204': @@ -86062,8 +86077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *338 - *339 + - *340 - *140 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -86090,9 +86105,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 '404': *6 @@ -86113,8 +86128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -86147,16 +86162,16 @@ paths: description: Reaction exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Reaction created content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -86178,10 +86193,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *338 - *339 + - *340 - *140 - - *330 + - *331 responses: '204': description: Response @@ -86224,9 +86239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *338 - *339 - - &567 + - *340 + - &568 name: pull_number description: The number that identifies the pull request. in: path @@ -86239,9 +86254,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '304': *35 '404': *6 '406': @@ -86276,9 +86291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: false content: @@ -86320,9 +86335,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '422': *15 '403': *27 x-github: @@ -86344,9 +86359,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: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: true content: @@ -86407,17 +86422,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '401': *23 '403': *27 '404': *6 @@ -86447,9 +86462,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *338 - *339 - - *567 + - *340 + - *568 - *150 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -86470,9 +86485,9 @@ paths: application/json: schema: type: array - items: *563 + items: *564 examples: - default: *568 + default: *569 headers: Link: *37 x-github: @@ -86505,9 +86520,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: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: true content: @@ -86613,7 +86628,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *564 examples: example-for-a-multi-line-comment: value: @@ -86701,9 +86716,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *338 - *339 - - *567 + - *340 + - *568 - *140 requestBody: required: true @@ -86726,7 +86741,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *564 examples: default: value: @@ -86812,9 +86827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *338 - *339 - - *567 + - *340 + - *568 - *17 - *19 responses: @@ -86824,9 +86839,9 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: *569 + default: *570 headers: Link: *37 x-github: @@ -86856,9 +86871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *338 - *339 - - *567 + - *340 + - *568 - *17 - *19 responses: @@ -86868,7 +86883,7 @@ paths: application/json: schema: type: array - items: *471 + items: *472 examples: default: value: @@ -86906,9 +86921,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: - - *338 - *339 - - *567 + - *340 + - *568 responses: '204': description: Response if pull request has been merged @@ -86931,9 +86946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: false content: @@ -87045,9 +87060,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: - - *338 - *339 - - *567 + - *340 + - *568 responses: '200': description: Response @@ -87063,7 +87078,7 @@ paths: items: *4 teams: type: array - items: *261 + items: *262 required: - users - teams @@ -87122,9 +87137,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: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: false content: @@ -87161,7 +87176,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -87697,9 +87712,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: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: true content: @@ -87733,7 +87748,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -88238,9 +88253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *338 - *339 - - *567 + - *340 + - *568 - *17 - *19 responses: @@ -88250,7 +88265,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -88406,9 +88421,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: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: false content: @@ -88498,9 +88513,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &572 + default: &573 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88563,10 +88578,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: - - *338 - *339 - - *567 - - &571 + - *340 + - *568 + - &572 name: review_id description: The unique identifier of the review. in: path @@ -88578,9 +88593,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &573 + default: &574 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88639,10 +88654,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: - - *338 - *339 - - *567 - - *571 + - *340 + - *568 + - *572 requestBody: required: true content: @@ -88665,7 +88680,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -88727,18 +88742,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: - - *338 - *339 - - *567 - - *571 + - *340 + - *568 + - *572 responses: '200': description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *572 + default: *573 '422': *7 '404': *6 x-github: @@ -88765,10 +88780,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: - - *338 - *339 - - *567 - - *571 + - *340 + - *568 + - *572 - *17 - *19 responses: @@ -88866,9 +88881,9 @@ paths: _links: type: object properties: - self: *464 - html: *464 - pull_request: *464 + self: *465 + html: *465 + pull_request: *465 required: - self - html @@ -89019,10 +89034,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: - - *338 - *339 - - *567 - - *571 + - *340 + - *568 + - *572 requestBody: required: true content: @@ -89051,7 +89066,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -89114,10 +89129,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: - - *338 - *339 - - *567 - - *571 + - *340 + - *568 + - *572 requestBody: required: true content: @@ -89152,9 +89167,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *573 + default: *574 '404': *6 '422': *7 '403': *27 @@ -89176,9 +89191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: false content: @@ -89242,8 +89257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *338 - *339 + - *340 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -89256,9 +89271,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: &575 + default: &576 value: type: file encoding: base64 @@ -89300,8 +89315,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: - - *338 - *339 + - *340 - name: dir description: The alternate path to look for a README file in: path @@ -89321,9 +89336,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: *575 + default: *576 '404': *6 '422': *15 x-github: @@ -89345,8 +89360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -89356,7 +89371,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Release description: A release. type: object @@ -89428,7 +89443,7 @@ paths: author: *4 assets: type: array - items: &577 + items: &578 title: Release Asset description: Data related to a release. type: object @@ -89608,8 +89623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -89685,9 +89700,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &580 + default: &581 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -89790,9 +89805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *338 - *339 - - &578 + - *340 + - &579 name: asset_id description: The unique identifier of the asset. in: path @@ -89804,9 +89819,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: &579 + default: &580 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 @@ -89840,7 +89855,7 @@ paths: type: User site_admin: false '404': *6 - '302': *473 + '302': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89856,9 +89871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *338 - *339 - - *578 + - *340 + - *579 requestBody: required: false content: @@ -89887,9 +89902,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89905,9 +89920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *338 - *339 - - *578 + - *340 + - *579 responses: '204': description: Response @@ -89931,8 +89946,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -90018,16 +90033,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *580 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90044,8 +90059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *338 - *339 + - *340 - name: tag description: tag parameter in: path @@ -90058,9 +90073,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *580 + default: *581 '404': *6 x-github: githubCloudOnly: false @@ -90082,9 +90097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *338 - *339 - - &581 + - *340 + - &582 name: release_id description: The unique identifier of the release. in: path @@ -90098,9 +90113,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: *576 + schema: *577 examples: - default: *580 + default: *581 '401': description: Unauthorized x-github: @@ -90118,9 +90133,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *338 - *339 - - *581 + - *340 + - *582 requestBody: required: false content: @@ -90184,9 +90199,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *580 + default: *581 '404': description: Not Found if the discussion category name is invalid content: @@ -90207,9 +90222,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *338 - *339 - - *581 + - *340 + - *582 responses: '204': description: Response @@ -90229,9 +90244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *338 - *339 - - *581 + - *340 + - *582 - *17 - *19 responses: @@ -90241,7 +90256,7 @@ paths: application/json: schema: type: array - items: *577 + items: *578 examples: default: value: @@ -90322,9 +90337,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: - - *338 - *339 - - *581 + - *340 + - *582 - name: name in: query required: true @@ -90350,7 +90365,7 @@ paths: description: Response for successful upload content: application/json: - schema: *577 + schema: *578 examples: response-for-successful-upload: value: @@ -90404,9 +90419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *338 - *339 - - *581 + - *340 + - *582 - 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. @@ -90430,9 +90445,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 '404': *6 @@ -90453,9 +90468,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *338 - *339 - - *581 + - *340 + - *582 requestBody: required: true content: @@ -90485,16 +90500,16 @@ paths: description: Reaction exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Reaction created content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -90516,10 +90531,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *338 - *339 - - *581 - - *330 + - *340 + - *582 + - *331 responses: '204': description: Response @@ -90543,9 +90558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *338 - *339 - - *397 + - *340 + - *398 - *17 - *19 responses: @@ -90561,8 +90576,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *582 - - &584 + - *583 + - &585 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90582,53 +90597,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *583 - *584 - - allOf: - *585 - - *584 - allOf: - *586 - - *584 + - *585 - allOf: - *587 - - *584 + - *585 - allOf: - *588 - - *584 + - *585 - allOf: - *589 - - *584 + - *585 - allOf: - *590 - - *584 + - *585 - allOf: - *591 - - *584 + - *585 - allOf: - *592 - - *584 + - *585 - allOf: - *593 - - *584 + - *585 - allOf: - *594 - - *584 + - *585 - allOf: - *595 - - *584 + - *585 - allOf: - *596 - - *584 + - *585 - allOf: - *597 - - *584 + - *585 - allOf: - *598 - - *584 + - *585 - allOf: - *599 - - *584 + - *585 + - allOf: + - *600 + - *585 examples: default: value: @@ -90667,8 +90682,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - *339 + - *340 - *17 - *19 - name: includes_parents @@ -90679,7 +90694,7 @@ paths: schema: type: boolean default: true - - *600 + - *601 responses: '200': description: Response @@ -90734,8 +90749,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - *339 + - *340 requestBody: description: Request body required: true @@ -90797,7 +90812,7 @@ paths: application/json: schema: *118 examples: - default: &609 + default: &610 value: id: 42 name: super cool ruleset @@ -90844,12 +90859,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *338 - *339 - - *601 - - *299 + - *340 - *602 + - *300 - *603 + - *604 - *17 - *19 responses: @@ -90857,9 +90872,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '404': *6 '500': *93 x-github: @@ -90880,17 +90895,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *338 - *339 - - *606 + - *340 + - *607 responses: '200': description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *6 '500': *93 x-github: @@ -90918,8 +90933,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - *339 + - *340 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90941,7 +90956,7 @@ paths: application/json: schema: *118 examples: - default: *609 + default: *610 '404': *6 '500': *93 put: @@ -90959,8 +90974,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - *339 + - *340 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91024,7 +91039,7 @@ paths: application/json: schema: *118 examples: - default: *609 + default: *610 '404': *6 '500': *93 delete: @@ -91042,8 +91057,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - *339 + - *340 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91071,20 +91086,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *338 - *339 - - *301 + - *340 - *302 - *303 - *304 + - *305 - *82 - *19 - *17 - - *610 - *611 - - *305 + - *612 - *306 - *307 + - *308 responses: '200': description: Response @@ -91092,7 +91107,7 @@ paths: application/json: schema: type: array - items: &614 + items: &615 type: object properties: number: *94 @@ -91108,8 +91123,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *612 - resolution: *613 + state: *613 + resolution: *614 resolved_at: type: - string @@ -91322,15 +91337,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *338 - *339 - - *430 + - *340 + - *431 responses: '200': description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -91382,9 +91397,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *338 - *339 - - *430 + - *340 + - *431 requestBody: required: true content: @@ -91392,8 +91407,8 @@ paths: schema: type: object properties: - state: *612 - resolution: *613 + state: *613 + resolution: *614 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -91412,7 +91427,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -91487,9 +91502,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: - - *338 - *339 - - *430 + - *340 + - *431 - *19 - *17 responses: @@ -91500,7 +91515,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &770 + items: &771 type: object properties: type: @@ -91879,8 +91894,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -91888,14 +91903,14 @@ paths: schema: type: object properties: - reason: &616 + reason: &617 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *615 + placeholder_id: *616 required: - reason - placeholder_id @@ -91912,7 +91927,7 @@ paths: schema: type: object properties: - reason: *616 + reason: *617 expire_at: type: - string @@ -91956,8 +91971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *338 - *339 + - *340 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -91972,7 +91987,7 @@ paths: properties: incremental_scans: type: array - items: &617 + items: &618 description: Information on a single scan performed by secret scanning on the repository type: object @@ -92000,15 +92015,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *617 + items: *618 backfill_scans: type: array - items: *617 + items: *618 custom_pattern_backfill_scans: type: array items: allOf: - - *617 + - *618 - type: object properties: pattern_name: @@ -92078,8 +92093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *338 - *339 + - *340 - *82 - name: sort description: The property to sort the results by. @@ -92123,9 +92138,9 @@ paths: application/json: schema: type: array - items: *618 + items: *619 examples: - default: *619 + default: *620 '400': *14 '404': *6 x-github: @@ -92148,8 +92163,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -92229,7 +92244,7 @@ paths: login: type: string description: The username of the user credited. - type: *310 + type: *311 required: - login - type @@ -92319,9 +92334,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &621 + default: &622 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -92554,8 +92569,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -92668,7 +92683,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -92815,17 +92830,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: - - *338 - *339 - - *620 + - *340 + - *621 responses: '200': description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *621 + default: *622 '403': *27 '404': *6 x-github: @@ -92849,9 +92864,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: - - *338 - *339 - - *620 + - *340 + - *621 requestBody: required: true content: @@ -92931,7 +92946,7 @@ paths: login: type: string description: The username of the user credited. - type: *310 + type: *311 required: - login - type @@ -93022,10 +93037,10 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *621 - add_credit: *621 + default: *622 + add_credit: *622 '403': *27 '404': *6 '422': @@ -93063,9 +93078,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: - - *338 - *339 - - *620 + - *340 + - *621 responses: '202': *91 '400': *14 @@ -93092,17 +93107,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: - - *338 - *339 - - *620 + - *340 + - *621 responses: '202': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *353 + default: *354 '400': *14 '422': *15 '403': *27 @@ -93128,8 +93143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -93225,8 +93240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *338 - *339 + - *340 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -93235,7 +93250,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93268,8 +93283,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -93347,8 +93362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -93442,8 +93457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *338 - *339 + - *340 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -93597,8 +93612,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: - - *338 - *339 + - *340 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -93608,7 +93623,7 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: default: value: @@ -93641,8 +93656,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *338 - *339 + - *340 - name: sha in: path required: true @@ -93698,7 +93713,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: default: value: @@ -93752,8 +93767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -93765,7 +93780,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -93785,14 +93800,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *338 - *339 + - *340 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &624 + schema: &625 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -93865,8 +93880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -93892,7 +93907,7 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: default: value: @@ -93919,8 +93934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -93940,8 +93955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -94023,8 +94038,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -94032,7 +94047,7 @@ paths: application/json: schema: type: array - items: &625 + items: &626 title: Tag protection description: Tag protection type: object @@ -94089,8 +94104,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -94113,7 +94128,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: default: value: @@ -94144,8 +94159,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: - - *338 - *339 + - *340 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -94182,8 +94197,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *338 - *339 + - *340 - name: ref in: path required: true @@ -94219,8 +94234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -94230,9 +94245,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 headers: Link: *37 '404': *6 @@ -94252,8 +94267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *338 - *339 + - *340 - *19 - *17 responses: @@ -94261,7 +94276,7 @@ paths: description: Response content: application/json: - schema: &626 + schema: &627 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -94273,7 +94288,7 @@ paths: required: - names examples: - default: &627 + default: &628 value: names: - octocat @@ -94296,8 +94311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -94328,9 +94343,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 '404': *6 '422': *7 x-github: @@ -94351,9 +94366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *338 - *339 - - &628 + - *340 + - &629 name: per description: The time frame to display results for. in: query @@ -94384,7 +94399,7 @@ paths: - 128 clones: type: array - items: &629 + items: &630 title: Traffic type: object properties: @@ -94471,8 +94486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -94566,8 +94581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -94630,9 +94645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *338 - *339 - - *628 + - *340 + - *629 responses: '200': description: Response @@ -94653,7 +94668,7 @@ paths: - 3782 views: type: array - items: *629 + items: *630 required: - uniques - count @@ -94730,8 +94745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -95005,8 +95020,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: - - *338 - *339 + - *340 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -95029,8 +95044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -95052,8 +95067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -95079,8 +95094,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *338 - *339 + - *340 - name: ref in: path required: true @@ -95172,9 +95187,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *353 + default: *354 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95325,7 +95340,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &637 + - &638 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -95335,7 +95350,7 @@ paths: type: string examples: - members - - &642 + - &643 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -95347,7 +95362,7 @@ paths: format: int32 examples: - 1 - - &643 + - &644 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -95391,7 +95406,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &631 + items: &632 allOf: - type: object required: @@ -95473,7 +95488,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: &644 + meta: &645 type: object description: The metadata associated with the creation/updates to the user. @@ -95538,31 +95553,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &632 + '400': &633 description: Bad request content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 - '401': &633 + schema: *631 + '401': &634 description: Authorization failure - '403': &634 + '403': &635 description: Permission denied - '429': &635 + '429': &636 description: Too many requests content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 - '500': &636 + schema: *631 + '500': &637 description: Internal server error content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 + schema: *631 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95586,7 +95601,7 @@ paths: required: true content: application/json: - schema: &640 + schema: &641 type: object required: - schemas @@ -95646,9 +95661,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *631 + schema: *632 examples: - group: &638 + group: &639 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -95667,13 +95682,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': *632 - '401': *633 - '403': *634 - '409': &641 + '400': *633 + '401': *634 + '403': *635 + '409': &642 description: Duplicate record detected - '429': *635 - '500': *636 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95690,7 +95705,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: - - &639 + - &640 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -95699,22 +95714,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *637 + - *638 - *38 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *631 + schema: *632 examples: - default: *638 - '400': *632 - '401': *633 - '403': *634 + default: *639 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '429': *635 - '500': *636 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95733,13 +95748,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: - - *639 + - *640 - *38 requestBody: required: true content: application/json: - schema: *640 + schema: *641 examples: group: summary: Group @@ -95765,17 +95780,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *631 + schema: *632 examples: - group: *638 - groupWithMembers: *638 - '400': *632 - '401': *633 - '403': *634 + group: *639 + groupWithMembers: *639 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '409': *641 - '429': *635 - '500': *636 + '409': *642 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95799,13 +95814,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: - - *639 + - *640 - *38 requestBody: required: true content: application/json: - schema: &651 + schema: &652 type: object required: - Operations @@ -95865,17 +95880,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *631 + schema: *632 examples: - updateGroup: *638 - addMembers: *638 - '400': *632 - '401': *633 - '403': *634 + updateGroup: *639 + addMembers: *639 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '409': *641 - '429': *635 - '500': *636 + '409': *642 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95891,17 +95906,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: - - *639 + - *640 - *38 responses: '204': description: Group was deleted, no content - '400': *632 - '401': *633 - '403': *634 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '429': *635 - '500': *636 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95935,8 +95950,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *642 - *643 + - *644 - *38 responses: '200': @@ -95970,7 +95985,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &646 + items: &647 allOf: - type: object required: @@ -96062,7 +96077,7 @@ paths: address. examples: - true - roles: &645 + roles: &646 type: array description: The roles assigned to the user. items: @@ -96121,7 +96136,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *644 + meta: *645 startIndex: type: integer description: A starting index for the returned page @@ -96160,11 +96175,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *632 - '401': *633 - '403': *634 - '429': *635 - '500': *636 + '400': *633 + '401': *634 + '403': *635 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96188,7 +96203,7 @@ paths: required: true content: application/json: - schema: &649 + schema: &650 type: object required: - schemas @@ -96281,9 +96296,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *645 + roles: *646 examples: - user: &650 + user: &651 summary: User value: schemas: @@ -96330,9 +96345,9 @@ paths: description: User has been created content: application/scim+json: - schema: *646 + schema: *647 examples: - user: &647 + user: &648 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96358,13 +96373,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: *647 - '400': *632 - '401': *633 - '403': *634 - '409': *641 - '429': *635 - '500': *636 + enterpriseOwner: *648 + '400': *633 + '401': *634 + '403': *635 + '409': *642 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96381,7 +96396,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: - - &648 + - &649 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -96394,15 +96409,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *646 + schema: *647 examples: - default: *647 - '400': *632 - '401': *633 - '403': *634 + default: *648 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '429': *635 - '500': *636 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96424,30 +96439,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: - - *648 + - *649 - *38 requestBody: required: true content: application/json: - schema: *649 + schema: *650 examples: - user: *650 + user: *651 responses: '200': description: User was updated content: application/scim+json: - schema: *646 + schema: *647 examples: - user: *647 - '400': *632 - '401': *633 - '403': *634 + user: *648 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '409': *641 - '429': *635 - '500': *636 + '409': *642 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96482,13 +96497,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: - - *648 + - *649 - *38 requestBody: required: true content: application/json: - schema: *651 + schema: *652 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -96528,18 +96543,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *646 - examples: - userMultiValuedProperties: *647 - userSingleValuedProperties: *647 - disableUser: *647 - '400': *632 - '401': *633 - '403': *634 + schema: *647 + examples: + userMultiValuedProperties: *648 + userSingleValuedProperties: *648 + disableUser: *648 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '409': *641 - '429': *635 - '500': *636 + '409': *642 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96559,17 +96574,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: - - *648 + - *649 - *38 responses: '204': description: User was deleted, no content - '400': *632 - '401': *633 - '403': *634 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '429': *635 - '500': *636 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96660,7 +96675,7 @@ paths: - 1 Resources: type: array - items: &652 + items: &653 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -96907,22 +96922,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': &653 + '404': &654 description: Resource not found content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 - '403': &654 + schema: *631 + '403': &655 description: Forbidden content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 - '400': *632 - '429': *635 + schema: *631 + '400': *633 + '429': *636 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -96948,9 +96963,9 @@ paths: description: Response content: application/scim+json: - schema: *652 + schema: *653 examples: - default: &655 + default: &656 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96973,17 +96988,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': *653 - '403': *654 - '500': *636 + '404': *654 + '403': *655 + '500': *637 '409': description: Conflict content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 - '400': *632 + schema: *631 + '400': *633 requestBody: required: true content: @@ -97078,17 +97093,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *163 - - *648 + - *649 responses: '200': description: Response content: application/scim+json: - schema: *652 + schema: *653 examples: - default: *655 - '404': *653 - '403': *654 + default: *656 + '404': *654 + '403': *655 '304': *35 x-github: githubCloudOnly: true @@ -97112,18 +97127,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *163 - - *648 + - *649 responses: '200': description: Response content: application/scim+json: - schema: *652 + schema: *653 examples: - default: *655 + default: *656 '304': *35 - '404': *653 - '403': *654 + '404': *654 + '403': *655 requestBody: required: true content: @@ -97234,19 +97249,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *163 - - *648 + - *649 responses: '200': description: Response content: application/scim+json: - schema: *652 + schema: *653 examples: - default: *655 + default: *656 '304': *35 - '404': *653 - '403': *654 - '400': *632 + '404': *654 + '403': *655 + '400': *633 '429': description: Response content: @@ -97342,12 +97357,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *163 - - *648 + - *649 responses: '204': description: Response - '404': *653 - '403': *654 + '404': *654 + '403': *655 '304': *35 x-github: githubCloudOnly: true @@ -97481,7 +97496,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &656 + text_matches: &657 title: Search Result Text Matches type: array items: @@ -97645,7 +97660,7 @@ paths: enum: - author-date - committer-date - - &657 + - &658 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 @@ -97714,7 +97729,7 @@ paths: committer: anyOf: - type: 'null' - - *395 + - *396 comment_count: type: integer message: @@ -97733,7 +97748,7 @@ paths: url: type: string format: uri - verification: *508 + verification: *509 required: - author - committer @@ -97748,7 +97763,7 @@ paths: committer: anyOf: - type: 'null' - - *395 + - *396 parents: type: array items: @@ -97765,7 +97780,7 @@ paths: type: number node_id: type: string - text_matches: *656 + text_matches: *657 required: - sha - node_id @@ -97958,7 +97973,7 @@ paths: - interactions - created - updated - - *657 + - *658 - *17 - *19 responses: @@ -98074,7 +98089,7 @@ paths: milestone: anyOf: - type: 'null' - - *463 + - *464 comments: type: integer created_at: @@ -98088,7 +98103,7 @@ paths: - string - 'null' format: date-time - text_matches: *656 + text_matches: *657 pull_request: type: object properties: @@ -98310,7 +98325,7 @@ paths: enum: - created - updated - - *657 + - *658 - *17 - *19 responses: @@ -98355,7 +98370,7 @@ paths: - 'null' score: type: number - text_matches: *656 + text_matches: *657 required: - id - node_id @@ -98441,7 +98456,7 @@ paths: - forks - help-wanted-issues - updated - - *657 + - *658 - *17 - *19 responses: @@ -98678,7 +98693,7 @@ paths: - admin - pull - push - text_matches: *656 + text_matches: *657 temp_clone_token: type: string allow_merge_commit: @@ -98987,7 +99002,7 @@ paths: - string - 'null' format: uri - text_matches: *656 + text_matches: *657 related: type: - array @@ -99182,7 +99197,7 @@ paths: - followers - repositories - joined - - *657 + - *658 - *17 - *19 responses: @@ -99292,7 +99307,7 @@ paths: type: - boolean - 'null' - text_matches: *656 + text_matches: *657 blog: type: - string @@ -99374,7 +99389,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &658 + - &659 name: team_id description: The unique identifier of the team. in: path @@ -99386,9 +99401,9 @@ paths: description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -99415,7 +99430,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *658 + - *659 requestBody: required: true content: @@ -99479,16 +99494,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '201': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '404': *6 '422': *15 '403': *27 @@ -99516,7 +99531,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *658 + - *659 responses: '204': description: Response @@ -99547,7 +99562,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *658 + - *659 - *82 - *17 - *19 @@ -99558,9 +99573,9 @@ paths: application/json: schema: type: array - items: *321 + items: *322 examples: - default: *659 + default: *660 headers: Link: *37 x-github: @@ -99589,7 +99604,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *658 + - *659 requestBody: required: true content: @@ -99623,9 +99638,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: triggersNotification: true githubCloudOnly: false @@ -99652,16 +99667,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *658 - - *323 + - *659 + - *324 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99686,8 +99701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *658 - - *323 + - *659 + - *324 requestBody: required: false content: @@ -99710,9 +99725,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *660 + default: *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99737,8 +99752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *658 - - *323 + - *659 + - *324 responses: '204': description: Response @@ -99767,8 +99782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *658 - - *323 + - *659 + - *324 - *82 - *17 - *19 @@ -99779,9 +99794,9 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: - default: *661 + default: *662 headers: Link: *37 x-github: @@ -99810,8 +99825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *658 - - *323 + - *659 + - *324 requestBody: required: true content: @@ -99833,9 +99848,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *325 + default: *326 x-github: triggersNotification: true githubCloudOnly: false @@ -99862,17 +99877,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *658 - - *323 - - *326 + - *659 + - *324 + - *327 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99897,9 +99912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *658 - - *323 - - *326 + - *659 + - *324 + - *327 requestBody: required: true content: @@ -99921,9 +99936,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *662 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99948,9 +99963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *658 - - *323 - - *326 + - *659 + - *324 + - *327 responses: '204': description: Response @@ -99979,9 +99994,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: - - *658 - - *323 - - *326 + - *659 + - *324 + - *327 - 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. @@ -100007,9 +100022,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 x-github: @@ -100038,9 +100053,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: - - *658 - - *323 - - *326 + - *659 + - *324 + - *327 requestBody: required: true content: @@ -100072,9 +100087,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100100,8 +100115,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: - - *658 - - *323 + - *659 + - *324 - 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. @@ -100127,9 +100142,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 x-github: @@ -100158,8 +100173,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: - - *658 - - *323 + - *659 + - *324 requestBody: required: true content: @@ -100191,9 +100206,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100217,7 +100232,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *658 + - *659 - *17 - *19 responses: @@ -100227,9 +100242,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 headers: Link: *37 x-github: @@ -100255,7 +100270,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *658 + - *659 - name: role description: Filters members returned by their role in the team. in: query @@ -100278,7 +100293,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '404': *6 @@ -100306,7 +100321,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *658 + - *659 - *205 responses: '204': @@ -100343,7 +100358,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *658 + - *659 - *205 responses: '204': @@ -100383,7 +100398,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *658 + - *659 - *205 responses: '204': @@ -100420,16 +100435,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: - - *658 + - *659 - *205 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: - response-if-user-is-a-team-maintainer: *663 + response-if-user-is-a-team-maintainer: *664 '404': *6 x-github: githubCloudOnly: false @@ -100462,7 +100477,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *658 + - *659 - *205 requestBody: required: false @@ -100488,9 +100503,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - response-if-users-membership-with-team-is-now-pending: *664 + response-if-users-membership-with-team-is-now-pending: *665 '403': description: Forbidden if team synchronization is set up '422': @@ -100524,7 +100539,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *658 + - *659 - *205 responses: '204': @@ -100554,7 +100569,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *658 + - *659 - *17 - *19 responses: @@ -100564,9 +100579,9 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *665 + default: *666 headers: Link: *37 '404': *6 @@ -100593,16 +100608,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: - - *658 - - *337 + - *659 + - *338 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: *666 + default: *667 '404': description: Not Found if project is not managed by this team x-github: @@ -100627,8 +100642,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: - - *658 - - *337 + - *659 + - *338 requestBody: required: false content: @@ -100696,8 +100711,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: - - *658 - - *337 + - *659 + - *338 responses: '204': description: Response @@ -100724,7 +100739,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *658 + - *659 - *17 - *19 responses: @@ -100736,7 +100751,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 '404': *6 @@ -100766,15 +100781,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: - - *658 - - *338 + - *659 - *339 + - *340 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *667 + schema: *668 examples: alternative-response-with-extra-repository-information: value: @@ -100925,9 +100940,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: - - *658 - - *338 + - *659 - *339 + - *340 requestBody: required: false content: @@ -100977,9 +100992,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: - - *658 - - *338 + - *659 - *339 + - *340 responses: '204': description: Response @@ -101008,15 +101023,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: - - *658 + - *659 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '403': *27 '404': *6 x-github: @@ -101043,7 +101058,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: - - *658 + - *659 requestBody: required: true content: @@ -101104,7 +101119,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -101135,7 +101150,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *658 + - *659 - *17 - *19 responses: @@ -101145,9 +101160,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - response-if-child-teams-exist: *668 + response-if-child-teams-exist: *669 headers: Link: *37 '404': *6 @@ -101180,7 +101195,7 @@ paths: application/json: schema: oneOf: - - &670 + - &671 title: Private User description: Private User type: object @@ -101430,7 +101445,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *669 + - *670 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -101590,7 +101605,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -101669,7 +101684,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 '304': *35 '404': *6 '403': *27 @@ -101793,9 +101808,9 @@ paths: type: integer codespaces: type: array - items: *265 + items: *266 examples: - default: *266 + default: *267 '304': *35 '500': *93 '401': *23 @@ -101934,17 +101949,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '401': *23 '403': *27 '404': *6 @@ -101988,7 +102003,7 @@ paths: type: integer secrets: type: array - items: &671 + items: &672 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102030,7 +102045,7 @@ paths: - visibility - selected_repositories_url examples: - default: *452 + default: *453 headers: Link: *37 x-github: @@ -102108,7 +102123,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: default: value: @@ -102254,7 +102269,7 @@ paths: type: array items: *183 examples: - default: *672 + default: *673 '401': *23 '403': *27 '404': *6 @@ -102398,15 +102413,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '304': *35 '500': *93 '401': *23 @@ -102432,7 +102447,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: - - *267 + - *268 requestBody: required: false content: @@ -102462,9 +102477,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '401': *23 '403': *27 '404': *6 @@ -102486,7 +102501,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *267 + - *268 responses: '202': *91 '304': *35 @@ -102515,13 +102530,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: - - *267 + - *268 responses: '202': description: Response content: application/json: - schema: &673 + schema: &674 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102574,7 +102589,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &674 + default: &675 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102606,7 +102621,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *267 + - *268 - name: export_id in: path required: true @@ -102619,9 +102634,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: *674 + default: *675 '404': *6 x-github: githubCloudOnly: false @@ -102642,7 +102657,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *267 + - *268 responses: '200': description: Response @@ -102658,9 +102673,9 @@ paths: type: integer machines: type: array - items: *451 + items: *452 examples: - default: *675 + default: *676 '304': *35 '500': *93 '401': *23 @@ -102689,7 +102704,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: - - *267 + - *268 requestBody: required: true content: @@ -102745,11 +102760,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *351 + repository: *352 machine: anyOf: - type: 'null' - - *451 + - *452 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -103546,15 +103561,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '304': *35 '500': *93 '400': *14 @@ -103586,15 +103601,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '500': *93 '401': *23 '403': *27 @@ -103624,9 +103639,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: &688 + default: &689 value: - id: 197 name: hello_docker @@ -103727,7 +103742,7 @@ paths: application/json: schema: type: array - items: &676 + items: &677 title: Email description: Email type: object @@ -103797,9 +103812,9 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: - default: &690 + default: &691 value: - email: octocat@github.com verified: true @@ -103876,7 +103891,7 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: default: value: @@ -103988,7 +104003,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '304': *35 @@ -104021,7 +104036,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '304': *35 @@ -104134,7 +104149,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 title: GPG Key description: A unique encryption key type: object @@ -104279,7 +104294,7 @@ paths: - subkeys - revoked examples: - default: &701 + default: &702 value: - id: 3 name: Octocat's GPG Key @@ -104364,9 +104379,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: &678 + default: &679 value: id: 3 name: Octocat's GPG Key @@ -104423,7 +104438,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: - - &679 + - &680 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104435,9 +104450,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 '404': *6 '304': *35 '403': *27 @@ -104460,7 +104475,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: - - *679 + - *680 responses: '204': description: Response @@ -104651,7 +104666,7 @@ paths: type: array items: *61 examples: - default: *680 + default: *681 headers: Link: *37 '404': *6 @@ -104736,12 +104751,12 @@ paths: application/json: schema: anyOf: - - *256 + - *257 - type: object properties: {} additionalProperties: false examples: - default: *257 + default: *258 '204': description: Response when there are no restrictions x-github: @@ -104765,7 +104780,7 @@ paths: required: true content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -104776,7 +104791,7 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: default: value: @@ -104857,7 +104872,7 @@ paths: - closed - all default: open - - *262 + - *263 - name: sort description: What to sort results by. in: query @@ -104882,7 +104897,7 @@ paths: type: array items: *141 examples: - default: *263 + default: *264 headers: Link: *37 '404': *6 @@ -104915,7 +104930,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 title: Key description: Key type: object @@ -105013,9 +105028,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *682 examples: - default: &682 + default: &683 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105048,15 +105063,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: - - *546 + - *547 responses: '200': description: Response content: application/json: - schema: *681 + schema: *682 examples: - default: *682 + default: *683 '404': *6 '304': *35 '403': *27 @@ -105079,7 +105094,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: - - *546 + - *547 responses: '204': description: Response @@ -105112,7 +105127,7 @@ paths: application/json: schema: type: array - items: &683 + items: &684 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105191,7 +105206,7 @@ paths: - account - plan examples: - default: &684 + default: &685 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105253,9 +105268,9 @@ paths: application/json: schema: type: array - items: *683 + items: *684 examples: - default: *684 + default: *685 headers: Link: *37 '304': *35 @@ -105295,7 +105310,7 @@ paths: application/json: schema: type: array - items: *268 + items: *269 examples: default: value: @@ -105403,7 +105418,7 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -105486,7 +105501,7 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -105554,7 +105569,7 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: default: value: @@ -105816,7 +105831,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -105996,7 +106011,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *271 + - *272 - name: exclude in: query required: false @@ -106009,7 +106024,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -106203,7 +106218,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *271 + - *272 responses: '302': description: Response @@ -106229,7 +106244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *271 + - *272 responses: '204': description: Response @@ -106258,8 +106273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *271 - - *685 + - *272 + - *686 responses: '204': description: Response @@ -106283,7 +106298,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *271 + - *272 - *17 - *19 responses: @@ -106295,7 +106310,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 '404': *6 @@ -106332,7 +106347,7 @@ paths: type: array items: *56 examples: - default: *686 + default: *687 headers: Link: *37 '304': *35 @@ -106374,7 +106389,7 @@ paths: - docker - nuget - container - - *687 + - *688 - *19 - *17 responses: @@ -106384,10 +106399,10 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *688 - '400': *689 + default: *689 + '400': *690 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106407,16 +106422,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: - - *278 - *279 + - *280 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: &702 + default: &703 value: id: 40201 name: octo-name @@ -106529,8 +106544,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: - - *278 - *279 + - *280 responses: '204': description: Response @@ -106560,8 +106575,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: - - *278 - *279 + - *280 - name: token description: package token schema: @@ -106593,8 +106608,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: - - *278 - *279 + - *280 - *19 - *17 - name: state @@ -106614,7 +106629,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -106663,15 +106678,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: - - *278 - *279 - - *281 + - *280 + - *282 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -106707,9 +106722,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: - - *278 - *279 - - *281 + - *280 + - *282 responses: '204': description: Response @@ -106739,9 +106754,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: - - *278 - *279 - - *281 + - *280 + - *282 responses: '204': description: Response @@ -106799,7 +106814,7 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: default: value: @@ -106868,9 +106883,9 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: - default: *690 + default: *691 headers: Link: *37 '304': *35 @@ -106983,7 +106998,7 @@ paths: type: array items: *61 examples: - default: &697 + default: &698 summary: Default response value: - id: 1296269 @@ -107299,9 +107314,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *353 + default: *354 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -107339,9 +107354,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *691 + default: *692 headers: Link: *37 '304': *35 @@ -107364,7 +107379,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *260 + - *261 responses: '204': description: Response @@ -107387,7 +107402,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *260 + - *261 responses: '204': description: Response @@ -107420,7 +107435,7 @@ paths: application/json: schema: type: array - items: &692 + items: &693 title: Social account description: Social media account type: object @@ -107437,7 +107452,7 @@ paths: - provider - url examples: - default: &693 + default: &694 value: - provider: twitter url: https://twitter.com/github @@ -107500,9 +107515,9 @@ paths: application/json: schema: type: array - items: *692 + items: *693 examples: - default: *693 + default: *694 '422': *15 '304': *35 '404': *6 @@ -107590,7 +107605,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107610,7 +107625,7 @@ paths: - title - created_at examples: - default: &703 + default: &704 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107677,9 +107692,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &695 + default: &696 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107710,7 +107725,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: - - &696 + - &697 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107722,9 +107737,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *695 + default: *696 '404': *6 '304': *35 '403': *27 @@ -107747,7 +107762,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: - - *696 + - *697 responses: '204': description: Response @@ -107776,7 +107791,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: - - &704 + - &705 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 @@ -107801,11 +107816,11 @@ paths: type: array items: *61 examples: - default-response: *697 + default-response: *698 application/vnd.github.v3.star+json: schema: type: array - items: &705 + items: &706 title: Starred Repository description: Starred Repository type: object @@ -107961,8 +107976,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: - - *338 - *339 + - *340 responses: '204': description: Response if this repository is starred by you @@ -107990,8 +108005,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: - - *338 - *339 + - *340 responses: '204': description: Response @@ -108015,8 +108030,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: - - *338 - *339 + - *340 responses: '204': description: Response @@ -108051,7 +108066,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 '304': *35 @@ -108088,7 +108103,7 @@ paths: application/json: schema: type: array - items: *319 + items: *320 examples: default: value: @@ -108174,10 +108189,10 @@ paths: application/json: schema: oneOf: + - *671 - *670 - - *669 examples: - default-response: &699 + default-response: &700 summary: Default response value: login: octocat @@ -108212,7 +108227,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &700 + response-with-git-hub-plan-information: &701 summary: Response with GitHub plan information value: login: octocat @@ -108272,7 +108287,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *698 + - *699 - *17 responses: '200': @@ -108283,7 +108298,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: example: ; rel="next" @@ -108321,11 +108336,11 @@ paths: application/json: schema: oneOf: + - *671 - *670 - - *669 examples: - default-response: *699 - response-with-git-hub-plan-information: *700 + default-response: *700 + response-with-git-hub-plan-information: *701 '404': *6 x-github: githubCloudOnly: false @@ -108489,9 +108504,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *688 + default: *689 '403': *27 '401': *23 x-github: @@ -108774,7 +108789,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -108805,7 +108820,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -108895,9 +108910,9 @@ paths: application/json: schema: type: array - items: *677 + items: *678 examples: - default: *701 + default: *702 headers: Link: *37 x-github: @@ -109001,7 +109016,7 @@ paths: application/json: schema: *20 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109079,7 +109094,7 @@ paths: type: array items: *56 examples: - default: *686 + default: *687 headers: Link: *37 x-github: @@ -109118,7 +109133,7 @@ paths: - docker - nuget - container - - *687 + - *688 - *205 - *19 - *17 @@ -109129,12 +109144,12 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *688 + default: *689 '403': *27 '401': *23 - '400': *689 + '400': *690 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109154,17 +109169,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *205 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *702 + default: *703 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109185,8 +109200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *205 responses: '204': @@ -109219,8 +109234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *205 - name: token description: package token @@ -109253,8 +109268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *278 - *279 + - *280 - *205 responses: '200': @@ -109263,7 +109278,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -109321,16 +109336,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: - - *278 - *279 - - *281 + - *280 + - *282 - *205 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -109365,10 +109380,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *278 - *279 + - *280 - *205 - - *281 + - *282 responses: '204': description: Response @@ -109400,10 +109415,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *278 - *279 + - *280 - *205 - - *281 + - *282 responses: '204': description: Response @@ -109447,7 +109462,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: value: @@ -109727,7 +109742,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -109757,9 +109772,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109787,9 +109802,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109817,9 +109832,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *318 + default: *319 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109847,9 +109862,9 @@ paths: application/json: schema: type: array - items: *692 + items: *693 examples: - default: *693 + default: *694 headers: Link: *37 x-github: @@ -109879,9 +109894,9 @@ paths: application/json: schema: type: array - items: *694 + items: *695 examples: - default: *703 + default: *704 headers: Link: *37 x-github: @@ -109906,7 +109921,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *205 - - *704 + - *705 - *82 - *17 - *19 @@ -109918,11 +109933,11 @@ paths: schema: anyOf: - type: array - items: *705 + items: *706 - type: array items: *61 examples: - default-response: *697 + default-response: *698 headers: Link: *37 x-github: @@ -109953,7 +109968,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -110082,7 +110097,7 @@ webhooks: type: string enum: - disabled - enterprise: &706 + enterprise: &707 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -110151,7 +110166,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &707 + installation: &708 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -110172,7 +110187,7 @@ webhooks: required: - id - node_id - organization: &708 + organization: &709 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -110245,7 +110260,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &709 + repository: &710 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -111158,10 +111173,10 @@ webhooks: type: string enum: - enabled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -111237,11 +111252,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: &710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: &711 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) @@ -111464,11 +111479,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: *710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: *711 sender: *4 required: - action @@ -111656,11 +111671,11 @@ webhooks: - everyone required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: *710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: *711 sender: *4 required: - action @@ -111733,7 +111748,7 @@ webhooks: required: true content: application/json: - schema: &713 + schema: &714 title: Exemption request cancellation event type: object properties: @@ -111741,11 +111756,11 @@ webhooks: type: string enum: - cancelled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - exemption_request: &711 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + exemption_request: &712 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -111899,7 +111914,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &712 + items: &713 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -112011,7 +112026,7 @@ webhooks: required: true content: application/json: - schema: &714 + schema: &715 title: Exemption request completed event type: object properties: @@ -112019,11 +112034,11 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - exemption_request: *711 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + exemption_request: *712 sender: *4 required: - action @@ -112095,7 +112110,7 @@ webhooks: required: true content: application/json: - schema: &715 + schema: &716 title: Exemption request created event type: object properties: @@ -112103,11 +112118,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - exemption_request: *711 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + exemption_request: *712 sender: *4 required: - action @@ -112179,7 +112194,7 @@ webhooks: required: true content: application/json: - schema: &716 + schema: &717 title: Exemption response dismissed event type: object properties: @@ -112187,12 +112202,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - exemption_request: *711 - exemption_response: *712 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + exemption_request: *712 + exemption_response: *713 sender: *4 required: - action @@ -112266,7 +112281,7 @@ webhooks: required: true content: application/json: - schema: &717 + schema: &718 title: Exemption response submitted event type: object properties: @@ -112274,12 +112289,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - exemption_request: *711 - exemption_response: *712 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + exemption_request: *712 + exemption_response: *713 sender: *4 required: - action @@ -112352,7 +112367,7 @@ webhooks: required: true content: application/json: - schema: *713 + schema: *714 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112419,7 +112434,7 @@ webhooks: required: true content: application/json: - schema: *714 + schema: *715 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112486,7 +112501,7 @@ webhooks: required: true content: application/json: - schema: *715 + schema: *716 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112553,7 +112568,7 @@ webhooks: required: true content: application/json: - schema: *716 + schema: *717 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112621,7 +112636,7 @@ webhooks: required: true content: application/json: - schema: *717 + schema: *718 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112699,7 +112714,7 @@ webhooks: type: string enum: - completed - check_run: &719 + check_run: &720 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112767,7 +112782,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *413 + items: *414 repository: *183 status: type: string @@ -112812,7 +112827,7 @@ webhooks: - examples: - neutral - deployment: *718 + deployment: *719 details_url: type: string examples: @@ -112872,7 +112887,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *413 + items: *414 started_at: type: string format: date-time @@ -112910,9 +112925,9 @@ webhooks: - output - app - pull_requests - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -113305,10 +113320,10 @@ webhooks: type: string enum: - created - check_run: *719 - installation: *707 - organization: *708 - repository: *709 + check_run: *720 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -113704,10 +113719,10 @@ webhooks: type: string enum: - requested_action - check_run: *719 - installation: *707 - organization: *708 - repository: *709 + check_run: *720 + installation: *708 + organization: *709 + repository: *710 requested_action: description: The action requested by the user. type: object @@ -114112,10 +114127,10 @@ webhooks: type: string enum: - rerequested - check_run: *719 - installation: *707 - organization: *708 - repository: *709 + check_run: *720 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -115107,10 +115122,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -115795,10 +115810,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -116477,10 +116492,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -116646,7 +116661,7 @@ webhooks: required: - login - id - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -116798,20 +116813,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &720 + commit_oid: &721 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: *706 - installation: *707 - organization: *708 - ref: &721 + enterprise: *707 + installation: *708 + organization: *709 + ref: &722 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: *709 + repository: *710 sender: *4 required: - action @@ -116975,7 +116990,7 @@ webhooks: required: - login - id - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117145,12 +117160,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *720 - enterprise: *706 - installation: *707 - organization: *708 - ref: *721 - repository: *709 + commit_oid: *721 + enterprise: *707 + installation: *708 + organization: *709 + ref: *722 + repository: *710 sender: *4 required: - action @@ -117248,7 +117263,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117427,12 +117442,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *720 - enterprise: *706 - installation: *707 - organization: *708 - ref: *721 - repository: *709 + commit_oid: *721 + enterprise: *707 + installation: *708 + organization: *709 + ref: *722 + repository: *710 sender: *4 required: - action @@ -117598,7 +117613,7 @@ webhooks: required: - login - id - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117775,12 +117790,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *720 - enterprise: *706 - installation: *707 - organization: *708 - ref: *721 - repository: *709 + commit_oid: *721 + enterprise: *707 + installation: *708 + organization: *709 + ref: *722 + repository: *710 sender: *4 required: - action @@ -117880,7 +117895,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118060,9 +118075,9 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -118070,7 +118085,7 @@ webhooks: type: - string - 'null' - repository: *709 + repository: *710 sender: *4 required: - action @@ -118166,7 +118181,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118313,12 +118328,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *720 - enterprise: *706 - installation: *707 - organization: *708 - ref: *721 - repository: *709 + commit_oid: *721 + enterprise: *707 + installation: *708 + organization: *709 + ref: *722 + repository: *710 sender: *4 required: - action @@ -118580,10 +118595,10 @@ webhooks: - updated_at - author_association - body - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -118664,18 +118679,18 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *708 - pusher_type: &722 + organization: *709 + pusher_type: &723 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &723 + ref: &724 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -118685,7 +118700,7 @@ webhooks: enum: - tag - branch - repository: *709 + repository: *710 sender: *4 required: - ref @@ -118768,9 +118783,9 @@ webhooks: enum: - created definition: *104 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -118855,9 +118870,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -118935,9 +118950,9 @@ webhooks: enum: - updated definition: *104 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -119014,19 +119029,19 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - repository: *709 - organization: *708 + enterprise: *707 + installation: *708 + repository: *710 + organization: *709 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *293 + items: *294 old_property_values: type: array description: The old custom property values for the repository. - items: *293 + items: *294 required: - action - repository @@ -119102,18 +119117,18 @@ webhooks: title: delete event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - pusher_type: *722 - ref: *723 + enterprise: *707 + installation: *708 + organization: *709 + pusher_type: *723 + ref: *724 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *709 + repository: *710 sender: *4 required: - ref @@ -119197,11 +119212,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119285,11 +119300,11 @@ webhooks: type: string enum: - auto_reopened - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119373,11 +119388,11 @@ webhooks: type: string enum: - created - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119459,11 +119474,11 @@ webhooks: type: string enum: - dismissed - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119545,11 +119560,11 @@ webhooks: type: string enum: - fixed - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119632,11 +119647,11 @@ webhooks: type: string enum: - reintroduced - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119718,11 +119733,11 @@ webhooks: type: string enum: - reopened - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119799,9 +119814,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - key: &724 + enterprise: *707 + installation: *708 + key: &725 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -119839,8 +119854,8 @@ webhooks: - verified - created_at - read_only - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -119917,11 +119932,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - key: *724 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + key: *725 + organization: *709 + repository: *710 sender: *4 required: - action @@ -120493,12 +120508,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: &728 + workflow: &729 title: Workflow type: - object @@ -121236,13 +121251,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *483 + deployment: *484 pull_requests: type: array - items: *565 - repository: *709 - organization: *708 - installation: *707 + items: *566 + repository: *710 + organization: *709 + installation: *708 sender: *4 responses: '200': @@ -121313,7 +121328,7 @@ webhooks: type: string enum: - approved - approver: &725 + approver: &726 type: object properties: avatar_url: @@ -121356,11 +121371,11 @@ webhooks: type: string comment: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - reviewers: &726 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + reviewers: &727 type: array items: type: object @@ -121441,7 +121456,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &727 + workflow_job_run: &728 type: object properties: conclusion: @@ -122187,18 +122202,18 @@ webhooks: type: string enum: - rejected - approver: *725 + approver: *726 comment: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - reviewers: *726 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + reviewers: *727 sender: *4 since: type: string - workflow_job_run: *727 + workflow_job_run: *728 workflow_job_runs: type: array items: @@ -122915,13 +122930,13 @@ webhooks: type: string enum: - requested - enterprise: *706 + enterprise: *707 environment: type: string - installation: *707 - organization: *708 - repository: *709 - requestor: &733 + installation: *708 + organization: *709 + repository: *710 + requestor: &734 title: User type: - object @@ -124864,12 +124879,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *728 + workflow: *729 workflow_run: title: Deployment Workflow Run type: @@ -125560,7 +125575,7 @@ webhooks: type: string enum: - answered - answer: &731 + answer: &732 type: object properties: author_association: @@ -125720,7 +125735,7 @@ webhooks: - created_at - updated_at - body - discussion: &729 + discussion: &730 title: Discussion description: A Discussion in a repository. type: object @@ -126016,7 +126031,7 @@ webhooks: - id labels: type: array - items: *528 + items: *529 required: - repository_url - category @@ -126038,10 +126053,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126168,11 +126183,11 @@ webhooks: - from required: - category - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126255,11 +126270,11 @@ webhooks: type: string enum: - closed - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126341,7 +126356,7 @@ webhooks: type: string enum: - created - comment: &730 + comment: &731 type: object properties: author_association: @@ -126501,11 +126516,11 @@ webhooks: - updated_at - body - reactions - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126588,12 +126603,12 @@ webhooks: type: string enum: - deleted - comment: *730 - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + comment: *731 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126688,12 +126703,12 @@ webhooks: - from required: - body - comment: *730 - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + comment: *731 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126777,11 +126792,11 @@ webhooks: type: string enum: - created - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126863,11 +126878,11 @@ webhooks: type: string enum: - deleted - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126967,11 +126982,11 @@ webhooks: type: string required: - from - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127053,10 +127068,10 @@ webhooks: type: string enum: - labeled - discussion: *729 - enterprise: *706 - installation: *707 - label: &732 + discussion: *730 + enterprise: *707 + installation: *708 + label: &733 title: Label type: object properties: @@ -127089,8 +127104,8 @@ webhooks: - color - default - description - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127173,11 +127188,11 @@ webhooks: type: string enum: - locked - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127259,11 +127274,11 @@ webhooks: type: string enum: - pinned - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127345,11 +127360,11 @@ webhooks: type: string enum: - reopened - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127434,16 +127449,16 @@ webhooks: changes: type: object properties: - new_discussion: *729 - new_repository: *709 + new_discussion: *730 + new_repository: *710 required: - new_discussion - new_repository - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127526,10 +127541,10 @@ webhooks: type: string enum: - unanswered - discussion: *729 - old_answer: *731 - organization: *708 - repository: *709 + discussion: *730 + old_answer: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127611,12 +127626,12 @@ webhooks: type: string enum: - unlabeled - discussion: *729 - enterprise: *706 - installation: *707 - label: *732 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127699,11 +127714,11 @@ webhooks: type: string enum: - unlocked - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127785,11 +127800,11 @@ webhooks: type: string enum: - unpinned - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127862,7 +127877,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *706 + enterprise: *707 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -128540,9 +128555,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - forkee @@ -128688,9 +128703,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pages: description: The pages that were updated. type: array @@ -128728,7 +128743,7 @@ webhooks: - action - sha - html_url - repository: *709 + repository: *710 sender: *4 required: - pages @@ -128804,10 +128819,10 @@ webhooks: type: string enum: - created - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: &734 + organization: *709 + repositories: &735 description: An array of repository objects that the installation can access. type: array @@ -128833,8 +128848,8 @@ webhooks: - name - full_name - private - repository: *709 - requester: *733 + repository: *710 + requester: *734 sender: *4 required: - action @@ -128909,11 +128924,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *734 - repository: *709 + organization: *709 + repositories: *735 + repository: *710 requester: type: - 'null' @@ -128990,11 +129005,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *734 - repository: *709 + organization: *709 + repositories: *735 + repository: *710 requester: type: - 'null' @@ -129071,10 +129086,10 @@ webhooks: type: string enum: - added - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories_added: &735 + organization: *709 + repositories_added: &736 description: An array of repository objects, which were added to the installation. type: array @@ -129120,15 +129135,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *709 - repository_selection: &736 + repository: *710 + repository_selection: &737 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *733 + requester: *734 sender: *4 required: - action @@ -129207,10 +129222,10 @@ webhooks: type: string enum: - removed - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories_added: *735 + organization: *709 + repositories_added: *736 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129237,9 +129252,9 @@ webhooks: - name - full_name - private - repository: *709 - repository_selection: *736 - requester: *733 + repository: *710 + repository_selection: *737 + requester: *734 sender: *4 required: - action @@ -129318,11 +129333,11 @@ webhooks: type: string enum: - suspend - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *734 - repository: *709 + organization: *709 + repositories: *735 + repository: *710 requester: type: - 'null' @@ -129505,10 +129520,10 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 target_type: type: string @@ -129587,11 +129602,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *734 - repository: *709 + organization: *709 + repositories: *735 + repository: *710 requester: type: - 'null' @@ -129839,8 +129854,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131030,8 +131045,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131111,7 +131126,7 @@ webhooks: type: string enum: - deleted - comment: &737 + comment: &738 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -131278,8 +131293,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -132467,8 +132482,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -132548,7 +132563,7 @@ webhooks: type: string enum: - edited - changes: &762 + changes: &763 description: The changes to the comment. type: object properties: @@ -132560,9 +132575,9 @@ webhooks: type: string required: - from - comment: *737 - enterprise: *706 - installation: *707 + comment: *738 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133751,8 +133766,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -133834,10 +133849,10 @@ webhooks: type: string enum: - assigned - assignee: *733 - enterprise: *706 - installation: *707 - issue: &740 + assignee: *734 + enterprise: *707 + installation: *708 + issue: &741 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -134781,8 +134796,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -134862,8 +134877,8 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135955,8 +135970,8 @@ webhooks: required: - state - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -136035,8 +136050,8 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136973,8 +136988,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -137053,8 +137068,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137995,7 +138010,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &738 + milestone: &739 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138138,8 +138153,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -138238,8 +138253,8 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139183,9 +139198,9 @@ webhooks: - active_lock_reason - body - reactions - label: *732 - organization: *708 - repository: *709 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139265,8 +139280,8 @@ webhooks: type: string enum: - labeled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140209,9 +140224,9 @@ webhooks: - active_lock_reason - body - reactions - label: *732 - organization: *708 - repository: *709 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -140291,8 +140306,8 @@ webhooks: type: string enum: - locked - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141237,8 +141252,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -141317,8 +141332,8 @@ webhooks: type: string enum: - milestoned - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142257,9 +142272,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *738 - organization: *708 - repository: *709 + milestone: *739 + organization: *709 + repository: *710 sender: *4 required: - action @@ -143759,8 +143774,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144703,8 +144718,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -144784,9 +144799,9 @@ webhooks: type: string enum: - pinned - enterprise: *706 - installation: *707 - issue: &739 + enterprise: *707 + installation: *708 + issue: &740 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -145723,8 +145738,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -145803,8 +145818,8 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146748,8 +146763,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -148249,11 +148264,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *706 - installation: *707 - issue: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -148334,7 +148349,7 @@ webhooks: type: string enum: - unassigned - assignee: &765 + assignee: &766 title: User type: - object @@ -148406,11 +148421,11 @@ webhooks: required: - login - id - enterprise: *706 - installation: *707 - issue: *740 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *741 + organization: *709 + repository: *710 sender: *4 required: - action @@ -148489,12 +148504,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *706 - installation: *707 - issue: *740 - label: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *741 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -148574,8 +148589,8 @@ webhooks: type: string enum: - unlocked - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149518,8 +149533,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149599,11 +149614,11 @@ webhooks: type: string enum: - unpinned - enterprise: *706 - installation: *707 - issue: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149682,11 +149697,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - label: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149764,11 +149779,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - label: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149878,11 +149893,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - label: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149964,9 +149979,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: &741 + enterprise: *707 + installation: *708 + marketplace_purchase: &742 title: Marketplace Purchase type: object required: @@ -150054,8 +150069,8 @@ webhooks: type: integer unit_count: type: integer - organization: *708 - previous_marketplace_purchase: &742 + organization: *709 + previous_marketplace_purchase: &743 title: Marketplace Purchase type: object properties: @@ -150139,7 +150154,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -150219,10 +150234,10 @@ webhooks: - changed effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *741 - organization: *708 + enterprise: *707 + installation: *708 + marketplace_purchase: *742 + organization: *709 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150310,7 +150325,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -150392,10 +150407,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *741 - organization: *708 + enterprise: *707 + installation: *708 + marketplace_purchase: *742 + organization: *709 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150481,7 +150496,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -150562,8 +150577,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 marketplace_purchase: title: Marketplace Purchase type: object @@ -150649,9 +150664,9 @@ webhooks: type: integer unit_count: type: integer - organization: *708 - previous_marketplace_purchase: *742 - repository: *709 + organization: *709 + previous_marketplace_purchase: *743 + repository: *710 sender: *4 required: - action @@ -150731,12 +150746,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *741 - organization: *708 - previous_marketplace_purchase: *742 - repository: *709 + enterprise: *707 + installation: *708 + marketplace_purchase: *742 + organization: *709 + previous_marketplace_purchase: *743 + repository: *710 sender: *4 required: - action @@ -150838,11 +150853,11 @@ webhooks: type: string required: - to - enterprise: *706 - installation: *707 - member: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *734 + organization: *709 + repository: *710 sender: *4 required: - action @@ -150944,11 +150959,11 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 - member: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *734 + organization: *709 + repository: *710 sender: *4 required: - action @@ -151027,11 +151042,11 @@ webhooks: type: string enum: - removed - enterprise: *706 - installation: *707 - member: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *734 + organization: *709 + repository: *710 sender: *4 required: - action @@ -151109,11 +151124,11 @@ webhooks: type: string enum: - added - enterprise: *706 - installation: *707 - member: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *734 + organization: *709 + repository: *710 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151191,7 +151206,7 @@ webhooks: required: - login - id - team: &743 + team: &744 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -151384,11 +151399,11 @@ webhooks: type: string enum: - removed - enterprise: *706 - installation: *707 - member: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *734 + organization: *709 + repository: *710 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151467,7 +151482,7 @@ webhooks: required: - login - id - team: *743 + team: *744 required: - action - scope @@ -151549,8 +151564,8 @@ webhooks: type: string enum: - checks_requested - installation: *707 - merge_group: &744 + installation: *708 + merge_group: &745 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -151569,15 +151584,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *417 + head_commit: *418 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -151663,10 +151678,10 @@ webhooks: - merged - invalidated - dequeued - installation: *707 - merge_group: *744 - organization: *708 - repository: *709 + installation: *708 + merge_group: *745 + organization: *709 + repository: *710 sender: *4 required: - action @@ -151739,7 +151754,7 @@ webhooks: type: string enum: - deleted - enterprise: *706 + enterprise: *707 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -151847,12 +151862,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *707 - organization: *708 + installation: *708 + organization: *709 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -151932,11 +151947,11 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - milestone: *738 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *739 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152015,9 +152030,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - milestone: &745 + enterprise: *707 + installation: *708 + milestone: &746 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152159,8 +152174,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152239,11 +152254,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - milestone: *738 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *739 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152353,11 +152368,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - milestone: *738 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *739 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152437,11 +152452,11 @@ webhooks: type: string enum: - opened - enterprise: *706 - installation: *707 - milestone: *745 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *746 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152520,11 +152535,11 @@ webhooks: type: string enum: - blocked - blocked_user: *733 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + blocked_user: *734 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152603,11 +152618,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *733 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + blocked_user: *734 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152686,9 +152701,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - membership: &746 + enterprise: *707 + installation: *708 + membership: &747 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -152782,8 +152797,8 @@ webhooks: - role - organization_url - user - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152861,11 +152876,11 @@ webhooks: type: string enum: - member_added - enterprise: *706 - installation: *707 - membership: *746 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *747 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152944,8 +152959,8 @@ webhooks: type: string enum: - member_invited - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -153067,10 +153082,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 - user: *733 + user: *734 required: - action - invitation @@ -153148,11 +153163,11 @@ webhooks: type: string enum: - member_removed - enterprise: *706 - installation: *707 - membership: *746 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *747 + organization: *709 + repository: *710 sender: *4 required: - action @@ -153239,11 +153254,11 @@ webhooks: properties: from: type: string - enterprise: *706 - installation: *707 - membership: *746 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *747 + organization: *709 + repository: *710 sender: *4 required: - action @@ -153319,9 +153334,9 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 package: description: Information about the package. type: object @@ -153844,7 +153859,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &747 + items: &748 title: Ruby Gems metadata type: object properties: @@ -153941,7 +153956,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -154017,9 +154032,9 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 package: description: Information about the package. type: object @@ -154381,7 +154396,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *747 + items: *748 source_url: type: string format: uri @@ -154452,7 +154467,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -154633,12 +154648,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *706 + enterprise: *707 id: type: integer - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - id @@ -154718,7 +154733,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &748 + personal_access_token_request: &749 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -154868,10 +154883,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *706 - organization: *708 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -154950,11 +154965,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *748 - enterprise: *706 - organization: *708 + personal_access_token_request: *749 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -155032,11 +155047,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *748 - enterprise: *706 - organization: *708 + personal_access_token_request: *749 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -155113,11 +155128,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *748 - organization: *708 - enterprise: *706 + personal_access_token_request: *749 + organization: *709 + enterprise: *707 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -155221,7 +155236,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *749 + last_response: *750 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -155253,8 +155268,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 zen: description: Random string of GitHub zen. @@ -155499,10 +155514,10 @@ webhooks: - from required: - note - enterprise: *706 - installation: *707 - organization: *708 - project_card: &750 + enterprise: *707 + installation: *708 + organization: *709 + project_card: &751 title: Project Card type: object properties: @@ -155625,7 +155640,7 @@ webhooks: - creator - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -155706,11 +155721,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project_card: *750 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_card: *751 + repository: *710 sender: *4 required: - action @@ -155790,9 +155805,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 project_card: title: Project Card type: object @@ -155922,7 +155937,7 @@ webhooks: repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -156016,11 +156031,11 @@ webhooks: - from required: - note - enterprise: *706 - installation: *707 - organization: *708 - project_card: *750 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_card: *751 + repository: *710 sender: *4 required: - action @@ -156114,9 +156129,9 @@ webhooks: - from required: - column_id - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 project_card: allOf: - title: Project Card @@ -156313,7 +156328,7 @@ webhooks: type: string required: - after_id - repository: *709 + repository: *710 sender: *4 required: - action @@ -156393,10 +156408,10 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - organization: *708 - project: &752 + enterprise: *707 + installation: *708 + organization: *709 + project: &753 title: Project type: object properties: @@ -156523,7 +156538,7 @@ webhooks: - creator - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -156603,10 +156618,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project_column: &751 + enterprise: *707 + installation: *708 + organization: *709 + project_column: &752 title: Project Column type: object properties: @@ -156646,7 +156661,7 @@ webhooks: - name - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -156725,14 +156740,14 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - project_column: *751 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *752 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -156821,11 +156836,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - project_column: *751 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *752 + repository: *710 sender: *4 required: - action @@ -156905,11 +156920,11 @@ webhooks: type: string enum: - moved - enterprise: *706 - installation: *707 - organization: *708 - project_column: *751 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *752 + repository: *710 sender: *4 required: - action @@ -156989,11 +157004,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project: *752 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *753 + repository: *710 sender: *4 required: - action @@ -157073,14 +157088,14 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - project: *752 + enterprise: *707 + installation: *708 + organization: *709 + project: *753 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -157181,11 +157196,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - project: *752 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *753 + repository: *710 sender: *4 required: - action @@ -157264,11 +157279,11 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 - organization: *708 - project: *752 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *753 + repository: *710 sender: *4 required: - action @@ -157349,9 +157364,9 @@ webhooks: type: string enum: - closed - installation: *707 - organization: *708 - projects_v2: &753 + installation: *708 + organization: *709 + projects_v2: &754 title: Projects v2 Project description: A projects v2 project type: object @@ -157499,9 +157514,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2: *753 + installation: *708 + organization: *709 + projects_v2: *754 sender: *4 required: - action @@ -157582,9 +157597,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2: *753 + installation: *708 + organization: *709 + projects_v2: *754 sender: *4 required: - action @@ -157705,9 +157720,9 @@ webhooks: type: string to: type: string - installation: *707 - organization: *708 - projects_v2: *753 + installation: *708 + organization: *709 + projects_v2: *754 sender: *4 required: - action @@ -157790,7 +157805,7 @@ webhooks: type: string enum: - archived - changes: &757 + changes: &758 type: object properties: archived_at: @@ -157806,9 +157821,9 @@ webhooks: - string - 'null' format: date-time - installation: *707 - organization: *708 - projects_v2_item: &754 + installation: *708 + organization: *709 + projects_v2_item: &755 title: Projects v2 Item description: An item belonging to a project type: object @@ -157947,9 +157962,9 @@ webhooks: - 'null' to: type: string - installation: *707 - organization: *708 - projects_v2_item: *754 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158031,9 +158046,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2_item: *754 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158114,9 +158129,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2_item: *754 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158221,7 +158236,7 @@ webhooks: oneOf: - type: string - type: integer - - &755 + - &756 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -158241,7 +158256,7 @@ webhooks: required: - id - name - - &756 + - &757 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -158270,8 +158285,8 @@ webhooks: oneOf: - type: string - type: integer - - *755 - *756 + - *757 type: - 'null' - string @@ -158294,9 +158309,9 @@ webhooks: - 'null' required: - body - installation: *707 - organization: *708 - projects_v2_item: *754 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158393,9 +158408,9 @@ webhooks: type: - string - 'null' - installation: *707 - organization: *708 - projects_v2_item: *754 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158478,10 +158493,10 @@ webhooks: type: string enum: - restored - changes: *757 - installation: *707 - organization: *708 - projects_v2_item: *754 + changes: *758 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158563,9 +158578,9 @@ webhooks: type: string enum: - reopened - installation: *707 - organization: *708 - projects_v2: *753 + installation: *708 + organization: *709 + projects_v2: *754 sender: *4 required: - action @@ -158646,9 +158661,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2_status_update: &758 + installation: *708 + organization: *709 + projects_v2_status_update: &759 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -158783,9 +158798,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2_status_update: *758 + installation: *708 + organization: *709 + projects_v2_status_update: *759 sender: *4 required: - action @@ -158931,9 +158946,9 @@ webhooks: - string - 'null' format: date - installation: *707 - organization: *708 - projects_v2_status_update: *758 + installation: *708 + organization: *709 + projects_v2_status_update: *759 sender: *4 required: - action @@ -159004,10 +159019,10 @@ webhooks: title: public event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - repository @@ -159084,13 +159099,13 @@ webhooks: type: string enum: - assigned - assignee: *733 - enterprise: *706 - installation: *707 - number: &759 + assignee: *734 + enterprise: *707 + installation: *708 + number: &760 description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -161439,7 +161454,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -161521,11 +161536,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -163867,7 +163882,7 @@ webhooks: - draft reason: type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -163949,11 +163964,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -166295,7 +166310,7 @@ webhooks: - draft reason: type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -166377,13 +166392,13 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: &760 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: &761 allOf: - - *565 + - *566 - type: object properties: allow_auto_merge: @@ -166445,7 +166460,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *709 + repository: *710 sender: *4 required: - action @@ -166526,12 +166541,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: *760 - repository: *709 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: *761 + repository: *710 sender: *4 required: - action @@ -166611,11 +166626,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *706 - milestone: *463 - number: *759 - organization: *708 - pull_request: &761 + enterprise: *707 + milestone: *464 + number: *760 + organization: *709 + pull_request: &762 title: Pull Request type: object properties: @@ -168942,7 +168957,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -169021,11 +169036,11 @@ webhooks: type: string enum: - dequeued - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -171371,7 +171386,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *709 + repository: *710 sender: *4 required: - action @@ -171495,12 +171510,12 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: *760 - repository: *709 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: *761 + repository: *710 sender: *4 required: - action @@ -171580,11 +171595,11 @@ webhooks: type: string enum: - enqueued - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -173915,7 +173930,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -173995,11 +174010,11 @@ webhooks: type: string enum: - labeled - enterprise: *706 - installation: *707 - label: *732 - number: *759 - organization: *708 + enterprise: *707 + installation: *708 + label: *733 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -176347,7 +176362,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -176428,10 +176443,10 @@ webhooks: type: string enum: - locked - enterprise: *706 - installation: *707 - number: *759 - organization: *708 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -178777,7 +178792,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -178857,12 +178872,12 @@ webhooks: type: string enum: - milestoned - enterprise: *706 - milestone: *463 - number: *759 - organization: *708 - pull_request: *761 - repository: *709 + enterprise: *707 + milestone: *464 + number: *760 + organization: *709 + pull_request: *762 + repository: *710 sender: *4 required: - action @@ -178941,12 +178956,12 @@ webhooks: type: string enum: - opened - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: *760 - repository: *709 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: *761 + repository: *710 sender: *4 required: - action @@ -179027,12 +179042,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: *760 - repository: *709 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: *761 + repository: *710 sender: *4 required: - action @@ -179112,12 +179127,12 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: *760 - repository: *709 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: *761 + repository: *710 sender: *4 required: - action @@ -179492,9 +179507,9 @@ webhooks: - start_side - side - reactions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -181724,7 +181739,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -181804,7 +181819,7 @@ webhooks: type: string enum: - deleted - comment: &763 + comment: &764 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. @@ -182097,9 +182112,9 @@ webhooks: - start_side - side - reactions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -184317,7 +184332,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -184397,11 +184412,11 @@ webhooks: type: string enum: - edited - changes: *762 - comment: *763 - enterprise: *706 - installation: *707 - organization: *708 + changes: *763 + comment: *764 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -186622,7 +186637,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -186703,9 +186718,9 @@ webhooks: type: string enum: - dismissed - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -188938,7 +188953,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 review: description: The review that was affected. type: object @@ -189184,9 +189199,9 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -191300,8 +191315,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 - review: &764 + repository: *710 + review: &765 description: The review that was affected. type: object properties: @@ -191534,12 +191549,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -193886,7 +193901,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_reviewer: title: User type: @@ -193972,12 +193987,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -196331,7 +196346,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_team: title: Team description: Groups of organization members that gives permissions @@ -196526,12 +196541,12 @@ webhooks: type: string enum: - review_requested - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -198880,7 +198895,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_reviewer: title: User type: @@ -198967,12 +198982,12 @@ webhooks: type: string enum: - review_requested - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -201312,7 +201327,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_team: title: Team description: Groups of organization members that gives permissions @@ -201496,9 +201511,9 @@ webhooks: type: string enum: - submitted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -203734,8 +203749,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 - review: *764 + repository: *710 + review: *765 sender: *4 required: - action @@ -203815,9 +203830,9 @@ webhooks: type: string enum: - resolved - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -205948,7 +205963,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 sender: *4 thread: type: object @@ -206340,9 +206355,9 @@ webhooks: type: string enum: - unresolved - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -208456,7 +208471,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 sender: *4 thread: type: object @@ -208850,10 +208865,10 @@ webhooks: type: string before: type: string - enterprise: *706 - installation: *707 - number: *759 - organization: *708 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -211188,7 +211203,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -211270,11 +211285,11 @@ webhooks: type: string enum: - unassigned - assignee: *765 - enterprise: *706 - installation: *707 - number: *759 - organization: *708 + assignee: *766 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -213624,7 +213639,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -213703,11 +213718,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *706 - installation: *707 - label: *732 - number: *759 - organization: *708 + enterprise: *707 + installation: *708 + label: *733 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -216046,7 +216061,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -216127,10 +216142,10 @@ webhooks: type: string enum: - unlocked - enterprise: *706 - installation: *707 - number: *759 - organization: *708 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -218459,7 +218474,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -218662,7 +218677,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *706 + enterprise: *707 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -218757,8 +218772,8 @@ webhooks: - url - author - committer - installation: *707 - organization: *708 + installation: *708 + organization: *709 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -219346,9 +219361,9 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 registry_package: type: object properties: @@ -219825,7 +219840,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *747 + items: *748 summary: type: string tag_name: @@ -219881,7 +219896,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -219959,9 +219974,9 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 registry_package: type: object properties: @@ -220273,7 +220288,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *747 + items: *748 summary: type: string tag_name: @@ -220323,7 +220338,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -220400,10 +220415,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - release: &766 + enterprise: *707 + installation: *708 + organization: *709 + release: &767 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -220719,7 +220734,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *709 + repository: *710 sender: *4 required: - action @@ -220796,11 +220811,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - release: *766 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *767 + repository: *710 sender: *4 required: - action @@ -220908,11 +220923,11 @@ webhooks: type: boolean required: - to - enterprise: *706 - installation: *707 - organization: *708 - release: *766 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *767 + repository: *710 sender: *4 required: - action @@ -220990,9 +221005,9 @@ webhooks: type: string enum: - prereleased - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -221313,7 +221328,7 @@ webhooks: - string - 'null' format: uri - repository: *709 + repository: *710 sender: *4 required: - action @@ -221389,10 +221404,10 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - release: &767 + enterprise: *707 + installation: *708 + organization: *709 + release: &768 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -221710,7 +221725,7 @@ webhooks: - string - 'null' format: uri - repository: *709 + repository: *710 sender: *4 required: - action @@ -221786,11 +221801,11 @@ webhooks: type: string enum: - released - enterprise: *706 - installation: *707 - organization: *708 - release: *766 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *767 + repository: *710 sender: *4 required: - action @@ -221866,11 +221881,11 @@ webhooks: type: string enum: - unpublished - enterprise: *706 - installation: *707 - organization: *708 - release: *767 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *768 + repository: *710 sender: *4 required: - action @@ -221946,11 +221961,11 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - repository_advisory: *618 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + repository_advisory: *619 sender: *4 required: - action @@ -222026,11 +222041,11 @@ webhooks: type: string enum: - reported - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - repository_advisory: *618 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + repository_advisory: *619 sender: *4 required: - action @@ -222106,10 +222121,10 @@ webhooks: type: string enum: - archived - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222186,10 +222201,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222267,10 +222282,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222355,10 +222370,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222473,10 +222488,10 @@ webhooks: - 'null' items: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222548,10 +222563,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 status: type: string @@ -222632,10 +222647,10 @@ webhooks: type: string enum: - privatized - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222712,10 +222727,10 @@ webhooks: type: string enum: - publicized - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222809,10 +222824,10 @@ webhooks: - name required: - repository - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222892,10 +222907,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *118 sender: *4 required: @@ -222974,10 +222989,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *118 sender: *4 required: @@ -223056,10 +223071,10 @@ webhooks: type: string enum: - edited - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *118 changes: type: object @@ -223367,10 +223382,10 @@ webhooks: - from required: - owner - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -223448,10 +223463,10 @@ webhooks: type: string enum: - unarchived - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -223529,7 +223544,7 @@ webhooks: type: string enum: - create - alert: &768 + alert: &769 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -223653,10 +223668,10 @@ webhooks: type: string enum: - open - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -223866,10 +223881,10 @@ webhooks: type: string enum: - dismissed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -223947,11 +223962,11 @@ webhooks: type: string enum: - reopen - alert: *768 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *769 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224153,10 +224168,10 @@ webhooks: enum: - fixed - open - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224234,7 +224249,7 @@ webhooks: type: string enum: - created - alert: &769 + alert: &770 type: object properties: number: *94 @@ -224344,10 +224359,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224428,11 +224443,11 @@ webhooks: type: string enum: - created - alert: *769 - installation: *707 - location: *770 - organization: *708 - repository: *709 + alert: *770 + installation: *708 + location: *771 + organization: *709 + repository: *710 sender: *4 required: - location @@ -224670,11 +224685,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *769 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *770 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224752,11 +224767,11 @@ webhooks: type: string enum: - reopened - alert: *769 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *770 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224834,11 +224849,11 @@ webhooks: type: string enum: - resolved - alert: *769 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *770 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224916,11 +224931,11 @@ webhooks: type: string enum: - validated - alert: *769 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *770 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -225050,10 +225065,10 @@ webhooks: - organization - enterprise - - repository: *709 - enterprise: *706 - installation: *707 - organization: *708 + repository: *710 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -225131,11 +225146,11 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - security_advisory: &771 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + security_advisory: &772 description: The details of the security advisory, including summary, description, and severity. type: object @@ -225321,11 +225336,11 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - security_advisory: *771 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + security_advisory: *772 sender: *4 required: - action @@ -225398,10 +225413,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -225587,11 +225602,11 @@ webhooks: from: type: object properties: - security_and_analysis: *294 - enterprise: *706 - installation: *707 - organization: *708 - repository: *351 + security_and_analysis: *295 + enterprise: *707 + installation: *708 + organization: *709 + repository: *352 sender: *4 required: - changes @@ -225669,12 +225684,12 @@ webhooks: type: string enum: - cancelled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: &772 + sponsorship: &773 type: object properties: created_at: @@ -225979,12 +225994,12 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *772 + sponsorship: *773 required: - action - sponsorship @@ -226072,12 +226087,12 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *772 + sponsorship: *773 required: - action - changes @@ -226154,17 +226169,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &773 + effective_date: &774 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: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *772 + sponsorship: *773 required: - action - sponsorship @@ -226238,7 +226253,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &774 + changes: &775 type: object properties: tier: @@ -226282,13 +226297,13 @@ webhooks: - from required: - tier - effective_date: *773 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + effective_date: *774 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *772 + sponsorship: *773 required: - action - changes @@ -226365,13 +226380,13 @@ webhooks: type: string enum: - tier_changed - changes: *774 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + changes: *775 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *772 + sponsorship: *773 required: - action - changes @@ -226445,10 +226460,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -226532,10 +226547,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -226968,15 +226983,15 @@ webhooks: type: - string - 'null' - enterprise: *706 + enterprise: *707 id: description: The unique identifier of the status. type: integer - installation: *707 + installation: *708 name: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 sha: description: The Commit SHA. @@ -227092,9 +227107,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *141 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -227184,9 +227199,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *141 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -227276,9 +227291,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *141 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -227368,9 +227383,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *141 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -227447,12 +227462,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - team: &775 + team: &776 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -227645,9 +227660,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -228117,7 +228132,7 @@ webhooks: - topics - visibility sender: *4 - team: *775 + team: *776 required: - action - team @@ -228193,9 +228208,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -228665,7 +228680,7 @@ webhooks: - topics - visibility sender: *4 - team: *775 + team: *776 required: - action - team @@ -228742,9 +228757,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -229214,7 +229229,7 @@ webhooks: - topics - visibility sender: *4 - team: *775 + team: *776 required: - action - team @@ -229358,9 +229373,9 @@ webhooks: - from required: - permissions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -229830,7 +229845,7 @@ webhooks: - topics - visibility sender: *4 - team: *775 + team: *776 required: - action - changes @@ -229908,9 +229923,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -230380,7 +230395,7 @@ webhooks: - topics - visibility sender: *4 - team: *775 + team: *776 required: - action - team @@ -230456,10 +230471,10 @@ webhooks: type: string enum: - started - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230532,17 +230547,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *706 + enterprise: *707 inputs: type: - object - 'null' additionalProperties: true - installation: *707 - organization: *708 + installation: *708 + organization: *709 ref: type: string - repository: *709 + repository: *710 sender: *4 workflow: type: string @@ -230624,10 +230639,10 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: allOf: @@ -230883,7 +230898,7 @@ webhooks: type: string required: - conclusion - deployment: *483 + deployment: *484 required: - action - repository @@ -230962,10 +230977,10 @@ webhooks: type: string enum: - in_progress - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: allOf: @@ -231247,7 +231262,7 @@ webhooks: required: - status - steps - deployment: *483 + deployment: *484 required: - action - repository @@ -231326,10 +231341,10 @@ webhooks: type: string enum: - queued - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: type: object @@ -231475,7 +231490,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *483 + deployment: *484 required: - action - repository @@ -231554,10 +231569,10 @@ webhooks: type: string enum: - waiting - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: type: object @@ -231704,7 +231719,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *483 + deployment: *484 required: - action - repository @@ -231784,12 +231799,12 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *728 + workflow: *729 workflow_run: title: Workflow Run type: object @@ -232808,12 +232823,12 @@ webhooks: type: string enum: - in_progress - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *728 + workflow: *729 workflow_run: title: Workflow Run type: object @@ -233817,12 +233832,12 @@ webhooks: type: string enum: - requested - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *728 + workflow: *729 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 53926cbce..57d329a08 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -36475,6 +36475,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -118029,6 +118037,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -328491,6 +328507,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -416291,7 +416315,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -422379,7 +422403,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 8706f5595..68ef928cb 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -896,7 +896,7 @@ paths: - subscriptions_url - type - url - type: &310 + type: &311 type: string description: The type of credit the user is receiving. enum: @@ -1062,7 +1062,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: - - &620 + - &621 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1658,7 +1658,7 @@ paths: schema: type: integer default: 30 - - &239 + - &240 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 @@ -1674,7 +1674,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1767,7 +1767,7 @@ paths: - installation_id - repository_id examples: - default: &241 + default: &242 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1799,7 +1799,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &630 + schema: &631 title: Scim Error description: Scim Error type: object @@ -1902,7 +1902,7 @@ paths: description: Response content: application/json: - schema: &242 + schema: &243 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2037,7 +2037,7 @@ paths: - request - response examples: - default: &243 + default: &244 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -11287,7 +11287,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &423 + instances_url: &424 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11323,7 +11323,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &424 + dismissed_reason: &425 type: - string - 'null' @@ -11334,14 +11334,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &425 + dismissed_comment: &426 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &426 + rule: &427 type: object properties: id: @@ -11402,7 +11402,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &427 + tool: &428 type: object properties: name: *83 @@ -11413,15 +11413,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *84 - most_recent_instance: &428 + most_recent_instance: &429 type: object properties: - ref: &421 + ref: &422 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &438 + analysis_key: &439 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11432,7 +11432,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &439 + category: &440 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13605,7 +13605,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &261 + - &262 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -13664,7 +13664,7 @@ paths: parent: anyOf: - type: 'null' - - &274 + - &275 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -14706,6 +14706,18 @@ paths: schema: type: string - &229 + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string + - &230 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14715,7 +14727,7 @@ paths: enum: - development - runtime - - &230 + - &231 name: sort in: query description: |- @@ -14733,7 +14745,7 @@ paths: - *82 - *80 - *81 - - &231 + - &232 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14746,7 +14758,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &232 + - &233 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -14766,7 +14778,7 @@ paths: application/json: schema: type: array - items: &233 + items: &234 type: object description: A Dependabot alert. properties: @@ -14818,7 +14830,7 @@ paths: - development - runtime - - security_advisory: &475 + security_advisory: &476 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15053,7 +15065,7 @@ paths: dismissal. maxLength: 280 fixed_at: *103 - auto_dismissed_at: &476 + auto_dismissed_at: &477 type: - string - 'null' @@ -15080,7 +15092,7 @@ paths: - repository additionalProperties: false examples: - default: &234 + default: &235 value: - number: 2 state: dismissed @@ -15740,7 +15752,7 @@ paths: required: true content: application/json: - schema: &292 + schema: &293 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16108,7 +16120,7 @@ paths: type: object description: A repository rule. oneOf: - - &582 + - &583 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16120,7 +16132,7 @@ paths: type: string enum: - creation - - &583 + - &584 title: update description: Only allow users with bypass permission to update matching refs. @@ -16141,7 +16153,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &585 + - &586 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16153,7 +16165,7 @@ paths: type: string enum: - deletion - - &586 + - &587 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16165,7 +16177,7 @@ paths: type: string enum: - required_linear_history - - &587 + - &588 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16241,7 +16253,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &588 + - &589 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16265,7 +16277,7 @@ paths: type: string required: - required_deployment_environments - - &589 + - &590 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16277,7 +16289,7 @@ paths: type: string enum: - required_signatures - - &590 + - &591 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. @@ -16328,7 +16340,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &591 + - &592 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16375,7 +16387,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &592 + - &593 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16387,7 +16399,7 @@ paths: type: string enum: - non_fast_forward - - &593 + - &594 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16423,7 +16435,7 @@ paths: required: - operator - pattern - - &594 + - &595 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16459,7 +16471,7 @@ paths: required: - operator - pattern - - &595 + - &596 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16495,7 +16507,7 @@ paths: required: - operator - pattern - - &596 + - &597 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16531,7 +16543,7 @@ paths: required: - operator - pattern - - &597 + - &598 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16657,7 +16669,7 @@ paths: maximum: 100 required: - max_file_size - - &598 + - &599 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16706,7 +16718,7 @@ paths: - repository_id required: - workflows - - &599 + - &600 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -16863,7 +16875,7 @@ paths: conditions: anyOf: - *111 - - &297 + - &298 title: Organization ruleset conditions type: object description: |- @@ -17110,7 +17122,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *38 - - &301 + - &302 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17121,7 +17133,7 @@ paths: enum: - open - resolved - - &302 + - &303 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17131,7 +17143,7 @@ paths: required: false schema: type: string - - &303 + - &304 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17140,7 +17152,7 @@ paths: required: false schema: type: string - - &304 + - &305 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. @@ -17156,7 +17168,7 @@ paths: - *17 - *80 - *81 - - &305 + - &306 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17165,7 +17177,7 @@ paths: required: false schema: type: string - - &306 + - &307 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17174,7 +17186,7 @@ paths: schema: type: boolean default: false - - &307 + - &308 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -17190,7 +17202,7 @@ paths: application/json: schema: type: array - items: &308 + items: &309 type: object properties: number: *94 @@ -17206,14 +17218,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &612 + state: &613 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: &613 + resolution: &614 type: - string - 'null' @@ -17312,7 +17324,7 @@ paths: description: Whether the detected secret was found in multiple repositories in the same organization or enterprise. examples: - default: &309 + default: &310 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17575,7 +17587,7 @@ paths: description: Response content: application/json: - schema: &311 + schema: &312 type: object properties: total_minutes_used: @@ -17645,7 +17657,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &312 + default: &313 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -17683,7 +17695,7 @@ paths: description: Success content: application/json: - schema: &313 + schema: &314 type: object properties: total_advanced_security_committers: @@ -17746,7 +17758,7 @@ paths: required: - repositories examples: - default: &314 + default: &315 value: total_advanced_security_committers: 2 total_count: 2 @@ -17985,7 +17997,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &316 type: object properties: total_gigabytes_bandwidth_used: @@ -18003,7 +18015,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &316 + default: &317 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18035,7 +18047,7 @@ paths: description: Response content: application/json: - schema: &317 + schema: &318 type: object properties: days_left_in_billing_cycle: @@ -18053,7 +18065,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &318 + default: &319 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -18305,7 +18317,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-an-enterprise-team parameters: - *38 - - &273 + - &274 name: team_slug description: The slug of the team name. in: path @@ -18679,7 +18691,7 @@ paths: milestone: anyOf: - type: 'null' - - &463 + - &464 title: Milestone description: A collection of related issues and pull requests. @@ -18943,7 +18955,7 @@ paths: - author_association - created_at - updated_at - comment: &522 + comment: &523 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19518,7 +19530,7 @@ paths: url: type: string format: uri - user: &669 + user: &670 title: Public User description: Public User type: object @@ -21413,7 +21425,7 @@ paths: - closed - all default: open - - &262 + - &263 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -21464,7 +21476,7 @@ paths: type: array items: *141 examples: - default: &263 + default: &264 value: - id: 1 node_id: MDU6SXNzdWUx @@ -22875,14 +22887,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: - - &338 + - &339 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &339 + - &340 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -22953,7 +22965,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &352 + '301': &353 description: Moved permanently content: application/json: @@ -22975,7 +22987,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &551 + - &552 name: all description: If `true`, show notifications marked as read. in: query @@ -22983,7 +22995,7 @@ paths: schema: type: boolean default: false - - &552 + - &553 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -22993,7 +23005,7 @@ paths: type: boolean default: false - *131 - - &553 + - &554 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: @@ -23364,7 +23376,7 @@ paths: type: boolean examples: - false - security_and_analysis: &294 + security_and_analysis: &295 type: - object - 'null' @@ -23519,7 +23531,7 @@ paths: - url - subscription_url examples: - default: &554 + default: &555 value: - id: '1' repository: @@ -24072,7 +24084,7 @@ paths: type: array items: *56 examples: - default: &686 + default: &687 value: - login: github id: 1 @@ -25081,7 +25093,7 @@ paths: type: integer repository_cache_usages: type: array - items: &357 + items: &358 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25768,7 +25780,7 @@ paths: type: array items: *61 examples: - default: &680 + default: &681 value: total_count: 1 repositories: @@ -26591,7 +26603,7 @@ paths: type: array items: *183 examples: - default: &672 + default: &673 value: total_count: 1 repositories: @@ -27633,7 +27645,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27668,7 +27680,7 @@ paths: - key_id - key examples: - default: &378 + default: &379 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28079,7 +28091,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *163 - - &362 + - &363 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)." @@ -28689,7 +28701,7 @@ paths: bundle_url: type: string examples: - default: &391 + default: &392 value: attestations: - bundle: @@ -28858,7 +28870,7 @@ paths: type: array items: *4 examples: - default: &264 + default: &265 value: - login: octocat id: 1 @@ -28977,13 +28989,13 @@ paths: subcategory: bypass-requests parameters: - *163 - - &298 + - &299 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - &408 + - &409 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -28991,7 +29003,7 @@ paths: required: false schema: type: string - - &409 + - &410 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -28999,7 +29011,7 @@ paths: required: false schema: type: string - - &299 + - &300 name: time_period description: |- The time period to filter by. @@ -29015,7 +29027,7 @@ paths: - week - month default: day - - &410 + - &411 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -29040,7 +29052,7 @@ paths: application/json: schema: type: array - items: &411 + items: &412 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -29201,7 +29213,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &412 + default: &413 value: - id: 21 number: 42 @@ -29316,7 +29328,7 @@ paths: be returned. in: query required: false - schema: &422 + schema: &423 type: string description: Severity of a code scanning alert. enum: @@ -30230,7 +30242,7 @@ paths: type: integer codespaces: type: array - items: &265 + items: &266 type: object title: Codespace description: A codespace. @@ -30265,7 +30277,7 @@ paths: machine: anyOf: - type: 'null' - - &451 + - &452 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -30552,7 +30564,7 @@ paths: - pulls_url - recent_folders examples: - default: &266 + default: &267 value: total_count: 3 codespaces: @@ -31217,7 +31229,7 @@ paths: - updated_at - visibility examples: - default: &452 + default: &453 value: total_count: 2 secrets: @@ -31255,7 +31267,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31290,7 +31302,7 @@ paths: - key_id - key examples: - default: &454 + default: &455 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31322,7 +31334,7 @@ paths: application/json: schema: *216 examples: - default: &456 + default: &457 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -32954,11 +32966,12 @@ paths: - *228 - *229 - *230 + - *231 - *82 - *80 - *81 - - *231 - *232 + - *233 - *17 responses: '200': @@ -32967,9 +32980,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 '304': *35 '400': *14 '403': *27 @@ -33013,7 +33026,7 @@ paths: type: integer secrets: type: array - items: &235 + items: &236 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -33092,7 +33105,7 @@ paths: description: Response content: application/json: - schema: &479 + schema: &480 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -33111,7 +33124,7 @@ paths: - key_id - key examples: - default: &480 + default: &481 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33141,7 +33154,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: default: value: @@ -33438,7 +33451,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Package description: A software package type: object @@ -33509,7 +33522,7 @@ paths: - created_at - updated_at examples: - default: &277 + default: &278 value: - id: 197 name: hello_docker @@ -33693,7 +33706,7 @@ paths: description: Response content: application/json: - schema: &333 + schema: &334 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -33783,7 +33796,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &334 + default: &335 value: group_id: '123' group_name: Octocat admins @@ -33838,7 +33851,7 @@ paths: description: Response content: application/json: - schema: &331 + schema: &332 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -33878,7 +33891,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &332 + default: &333 value: groups: - group_id: '123' @@ -33922,7 +33935,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Organization Invitation description: Organization Invitation type: object @@ -33976,7 +33989,7 @@ paths: - invitation_teams_url - node_id examples: - default: &259 + default: &260 value: - id: 1 login: monalisa @@ -34043,7 +34056,7 @@ paths: application/json: schema: type: array - items: &295 + items: &296 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -34057,7 +34070,7 @@ paths: - name - description examples: - default: &296 + default: &297 value: - name: add_assignee description: Assign or remove a user @@ -34098,7 +34111,7 @@ paths: application/json: schema: type: array - items: &236 + items: &237 title: Org Hook description: Org Hook type: object @@ -34281,9 +34294,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: &237 + default: &238 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -34328,7 +34341,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *163 - - &238 + - &239 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. @@ -34341,9 +34354,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '404': *6 x-github: githubCloudOnly: false @@ -34365,7 +34378,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *163 - - *238 + - *239 requestBody: required: false content: @@ -34411,7 +34424,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -34451,7 +34464,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *163 - - *238 + - *239 responses: '204': description: Response @@ -34477,7 +34490,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *163 - - *238 + - *239 responses: '200': description: Response @@ -34506,7 +34519,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *163 - - *238 + - *239 requestBody: required: false content: @@ -34555,9 +34568,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *163 - - *238 - - *17 - *239 + - *17 + - *240 responses: '200': description: Response @@ -34565,9 +34578,9 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: - default: *241 + default: *242 '400': *14 '422': *15 x-github: @@ -34591,16 +34604,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *163 - - *238 + - *239 - *16 responses: '200': description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 '400': *14 '422': *15 x-github: @@ -34624,7 +34637,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *163 - - *238 + - *239 - *16 responses: '202': *91 @@ -34651,7 +34664,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *163 - - *238 + - *239 responses: '204': description: Response @@ -34674,7 +34687,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *163 - - &248 + - &249 name: actor_type in: path description: The type of the actor @@ -34687,14 +34700,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &249 + - &250 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &244 + - &245 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`.' @@ -34702,7 +34715,7 @@ paths: required: true schema: type: string - - &245 + - &246 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) @@ -34797,12 +34810,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *163 - - *244 - *245 + - *246 - *19 - *17 - *82 - - &254 + - &255 name: sort description: The property to sort the results by. in: query @@ -34882,14 +34895,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *163 - - *244 - *245 + - *246 responses: '200': description: Response content: application/json: - schema: &246 + schema: &247 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -34905,7 +34918,7 @@ paths: type: integer format: int64 examples: - default: &247 + default: &248 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -34926,23 +34939,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *163 - - &250 + - &251 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *244 - *245 + - *246 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: enabledForGitHubApps: true category: orgs @@ -34961,18 +34974,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *163 - - *244 - *245 - - *248 + - *246 - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: enabledForGitHubApps: true category: orgs @@ -34990,9 +35003,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *163 - - *244 - *245 - - &251 + - *246 + - &252 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -35005,7 +35018,7 @@ paths: description: Response content: application/json: - schema: &252 + schema: &253 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -35021,7 +35034,7 @@ paths: type: integer format: int64 examples: - default: &253 + default: &254 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -35058,18 +35071,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *163 - - *250 - - *244 - - *245 - *251 + - *245 + - *246 + - *252 responses: '200': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: enabledForGitHubApps: true category: orgs @@ -35087,19 +35100,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *163 - - *248 - *249 - - *244 + - *250 - *245 - - *251 + - *246 + - *252 responses: '200': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: enabledForGitHubApps: true category: orgs @@ -35117,13 +35130,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *163 - - *250 - - *244 + - *251 - *245 + - *246 - *19 - *17 - *82 - - *254 + - *255 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -35207,7 +35220,7 @@ paths: application/json: schema: *20 examples: - default: &518 + default: &519 value: id: 1 account: @@ -35373,12 +35386,12 @@ paths: application/json: schema: anyOf: - - &256 + - &257 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &255 + limit: &256 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -35406,7 +35419,7 @@ paths: properties: {} additionalProperties: false examples: - default: &257 + default: &258 value: limit: collaborators_only origin: organization @@ -35435,13 +35448,13 @@ paths: required: true content: application/json: - schema: &519 + schema: &520 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *255 + limit: *256 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -35466,9 +35479,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '422': *15 x-github: githubCloudOnly: false @@ -35546,9 +35559,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 headers: Link: *37 '404': *6 @@ -35626,7 +35639,7 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: default: value: @@ -35683,7 +35696,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *163 - - &260 + - &261 name: invitation_id description: The unique identifier of the invitation. in: path @@ -35717,7 +35730,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *163 - - *260 + - *261 - *17 - *19 responses: @@ -35727,9 +35740,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: &275 + default: &276 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -35804,7 +35817,7 @@ paths: - closed - all default: open - - *262 + - *263 - name: sort description: What to sort results by. in: query @@ -35829,7 +35842,7 @@ paths: type: array items: *141 examples: - default: *263 + default: *264 headers: Link: *37 '404': *6 @@ -35887,7 +35900,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '422': *15 @@ -35983,9 +35996,9 @@ paths: type: integer codespaces: type: array - items: *265 + items: *266 examples: - default: *266 + default: *267 '304': *35 '500': *93 '401': *23 @@ -36012,7 +36025,7 @@ paths: parameters: - *163 - *205 - - &267 + - &268 name: codespace_name in: path required: true @@ -36047,15 +36060,15 @@ paths: parameters: - *163 - *205 - - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: &450 + default: &451 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -36310,7 +36323,7 @@ paths: description: Response content: application/json: - schema: &268 + schema: &269 title: Org Membership description: Org Membership type: object @@ -36363,7 +36376,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &269 + response-if-user-has-an-active-admin-membership-with-organization: &270 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -36460,9 +36473,9 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: - response-if-user-already-had-membership-with-organization: *269 + response-if-user-already-had-membership-with-organization: *270 '422': *15 '403': *27 x-github: @@ -36531,7 +36544,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Migration description: A migration. type: object @@ -36869,7 +36882,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -37048,7 +37061,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *163 - - &271 + - &272 name: migration_id description: The unique identifier of the migration. in: path @@ -37076,7 +37089,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -37246,7 +37259,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *163 - - *271 + - *272 responses: '302': description: Response @@ -37268,7 +37281,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *163 - - *271 + - *272 responses: '204': description: Response @@ -37292,8 +37305,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *163 - - *271 - - &685 + - *272 + - &686 name: repo_name description: repo_name parameter in: path @@ -37321,7 +37334,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *163 - - *271 + - *272 - *17 - *19 responses: @@ -37333,7 +37346,7 @@ paths: type: array items: *183 examples: - default: &282 + default: &283 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -37542,7 +37555,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &272 + items: &273 title: Organization Role description: Organization roles type: object @@ -37751,7 +37764,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -37803,7 +37816,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *163 - - *273 + - *274 responses: '204': description: Response @@ -37829,7 +37842,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *163 - - *273 + - *274 - *222 responses: '204': @@ -37860,7 +37873,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *163 - - *273 + - *274 - *222 responses: '204': @@ -37981,7 +37994,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -38078,7 +38091,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -38237,7 +38250,7 @@ paths: parent: anyOf: - type: 'null' - - *274 + - *275 required: - id - node_id @@ -38251,7 +38264,7 @@ paths: - slug - parent examples: - default: *275 + default: *276 headers: Link: *37 '404': @@ -38310,7 +38323,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *274 + items: *275 name: type: - string @@ -38427,7 +38440,7 @@ paths: - type - url examples: - default: *264 + default: *265 headers: Link: *37 '404': @@ -38475,7 +38488,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -38617,7 +38630,7 @@ paths: - nuget - container - *163 - - &687 + - &688 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -38653,12 +38666,12 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 '403': *27 '401': *23 - '400': &689 + '400': &690 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -38680,7 +38693,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &278 + - &279 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 @@ -38698,7 +38711,7 @@ paths: - docker - nuget - container - - &279 + - &280 name: package_name description: The name of the package. in: path @@ -38711,7 +38724,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -38763,8 +38776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *278 - *279 + - *280 - *163 responses: '204': @@ -38797,8 +38810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *278 - *279 + - *280 - *163 - name: token description: package token @@ -38831,8 +38844,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *278 - *279 + - *280 - *163 - *19 - *17 @@ -38853,7 +38866,7 @@ paths: application/json: schema: type: array - items: &280 + items: &281 title: Package Version description: A version of a software package type: object @@ -38988,10 +39001,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: - - *278 - *279 + - *280 - *163 - - &281 + - &282 name: package_version_id description: Unique identifier of the package version. in: path @@ -39003,7 +39016,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -39039,10 +39052,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *278 - *279 + - *280 - *163 - - *281 + - *282 responses: '204': description: Response @@ -39074,10 +39087,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *278 - *279 + - *280 - *163 - - *281 + - *282 responses: '204': description: Response @@ -39107,7 +39120,7 @@ paths: - *163 - *17 - *19 - - &283 + - &284 name: sort description: The property by which to sort the results. in: query @@ -39118,7 +39131,7 @@ paths: - created_at default: created_at - *82 - - &284 + - &285 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -39130,7 +39143,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &285 + - &286 name: repository description: The name of the repository to use to filter the results. in: query @@ -39139,7 +39152,7 @@ paths: type: string examples: - Hello-World - - &286 + - &287 name: permission description: The permission to use to filter the results. in: query @@ -39148,7 +39161,7 @@ paths: type: string examples: - issues_read - - &287 + - &288 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) @@ -39158,7 +39171,7 @@ paths: schema: type: string format: date-time - - &288 + - &289 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) @@ -39475,7 +39488,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -39501,13 +39514,13 @@ paths: - *163 - *17 - *19 - - *283 - - *82 - *284 + - *82 - *285 - *286 - *287 - *288 + - *289 responses: '500': *93 '422': *15 @@ -39791,7 +39804,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -39835,7 +39848,7 @@ paths: type: integer configurations: type: array - items: &289 + items: &290 title: Organization private registry description: Private registry configuration for an organization type: object @@ -40047,7 +40060,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &290 + org-private-registry-with-selected-visibility: &291 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -40149,9 +40162,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '404': *6 x-github: githubCloudOnly: false @@ -40302,7 +40315,7 @@ paths: application/json: schema: type: array - items: &291 + items: &292 title: Project description: Projects are a way to organize columns and cards of work. @@ -40481,7 +40494,7 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: default: value: @@ -40519,7 +40532,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &349 + '410': &350 description: Gone content: application/json: @@ -40678,7 +40691,7 @@ paths: required: true content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -40784,7 +40797,7 @@ paths: - octocat/Hello-World properties: type: array - items: &293 + items: &294 title: Custom Property Value description: Custom property name and associated value type: object @@ -40874,7 +40887,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *293 + items: *294 required: - repository_names - properties @@ -40927,7 +40940,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -41067,7 +41080,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -41271,7 +41284,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &352 title: Full Repository description: Full Repository type: object @@ -41736,7 +41749,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &469 + code_of_conduct: &470 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -41766,7 +41779,7 @@ paths: - key - name - html_url - security_and_analysis: *294 + security_and_analysis: *295 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -41850,7 +41863,7 @@ paths: - network_count - subscribers_count examples: - default: &353 + default: &354 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42376,9 +42389,9 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *296 + default: *297 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -42403,7 +42416,7 @@ paths: - *163 - *17 - *19 - - &600 + - &601 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42495,7 +42508,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *116 - conditions: *297 + conditions: *298 rules: type: array description: An array of rules within the ruleset. @@ -42539,7 +42552,7 @@ paths: application/json: schema: *118 examples: - default: &300 + default: &301 value: id: 21 name: super cool ruleset @@ -42594,7 +42607,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *163 - - &601 + - &602 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 @@ -42604,16 +42617,16 @@ paths: schema: type: string x-multi-segment: true - - *298 - *299 - - &602 + - *300 + - &603 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 - - &603 + - &604 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -42633,7 +42646,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &605 title: Rule Suites description: Response type: array @@ -42689,7 +42702,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &605 + default: &606 value: - id: 21 actor_id: 12 @@ -42733,7 +42746,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *163 - - &606 + - &607 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -42749,7 +42762,7 @@ paths: description: Response content: application/json: - schema: &607 + schema: &608 title: Rule Suite description: Response type: object @@ -42856,7 +42869,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &608 + default: &609 value: id: 21 actor_id: 12 @@ -42931,7 +42944,7 @@ paths: application/json: schema: *118 examples: - default: *300 + default: *301 '404': *6 '500': *93 put: @@ -42980,7 +42993,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *116 - conditions: *297 + conditions: *298 rules: description: An array of rules within the ruleset. type: array @@ -43021,7 +43034,7 @@ paths: application/json: schema: *118 examples: - default: *300 + default: *301 '404': *6 '500': *93 delete: @@ -43068,14 +43081,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *163 - - *301 - *302 - *303 - *304 + - *305 - *82 - *19 - *17 - - &610 + - &611 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 @@ -43085,7 +43098,7 @@ paths: required: false schema: type: string - - &611 + - &612 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 @@ -43095,9 +43108,9 @@ paths: required: false schema: type: string - - *305 - *306 - *307 + - *308 responses: '200': description: Response @@ -43105,9 +43118,9 @@ paths: application/json: schema: type: array - items: *308 + items: *309 examples: - default: *309 + default: *310 headers: Link: *37 '404': *6 @@ -43177,7 +43190,7 @@ paths: application/json: schema: type: array - items: &618 + items: &619 description: A repository security advisory. type: object properties: @@ -43421,7 +43434,7 @@ paths: login: type: string description: The username of the user credited. - type: *310 + type: *311 credits_detailed: type: - array @@ -43432,7 +43445,7 @@ paths: type: object properties: user: *4 - type: *310 + type: *311 state: type: string description: The state of the user's acceptance of the @@ -43458,7 +43471,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *261 + items: *262 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -43496,7 +43509,7 @@ paths: - private_fork additionalProperties: false examples: - default: &619 + default: &620 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -43883,9 +43896,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *275 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43909,7 +43922,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *163 - - *273 + - *274 responses: '204': description: Response @@ -43935,7 +43948,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *163 - - *273 + - *274 responses: '204': description: Response @@ -43970,9 +43983,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44004,9 +44017,9 @@ paths: description: Success content: application/json: - schema: *313 + schema: *314 examples: - default: *314 + default: *315 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44034,9 +44047,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44064,9 +44077,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *318 + default: *319 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44102,7 +44115,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -44154,7 +44167,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &341 + default: &342 value: groups: - group_id: '123' @@ -44200,7 +44213,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *163 - - *273 + - *274 - 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`). @@ -44273,7 +44286,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - *163 - - *273 + - *274 - 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`). @@ -44339,9 +44352,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 headers: Link: *37 '403': *27 @@ -44435,7 +44448,7 @@ paths: description: Response content: application/json: - schema: &319 + schema: &320 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -44509,7 +44522,7 @@ paths: parent: anyOf: - type: 'null' - - *274 + - *275 members_count: type: integer examples: @@ -44815,7 +44828,7 @@ paths: - repos_count - organization examples: - default: &320 + default: &321 value: id: 1 node_id: MDQ6VGVhbTE= @@ -44886,15 +44899,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *163 - - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -44916,7 +44929,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *163 - - *273 + - *274 requestBody: required: false content: @@ -44979,16 +44992,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '201': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '404': *6 '422': *15 '403': *27 @@ -45014,7 +45027,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *163 - - *273 + - *274 responses: '204': description: Response @@ -45041,7 +45054,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *163 - - *273 + - *274 - *82 - *17 - *19 @@ -45058,7 +45071,7 @@ paths: application/json: schema: type: array - items: &321 + items: &322 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -45169,7 +45182,7 @@ paths: - updated_at - url examples: - default: &659 + default: &660 value: - author: login: octocat @@ -45244,7 +45257,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *163 - - *273 + - *274 requestBody: required: true content: @@ -45278,9 +45291,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: &322 + default: &323 value: author: login: octocat @@ -45353,8 +45366,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *163 - - *273 - - &323 + - *274 + - &324 name: discussion_number description: The number that identifies the discussion. in: path @@ -45366,9 +45379,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45391,8 +45404,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *163 - - *273 - - *323 + - *274 + - *324 requestBody: required: false content: @@ -45415,9 +45428,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: &660 + default: &661 value: author: login: octocat @@ -45488,8 +45501,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *163 - - *273 - - *323 + - *274 + - *324 responses: '204': description: Response @@ -45516,8 +45529,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *163 - - *273 - - *323 + - *274 + - *324 - *82 - *17 - *19 @@ -45528,7 +45541,7 @@ paths: application/json: schema: type: array - items: &324 + items: &325 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -45608,7 +45621,7 @@ paths: - updated_at - url examples: - default: &661 + default: &662 value: - author: login: octocat @@ -45677,8 +45690,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *163 - - *273 - - *323 + - *274 + - *324 requestBody: required: true content: @@ -45700,9 +45713,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: &325 + default: &326 value: author: login: octocat @@ -45769,9 +45782,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *163 - - *273 - - *323 - - &326 + - *274 + - *324 + - &327 name: comment_number description: The number that identifies the comment. in: path @@ -45783,9 +45796,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45808,9 +45821,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *163 - - *273 - - *323 - - *326 + - *274 + - *324 + - *327 requestBody: required: true content: @@ -45832,9 +45845,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: &662 + default: &663 value: author: login: octocat @@ -45899,9 +45912,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *163 - - *273 - - *323 - - *326 + - *274 + - *324 + - *327 responses: '204': description: Response @@ -45928,9 +45941,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *163 - - *273 - - *323 - - *326 + - *274 + - *324 + - *327 - 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. @@ -45956,7 +45969,7 @@ paths: application/json: schema: type: array - items: &327 + items: &328 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46000,7 +46013,7 @@ paths: - content - created_at examples: - default: &329 + default: &330 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46051,9 +46064,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *163 - - *273 - - *323 - - *326 + - *274 + - *324 + - *327 requestBody: required: true content: @@ -46086,9 +46099,9 @@ paths: team discussion comment content: application/json: - schema: *327 + schema: *328 examples: - default: &328 + default: &329 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46117,9 +46130,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46143,10 +46156,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *163 - - *273 - - *323 - - *326 - - &330 + - *274 + - *324 + - *327 + - &331 name: reaction_id description: The unique identifier of the reaction. in: path @@ -46179,8 +46192,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *163 - - *273 - - *323 + - *274 + - *324 - 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. @@ -46206,9 +46219,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 x-github: @@ -46235,8 +46248,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *163 - - *273 - - *323 + - *274 + - *324 requestBody: required: true content: @@ -46268,16 +46281,16 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46301,9 +46314,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *163 - - *273 - - *323 - - *330 + - *274 + - *324 + - *331 responses: '204': description: Response @@ -46327,15 +46340,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *163 - - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46355,7 +46368,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *273 + - *274 requestBody: required: true content: @@ -46379,9 +46392,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -46401,7 +46414,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *273 + - *274 responses: '204': description: Response @@ -46426,7 +46439,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *163 - - *273 + - *274 - *17 - *19 responses: @@ -46436,9 +46449,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 headers: Link: *37 x-github: @@ -46461,7 +46474,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *163 - - *273 + - *274 - name: role description: Filters members returned by their role in the team. in: query @@ -46484,7 +46497,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -46515,14 +46528,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *163 - - *273 + - *274 - *205 responses: '200': description: Response content: application/json: - schema: &335 + schema: &336 title: Team Membership description: Team Membership type: object @@ -46550,7 +46563,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &663 + response-if-user-is-a-team-maintainer: &664 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -46587,7 +46600,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *163 - - *273 + - *274 - *205 requestBody: required: false @@ -46613,9 +46626,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - response-if-users-membership-with-team-is-now-pending: &664 + response-if-users-membership-with-team-is-now-pending: &665 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -46651,7 +46664,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *163 - - *273 + - *274 - *205 responses: '204': @@ -46679,7 +46692,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *163 - - *273 + - *274 - *17 - *19 responses: @@ -46689,7 +46702,7 @@ paths: application/json: schema: type: array - items: &336 + items: &337 title: Team Project description: A team's access to a project. type: object @@ -46758,7 +46771,7 @@ paths: - updated_at - permissions examples: - default: &665 + default: &666 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46820,8 +46833,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *163 - - *273 - - &337 + - *274 + - &338 name: project_id description: The unique identifier of the project. in: path @@ -46833,9 +46846,9 @@ paths: description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: &666 + default: &667 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46896,8 +46909,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *163 - - *273 - - *337 + - *274 + - *338 requestBody: required: false content: @@ -46963,8 +46976,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *163 - - *273 - - *337 + - *274 + - *338 responses: '204': description: Response @@ -46989,7 +47002,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *163 - - *273 + - *274 - *17 - *19 responses: @@ -47001,7 +47014,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -47031,15 +47044,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *163 - - *273 - - *338 + - *274 - *339 + - *340 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &667 + schema: &668 title: Team Repository description: A team's access to a repository. type: object @@ -47681,9 +47694,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *163 - - *273 - - *338 + - *274 - *339 + - *340 requestBody: required: false content: @@ -47729,9 +47742,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *163 - - *273 - - *338 + - *274 - *339 + - *340 responses: '204': description: Response @@ -47758,15 +47771,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *163 - - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47789,7 +47802,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *163 - - *273 + - *274 requestBody: required: true content: @@ -47832,7 +47845,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -47865,7 +47878,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *163 - - *273 + - *274 - *17 - *19 responses: @@ -47875,9 +47888,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - response-if-child-teams-exist: &668 + response-if-child-teams-exist: &669 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48001,7 +48014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &342 + - &343 name: card_id description: The unique identifier of the card. in: path @@ -48013,7 +48026,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &344 title: Project Card description: Project cards represent a scope of work. type: object @@ -48088,7 +48101,7 @@ paths: - created_at - updated_at examples: - default: &344 + default: &345 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -48138,7 +48151,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *342 + - *343 requestBody: required: false content: @@ -48168,9 +48181,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '304': *35 '403': *27 '401': *23 @@ -48191,7 +48204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *342 + - *343 responses: '204': description: Response @@ -48229,7 +48242,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *342 + - *343 requestBody: required: true content: @@ -48336,7 +48349,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &345 + - &346 name: column_id description: The unique identifier of the column. in: path @@ -48348,7 +48361,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: Project Column description: Project columns contain cards of work. type: object @@ -48402,7 +48415,7 @@ paths: - created_at - updated_at examples: - default: &347 + default: &348 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -48431,7 +48444,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *345 + - *346 requestBody: required: true content: @@ -48456,9 +48469,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '304': *35 '403': *27 '401': *23 @@ -48477,7 +48490,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *345 + - *346 responses: '204': description: Response @@ -48500,7 +48513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *345 + - *346 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -48521,7 +48534,7 @@ paths: application/json: schema: type: array - items: *343 + items: *344 examples: default: value: @@ -48574,7 +48587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *345 + - *346 requestBody: required: true content: @@ -48618,9 +48631,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '304': *35 '403': *27 '401': *23 @@ -48670,7 +48683,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *345 + - *346 requestBody: required: true content: @@ -48727,15 +48740,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *337 + - *338 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: &348 + default: &349 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -48788,7 +48801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *337 + - *338 requestBody: required: false content: @@ -48837,9 +48850,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *348 + default: *349 '404': description: Not Found if the authenticated user does not have access to the project @@ -48860,7 +48873,7 @@ paths: items: type: string '401': *23 - '410': *349 + '410': *350 '422': *7 x-github: githubCloudOnly: false @@ -48878,7 +48891,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *337 + - *338 responses: '204': description: Delete Success @@ -48899,7 +48912,7 @@ paths: items: type: string '401': *23 - '410': *349 + '410': *350 '404': *6 x-github: githubCloudOnly: false @@ -48922,7 +48935,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *337 + - *338 - 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 @@ -48949,7 +48962,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '404': *6 @@ -48974,7 +48987,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *337 + - *338 - *205 requestBody: required: false @@ -49024,7 +49037,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *337 + - *338 - *205 responses: '204': @@ -49053,7 +49066,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *337 + - *338 - *205 responses: '200': @@ -49118,7 +49131,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *337 + - *338 - *17 - *19 responses: @@ -49128,7 +49141,7 @@ paths: application/json: schema: type: array - items: *346 + items: *347 examples: default: value: @@ -49160,7 +49173,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *337 + - *338 requestBody: required: true content: @@ -49184,7 +49197,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -49245,7 +49258,7 @@ paths: resources: type: object properties: - core: &350 + core: &351 title: Rate Limit type: object properties: @@ -49262,20 +49275,20 @@ paths: - remaining - reset - used - graphql: *350 - search: *350 - code_search: *350 - source_import: *350 - integration_manifest: *350 - code_scanning_upload: *350 - actions_runner_registration: *350 - scim: *350 - dependency_snapshots: *350 - code_scanning_autofix: *350 + graphql: *351 + search: *351 + code_search: *351 + source_import: *351 + integration_manifest: *351 + code_scanning_upload: *351 + actions_runner_registration: *351 + scim: *351 + dependency_snapshots: *351 + code_scanning_autofix: *351 required: - core - search - rate: *350 + rate: *351 required: - rate - resources @@ -49379,14 +49392,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: default-response: summary: Default response @@ -49891,7 +49904,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *352 + '301': *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49909,8 +49922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -50157,10 +50170,10 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *353 - '307': &354 + default: *354 + '307': &355 description: Temporary Redirect content: application/json: @@ -50189,8 +50202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -50212,7 +50225,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *354 + '307': *355 '404': *6 x-github: githubCloudOnly: false @@ -50235,11 +50248,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *338 - *339 + - *340 - *17 - *19 - - &369 + - &370 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -50262,7 +50275,7 @@ paths: type: integer artifacts: type: array - items: &355 + items: &356 title: Artifact description: An artifact type: object @@ -50348,7 +50361,7 @@ paths: - expires_at - updated_at examples: - default: &370 + default: &371 value: total_count: 2 artifacts: @@ -50407,9 +50420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *338 - *339 - - &356 + - *340 + - &357 name: artifact_id description: The unique identifier of the artifact. in: path @@ -50421,7 +50434,7 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: default: value: @@ -50458,9 +50471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *338 - *339 - - *356 + - *340 + - *357 responses: '204': description: Response @@ -50484,9 +50497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *338 - *339 - - *356 + - *340 + - *357 - name: archive_format in: path required: true @@ -50500,7 +50513,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': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50523,14 +50536,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: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: default: value: @@ -50556,11 +50569,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: - - *338 - *339 + - *340 - *17 - *19 - - &358 + - &359 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 @@ -50594,7 +50607,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: Repository actions caches description: Repository actions caches type: object @@ -50644,7 +50657,7 @@ paths: - total_count - actions_caches examples: - default: &360 + default: &361 value: total_count: 1 actions_caches: @@ -50676,23 +50689,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: - - *338 - *339 + - *340 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50712,8 +50725,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: - - *338 - *339 + - *340 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -50744,9 +50757,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: - - *338 - *339 - - &361 + - *340 + - &362 name: job_id description: The unique identifier of the job. in: path @@ -50758,7 +50771,7 @@ paths: description: Response content: application/json: - schema: &373 + schema: &374 title: Job description: Information of a job execution in a workflow run type: object @@ -51105,9 +51118,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: - - *338 - *339 - - *361 + - *340 + - *362 responses: '302': description: Response @@ -51135,9 +51148,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: - - *338 - *339 - - *361 + - *340 + - *362 requestBody: required: false content: @@ -51183,8 +51196,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: - - *338 - *339 + - *340 responses: '200': description: Status response @@ -51234,8 +51247,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -51298,8 +51311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -51317,7 +51330,7 @@ paths: type: integer secrets: type: array - items: &375 + items: &376 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -51338,7 +51351,7 @@ paths: - created_at - updated_at examples: - default: &376 + default: &377 value: total_count: 2 secrets: @@ -51371,9 +51384,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *338 - *339 - - *362 + - *340 + - *363 - *19 responses: '200': @@ -51390,7 +51403,7 @@ paths: type: integer variables: type: array - items: &379 + items: &380 title: Actions Variable type: object properties: @@ -51424,7 +51437,7 @@ paths: - created_at - updated_at examples: - default: &380 + default: &381 value: total_count: 2 variables: @@ -51457,8 +51470,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -51467,7 +51480,7 @@ paths: schema: type: object properties: - enabled: &363 + enabled: &364 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *46 @@ -51500,8 +51513,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: - - *338 - *339 + - *340 responses: '204': description: Response @@ -51512,7 +51525,7 @@ paths: schema: type: object properties: - enabled: *363 + enabled: *364 allowed_actions: *46 required: - enabled @@ -51543,14 +51556,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: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: &364 + schema: &365 type: object properties: access_level: @@ -51568,7 +51581,7 @@ paths: required: - access_level examples: - default: &365 + default: &366 value: access_level: organization x-github: @@ -51593,15 +51606,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: - - *338 - *339 + - *340 requestBody: required: true content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 responses: '204': description: Response @@ -51625,8 +51638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -51657,8 +51670,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: - - *338 - *339 + - *340 responses: '204': description: Response @@ -51690,8 +51703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -51720,8 +51733,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: - - *338 - *339 + - *340 responses: '204': description: Success response @@ -51761,8 +51774,8 @@ paths: in: query schema: type: string - - *338 - *339 + - *340 - *17 - *19 responses: @@ -51806,8 +51819,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -51839,8 +51852,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -51913,8 +51926,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *338 - *339 + - *340 responses: '201': description: Response @@ -51950,8 +51963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *338 - *339 + - *340 responses: '201': description: Response @@ -51981,8 +51994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 responses: '200': @@ -52012,8 +52025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *338 - *339 + - *340 - *58 responses: '204': @@ -52039,8 +52052,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 responses: '200': *64 @@ -52065,8 +52078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 requestBody: required: true @@ -52115,8 +52128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 requestBody: required: true @@ -52166,8 +52179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 responses: '200': *190 @@ -52197,8 +52210,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *338 - *339 + - *340 - *58 - *191 responses: @@ -52228,9 +52241,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: - - *338 - *339 - - &383 + - *340 + - &384 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. @@ -52238,7 +52251,7 @@ paths: required: false schema: type: string - - &384 + - &385 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -52246,7 +52259,7 @@ paths: required: false schema: type: string - - &385 + - &386 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -52255,7 +52268,7 @@ paths: required: false schema: type: string - - &386 + - &387 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 @@ -52282,7 +52295,7 @@ paths: - pending - *17 - *19 - - &387 + - &388 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)." @@ -52291,7 +52304,7 @@ paths: schema: type: string format: date-time - - &366 + - &367 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -52300,13 +52313,13 @@ paths: schema: type: boolean default: false - - &388 + - &389 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &389 + - &390 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -52329,7 +52342,7 @@ paths: type: integer workflow_runs: type: array - items: &367 + items: &368 title: Workflow Run description: An invocation of a workflow type: object @@ -52446,7 +52459,7 @@ paths: type: - array - 'null' - items: &413 + items: &414 title: Pull Request Minimal type: object properties: @@ -52573,7 +52586,7 @@ paths: head_commit: anyOf: - type: 'null' - - &417 + - &418 title: Simple Commit description: A commit. type: object @@ -52688,7 +52701,7 @@ paths: - workflow_url - pull_requests examples: - default: &390 + default: &391 value: total_count: 1 workflow_runs: @@ -52924,24 +52937,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *338 - *339 - - &368 + - *340 + - &369 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: &371 + default: &372 value: id: 30433642 name: Build @@ -53182,9 +53195,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '204': description: Response @@ -53207,9 +53220,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: - - *338 - *339 - - *368 + - *340 + - *369 responses: '200': description: Response @@ -53337,9 +53350,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '201': description: Response @@ -53372,12 +53385,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *338 - *339 - - *368 + - *340 + - *369 - *17 - *19 - - *369 + - *370 responses: '200': description: Response @@ -53393,9 +53406,9 @@ paths: type: integer artifacts: type: array - items: *355 + items: *356 examples: - default: *370 + default: *371 headers: Link: *37 x-github: @@ -53419,25 +53432,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *338 - *339 - - *368 - - &372 + - *340 + - *369 + - &373 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *371 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53460,10 +53473,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: - - *338 - *339 - - *368 - - *372 + - *340 + - *369 + - *373 - *17 - *19 responses: @@ -53481,9 +53494,9 @@ paths: type: integer jobs: type: array - items: *373 + items: *374 examples: - default: &374 + default: &375 value: total_count: 1 jobs: @@ -53596,10 +53609,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *338 - *339 - - *368 - - *372 + - *340 + - *369 + - *373 responses: '302': description: Response @@ -53627,9 +53640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '202': description: Response @@ -53662,9 +53675,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: - - *338 - *339 - - *368 + - *340 + - *369 requestBody: required: true content: @@ -53731,9 +53744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '202': description: Response @@ -53766,9 +53779,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: - - *338 - *339 - - *368 + - *340 + - *369 - 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 @@ -53798,9 +53811,9 @@ paths: type: integer jobs: type: array - items: *373 + items: *374 examples: - default: *374 + default: *375 headers: Link: *37 x-github: @@ -53825,9 +53838,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '302': description: Response @@ -53854,9 +53867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '204': description: Response @@ -53883,9 +53896,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: - - *338 - *339 - - *368 + - *340 + - *369 responses: '200': description: Response @@ -53954,7 +53967,7 @@ paths: items: type: object properties: - type: &488 + type: &489 type: string description: The type of reviewer. enum: @@ -53965,7 +53978,7 @@ paths: reviewer: anyOf: - *4 - - *261 + - *262 required: - environment - wait_timer @@ -54040,9 +54053,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: - - *338 - *339 - - *368 + - *340 + - *369 requestBody: required: true content: @@ -54092,7 +54105,7 @@ paths: application/json: schema: type: array - items: &483 + items: &484 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54204,7 +54217,7 @@ paths: - created_at - updated_at examples: - default: &484 + default: &485 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54260,9 +54273,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *338 - *339 - - *368 + - *340 + - *369 requestBody: required: false content: @@ -54307,9 +54320,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: - - *338 - *339 - - *368 + - *340 + - *369 requestBody: required: false content: @@ -54356,9 +54369,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *338 - *339 - - *368 + - *340 + - *369 responses: '200': description: Response @@ -54495,8 +54508,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -54514,9 +54527,9 @@ paths: type: integer secrets: type: array - items: *375 + items: *376 examples: - default: *376 + default: *377 headers: Link: *37 x-github: @@ -54541,16 +54554,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54572,17 +54585,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: &501 + default: &502 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -54608,8 +54621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 requestBody: required: true @@ -54664,8 +54677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '204': @@ -54691,9 +54704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *338 - *339 - - *362 + - *340 + - *363 - *19 responses: '200': @@ -54710,9 +54723,9 @@ paths: type: integer variables: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 headers: Link: *37 x-github: @@ -54735,8 +54748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -54788,17 +54801,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *338 - *339 + - *340 - *196 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: &502 + default: &503 value: name: USERNAME value: octocat @@ -54824,8 +54837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *338 - *339 + - *340 - *196 requestBody: required: true @@ -54868,8 +54881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *338 - *339 + - *340 - *196 responses: '204': @@ -54895,8 +54908,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -54914,7 +54927,7 @@ paths: type: integer workflows: type: array - items: &381 + items: &382 title: Workflow description: A GitHub Actions workflow type: object @@ -55032,9 +55045,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *338 - *339 - - &382 + - *340 + - &383 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55049,7 +55062,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -55082,9 +55095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *338 - *339 - - *382 + - *340 + - *383 responses: '204': description: Response @@ -55109,9 +55122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *338 - *339 - - *382 + - *340 + - *383 responses: '204': description: Response @@ -55162,9 +55175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *338 - *339 - - *382 + - *340 + - *383 responses: '204': description: Response @@ -55191,19 +55204,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: - - *338 - *339 - - *382 + - *340 - *383 - *384 - *385 - *386 + - *387 - *17 - *19 - - *387 - - *366 - *388 + - *367 - *389 + - *390 responses: '200': description: Response @@ -55219,9 +55232,9 @@ paths: type: integer workflow_runs: type: array - items: *367 + items: *368 examples: - default: *390 + default: *391 headers: Link: *37 x-github: @@ -55247,9 +55260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *338 - *339 - - *382 + - *340 + - *383 responses: '200': description: Response @@ -55310,8 +55323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *338 - *339 + - *340 - *82 - *17 - *80 @@ -55479,8 +55492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -55492,7 +55505,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '404': *6 @@ -55517,8 +55530,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: - - *338 - *339 + - *340 - name: assignee in: path required: true @@ -55554,8 +55567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -55667,8 +55680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *338 - *339 + - *340 - *17 - *80 - *81 @@ -55714,7 +55727,7 @@ paths: bundle_url: type: string examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55734,8 +55747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -55743,7 +55756,7 @@ paths: application/json: schema: type: array - items: &392 + items: &393 title: Autolink reference description: An autolink reference. type: object @@ -55797,8 +55810,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -55837,9 +55850,9 @@ paths: description: response content: application/json: - schema: *392 + schema: *393 examples: - default: &393 + default: &394 value: id: 1 key_prefix: TICKET- @@ -55870,9 +55883,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: - - *338 - *339 - - &394 + - *340 + - &395 name: autolink_id description: The unique identifier of the autolink. in: path @@ -55884,9 +55897,9 @@ paths: description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 '404': *6 x-github: githubCloudOnly: false @@ -55906,9 +55919,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: - - *338 - *339 - - *394 + - *340 + - *395 responses: '204': description: Response @@ -55932,8 +55945,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: - - *338 - *339 + - *340 responses: '200': description: Response if Dependabot is enabled @@ -55983,8 +55996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -56005,8 +56018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -56026,8 +56039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *338 - *339 + - *340 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56065,7 +56078,7 @@ paths: - url protected: type: boolean - protection: &396 + protection: &397 title: Branch Protection description: Branch Protection type: object @@ -56108,7 +56121,7 @@ paths: required: - contexts - checks - enforce_admins: &399 + enforce_admins: &400 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56125,7 +56138,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &401 + required_pull_request_reviews: &402 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56147,7 +56160,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *261 + items: *262 apps: description: The list of apps with review dismissal access. @@ -56179,7 +56192,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *261 + items: *262 apps: description: The list of apps allowed to bypass pull request requirements. @@ -56209,7 +56222,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &398 + restrictions: &399 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -56534,9 +56547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *338 - *339 - - &397 + - *340 + - &398 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). @@ -56550,14 +56563,14 @@ paths: description: Response content: application/json: - schema: &407 + schema: &408 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &459 + commit: &460 title: Commit description: Commit type: object @@ -56596,7 +56609,7 @@ paths: author: anyOf: - type: 'null' - - &395 + - &396 title: Git User description: Metaproperties for Git author/committer information. @@ -56617,7 +56630,7 @@ paths: committer: anyOf: - type: 'null' - - *395 + - *396 message: type: string examples: @@ -56641,7 +56654,7 @@ paths: required: - sha - url - verification: &508 + verification: &509 title: Verification type: object properties: @@ -56720,7 +56733,7 @@ paths: type: integer files: type: array - items: &471 + items: &472 title: Diff Entry description: Diff Entry type: object @@ -56814,7 +56827,7 @@ paths: - self protected: type: boolean - protection: *396 + protection: *397 protection_url: type: string format: uri @@ -56923,7 +56936,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *352 + '301': *353 '404': *6 x-github: githubCloudOnly: false @@ -56945,15 +56958,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *396 + schema: *397 examples: default: value: @@ -57147,9 +57160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -57409,7 +57422,7 @@ paths: url: type: string format: uri - required_status_checks: &404 + required_status_checks: &405 title: Status Check Policy description: Status Check Policy type: object @@ -57490,7 +57503,7 @@ paths: items: *4 teams: type: array - items: *261 + items: *262 apps: type: array items: *5 @@ -57508,7 +57521,7 @@ paths: items: *4 teams: type: array - items: *261 + items: *262 apps: type: array items: *5 @@ -57568,7 +57581,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *398 + restrictions: *399 required_conversation_resolution: type: object properties: @@ -57680,9 +57693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -57707,17 +57720,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &400 + default: &401 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -57739,17 +57752,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57768,9 +57781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -57795,17 +57808,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &402 + default: &403 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -57901,9 +57914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -58001,9 +58014,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *402 + default: *403 '422': *15 x-github: githubCloudOnly: false @@ -58024,9 +58037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -58053,17 +58066,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &403 + default: &404 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58086,17 +58099,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *403 + default: *404 '404': *6 x-github: githubCloudOnly: false @@ -58116,9 +58129,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -58143,17 +58156,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: &405 + default: &406 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58179,9 +58192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -58233,9 +58246,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 '404': *6 '422': *15 x-github: @@ -58257,9 +58270,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -58283,9 +58296,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response @@ -58319,9 +58332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -58388,9 +58401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -58454,9 +58467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: content: application/json: @@ -58522,15 +58535,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -58621,9 +58634,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 responses: '204': description: Response @@ -58646,9 +58659,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: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response @@ -58658,7 +58671,7 @@ paths: type: array items: *5 examples: - default: &406 + default: &407 value: - id: 1 slug: octoapp @@ -58715,9 +58728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -58751,7 +58764,7 @@ paths: type: array items: *5 examples: - default: *406 + default: *407 '422': *15 x-github: githubCloudOnly: false @@ -58772,9 +58785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -58808,7 +58821,7 @@ paths: type: array items: *5 examples: - default: *406 + default: *407 '422': *15 x-github: githubCloudOnly: false @@ -58829,9 +58842,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -58865,7 +58878,7 @@ paths: type: array items: *5 examples: - default: *406 + default: *407 '422': *15 x-github: githubCloudOnly: false @@ -58887,9 +58900,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: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response @@ -58897,9 +58910,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 '404': *6 x-github: githubCloudOnly: false @@ -58919,9 +58932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -58957,9 +58970,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -58980,9 +58993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: false content: @@ -59018,9 +59031,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -59041,9 +59054,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: content: application/json: @@ -59078,9 +59091,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -59102,9 +59115,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: - - *338 - *339 - - *397 + - *340 + - *398 responses: '200': description: Response @@ -59114,7 +59127,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 '404': *6 x-github: githubCloudOnly: false @@ -59138,9 +59151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -59173,7 +59186,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 '422': *15 x-github: githubCloudOnly: false @@ -59198,9 +59211,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -59233,7 +59246,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 '422': *15 x-github: githubCloudOnly: false @@ -59258,9 +59271,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -59293,7 +59306,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 '422': *15 x-github: githubCloudOnly: false @@ -59320,9 +59333,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *338 - *339 - - *397 + - *340 + - *398 requestBody: required: true content: @@ -59344,7 +59357,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -59458,12 +59471,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *338 - *339 - - *408 + - *340 - *409 - - *299 - *410 + - *300 + - *411 - *17 - *19 responses: @@ -59473,9 +59486,9 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: - default: *412 + default: *413 '404': *6 '500': *93 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -59495,8 +59508,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *338 - *339 + - *340 - name: bypass_request_number in: path required: true @@ -59510,7 +59523,7 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: default: value: @@ -59568,8 +59581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -59848,7 +59861,7 @@ paths: description: Response content: application/json: - schema: &414 + schema: &415 title: CheckRun description: A check performed on the code of a given code change type: object @@ -59983,8 +59996,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *413 - deployment: &718 + items: *414 + deployment: &719 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60271,9 +60284,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *338 - *339 - - &415 + - *340 + - &416 name: check_run_id description: The unique identifier of the check run. in: path @@ -60285,9 +60298,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &416 + default: &417 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -60387,9 +60400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *338 - *339 - - *415 + - *340 + - *416 requestBody: required: true content: @@ -60629,9 +60642,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60651,9 +60664,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *338 - *339 - - *415 + - *340 + - *416 - *17 - *19 responses: @@ -60765,9 +60778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *338 - *339 - - *415 + - *340 + - *416 responses: '201': description: Response @@ -60811,8 +60824,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -60834,7 +60847,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &418 + schema: &419 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -60916,7 +60929,7 @@ paths: type: - array - 'null' - items: *413 + items: *414 app: anyOf: - type: 'null' @@ -60932,7 +60945,7 @@ paths: - string - 'null' format: date-time - head_commit: *417 + head_commit: *418 latest_check_runs_count: type: integer check_runs_url: @@ -60960,7 +60973,7 @@ paths: - check_runs_url - pull_requests examples: - default: &419 + default: &420 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -61251,9 +61264,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61272,8 +61285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -61582,9 +61595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *338 - *339 - - &420 + - *340 + - &421 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -61596,9 +61609,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61621,17 +61634,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: - - *338 - *339 - - *420 - - &466 + - *340 + - *421 + - &467 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &467 + - &468 name: status description: Returns check runs with the specified `status`. in: query @@ -61670,9 +61683,9 @@ paths: type: integer check_runs: type: array - items: *414 + items: *415 examples: - default: &468 + default: &469 value: total_count: 1 check_runs: @@ -61774,9 +61787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *338 - *339 - - *420 + - *340 + - *421 responses: '201': description: Response @@ -61809,21 +61822,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *338 - *339 + - *340 - *206 - *207 - *19 - *17 - - &436 + - &437 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: *421 - - &437 + schema: *422 + - &438 name: pr description: The number of the pull request for the results you want to list. in: query @@ -61854,7 +61867,7 @@ paths: be returned. in: query required: false - schema: *422 + schema: *423 responses: '200': description: Response @@ -61870,7 +61883,7 @@ paths: updated_at: *101 url: *98 html_url: *99 - instances_url: *423 + instances_url: *424 state: *85 fixed_at: *103 dismissed_by: @@ -61878,11 +61891,11 @@ paths: - type: 'null' - *4 dismissed_at: *102 - dismissed_reason: *424 - dismissed_comment: *425 - rule: *426 - tool: *427 - most_recent_instance: *428 + dismissed_reason: *425 + dismissed_comment: *426 + rule: *427 + tool: *428 + most_recent_instance: *429 required: - number - created_at @@ -61998,7 +62011,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &429 + '403': &430 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -62025,9 +62038,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: - - *338 - *339 - - &430 + - *340 + - &431 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62041,7 +62054,7 @@ paths: description: Response content: application/json: - schema: &431 + schema: &432 type: object properties: number: *94 @@ -62049,7 +62062,7 @@ paths: updated_at: *101 url: *98 html_url: *99 - instances_url: *423 + instances_url: *424 state: *85 fixed_at: *103 dismissed_by: @@ -62057,8 +62070,8 @@ paths: - type: 'null' - *4 dismissed_at: *102 - dismissed_reason: *424 - dismissed_comment: *425 + dismissed_reason: *425 + dismissed_comment: *426 rule: type: object properties: @@ -62120,8 +62133,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *427 - most_recent_instance: *428 + tool: *428 + most_recent_instance: *429 required: - number - created_at @@ -62210,7 +62223,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -62230,9 +62243,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: - - *338 - *339 - - *430 + - *340 + - *431 requestBody: required: true content: @@ -62247,8 +62260,8 @@ paths: enum: - open - dismissed - dismissed_reason: *424 - dismissed_comment: *425 + dismissed_reason: *425 + dismissed_comment: *426 required: - state examples: @@ -62263,7 +62276,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -62338,7 +62351,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &435 + '403': &436 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -62365,15 +62378,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: - - *338 - *339 - - *430 + - *340 + - *431 responses: '200': description: Response content: application/json: - schema: &432 + schema: &433 type: object properties: status: @@ -62400,13 +62413,13 @@ paths: - description - started_at examples: - default: &433 + default: &434 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &434 + '400': &435 description: Bad Request content: application/json: @@ -62417,7 +62430,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': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -62442,29 +62455,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: - - *338 - *339 - - *430 + - *340 + - *431 responses: '200': description: OK content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 '202': description: Accepted content: application/json: - schema: *432 + schema: *433 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *434 + '400': *435 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -62496,9 +62509,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: - - *338 - *339 - - *430 + - *340 + - *431 requestBody: required: false content: @@ -62544,8 +62557,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *434 - '403': *435 + '400': *435 + '403': *436 '404': *6 '422': description: Unprocessable Entity @@ -62569,13 +62582,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: - - *338 - *339 - - *430 + - *340 + - *431 - *19 - *17 - - *436 - *437 + - *438 responses: '200': description: Response @@ -62583,7 +62596,7 @@ paths: application/json: schema: type: array - items: *428 + items: *429 examples: default: value: @@ -62622,7 +62635,7 @@ paths: end_column: 50 classifications: - source - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -62656,25 +62669,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *338 - *339 + - *340 - *206 - *207 - *19 - *17 - - *437 + - *438 - 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: *421 + schema: *422 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &440 + schema: &441 type: string description: An identifier for the upload. examples: @@ -62696,23 +62709,23 @@ paths: application/json: schema: type: array - items: &441 + items: &442 type: object properties: - ref: *421 - commit_sha: &449 + ref: *422 + commit_sha: &450 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: *438 + analysis_key: *439 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *439 + category: *440 error: type: string examples: @@ -62737,8 +62750,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *440 - tool: *427 + sarif_id: *441 + tool: *428 deletable: type: boolean warning: @@ -62800,7 +62813,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -62836,8 +62849,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: - - *338 - *339 + - *340 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -62850,7 +62863,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: response: summary: application/json response @@ -62904,7 +62917,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -62986,8 +62999,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: - - *338 - *339 + - *340 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63043,7 +63056,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': *435 + '403': *436 '404': *6 '503': *121 x-github: @@ -63065,8 +63078,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -63074,7 +63087,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 title: CodeQL Database description: A CodeQL database. type: object @@ -63186,7 +63199,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': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -63215,8 +63228,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: - - *338 - *339 + - *340 - name: language in: path description: The language of the CodeQL database. @@ -63228,7 +63241,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -63260,9 +63273,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': &473 + '302': &474 description: Found - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -63284,8 +63297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *338 - *339 + - *340 - name: language in: path description: The language of the CodeQL database. @@ -63295,7 +63308,7 @@ paths: responses: '204': description: Response - '403': *435 + '403': *436 '404': *6 '503': *121 x-github: @@ -63323,8 +63336,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -63333,7 +63346,7 @@ paths: type: object additionalProperties: false properties: - language: &443 + language: &444 type: string description: The language targeted by the CodeQL query enum: @@ -63411,7 +63424,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &447 + schema: &448 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63421,7 +63434,7 @@ paths: description: The ID of the variant analysis. controller_repo: *92 actor: *4 - query_language: *443 + query_language: *444 query_pack_url: type: string description: The download url for the query pack. @@ -63469,7 +63482,7 @@ paths: items: type: object properties: - repository: &444 + repository: &445 title: Repository Identifier description: Repository Identifier type: object @@ -63511,7 +63524,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &448 + analysis_status: &449 type: string description: The new status of the CodeQL variant analysis repository task. @@ -63543,7 +63556,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &445 + access_mismatch_repos: &446 type: object properties: repository_count: @@ -63558,7 +63571,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: *444 + items: *445 required: - repository_count - repositories @@ -63581,8 +63594,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *445 - over_limit_repos: *445 + no_codeql_db_repos: *446 + over_limit_repos: *446 required: - access_mismatch_repos - not_found_repos @@ -63598,7 +63611,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &446 + value: &447 summary: Default response value: id: 1 @@ -63750,10 +63763,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *446 + value: *447 repository_lists: summary: Response for a successful variant analysis submission - value: *446 + value: *447 '404': *6 '422': description: Unable to process variant analysis submission @@ -63781,8 +63794,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: - - *338 - *339 + - *340 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -63794,9 +63807,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *446 + default: *447 '404': *6 '503': *121 x-github: @@ -63819,7 +63832,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: - - *338 + - *339 - name: repo in: path description: The name of the controller repository. @@ -63854,7 +63867,7 @@ paths: type: object properties: repository: *92 - analysis_status: *448 + analysis_status: *449 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -63979,8 +63992,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -64062,7 +64075,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *429 + '403': *430 '404': *6 '503': *121 x-github: @@ -64083,8 +64096,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -64168,7 +64181,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *435 + '403': *436 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -64233,8 +64246,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -64242,7 +64255,7 @@ paths: schema: type: object properties: - commit_sha: *449 + commit_sha: *450 ref: type: string description: |- @@ -64302,7 +64315,7 @@ paths: schema: type: object properties: - id: *440 + id: *441 url: type: string description: The REST API URL for checking the status of the upload. @@ -64316,7 +64329,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': *435 + '403': *436 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -64339,8 +64352,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: - - *338 - *339 + - *340 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -64388,7 +64401,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': *429 + '403': *430 '404': description: Not Found if the sarif id does not match any upload '503': *121 @@ -64413,8 +64426,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -64492,8 +64505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *338 - *339 + - *340 - 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 @@ -64621,8 +64634,8 @@ paths: parameters: - *17 - *19 - - *338 - *339 + - *340 responses: '200': description: Response @@ -64638,7 +64651,7 @@ paths: type: integer codespaces: type: array - items: *265 + items: *266 examples: default: value: @@ -64936,8 +64949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -65001,17 +65014,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '400': *14 '401': *23 '403': *27 @@ -65040,8 +65053,8 @@ paths: parameters: - *17 - *19 - - *338 - *339 + - *340 responses: '200': description: Response @@ -65105,8 +65118,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: - - *338 - *339 + - *340 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65143,9 +65156,9 @@ paths: type: integer machines: type: array - items: *451 + items: *452 examples: - default: &675 + default: &676 value: total_count: 2 machines: @@ -65185,8 +65198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *338 - *339 + - *340 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -65273,8 +65286,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: - - *338 - *339 + - *340 - 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 @@ -65343,8 +65356,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -65362,7 +65375,7 @@ paths: type: integer secrets: type: array - items: &455 + items: &456 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65383,7 +65396,7 @@ paths: - created_at - updated_at examples: - default: *452 + default: *453 headers: Link: *37 x-github: @@ -65406,16 +65419,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65435,17 +65448,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '200': description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65465,8 +65478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 requestBody: required: true @@ -65519,8 +65532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '204': @@ -65549,8 +65562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *338 - *339 + - *340 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -65588,7 +65601,7 @@ paths: application/json: schema: type: array - items: &457 + items: &458 title: Collaborator description: Collaborator type: object @@ -65781,8 +65794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *338 - *339 + - *340 - *205 responses: '204': @@ -65825,8 +65838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *338 - *339 + - *340 - *205 requestBody: required: false @@ -65853,7 +65866,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &521 + schema: &522 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66074,8 +66087,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *338 - *339 + - *340 - *205 responses: '204': @@ -66105,8 +66118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *338 - *339 + - *340 - *205 responses: '200': @@ -66127,7 +66140,7 @@ paths: user: anyOf: - type: 'null' - - *457 + - *458 required: - permission - role_name @@ -66181,8 +66194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -66192,7 +66205,7 @@ paths: application/json: schema: type: array - items: &458 + items: &459 title: Commit Comment description: Commit Comment type: object @@ -66250,7 +66263,7 @@ paths: - created_at - updated_at examples: - default: &461 + default: &462 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66309,17 +66322,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *338 - *339 + - *340 - *140 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: &462 + default: &463 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66376,8 +66389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -66400,7 +66413,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -66451,8 +66464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *338 - *339 + - *340 - *140 responses: '204': @@ -66474,8 +66487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *338 - *339 + - *340 - *140 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -66502,9 +66515,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 '404': *6 @@ -66525,8 +66538,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -66559,16 +66572,16 @@ paths: description: Reaction exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Reaction created content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -66590,10 +66603,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *338 - *339 + - *340 - *140 - - *330 + - *331 responses: '204': description: Response @@ -66642,8 +66655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *338 - *339 + - *340 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -66699,9 +66712,9 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: &569 + default: &570 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66795,9 +66808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *338 - *339 - - &460 + - *340 + - &461 name: commit_sha description: The SHA of the commit. in: path @@ -66869,9 +66882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *338 - *339 - - *460 + - *340 + - *461 - *17 - *19 responses: @@ -66881,9 +66894,9 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: *461 + default: *462 headers: Link: *37 x-github: @@ -66911,9 +66924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *338 - *339 - - *460 + - *340 + - *461 requestBody: required: true content: @@ -66948,9 +66961,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *462 + default: *463 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66978,9 +66991,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: - - *338 - *339 - - *460 + - *340 + - *461 - *17 - *19 responses: @@ -66990,7 +67003,7 @@ paths: application/json: schema: type: array - items: &560 + items: &561 title: Pull Request Simple description: Pull Request Simple type: object @@ -67110,7 +67123,7 @@ paths: milestone: anyOf: - type: 'null' - - *463 + - *464 active_lock_reason: type: - string @@ -67165,7 +67178,7 @@ paths: type: - array - 'null' - items: *261 + items: *262 head: type: object properties: @@ -67209,7 +67222,7 @@ paths: _links: type: object properties: - comments: &464 + comments: &465 title: Link description: Hypermedia Link type: object @@ -67218,13 +67231,13 @@ paths: type: string required: - href - commits: *464 - statuses: *464 - html: *464 - issue: *464 - review_comments: *464 - review_comment: *464 - self: *464 + commits: *465 + statuses: *465 + html: *465 + issue: *465 + review_comments: *465 + review_comment: *465 + self: *465 required: - comments - commits @@ -67235,7 +67248,7 @@ paths: - review_comment - self author_association: *128 - auto_merge: &562 + auto_merge: &563 title: Auto merge description: The status of auto merging a pull request. type: @@ -67300,7 +67313,7 @@ paths: - author_association - auto_merge examples: - default: &561 + default: &562 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67837,11 +67850,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *338 - *339 + - *340 - *19 - *17 - - &465 + - &466 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)" @@ -67856,9 +67869,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: &548 + default: &549 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67971,11 +67984,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: - - *338 - *339 - - *465 + - *340 - *466 - *467 + - *468 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68009,9 +68022,9 @@ paths: type: integer check_runs: type: array - items: *414 + items: *415 examples: - default: *468 + default: *469 headers: Link: *37 x-github: @@ -68036,9 +68049,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: - - *338 - *339 - - *465 + - *340 + - *466 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68046,7 +68059,7 @@ paths: schema: type: integer example: 1 - - *466 + - *467 - *17 - *19 responses: @@ -68064,7 +68077,7 @@ paths: type: integer check_suites: type: array - items: *418 + items: *419 examples: default: value: @@ -68264,9 +68277,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: - - *338 - *339 - - *465 + - *340 + - *466 - *17 - *19 responses: @@ -68468,9 +68481,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *338 - *339 - - *465 + - *340 + - *466 - *17 - *19 responses: @@ -68480,7 +68493,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: Status description: The status of a commit. type: object @@ -68561,7 +68574,7 @@ paths: site_admin: false headers: Link: *37 - '301': *352 + '301': *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68589,8 +68602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -68623,11 +68636,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *469 + - *470 code_of_conduct_file: anyOf: - type: 'null' - - &470 + - &471 title: Community Health File type: object properties: @@ -68647,19 +68660,19 @@ paths: contributing: anyOf: - type: 'null' - - *470 + - *471 readme: anyOf: - type: 'null' - - *470 + - *471 issue_template: anyOf: - type: 'null' - - *470 + - *471 pull_request_template: anyOf: - type: 'null' - - *470 + - *471 required: - code_of_conduct - code_of_conduct_file @@ -68788,8 +68801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *338 - *339 + - *340 - *19 - *17 - name: basehead @@ -68837,8 +68850,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *459 - merge_base_commit: *459 + base_commit: *460 + merge_base_commit: *460 status: type: string enum: @@ -68862,10 +68875,10 @@ paths: - 6 commits: type: array - items: *459 + items: *460 files: type: array - items: *471 + items: *472 required: - url - html_url @@ -69151,8 +69164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *338 - *339 + - *340 - name: path description: path parameter in: path @@ -69303,7 +69316,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &472 + response-if-content-is-a-file: &473 summary: Response if content is a file value: type: file @@ -69440,7 +69453,7 @@ paths: - size - type - url - - &574 + - &575 title: Content File description: Content File type: object @@ -69658,7 +69671,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *472 + response-if-content-is-a-file: *473 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69727,7 +69740,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *473 + '302': *474 '304': *35 x-github: githubCloudOnly: false @@ -69750,8 +69763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *338 - *339 + - *340 - name: path description: path parameter in: path @@ -69846,7 +69859,7 @@ paths: description: Response content: application/json: - schema: &474 + schema: &475 title: File Commit description: File Commit type: object @@ -70002,7 +70015,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: example-for-creating-a-file: value: @@ -70056,7 +70069,7 @@ paths: schema: oneOf: - *3 - - &503 + - &504 description: Repository rule violation was detected type: object properties: @@ -70077,7 +70090,7 @@ paths: items: type: object properties: - placeholder_id: &615 + placeholder_id: &616 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70109,8 +70122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *338 - *339 + - *340 - name: path description: path parameter in: path @@ -70171,7 +70184,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -70226,8 +70239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *338 - *339 + - *340 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -70351,8 +70364,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *338 - *339 + - *340 - *225 - *226 - *227 @@ -70365,6 +70378,7 @@ paths: type: string - *229 - *230 + - *231 - *82 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -70384,8 +70398,8 @@ paths: default: 30 - *80 - *81 - - *231 - *232 + - *233 responses: '200': description: Response @@ -70393,7 +70407,7 @@ paths: application/json: schema: type: array - items: &477 + items: &478 type: object description: A Dependabot alert. properties: @@ -70428,7 +70442,7 @@ paths: - development - runtime - - security_advisory: *475 + security_advisory: *476 security_vulnerability: *97 url: *98 html_url: *99 @@ -70459,7 +70473,7 @@ paths: dismissal. maxLength: 280 fixed_at: *103 - auto_dismissed_at: *476 + auto_dismissed_at: *477 required: - number - state @@ -70686,9 +70700,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *338 - *339 - - &478 + - *340 + - &479 name: alert_number in: path description: |- @@ -70703,7 +70717,7 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -70813,9 +70827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *338 - *339 - - *478 + - *340 + - *479 requestBody: required: true content: @@ -70860,7 +70874,7 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -70989,8 +71003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -71008,7 +71022,7 @@ paths: type: integer secrets: type: array - items: &481 + items: &482 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71062,16 +71076,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *480 + default: *481 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71091,15 +71105,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '200': description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -71125,8 +71139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 requestBody: required: true @@ -71179,8 +71193,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *338 - *339 + - *340 - *193 responses: '204': @@ -71203,8 +71217,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: - - *338 - *339 + - *340 - 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 @@ -71378,8 +71392,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -71639,8 +71653,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -71723,7 +71737,7 @@ paths: - version - url additionalProperties: false - metadata: &482 + metadata: &483 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71762,7 +71776,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *482 + metadata: *483 resolved: type: object description: A collection of resolved package dependencies. @@ -71776,7 +71790,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *482 + metadata: *483 relationship: type: string description: A notation of whether a dependency is requested @@ -71909,8 +71923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *338 - *339 + - *340 - name: sha description: The SHA recorded at creation time. in: query @@ -71951,9 +71965,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: *484 + default: *485 headers: Link: *37 x-github: @@ -72019,8 +72033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -72102,7 +72116,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: simple-example: summary: Simple example @@ -72175,9 +72189,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *338 - *339 - - &485 + - *340 + - &486 name: deployment_id description: deployment_id parameter in: path @@ -72189,7 +72203,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -72254,9 +72268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *338 - *339 - - *485 + - *340 + - *486 responses: '204': description: Response @@ -72278,9 +72292,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *338 - *339 - - *485 + - *340 + - *486 - *17 - *19 responses: @@ -72290,7 +72304,7 @@ paths: application/json: schema: type: array - items: &486 + items: &487 title: Deployment Status description: The status of a deployment. type: object @@ -72454,9 +72468,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *338 - *339 - - *485 + - *340 + - *486 requestBody: required: true content: @@ -72531,9 +72545,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &487 + default: &488 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -72589,9 +72603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *338 - *339 - - *485 + - *340 + - *486 - name: status_id in: path required: true @@ -72602,9 +72616,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 '404': *6 x-github: githubCloudOnly: false @@ -72629,8 +72643,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -72687,8 +72701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -72706,7 +72720,7 @@ paths: - 5 environments: type: array - items: &489 + items: &490 title: Environment description: Details of a deployment environment type: object @@ -72768,7 +72782,7 @@ paths: type: string examples: - wait_timer - wait_timer: &491 + wait_timer: &492 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -72810,11 +72824,11 @@ paths: items: type: object properties: - type: *488 + type: *489 reviewer: anyOf: - *4 - - *261 + - *262 required: - id - node_id @@ -72837,7 +72851,7 @@ paths: - id - node_id - type - deployment_branch_policy: &492 + deployment_branch_policy: &493 type: - object - 'null' @@ -72954,9 +72968,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *338 - *339 - - &490 + - *340 + - &491 name: environment_name in: path required: true @@ -72969,9 +72983,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: &493 + default: &494 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73055,9 +73069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *338 - *339 - - *490 + - *340 + - *491 requestBody: required: false content: @@ -73067,7 +73081,7 @@ paths: - object - 'null' properties: - wait_timer: *491 + wait_timer: *492 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -73086,14 +73100,14 @@ paths: items: type: object properties: - type: *488 + type: *489 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *492 + deployment_branch_policy: *493 additionalProperties: false examples: default: @@ -73113,9 +73127,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *493 + default: *494 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -73139,9 +73153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *338 - *339 - - *490 + - *340 + - *491 responses: '204': description: Default response @@ -73166,9 +73180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *17 - *19 responses: @@ -73187,7 +73201,7 @@ paths: - 2 branch_policies: type: array - items: &494 + items: &495 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -73248,9 +73262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *338 - *339 - - *490 + - *340 + - *491 requestBody: required: true content: @@ -73298,9 +73312,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - example-wildcard: &495 + example-wildcard: &496 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -73342,10 +73356,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *338 - *339 - - *490 - - &496 + - *340 + - *491 + - &497 name: branch_policy_id in: path required: true @@ -73357,9 +73371,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73378,10 +73392,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *338 - *339 - - *490 - - *496 + - *340 + - *491 + - *497 requestBody: required: true content: @@ -73410,9 +73424,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73431,10 +73445,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *338 - *339 - - *490 - - *496 + - *340 + - *491 + - *497 responses: '204': description: Response @@ -73459,9 +73473,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: - - *490 + - *491 + - *340 - *339 - - *338 responses: '200': description: List of deployment protection rules @@ -73478,7 +73492,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &497 + items: &498 title: Deployment protection rule description: Deployment protection rule type: object @@ -73500,7 +73514,7 @@ paths: for the environment. examples: - true - app: &498 + app: &499 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -73603,9 +73617,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: - - *490 + - *491 + - *340 - *339 - - *338 requestBody: content: application/json: @@ -73626,9 +73640,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *497 + schema: *498 examples: - default: &499 + default: &500 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73663,9 +73677,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: - - *490 + - *491 + - *340 - *339 - - *338 - *19 - *17 responses: @@ -73685,7 +73699,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *498 + items: *499 examples: default: value: @@ -73720,10 +73734,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: - - *338 - *339 - - *490 - - &500 + - *340 + - *491 + - &501 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73735,9 +73749,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73758,10 +73772,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: - - *490 + - *491 + - *340 - *339 - - *338 - - *500 + - *501 responses: '204': description: Response @@ -73787,9 +73801,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *17 - *19 responses: @@ -73807,9 +73821,9 @@ paths: type: integer secrets: type: array - items: *375 + items: *376 examples: - default: *376 + default: *377 headers: Link: *37 x-github: @@ -73834,17 +73848,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *338 - *339 - - *490 + - *340 + - *491 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73866,18 +73880,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *193 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73899,9 +73913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *193 requestBody: required: true @@ -73959,9 +73973,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *193 responses: '204': @@ -73987,10 +74001,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *338 - *339 - - *490 - - *362 + - *340 + - *491 + - *363 - *19 responses: '200': @@ -74007,9 +74021,9 @@ paths: type: integer variables: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 headers: Link: *37 x-github: @@ -74032,9 +74046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *338 - *339 - - *490 + - *340 + - *491 requestBody: required: true content: @@ -74086,18 +74100,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *338 - *339 - - *490 + - *340 + - *491 - *196 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *502 + default: *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74118,10 +74132,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *338 - *339 + - *340 - *196 - - *490 + - *491 requestBody: required: true content: @@ -74163,10 +74177,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *338 - *339 + - *340 - *196 - - *490 + - *491 responses: '204': description: Response @@ -74188,8 +74202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -74266,8 +74280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *338 - *339 + - *340 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -74426,8 +74440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -74460,9 +74474,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *353 + default: *354 '400': *14 '422': *15 '403': *27 @@ -74483,8 +74497,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -74544,7 +74558,7 @@ paths: schema: oneOf: - *166 - - *503 + - *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74569,8 +74583,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *338 - *339 + - *340 - name: file_sha in: path required: true @@ -74670,8 +74684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -74780,7 +74794,7 @@ paths: description: Response content: application/json: - schema: &504 + schema: &505 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -75006,15 +75020,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *338 - *339 - - *460 + - *340 + - *461 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -75070,9 +75084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *338 - *339 - - &505 + - *340 + - &506 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. @@ -75089,7 +75103,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Git Reference description: Git references within a repository type: object @@ -75165,17 +75179,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *338 - *339 - - *505 + - *340 + - *506 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &507 + default: &508 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -75204,8 +75218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -75234,9 +75248,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -75262,9 +75276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *338 - *339 - - *505 + - *340 + - *506 requestBody: required: true content: @@ -75293,9 +75307,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 '422': *15 '409': *90 x-github: @@ -75313,9 +75327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *338 - *339 - - *505 + - *340 + - *506 responses: '204': description: Response @@ -75368,8 +75382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -75436,7 +75450,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &510 title: Git Tag description: Metadata for a Git tag type: object @@ -75492,7 +75506,7 @@ paths: - sha - type - url - verification: *508 + verification: *509 required: - sha - url @@ -75502,7 +75516,7 @@ paths: - tag - message examples: - default: &510 + default: &511 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -75575,8 +75589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *338 - *339 + - *340 - name: tag_sha in: path required: true @@ -75587,9 +75601,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 '409': *90 x-github: @@ -75613,8 +75627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -75688,7 +75702,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &512 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75806,8 +75820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *338 - *339 + - *340 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -75830,7 +75844,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default-response: summary: Default response @@ -75889,8 +75903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -75900,7 +75914,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Webhook description: Webhooks for repositories. type: object @@ -75963,7 +75977,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &749 + last_response: &750 title: Hook Response type: object properties: @@ -76040,8 +76054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -76094,9 +76108,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: &513 + default: &514 value: type: Repository id: 12345678 @@ -76144,17 +76158,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *338 - *339 - - *238 + - *340 + - *239 responses: '200': description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '404': *6 x-github: githubCloudOnly: false @@ -76174,9 +76188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *338 - *339 - - *238 + - *340 + - *239 requestBody: required: true content: @@ -76221,9 +76235,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '422': *15 '404': *6 x-github: @@ -76244,9 +76258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *338 - *339 - - *238 + - *340 + - *239 responses: '204': description: Response @@ -76270,9 +76284,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: - - *338 - *339 - - *238 + - *340 + - *239 responses: '200': description: Response @@ -76299,9 +76313,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: - - *338 - *339 - - *238 + - *340 + - *239 requestBody: required: false content: @@ -76345,11 +76359,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *338 - *339 - - *238 - - *17 + - *340 - *239 + - *17 + - *240 responses: '200': description: Response @@ -76357,9 +76371,9 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: - default: *241 + default: *242 '400': *14 '422': *15 x-github: @@ -76378,18 +76392,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: - - *338 - *339 - - *238 + - *340 + - *239 - *16 responses: '200': description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 '400': *14 '422': *15 x-github: @@ -76408,9 +76422,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: - - *338 - *339 - - *238 + - *340 + - *239 - *16 responses: '202': *91 @@ -76433,9 +76447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *338 - *339 - - *238 + - *340 + - *239 responses: '204': description: Response @@ -76460,9 +76474,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *338 - *339 - - *238 + - *340 + - *239 responses: '204': description: Response @@ -76520,14 +76534,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: &514 + schema: &515 title: Import description: A repository import from an external source. type: object @@ -76634,7 +76648,7 @@ paths: - html_url - authors_url examples: - default: &517 + default: &518 value: vcs: subversion use_lfs: true @@ -76650,7 +76664,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': &515 + '503': &516 description: Unavailable due to service under maintenance. content: application/json: @@ -76679,8 +76693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -76728,7 +76742,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: default: value: @@ -76753,7 +76767,7 @@ paths: type: string '422': *15 '404': *6 - '503': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76781,8 +76795,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -76834,7 +76848,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: example-1: summary: Example 1 @@ -76882,7 +76896,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': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76905,12 +76919,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *338 - *339 + - *340 responses: '204': description: Response - '503': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76936,9 +76950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *338 - *339 - - &698 + - *340 + - &699 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -76952,7 +76966,7 @@ paths: application/json: schema: type: array - items: &516 + items: &517 title: Porter Author description: Porter Author type: object @@ -77006,7 +77020,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': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77031,8 +77045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *338 - *339 + - *340 - name: author_id in: path required: true @@ -77062,7 +77076,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -77075,7 +77089,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77099,8 +77113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -77141,7 +77155,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77169,8 +77183,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -77197,11 +77211,11 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *517 + default: *518 '422': *15 - '503': *515 + '503': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77224,8 +77238,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -77233,8 +77247,8 @@ paths: application/json: schema: *20 examples: - default: *518 - '301': *352 + default: *519 + '301': *353 '404': *6 x-github: githubCloudOnly: false @@ -77254,8 +77268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -77263,12 +77277,12 @@ paths: application/json: schema: anyOf: - - *256 + - *257 - type: object properties: {} additionalProperties: false examples: - default: &520 + default: &521 value: limit: collaborators_only origin: repository @@ -77293,13 +77307,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *338 - *339 + - *340 requestBody: required: true content: application/json: - schema: *519 + schema: *520 examples: default: summary: Example request body @@ -77311,9 +77325,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *520 + default: *521 '409': description: Response x-github: @@ -77335,8 +77349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -77359,8 +77373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -77370,9 +77384,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: &691 + default: &692 value: - id: 1 repository: @@ -77503,9 +77517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *338 - *339 - - *260 + - *340 + - *261 requestBody: required: false content: @@ -77534,7 +77548,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -77665,9 +77679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *338 - *339 - - *260 + - *340 + - *261 responses: '204': description: Response @@ -77698,8 +77712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *338 - *339 + - *340 - 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 @@ -77739,7 +77753,7 @@ paths: required: false schema: type: string - - *262 + - *263 - name: sort description: What to sort results by. in: query @@ -77764,7 +77778,7 @@ paths: type: array items: *141 examples: - default: &530 + default: &531 value: - id: 1 node_id: MDU6SXNzdWUx @@ -77912,7 +77926,7 @@ paths: state_reason: completed headers: Link: *37 - '301': *352 + '301': *353 '422': *15 '404': *6 x-github: @@ -77941,8 +77955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -78025,7 +78039,7 @@ paths: application/json: schema: *141 examples: - default: &525 + default: &526 value: id: 1 node_id: MDU6SXNzdWUx @@ -78181,7 +78195,7 @@ paths: '422': *15 '503': *121 '404': *6 - '410': *349 + '410': *350 x-github: triggersNotification: true githubCloudOnly: false @@ -78209,8 +78223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *338 - *339 + - *340 - *150 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -78231,9 +78245,9 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: - default: &527 + default: &528 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78291,17 +78305,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *338 - *339 + - *340 - *140 responses: '200': description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &523 + default: &524 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78355,8 +78369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -78379,9 +78393,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 '422': *15 x-github: githubCloudOnly: false @@ -78399,8 +78413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *338 - *339 + - *340 - *140 responses: '204': @@ -78421,8 +78435,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *338 - *339 + - *340 - *140 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -78449,9 +78463,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 '404': *6 @@ -78472,8 +78486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -78506,16 +78520,16 @@ paths: description: Reaction exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Reaction created content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -78537,10 +78551,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *338 - *339 + - *340 - *140 - - *330 + - *331 responses: '204': description: Response @@ -78560,8 +78574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -78571,7 +78585,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Issue Event description: Issue Event type: object @@ -78651,7 +78665,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *261 + requested_team: *262 dismissed_review: title: Issue Event Dismissed Review type: object @@ -78910,8 +78924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *338 - *339 + - *340 - name: event_id in: path required: true @@ -78922,7 +78936,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -79115,7 +79129,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *349 + '410': *350 '403': *27 x-github: githubCloudOnly: false @@ -79149,9 +79163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *338 - *339 - - &526 + - *340 + - &527 name: issue_number description: The number that identifies the issue. in: path @@ -79165,10 +79179,10 @@ paths: application/json: schema: *141 examples: - default: *525 - '301': *352 + default: *526 + '301': *353 '404': *6 - '410': *349 + '410': *350 '304': *35 x-github: githubCloudOnly: false @@ -79193,9 +79207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: false content: @@ -79305,13 +79319,13 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 '422': *15 '503': *121 '403': *27 - '301': *352 + '301': *353 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79329,9 +79343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: false content: @@ -79359,7 +79373,7 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79375,9 +79389,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: content: application/json: @@ -79404,7 +79418,7 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79426,9 +79440,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: - - *338 - *339 - - *526 + - *340 + - *527 - name: assignee in: path required: true @@ -79468,9 +79482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *338 - *339 - - *526 + - *340 + - *527 - *131 - *17 - *19 @@ -79481,13 +79495,13 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: - default: *527 + default: *528 headers: Link: *37 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79516,9 +79530,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: true content: @@ -79540,16 +79554,16 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *349 + '410': *350 '422': *15 '404': *6 x-github: @@ -79569,9 +79583,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *338 - *339 - - *526 + - *340 + - *527 - *17 - *19 responses: @@ -79585,7 +79599,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &531 + - &532 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -79634,7 +79648,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &533 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -79762,7 +79776,7 @@ paths: - performed_via_github_app - assignee - assigner - - &533 + - &534 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -79808,7 +79822,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &535 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -79854,7 +79868,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &536 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -79903,7 +79917,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &537 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -79932,7 +79946,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *261 + requested_team: *262 requested_reviewer: *4 required: - review_requester @@ -79945,7 +79959,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &538 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -79974,7 +79988,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *261 + requested_team: *262 requested_reviewer: *4 required: - review_requester @@ -79987,7 +80001,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &538 + - &539 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -80043,7 +80057,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &539 + - &540 title: Locked Issue Event description: Locked Issue Event type: object @@ -80088,7 +80102,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &541 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -80149,7 +80163,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &542 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -80210,7 +80224,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &543 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -80271,7 +80285,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &544 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80364,7 +80378,7 @@ paths: color: red headers: Link: *37 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80381,9 +80395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 - *17 - *19 responses: @@ -80393,7 +80407,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -80448,7 +80462,7 @@ paths: - color - default examples: - default: &529 + default: &530 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80466,9 +80480,9 @@ paths: default: false headers: Link: *37 - '301': *352 + '301': *353 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80485,9 +80499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: false content: @@ -80546,12 +80560,12 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: *529 - '301': *352 + default: *530 + '301': *353 '404': *6 - '410': *349 + '410': *350 '422': *15 x-github: githubCloudOnly: false @@ -80568,9 +80582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: false content: @@ -80630,12 +80644,12 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: *529 - '301': *352 + default: *530 + '301': *353 '404': *6 - '410': *349 + '410': *350 '422': *15 x-github: githubCloudOnly: false @@ -80652,15 +80666,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 responses: '204': description: Response - '301': *352 + '301': *353 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80679,9 +80693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 - name: name in: path required: true @@ -80694,7 +80708,7 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: default: value: @@ -80705,9 +80719,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *352 + '301': *353 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80727,9 +80741,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: false content: @@ -80758,7 +80772,7 @@ paths: '204': description: Response '403': *27 - '410': *349 + '410': *350 '404': *6 '422': *15 x-github: @@ -80776,9 +80790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 responses: '204': description: Response @@ -80800,9 +80814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 - 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. @@ -80828,13 +80842,13 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80852,9 +80866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: true content: @@ -80886,16 +80900,16 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -80917,10 +80931,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *338 - *339 - - *526 - - *330 + - *340 + - *527 + - *331 responses: '204': description: Response @@ -80949,9 +80963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: true content: @@ -80961,7 +80975,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -80975,7 +80989,7 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -81008,9 +81022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *338 - *339 - - *526 + - *340 + - *527 - *17 - *19 responses: @@ -81022,11 +81036,11 @@ paths: type: array items: *141 examples: - default: *530 + default: *531 headers: Link: *37 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81054,9 +81068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: true content: @@ -81066,7 +81080,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -81084,14 +81099,14 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *349 + '410': *350 '422': *15 '404': *6 x-github: @@ -81111,9 +81126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 requestBody: required: true content: @@ -81146,7 +81161,7 @@ paths: application/json: schema: *141 examples: - default: *525 + default: *526 '403': *27 '404': *6 '422': *7 @@ -81168,9 +81183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *338 - *339 - - *526 + - *340 + - *527 - *17 - *19 responses: @@ -81185,7 +81200,6 @@ paths: description: Timeline Event type: object anyOf: - - *531 - *532 - *533 - *534 @@ -81198,6 +81212,7 @@ paths: - *541 - *542 - *543 + - *544 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81520,7 +81535,7 @@ paths: type: string comments: type: array - items: &563 + items: &564 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -81758,7 +81773,7 @@ paths: type: string comments: type: array - items: *458 + items: *459 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -82033,7 +82048,7 @@ paths: headers: Link: *37 '404': *6 - '410': *349 + '410': *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82050,8 +82065,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -82061,7 +82076,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -82128,8 +82143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -82165,9 +82180,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &545 + default: &546 value: id: 1 key: ssh-rsa AAA... @@ -82201,9 +82216,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *338 - *339 - - &546 + - *340 + - &547 name: key_id description: The unique identifier of the key. in: path @@ -82215,9 +82230,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '404': *6 x-github: githubCloudOnly: false @@ -82235,9 +82250,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *338 - *339 - - *546 + - *340 + - *547 responses: '204': description: Response @@ -82257,8 +82272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -82268,9 +82283,9 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: *529 + default: *530 headers: Link: *37 '404': *6 @@ -82291,8 +82306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -82328,9 +82343,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &547 + default: &548 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82362,8 +82377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *338 - *339 + - *340 - name: name in: path required: true @@ -82374,9 +82389,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *547 + default: *548 '404': *6 x-github: githubCloudOnly: false @@ -82393,8 +82408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *338 - *339 + - *340 - name: name in: path required: true @@ -82433,7 +82448,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -82459,8 +82474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *338 - *339 + - *340 - name: name in: path required: true @@ -82486,8 +82501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -82523,8 +82538,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *338 - *339 + - *340 responses: '202': *91 '403': @@ -82552,8 +82567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -82579,9 +82594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *338 - *339 - - *436 + - *340 + - *437 responses: '200': description: Response @@ -82728,8 +82743,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -82794,8 +82809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -82829,9 +82844,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *459 + schema: *460 examples: - default: *548 + default: *549 '204': description: Response when already merged '404': @@ -82856,8 +82871,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *338 - *339 + - *340 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -82898,7 +82913,7 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: default: value: @@ -82954,8 +82969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -82995,9 +83010,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: &549 + default: &550 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -83056,9 +83071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *338 - *339 - - &550 + - *340 + - &551 name: milestone_number description: The number that identifies the milestone. in: path @@ -83070,9 +83085,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *549 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -83089,9 +83104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *338 - *339 - - *550 + - *340 + - *551 requestBody: required: false content: @@ -83129,9 +83144,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *549 + default: *550 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83147,9 +83162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *338 - *339 - - *550 + - *340 + - *551 responses: '204': description: Response @@ -83170,9 +83185,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: - - *338 - *339 - - *550 + - *340 + - *551 - *17 - *19 responses: @@ -83182,9 +83197,9 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: *529 + default: *530 headers: Link: *37 x-github: @@ -83203,12 +83218,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: - - *338 - *339 - - *551 + - *340 - *552 - - *131 - *553 + - *131 + - *554 - *17 - *19 responses: @@ -83220,7 +83235,7 @@ paths: type: array items: *153 examples: - default: *554 + default: *555 headers: Link: *37 x-github: @@ -83244,8 +83259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -83303,14 +83318,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: &555 + schema: &556 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -83454,7 +83469,7 @@ paths: - custom_404 - public examples: - default: &556 + default: &557 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -83495,8 +83510,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -83551,9 +83566,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '422': *15 '409': *90 x-github: @@ -83576,8 +83591,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -83685,8 +83700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -83712,8 +83727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -83723,7 +83738,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Page Build description: Page Build type: object @@ -83815,8 +83830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *338 - *339 + - *340 responses: '201': description: Response @@ -83863,16 +83878,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: &558 + default: &559 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -83920,8 +83935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *338 - *339 + - *340 - name: build_id in: path required: true @@ -83932,9 +83947,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83954,8 +83969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -84064,9 +84079,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: - - *338 - *339 - - &559 + - *340 + - &560 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -84124,9 +84139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *338 - *339 - - *559 + - *340 + - *560 responses: '204': *108 '404': *6 @@ -84153,8 +84168,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -84449,8 +84464,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: - - *338 - *339 + - *340 responses: '200': description: Private vulnerability reporting status @@ -84487,8 +84502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *338 - *339 + - *340 responses: '204': *108 '422': *14 @@ -84509,8 +84524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *338 - *339 + - *340 responses: '204': *108 '422': *14 @@ -84533,8 +84548,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *338 - *339 + - *340 - name: state description: Indicates the state of the projects to return. in: query @@ -84555,7 +84570,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: value: @@ -84595,7 +84610,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *349 + '410': *350 '422': *7 x-github: githubCloudOnly: false @@ -84615,8 +84630,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -84642,13 +84657,13 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *348 + default: *349 '401': *23 '403': *27 '404': *6 - '410': *349 + '410': *350 '422': *7 x-github: githubCloudOnly: false @@ -84668,8 +84683,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -84677,7 +84692,7 @@ paths: application/json: schema: type: array - items: *293 + items: *294 examples: default: value: @@ -84708,8 +84723,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -84721,7 +84736,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *293 + items: *294 required: - properties examples: @@ -84771,8 +84786,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *338 - *339 + - *340 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -84832,9 +84847,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *561 + default: *562 headers: Link: *37 '304': *35 @@ -84866,8 +84881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -84934,7 +84949,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &566 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -85063,7 +85078,7 @@ paths: milestone: anyOf: - type: 'null' - - *463 + - *464 active_lock_reason: type: - string @@ -85118,7 +85133,7 @@ paths: type: - array - 'null' - items: *274 + items: *275 head: type: object properties: @@ -85156,14 +85171,14 @@ paths: _links: type: object properties: - comments: *464 - commits: *464 - statuses: *464 - html: *464 - issue: *464 - review_comments: *464 - review_comment: *464 - self: *464 + comments: *465 + commits: *465 + statuses: *465 + html: *465 + issue: *465 + review_comments: *465 + review_comment: *465 + self: *465 required: - comments - commits @@ -85174,7 +85189,7 @@ paths: - review_comment - self author_association: *128 - auto_merge: *562 + auto_merge: *563 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -85276,7 +85291,7 @@ paths: - merged_by - review_comments examples: - default: &566 + default: &567 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85803,8 +85818,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *338 - *339 + - *340 - name: sort in: query required: false @@ -85833,9 +85848,9 @@ paths: application/json: schema: type: array - items: *563 + items: *564 examples: - default: &568 + default: &569 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85912,17 +85927,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: - - *338 - *339 + - *340 - *140 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: &564 + default: &565 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85997,8 +86012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -86021,9 +86036,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *564 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86039,8 +86054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *338 - *339 + - *340 - *140 responses: '204': @@ -86062,8 +86077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *338 - *339 + - *340 - *140 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -86090,9 +86105,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 '404': *6 @@ -86113,8 +86128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *338 - *339 + - *340 - *140 requestBody: required: true @@ -86147,16 +86162,16 @@ paths: description: Reaction exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Reaction created content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -86178,10 +86193,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *338 - *339 + - *340 - *140 - - *330 + - *331 responses: '204': description: Response @@ -86224,9 +86239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *338 - *339 - - &567 + - *340 + - &568 name: pull_number description: The number that identifies the pull request. in: path @@ -86239,9 +86254,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '304': *35 '404': *6 '406': @@ -86276,9 +86291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: false content: @@ -86320,9 +86335,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '422': *15 '403': *27 x-github: @@ -86344,9 +86359,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: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: true content: @@ -86407,17 +86422,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '401': *23 '403': *27 '404': *6 @@ -86447,9 +86462,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *338 - *339 - - *567 + - *340 + - *568 - *150 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -86470,9 +86485,9 @@ paths: application/json: schema: type: array - items: *563 + items: *564 examples: - default: *568 + default: *569 headers: Link: *37 x-github: @@ -86505,9 +86520,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: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: true content: @@ -86613,7 +86628,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *564 examples: example-for-a-multi-line-comment: value: @@ -86701,9 +86716,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *338 - *339 - - *567 + - *340 + - *568 - *140 requestBody: required: true @@ -86726,7 +86741,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *564 examples: default: value: @@ -86812,9 +86827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *338 - *339 - - *567 + - *340 + - *568 - *17 - *19 responses: @@ -86824,9 +86839,9 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: *569 + default: *570 headers: Link: *37 x-github: @@ -86856,9 +86871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *338 - *339 - - *567 + - *340 + - *568 - *17 - *19 responses: @@ -86868,7 +86883,7 @@ paths: application/json: schema: type: array - items: *471 + items: *472 examples: default: value: @@ -86906,9 +86921,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: - - *338 - *339 - - *567 + - *340 + - *568 responses: '204': description: Response if pull request has been merged @@ -86931,9 +86946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: false content: @@ -87045,9 +87060,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: - - *338 - *339 - - *567 + - *340 + - *568 responses: '200': description: Response @@ -87063,7 +87078,7 @@ paths: items: *4 teams: type: array - items: *261 + items: *262 required: - users - teams @@ -87122,9 +87137,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: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: false content: @@ -87161,7 +87176,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -87697,9 +87712,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: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: true content: @@ -87733,7 +87748,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -88238,9 +88253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *338 - *339 - - *567 + - *340 + - *568 - *17 - *19 responses: @@ -88250,7 +88265,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -88406,9 +88421,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: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: false content: @@ -88498,9 +88513,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &572 + default: &573 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88563,10 +88578,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: - - *338 - *339 - - *567 - - &571 + - *340 + - *568 + - &572 name: review_id description: The unique identifier of the review. in: path @@ -88578,9 +88593,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &573 + default: &574 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88639,10 +88654,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: - - *338 - *339 - - *567 - - *571 + - *340 + - *568 + - *572 requestBody: required: true content: @@ -88665,7 +88680,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -88727,18 +88742,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: - - *338 - *339 - - *567 - - *571 + - *340 + - *568 + - *572 responses: '200': description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *572 + default: *573 '422': *7 '404': *6 x-github: @@ -88765,10 +88780,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: - - *338 - *339 - - *567 - - *571 + - *340 + - *568 + - *572 - *17 - *19 responses: @@ -88866,9 +88881,9 @@ paths: _links: type: object properties: - self: *464 - html: *464 - pull_request: *464 + self: *465 + html: *465 + pull_request: *465 required: - self - html @@ -89019,10 +89034,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: - - *338 - *339 - - *567 - - *571 + - *340 + - *568 + - *572 requestBody: required: true content: @@ -89051,7 +89066,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -89114,10 +89129,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: - - *338 - *339 - - *567 - - *571 + - *340 + - *568 + - *572 requestBody: required: true content: @@ -89152,9 +89167,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *573 + default: *574 '404': *6 '422': *7 '403': *27 @@ -89176,9 +89191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *338 - *339 - - *567 + - *340 + - *568 requestBody: required: false content: @@ -89242,8 +89257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *338 - *339 + - *340 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -89256,9 +89271,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: &575 + default: &576 value: type: file encoding: base64 @@ -89300,8 +89315,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: - - *338 - *339 + - *340 - name: dir description: The alternate path to look for a README file in: path @@ -89321,9 +89336,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: *575 + default: *576 '404': *6 '422': *15 x-github: @@ -89345,8 +89360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -89356,7 +89371,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Release description: A release. type: object @@ -89428,7 +89443,7 @@ paths: author: *4 assets: type: array - items: &577 + items: &578 title: Release Asset description: Data related to a release. type: object @@ -89608,8 +89623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -89685,9 +89700,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &580 + default: &581 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -89790,9 +89805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *338 - *339 - - &578 + - *340 + - &579 name: asset_id description: The unique identifier of the asset. in: path @@ -89804,9 +89819,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: &579 + default: &580 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 @@ -89840,7 +89855,7 @@ paths: type: User site_admin: false '404': *6 - '302': *473 + '302': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89856,9 +89871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *338 - *339 - - *578 + - *340 + - *579 requestBody: required: false content: @@ -89887,9 +89902,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89905,9 +89920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *338 - *339 - - *578 + - *340 + - *579 responses: '204': description: Response @@ -89931,8 +89946,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -90018,16 +90033,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *580 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90044,8 +90059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *338 - *339 + - *340 - name: tag description: tag parameter in: path @@ -90058,9 +90073,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *580 + default: *581 '404': *6 x-github: githubCloudOnly: false @@ -90082,9 +90097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *338 - *339 - - &581 + - *340 + - &582 name: release_id description: The unique identifier of the release. in: path @@ -90098,9 +90113,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: *576 + schema: *577 examples: - default: *580 + default: *581 '401': description: Unauthorized x-github: @@ -90118,9 +90133,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *338 - *339 - - *581 + - *340 + - *582 requestBody: required: false content: @@ -90184,9 +90199,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *580 + default: *581 '404': description: Not Found if the discussion category name is invalid content: @@ -90207,9 +90222,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *338 - *339 - - *581 + - *340 + - *582 responses: '204': description: Response @@ -90229,9 +90244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *338 - *339 - - *581 + - *340 + - *582 - *17 - *19 responses: @@ -90241,7 +90256,7 @@ paths: application/json: schema: type: array - items: *577 + items: *578 examples: default: value: @@ -90322,9 +90337,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: - - *338 - *339 - - *581 + - *340 + - *582 - name: name in: query required: true @@ -90350,7 +90365,7 @@ paths: description: Response for successful upload content: application/json: - schema: *577 + schema: *578 examples: response-for-successful-upload: value: @@ -90404,9 +90419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *338 - *339 - - *581 + - *340 + - *582 - 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. @@ -90430,9 +90445,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 '404': *6 @@ -90453,9 +90468,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *338 - *339 - - *581 + - *340 + - *582 requestBody: required: true content: @@ -90485,16 +90500,16 @@ paths: description: Reaction exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Reaction created content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 x-github: githubCloudOnly: false @@ -90516,10 +90531,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *338 - *339 - - *581 - - *330 + - *340 + - *582 + - *331 responses: '204': description: Response @@ -90543,9 +90558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *338 - *339 - - *397 + - *340 + - *398 - *17 - *19 responses: @@ -90561,8 +90576,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *582 - - &584 + - *583 + - &585 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90582,53 +90597,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *583 - *584 - - allOf: - *585 - - *584 - allOf: - *586 - - *584 + - *585 - allOf: - *587 - - *584 + - *585 - allOf: - *588 - - *584 + - *585 - allOf: - *589 - - *584 + - *585 - allOf: - *590 - - *584 + - *585 - allOf: - *591 - - *584 + - *585 - allOf: - *592 - - *584 + - *585 - allOf: - *593 - - *584 + - *585 - allOf: - *594 - - *584 + - *585 - allOf: - *595 - - *584 + - *585 - allOf: - *596 - - *584 + - *585 - allOf: - *597 - - *584 + - *585 - allOf: - *598 - - *584 + - *585 - allOf: - *599 - - *584 + - *585 + - allOf: + - *600 + - *585 examples: default: value: @@ -90667,8 +90682,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - *339 + - *340 - *17 - *19 - name: includes_parents @@ -90679,7 +90694,7 @@ paths: schema: type: boolean default: true - - *600 + - *601 responses: '200': description: Response @@ -90734,8 +90749,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - *339 + - *340 requestBody: description: Request body required: true @@ -90797,7 +90812,7 @@ paths: application/json: schema: *118 examples: - default: &609 + default: &610 value: id: 42 name: super cool ruleset @@ -90844,12 +90859,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *338 - *339 - - *601 - - *299 + - *340 - *602 + - *300 - *603 + - *604 - *17 - *19 responses: @@ -90857,9 +90872,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '404': *6 '500': *93 x-github: @@ -90880,17 +90895,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *338 - *339 - - *606 + - *340 + - *607 responses: '200': description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *6 '500': *93 x-github: @@ -90918,8 +90933,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - *339 + - *340 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90941,7 +90956,7 @@ paths: application/json: schema: *118 examples: - default: *609 + default: *610 '404': *6 '500': *93 put: @@ -90959,8 +90974,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - *339 + - *340 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91024,7 +91039,7 @@ paths: application/json: schema: *118 examples: - default: *609 + default: *610 '404': *6 '500': *93 delete: @@ -91042,8 +91057,8 @@ paths: category: repos subcategory: rules parameters: - - *338 - *339 + - *340 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91071,20 +91086,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *338 - *339 - - *301 + - *340 - *302 - *303 - *304 + - *305 - *82 - *19 - *17 - - *610 - *611 - - *305 + - *612 - *306 - *307 + - *308 responses: '200': description: Response @@ -91092,7 +91107,7 @@ paths: application/json: schema: type: array - items: &614 + items: &615 type: object properties: number: *94 @@ -91108,8 +91123,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *612 - resolution: *613 + state: *613 + resolution: *614 resolved_at: type: - string @@ -91322,15 +91337,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *338 - *339 - - *430 + - *340 + - *431 responses: '200': description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -91382,9 +91397,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *338 - *339 - - *430 + - *340 + - *431 requestBody: required: true content: @@ -91392,8 +91407,8 @@ paths: schema: type: object properties: - state: *612 - resolution: *613 + state: *613 + resolution: *614 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -91412,7 +91427,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -91487,9 +91502,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: - - *338 - *339 - - *430 + - *340 + - *431 - *19 - *17 responses: @@ -91500,7 +91515,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &770 + items: &771 type: object properties: type: @@ -91879,8 +91894,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -91888,14 +91903,14 @@ paths: schema: type: object properties: - reason: &616 + reason: &617 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *615 + placeholder_id: *616 required: - reason - placeholder_id @@ -91912,7 +91927,7 @@ paths: schema: type: object properties: - reason: *616 + reason: *617 expire_at: type: - string @@ -91956,8 +91971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *338 - *339 + - *340 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -91972,7 +91987,7 @@ paths: properties: incremental_scans: type: array - items: &617 + items: &618 description: Information on a single scan performed by secret scanning on the repository type: object @@ -92000,15 +92015,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *617 + items: *618 backfill_scans: type: array - items: *617 + items: *618 custom_pattern_backfill_scans: type: array items: allOf: - - *617 + - *618 - type: object properties: pattern_name: @@ -92078,8 +92093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *338 - *339 + - *340 - *82 - name: sort description: The property to sort the results by. @@ -92123,9 +92138,9 @@ paths: application/json: schema: type: array - items: *618 + items: *619 examples: - default: *619 + default: *620 '400': *14 '404': *6 x-github: @@ -92148,8 +92163,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -92229,7 +92244,7 @@ paths: login: type: string description: The username of the user credited. - type: *310 + type: *311 required: - login - type @@ -92319,9 +92334,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &621 + default: &622 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -92554,8 +92569,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -92668,7 +92683,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -92815,17 +92830,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: - - *338 - *339 - - *620 + - *340 + - *621 responses: '200': description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *621 + default: *622 '403': *27 '404': *6 x-github: @@ -92849,9 +92864,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: - - *338 - *339 - - *620 + - *340 + - *621 requestBody: required: true content: @@ -92931,7 +92946,7 @@ paths: login: type: string description: The username of the user credited. - type: *310 + type: *311 required: - login - type @@ -93022,10 +93037,10 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *621 - add_credit: *621 + default: *622 + add_credit: *622 '403': *27 '404': *6 '422': @@ -93063,9 +93078,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: - - *338 - *339 - - *620 + - *340 + - *621 responses: '202': *91 '400': *14 @@ -93092,17 +93107,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: - - *338 - *339 - - *620 + - *340 + - *621 responses: '202': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *353 + default: *354 '400': *14 '422': *15 '403': *27 @@ -93128,8 +93143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -93225,8 +93240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *338 - *339 + - *340 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -93235,7 +93250,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93268,8 +93283,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -93347,8 +93362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -93442,8 +93457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *338 - *339 + - *340 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -93597,8 +93612,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: - - *338 - *339 + - *340 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -93608,7 +93623,7 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: default: value: @@ -93641,8 +93656,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *338 - *339 + - *340 - name: sha in: path required: true @@ -93698,7 +93713,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: default: value: @@ -93752,8 +93767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -93765,7 +93780,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -93785,14 +93800,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *338 - *339 + - *340 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &624 + schema: &625 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -93865,8 +93880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *338 - *339 + - *340 requestBody: required: false content: @@ -93892,7 +93907,7 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: default: value: @@ -93919,8 +93934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -93940,8 +93955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -94023,8 +94038,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: - - *338 - *339 + - *340 responses: '200': description: Response @@ -94032,7 +94047,7 @@ paths: application/json: schema: type: array - items: &625 + items: &626 title: Tag protection description: Tag protection type: object @@ -94089,8 +94104,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: - - *338 - *339 + - *340 requestBody: required: true content: @@ -94113,7 +94128,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: default: value: @@ -94144,8 +94159,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: - - *338 - *339 + - *340 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -94182,8 +94197,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *338 - *339 + - *340 - name: ref in: path required: true @@ -94219,8 +94234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *338 - *339 + - *340 - *17 - *19 responses: @@ -94230,9 +94245,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *275 + default: *276 headers: Link: *37 '404': *6 @@ -94252,8 +94267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *338 - *339 + - *340 - *19 - *17 responses: @@ -94261,7 +94276,7 @@ paths: description: Response content: application/json: - schema: &626 + schema: &627 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -94273,7 +94288,7 @@ paths: required: - names examples: - default: &627 + default: &628 value: names: - octocat @@ -94296,8 +94311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -94328,9 +94343,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 '404': *6 '422': *7 x-github: @@ -94351,9 +94366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *338 - *339 - - &628 + - *340 + - &629 name: per description: The time frame to display results for. in: query @@ -94384,7 +94399,7 @@ paths: - 128 clones: type: array - items: &629 + items: &630 title: Traffic type: object properties: @@ -94471,8 +94486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -94566,8 +94581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *338 - *339 + - *340 responses: '200': description: Response @@ -94630,9 +94645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *338 - *339 - - *628 + - *340 + - *629 responses: '200': description: Response @@ -94653,7 +94668,7 @@ paths: - 3782 views: type: array - items: *629 + items: *630 required: - uniques - count @@ -94730,8 +94745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *338 - *339 + - *340 requestBody: required: true content: @@ -95005,8 +95020,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: - - *338 - *339 + - *340 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -95029,8 +95044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -95052,8 +95067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -95079,8 +95094,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *338 - *339 + - *340 - name: ref in: path required: true @@ -95172,9 +95187,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *353 + default: *354 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95325,7 +95340,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &637 + - &638 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -95335,7 +95350,7 @@ paths: type: string examples: - members - - &642 + - &643 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -95347,7 +95362,7 @@ paths: format: int32 examples: - 1 - - &643 + - &644 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -95391,7 +95406,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &631 + items: &632 allOf: - type: object required: @@ -95473,7 +95488,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: &644 + meta: &645 type: object description: The metadata associated with the creation/updates to the user. @@ -95538,31 +95553,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &632 + '400': &633 description: Bad request content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 - '401': &633 + schema: *631 + '401': &634 description: Authorization failure - '403': &634 + '403': &635 description: Permission denied - '429': &635 + '429': &636 description: Too many requests content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 - '500': &636 + schema: *631 + '500': &637 description: Internal server error content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 + schema: *631 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95586,7 +95601,7 @@ paths: required: true content: application/json: - schema: &640 + schema: &641 type: object required: - schemas @@ -95646,9 +95661,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *631 + schema: *632 examples: - group: &638 + group: &639 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -95667,13 +95682,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': *632 - '401': *633 - '403': *634 - '409': &641 + '400': *633 + '401': *634 + '403': *635 + '409': &642 description: Duplicate record detected - '429': *635 - '500': *636 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95690,7 +95705,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: - - &639 + - &640 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -95699,22 +95714,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *637 + - *638 - *38 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *631 + schema: *632 examples: - default: *638 - '400': *632 - '401': *633 - '403': *634 + default: *639 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '429': *635 - '500': *636 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95733,13 +95748,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: - - *639 + - *640 - *38 requestBody: required: true content: application/json: - schema: *640 + schema: *641 examples: group: summary: Group @@ -95765,17 +95780,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *631 + schema: *632 examples: - group: *638 - groupWithMembers: *638 - '400': *632 - '401': *633 - '403': *634 + group: *639 + groupWithMembers: *639 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '409': *641 - '429': *635 - '500': *636 + '409': *642 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95799,13 +95814,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: - - *639 + - *640 - *38 requestBody: required: true content: application/json: - schema: &651 + schema: &652 type: object required: - Operations @@ -95865,17 +95880,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *631 + schema: *632 examples: - updateGroup: *638 - addMembers: *638 - '400': *632 - '401': *633 - '403': *634 + updateGroup: *639 + addMembers: *639 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '409': *641 - '429': *635 - '500': *636 + '409': *642 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95891,17 +95906,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: - - *639 + - *640 - *38 responses: '204': description: Group was deleted, no content - '400': *632 - '401': *633 - '403': *634 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '429': *635 - '500': *636 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95935,8 +95950,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *642 - *643 + - *644 - *38 responses: '200': @@ -95970,7 +95985,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &646 + items: &647 allOf: - type: object required: @@ -96062,7 +96077,7 @@ paths: address. examples: - true - roles: &645 + roles: &646 type: array description: The roles assigned to the user. items: @@ -96121,7 +96136,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *644 + meta: *645 startIndex: type: integer description: A starting index for the returned page @@ -96160,11 +96175,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *632 - '401': *633 - '403': *634 - '429': *635 - '500': *636 + '400': *633 + '401': *634 + '403': *635 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96188,7 +96203,7 @@ paths: required: true content: application/json: - schema: &649 + schema: &650 type: object required: - schemas @@ -96281,9 +96296,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *645 + roles: *646 examples: - user: &650 + user: &651 summary: User value: schemas: @@ -96330,9 +96345,9 @@ paths: description: User has been created content: application/scim+json: - schema: *646 + schema: *647 examples: - user: &647 + user: &648 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96358,13 +96373,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: *647 - '400': *632 - '401': *633 - '403': *634 - '409': *641 - '429': *635 - '500': *636 + enterpriseOwner: *648 + '400': *633 + '401': *634 + '403': *635 + '409': *642 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96381,7 +96396,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: - - &648 + - &649 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -96394,15 +96409,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *646 + schema: *647 examples: - default: *647 - '400': *632 - '401': *633 - '403': *634 + default: *648 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '429': *635 - '500': *636 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96424,30 +96439,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: - - *648 + - *649 - *38 requestBody: required: true content: application/json: - schema: *649 + schema: *650 examples: - user: *650 + user: *651 responses: '200': description: User was updated content: application/scim+json: - schema: *646 + schema: *647 examples: - user: *647 - '400': *632 - '401': *633 - '403': *634 + user: *648 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '409': *641 - '429': *635 - '500': *636 + '409': *642 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96482,13 +96497,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: - - *648 + - *649 - *38 requestBody: required: true content: application/json: - schema: *651 + schema: *652 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -96528,18 +96543,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *646 - examples: - userMultiValuedProperties: *647 - userSingleValuedProperties: *647 - disableUser: *647 - '400': *632 - '401': *633 - '403': *634 + schema: *647 + examples: + userMultiValuedProperties: *648 + userSingleValuedProperties: *648 + disableUser: *648 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '409': *641 - '429': *635 - '500': *636 + '409': *642 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96559,17 +96574,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: - - *648 + - *649 - *38 responses: '204': description: User was deleted, no content - '400': *632 - '401': *633 - '403': *634 + '400': *633 + '401': *634 + '403': *635 '404': *6 - '429': *635 - '500': *636 + '429': *636 + '500': *637 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96660,7 +96675,7 @@ paths: - 1 Resources: type: array - items: &652 + items: &653 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -96907,22 +96922,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': &653 + '404': &654 description: Resource not found content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 - '403': &654 + schema: *631 + '403': &655 description: Forbidden content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 - '400': *632 - '429': *635 + schema: *631 + '400': *633 + '429': *636 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -96948,9 +96963,9 @@ paths: description: Response content: application/scim+json: - schema: *652 + schema: *653 examples: - default: &655 + default: &656 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96973,17 +96988,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': *653 - '403': *654 - '500': *636 + '404': *654 + '403': *655 + '500': *637 '409': description: Conflict content: application/json: - schema: *630 + schema: *631 application/scim+json: - schema: *630 - '400': *632 + schema: *631 + '400': *633 requestBody: required: true content: @@ -97078,17 +97093,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *163 - - *648 + - *649 responses: '200': description: Response content: application/scim+json: - schema: *652 + schema: *653 examples: - default: *655 - '404': *653 - '403': *654 + default: *656 + '404': *654 + '403': *655 '304': *35 x-github: githubCloudOnly: true @@ -97112,18 +97127,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *163 - - *648 + - *649 responses: '200': description: Response content: application/scim+json: - schema: *652 + schema: *653 examples: - default: *655 + default: *656 '304': *35 - '404': *653 - '403': *654 + '404': *654 + '403': *655 requestBody: required: true content: @@ -97234,19 +97249,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *163 - - *648 + - *649 responses: '200': description: Response content: application/scim+json: - schema: *652 + schema: *653 examples: - default: *655 + default: *656 '304': *35 - '404': *653 - '403': *654 - '400': *632 + '404': *654 + '403': *655 + '400': *633 '429': description: Response content: @@ -97342,12 +97357,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *163 - - *648 + - *649 responses: '204': description: Response - '404': *653 - '403': *654 + '404': *654 + '403': *655 '304': *35 x-github: githubCloudOnly: true @@ -97481,7 +97496,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &656 + text_matches: &657 title: Search Result Text Matches type: array items: @@ -97645,7 +97660,7 @@ paths: enum: - author-date - committer-date - - &657 + - &658 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 @@ -97714,7 +97729,7 @@ paths: committer: anyOf: - type: 'null' - - *395 + - *396 comment_count: type: integer message: @@ -97733,7 +97748,7 @@ paths: url: type: string format: uri - verification: *508 + verification: *509 required: - author - committer @@ -97748,7 +97763,7 @@ paths: committer: anyOf: - type: 'null' - - *395 + - *396 parents: type: array items: @@ -97765,7 +97780,7 @@ paths: type: number node_id: type: string - text_matches: *656 + text_matches: *657 required: - sha - node_id @@ -97958,7 +97973,7 @@ paths: - interactions - created - updated - - *657 + - *658 - *17 - *19 responses: @@ -98074,7 +98089,7 @@ paths: milestone: anyOf: - type: 'null' - - *463 + - *464 comments: type: integer created_at: @@ -98088,7 +98103,7 @@ paths: - string - 'null' format: date-time - text_matches: *656 + text_matches: *657 pull_request: type: object properties: @@ -98310,7 +98325,7 @@ paths: enum: - created - updated - - *657 + - *658 - *17 - *19 responses: @@ -98355,7 +98370,7 @@ paths: - 'null' score: type: number - text_matches: *656 + text_matches: *657 required: - id - node_id @@ -98441,7 +98456,7 @@ paths: - forks - help-wanted-issues - updated - - *657 + - *658 - *17 - *19 responses: @@ -98678,7 +98693,7 @@ paths: - admin - pull - push - text_matches: *656 + text_matches: *657 temp_clone_token: type: string allow_merge_commit: @@ -98987,7 +99002,7 @@ paths: - string - 'null' format: uri - text_matches: *656 + text_matches: *657 related: type: - array @@ -99182,7 +99197,7 @@ paths: - followers - repositories - joined - - *657 + - *658 - *17 - *19 responses: @@ -99292,7 +99307,7 @@ paths: type: - boolean - 'null' - text_matches: *656 + text_matches: *657 blog: type: - string @@ -99374,7 +99389,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &658 + - &659 name: team_id description: The unique identifier of the team. in: path @@ -99386,9 +99401,9 @@ paths: description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -99415,7 +99430,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *658 + - *659 requestBody: required: true content: @@ -99479,16 +99494,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '201': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '404': *6 '422': *15 '403': *27 @@ -99516,7 +99531,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *658 + - *659 responses: '204': description: Response @@ -99547,7 +99562,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *658 + - *659 - *82 - *17 - *19 @@ -99558,9 +99573,9 @@ paths: application/json: schema: type: array - items: *321 + items: *322 examples: - default: *659 + default: *660 headers: Link: *37 x-github: @@ -99589,7 +99604,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *658 + - *659 requestBody: required: true content: @@ -99623,9 +99638,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: triggersNotification: true githubCloudOnly: false @@ -99652,16 +99667,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *658 - - *323 + - *659 + - *324 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99686,8 +99701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *658 - - *323 + - *659 + - *324 requestBody: required: false content: @@ -99710,9 +99725,9 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *660 + default: *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99737,8 +99752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *658 - - *323 + - *659 + - *324 responses: '204': description: Response @@ -99767,8 +99782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *658 - - *323 + - *659 + - *324 - *82 - *17 - *19 @@ -99779,9 +99794,9 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: - default: *661 + default: *662 headers: Link: *37 x-github: @@ -99810,8 +99825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *658 - - *323 + - *659 + - *324 requestBody: required: true content: @@ -99833,9 +99848,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *325 + default: *326 x-github: triggersNotification: true githubCloudOnly: false @@ -99862,17 +99877,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *658 - - *323 - - *326 + - *659 + - *324 + - *327 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99897,9 +99912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *658 - - *323 - - *326 + - *659 + - *324 + - *327 requestBody: required: true content: @@ -99921,9 +99936,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *662 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99948,9 +99963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *658 - - *323 - - *326 + - *659 + - *324 + - *327 responses: '204': description: Response @@ -99979,9 +99994,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: - - *658 - - *323 - - *326 + - *659 + - *324 + - *327 - 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. @@ -100007,9 +100022,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 x-github: @@ -100038,9 +100053,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: - - *658 - - *323 - - *326 + - *659 + - *324 + - *327 requestBody: required: true content: @@ -100072,9 +100087,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100100,8 +100115,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: - - *658 - - *323 + - *659 + - *324 - 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. @@ -100127,9 +100142,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *329 + default: *330 headers: Link: *37 x-github: @@ -100158,8 +100173,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: - - *658 - - *323 + - *659 + - *324 requestBody: required: true content: @@ -100191,9 +100206,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100217,7 +100232,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *658 + - *659 - *17 - *19 responses: @@ -100227,9 +100242,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 headers: Link: *37 x-github: @@ -100255,7 +100270,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *658 + - *659 - name: role description: Filters members returned by their role in the team. in: query @@ -100278,7 +100293,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '404': *6 @@ -100306,7 +100321,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *658 + - *659 - *205 responses: '204': @@ -100343,7 +100358,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *658 + - *659 - *205 responses: '204': @@ -100383,7 +100398,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *658 + - *659 - *205 responses: '204': @@ -100420,16 +100435,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: - - *658 + - *659 - *205 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: - response-if-user-is-a-team-maintainer: *663 + response-if-user-is-a-team-maintainer: *664 '404': *6 x-github: githubCloudOnly: false @@ -100462,7 +100477,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *658 + - *659 - *205 requestBody: required: false @@ -100488,9 +100503,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - response-if-users-membership-with-team-is-now-pending: *664 + response-if-users-membership-with-team-is-now-pending: *665 '403': description: Forbidden if team synchronization is set up '422': @@ -100524,7 +100539,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *658 + - *659 - *205 responses: '204': @@ -100554,7 +100569,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *658 + - *659 - *17 - *19 responses: @@ -100564,9 +100579,9 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *665 + default: *666 headers: Link: *37 '404': *6 @@ -100593,16 +100608,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: - - *658 - - *337 + - *659 + - *338 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: *666 + default: *667 '404': description: Not Found if project is not managed by this team x-github: @@ -100627,8 +100642,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: - - *658 - - *337 + - *659 + - *338 requestBody: required: false content: @@ -100696,8 +100711,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: - - *658 - - *337 + - *659 + - *338 responses: '204': description: Response @@ -100724,7 +100739,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *658 + - *659 - *17 - *19 responses: @@ -100736,7 +100751,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 '404': *6 @@ -100766,15 +100781,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: - - *658 - - *338 + - *659 - *339 + - *340 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *667 + schema: *668 examples: alternative-response-with-extra-repository-information: value: @@ -100925,9 +100940,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: - - *658 - - *338 + - *659 - *339 + - *340 requestBody: required: false content: @@ -100977,9 +100992,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: - - *658 - - *338 + - *659 - *339 + - *340 responses: '204': description: Response @@ -101008,15 +101023,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: - - *658 + - *659 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '403': *27 '404': *6 x-github: @@ -101043,7 +101058,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: - - *658 + - *659 requestBody: required: true content: @@ -101104,7 +101119,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -101135,7 +101150,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *658 + - *659 - *17 - *19 responses: @@ -101145,9 +101160,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - response-if-child-teams-exist: *668 + response-if-child-teams-exist: *669 headers: Link: *37 '404': *6 @@ -101180,7 +101195,7 @@ paths: application/json: schema: oneOf: - - &670 + - &671 title: Private User description: Private User type: object @@ -101430,7 +101445,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *669 + - *670 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -101590,7 +101605,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -101669,7 +101684,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 '304': *35 '404': *6 '403': *27 @@ -101793,9 +101808,9 @@ paths: type: integer codespaces: type: array - items: *265 + items: *266 examples: - default: *266 + default: *267 '304': *35 '500': *93 '401': *23 @@ -101934,17 +101949,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '401': *23 '403': *27 '404': *6 @@ -101988,7 +102003,7 @@ paths: type: integer secrets: type: array - items: &671 + items: &672 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102030,7 +102045,7 @@ paths: - visibility - selected_repositories_url examples: - default: *452 + default: *453 headers: Link: *37 x-github: @@ -102108,7 +102123,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: default: value: @@ -102254,7 +102269,7 @@ paths: type: array items: *183 examples: - default: *672 + default: *673 '401': *23 '403': *27 '404': *6 @@ -102398,15 +102413,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '304': *35 '500': *93 '401': *23 @@ -102432,7 +102447,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: - - *267 + - *268 requestBody: required: false content: @@ -102462,9 +102477,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '401': *23 '403': *27 '404': *6 @@ -102486,7 +102501,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *267 + - *268 responses: '202': *91 '304': *35 @@ -102515,13 +102530,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: - - *267 + - *268 responses: '202': description: Response content: application/json: - schema: &673 + schema: &674 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102574,7 +102589,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &674 + default: &675 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102606,7 +102621,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *267 + - *268 - name: export_id in: path required: true @@ -102619,9 +102634,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: *674 + default: *675 '404': *6 x-github: githubCloudOnly: false @@ -102642,7 +102657,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *267 + - *268 responses: '200': description: Response @@ -102658,9 +102673,9 @@ paths: type: integer machines: type: array - items: *451 + items: *452 examples: - default: *675 + default: *676 '304': *35 '500': *93 '401': *23 @@ -102689,7 +102704,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: - - *267 + - *268 requestBody: required: true content: @@ -102745,11 +102760,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *351 + repository: *352 machine: anyOf: - type: 'null' - - *451 + - *452 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -103546,15 +103561,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '304': *35 '500': *93 '400': *14 @@ -103586,15 +103601,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *450 + default: *451 '500': *93 '401': *23 '403': *27 @@ -103624,9 +103639,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: &688 + default: &689 value: - id: 197 name: hello_docker @@ -103727,7 +103742,7 @@ paths: application/json: schema: type: array - items: &676 + items: &677 title: Email description: Email type: object @@ -103797,9 +103812,9 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: - default: &690 + default: &691 value: - email: octocat@github.com verified: true @@ -103876,7 +103891,7 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: default: value: @@ -103988,7 +104003,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '304': *35 @@ -104021,7 +104036,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 '304': *35 @@ -104134,7 +104149,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 title: GPG Key description: A unique encryption key type: object @@ -104279,7 +104294,7 @@ paths: - subkeys - revoked examples: - default: &701 + default: &702 value: - id: 3 name: Octocat's GPG Key @@ -104364,9 +104379,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: &678 + default: &679 value: id: 3 name: Octocat's GPG Key @@ -104423,7 +104438,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: - - &679 + - &680 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104435,9 +104450,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 '404': *6 '304': *35 '403': *27 @@ -104460,7 +104475,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: - - *679 + - *680 responses: '204': description: Response @@ -104651,7 +104666,7 @@ paths: type: array items: *61 examples: - default: *680 + default: *681 headers: Link: *37 '404': *6 @@ -104736,12 +104751,12 @@ paths: application/json: schema: anyOf: - - *256 + - *257 - type: object properties: {} additionalProperties: false examples: - default: *257 + default: *258 '204': description: Response when there are no restrictions x-github: @@ -104765,7 +104780,7 @@ paths: required: true content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -104776,7 +104791,7 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: default: value: @@ -104857,7 +104872,7 @@ paths: - closed - all default: open - - *262 + - *263 - name: sort description: What to sort results by. in: query @@ -104882,7 +104897,7 @@ paths: type: array items: *141 examples: - default: *263 + default: *264 headers: Link: *37 '404': *6 @@ -104915,7 +104930,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 title: Key description: Key type: object @@ -105013,9 +105028,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *682 examples: - default: &682 + default: &683 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105048,15 +105063,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: - - *546 + - *547 responses: '200': description: Response content: application/json: - schema: *681 + schema: *682 examples: - default: *682 + default: *683 '404': *6 '304': *35 '403': *27 @@ -105079,7 +105094,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: - - *546 + - *547 responses: '204': description: Response @@ -105112,7 +105127,7 @@ paths: application/json: schema: type: array - items: &683 + items: &684 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105191,7 +105206,7 @@ paths: - account - plan examples: - default: &684 + default: &685 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105253,9 +105268,9 @@ paths: application/json: schema: type: array - items: *683 + items: *684 examples: - default: *684 + default: *685 headers: Link: *37 '304': *35 @@ -105295,7 +105310,7 @@ paths: application/json: schema: type: array - items: *268 + items: *269 examples: default: value: @@ -105403,7 +105418,7 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -105486,7 +105501,7 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -105554,7 +105569,7 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: default: value: @@ -105816,7 +105831,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -105996,7 +106011,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *271 + - *272 - name: exclude in: query required: false @@ -106009,7 +106024,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -106203,7 +106218,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *271 + - *272 responses: '302': description: Response @@ -106229,7 +106244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *271 + - *272 responses: '204': description: Response @@ -106258,8 +106273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *271 - - *685 + - *272 + - *686 responses: '204': description: Response @@ -106283,7 +106298,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *271 + - *272 - *17 - *19 responses: @@ -106295,7 +106310,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 '404': *6 @@ -106332,7 +106347,7 @@ paths: type: array items: *56 examples: - default: *686 + default: *687 headers: Link: *37 '304': *35 @@ -106374,7 +106389,7 @@ paths: - docker - nuget - container - - *687 + - *688 - *19 - *17 responses: @@ -106384,10 +106399,10 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *688 - '400': *689 + default: *689 + '400': *690 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106407,16 +106422,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: - - *278 - *279 + - *280 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: &702 + default: &703 value: id: 40201 name: octo-name @@ -106529,8 +106544,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: - - *278 - *279 + - *280 responses: '204': description: Response @@ -106560,8 +106575,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: - - *278 - *279 + - *280 - name: token description: package token schema: @@ -106593,8 +106608,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: - - *278 - *279 + - *280 - *19 - *17 - name: state @@ -106614,7 +106629,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -106663,15 +106678,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: - - *278 - *279 - - *281 + - *280 + - *282 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -106707,9 +106722,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: - - *278 - *279 - - *281 + - *280 + - *282 responses: '204': description: Response @@ -106739,9 +106754,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: - - *278 - *279 - - *281 + - *280 + - *282 responses: '204': description: Response @@ -106799,7 +106814,7 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: default: value: @@ -106868,9 +106883,9 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: - default: *690 + default: *691 headers: Link: *37 '304': *35 @@ -106983,7 +106998,7 @@ paths: type: array items: *61 examples: - default: &697 + default: &698 summary: Default response value: - id: 1296269 @@ -107299,9 +107314,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *353 + default: *354 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -107339,9 +107354,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *691 + default: *692 headers: Link: *37 '304': *35 @@ -107364,7 +107379,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *260 + - *261 responses: '204': description: Response @@ -107387,7 +107402,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *260 + - *261 responses: '204': description: Response @@ -107420,7 +107435,7 @@ paths: application/json: schema: type: array - items: &692 + items: &693 title: Social account description: Social media account type: object @@ -107437,7 +107452,7 @@ paths: - provider - url examples: - default: &693 + default: &694 value: - provider: twitter url: https://twitter.com/github @@ -107500,9 +107515,9 @@ paths: application/json: schema: type: array - items: *692 + items: *693 examples: - default: *693 + default: *694 '422': *15 '304': *35 '404': *6 @@ -107590,7 +107605,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107610,7 +107625,7 @@ paths: - title - created_at examples: - default: &703 + default: &704 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107677,9 +107692,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &695 + default: &696 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107710,7 +107725,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: - - &696 + - &697 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107722,9 +107737,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *695 + default: *696 '404': *6 '304': *35 '403': *27 @@ -107747,7 +107762,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: - - *696 + - *697 responses: '204': description: Response @@ -107776,7 +107791,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: - - &704 + - &705 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 @@ -107801,11 +107816,11 @@ paths: type: array items: *61 examples: - default-response: *697 + default-response: *698 application/vnd.github.v3.star+json: schema: type: array - items: &705 + items: &706 title: Starred Repository description: Starred Repository type: object @@ -107961,8 +107976,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: - - *338 - *339 + - *340 responses: '204': description: Response if this repository is starred by you @@ -107990,8 +108005,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: - - *338 - *339 + - *340 responses: '204': description: Response @@ -108015,8 +108030,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: - - *338 - *339 + - *340 responses: '204': description: Response @@ -108051,7 +108066,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 '304': *35 @@ -108088,7 +108103,7 @@ paths: application/json: schema: type: array - items: *319 + items: *320 examples: default: value: @@ -108174,10 +108189,10 @@ paths: application/json: schema: oneOf: + - *671 - *670 - - *669 examples: - default-response: &699 + default-response: &700 summary: Default response value: login: octocat @@ -108212,7 +108227,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &700 + response-with-git-hub-plan-information: &701 summary: Response with GitHub plan information value: login: octocat @@ -108272,7 +108287,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *698 + - *699 - *17 responses: '200': @@ -108283,7 +108298,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: example: ; rel="next" @@ -108321,11 +108336,11 @@ paths: application/json: schema: oneOf: + - *671 - *670 - - *669 examples: - default-response: *699 - response-with-git-hub-plan-information: *700 + default-response: *700 + response-with-git-hub-plan-information: *701 '404': *6 x-github: githubCloudOnly: false @@ -108489,9 +108504,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *688 + default: *689 '403': *27 '401': *23 x-github: @@ -108774,7 +108789,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -108805,7 +108820,7 @@ paths: type: array items: *4 examples: - default: *264 + default: *265 headers: Link: *37 x-github: @@ -108895,9 +108910,9 @@ paths: application/json: schema: type: array - items: *677 + items: *678 examples: - default: *701 + default: *702 headers: Link: *37 x-github: @@ -109001,7 +109016,7 @@ paths: application/json: schema: *20 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109079,7 +109094,7 @@ paths: type: array items: *56 examples: - default: *686 + default: *687 headers: Link: *37 x-github: @@ -109118,7 +109133,7 @@ paths: - docker - nuget - container - - *687 + - *688 - *205 - *19 - *17 @@ -109129,12 +109144,12 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *688 + default: *689 '403': *27 '401': *23 - '400': *689 + '400': *690 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109154,17 +109169,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *205 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *702 + default: *703 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109185,8 +109200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *205 responses: '204': @@ -109219,8 +109234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *205 - name: token description: package token @@ -109253,8 +109268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *278 - *279 + - *280 - *205 responses: '200': @@ -109263,7 +109278,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -109321,16 +109336,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: - - *278 - *279 - - *281 + - *280 + - *282 - *205 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -109365,10 +109380,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *278 - *279 + - *280 - *205 - - *281 + - *282 responses: '204': description: Response @@ -109400,10 +109415,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *278 - *279 + - *280 - *205 - - *281 + - *282 responses: '204': description: Response @@ -109447,7 +109462,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: value: @@ -109727,7 +109742,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -109757,9 +109772,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109787,9 +109802,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109817,9 +109832,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *318 + default: *319 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109847,9 +109862,9 @@ paths: application/json: schema: type: array - items: *692 + items: *693 examples: - default: *693 + default: *694 headers: Link: *37 x-github: @@ -109879,9 +109894,9 @@ paths: application/json: schema: type: array - items: *694 + items: *695 examples: - default: *703 + default: *704 headers: Link: *37 x-github: @@ -109906,7 +109921,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *205 - - *704 + - *705 - *82 - *17 - *19 @@ -109918,11 +109933,11 @@ paths: schema: anyOf: - type: array - items: *705 + items: *706 - type: array items: *61 examples: - default-response: *697 + default-response: *698 headers: Link: *37 x-github: @@ -109953,7 +109968,7 @@ paths: type: array items: *183 examples: - default: *282 + default: *283 headers: Link: *37 x-github: @@ -110082,7 +110097,7 @@ webhooks: type: string enum: - disabled - enterprise: &706 + enterprise: &707 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -110151,7 +110166,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &707 + installation: &708 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -110172,7 +110187,7 @@ webhooks: required: - id - node_id - organization: &708 + organization: &709 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -110245,7 +110260,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &709 + repository: &710 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -111158,10 +111173,10 @@ webhooks: type: string enum: - enabled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -111237,11 +111252,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: &710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: &711 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) @@ -111464,11 +111479,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: *710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: *711 sender: *4 required: - action @@ -111656,11 +111671,11 @@ webhooks: - everyone required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: *710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: *711 sender: *4 required: - action @@ -111733,7 +111748,7 @@ webhooks: required: true content: application/json: - schema: &713 + schema: &714 title: Exemption request cancellation event type: object properties: @@ -111741,11 +111756,11 @@ webhooks: type: string enum: - cancelled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - exemption_request: &711 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + exemption_request: &712 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -111899,7 +111914,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &712 + items: &713 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -112011,7 +112026,7 @@ webhooks: required: true content: application/json: - schema: &714 + schema: &715 title: Exemption request completed event type: object properties: @@ -112019,11 +112034,11 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - exemption_request: *711 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + exemption_request: *712 sender: *4 required: - action @@ -112095,7 +112110,7 @@ webhooks: required: true content: application/json: - schema: &715 + schema: &716 title: Exemption request created event type: object properties: @@ -112103,11 +112118,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - exemption_request: *711 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + exemption_request: *712 sender: *4 required: - action @@ -112179,7 +112194,7 @@ webhooks: required: true content: application/json: - schema: &716 + schema: &717 title: Exemption response dismissed event type: object properties: @@ -112187,12 +112202,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - exemption_request: *711 - exemption_response: *712 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + exemption_request: *712 + exemption_response: *713 sender: *4 required: - action @@ -112266,7 +112281,7 @@ webhooks: required: true content: application/json: - schema: &717 + schema: &718 title: Exemption response submitted event type: object properties: @@ -112274,12 +112289,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - exemption_request: *711 - exemption_response: *712 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + exemption_request: *712 + exemption_response: *713 sender: *4 required: - action @@ -112352,7 +112367,7 @@ webhooks: required: true content: application/json: - schema: *713 + schema: *714 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112419,7 +112434,7 @@ webhooks: required: true content: application/json: - schema: *714 + schema: *715 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112486,7 +112501,7 @@ webhooks: required: true content: application/json: - schema: *715 + schema: *716 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112553,7 +112568,7 @@ webhooks: required: true content: application/json: - schema: *716 + schema: *717 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112621,7 +112636,7 @@ webhooks: required: true content: application/json: - schema: *717 + schema: *718 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112699,7 +112714,7 @@ webhooks: type: string enum: - completed - check_run: &719 + check_run: &720 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112767,7 +112782,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *413 + items: *414 repository: *183 status: type: string @@ -112812,7 +112827,7 @@ webhooks: - examples: - neutral - deployment: *718 + deployment: *719 details_url: type: string examples: @@ -112872,7 +112887,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *413 + items: *414 started_at: type: string format: date-time @@ -112910,9 +112925,9 @@ webhooks: - output - app - pull_requests - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -113305,10 +113320,10 @@ webhooks: type: string enum: - created - check_run: *719 - installation: *707 - organization: *708 - repository: *709 + check_run: *720 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -113704,10 +113719,10 @@ webhooks: type: string enum: - requested_action - check_run: *719 - installation: *707 - organization: *708 - repository: *709 + check_run: *720 + installation: *708 + organization: *709 + repository: *710 requested_action: description: The action requested by the user. type: object @@ -114112,10 +114127,10 @@ webhooks: type: string enum: - rerequested - check_run: *719 - installation: *707 - organization: *708 - repository: *709 + check_run: *720 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -115107,10 +115122,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -115795,10 +115810,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -116477,10 +116492,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -116646,7 +116661,7 @@ webhooks: required: - login - id - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -116798,20 +116813,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &720 + commit_oid: &721 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: *706 - installation: *707 - organization: *708 - ref: &721 + enterprise: *707 + installation: *708 + organization: *709 + ref: &722 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: *709 + repository: *710 sender: *4 required: - action @@ -116975,7 +116990,7 @@ webhooks: required: - login - id - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117145,12 +117160,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *720 - enterprise: *706 - installation: *707 - organization: *708 - ref: *721 - repository: *709 + commit_oid: *721 + enterprise: *707 + installation: *708 + organization: *709 + ref: *722 + repository: *710 sender: *4 required: - action @@ -117248,7 +117263,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117427,12 +117442,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *720 - enterprise: *706 - installation: *707 - organization: *708 - ref: *721 - repository: *709 + commit_oid: *721 + enterprise: *707 + installation: *708 + organization: *709 + ref: *722 + repository: *710 sender: *4 required: - action @@ -117598,7 +117613,7 @@ webhooks: required: - login - id - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117775,12 +117790,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *720 - enterprise: *706 - installation: *707 - organization: *708 - ref: *721 - repository: *709 + commit_oid: *721 + enterprise: *707 + installation: *708 + organization: *709 + ref: *722 + repository: *710 sender: *4 required: - action @@ -117880,7 +117895,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118060,9 +118075,9 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -118070,7 +118085,7 @@ webhooks: type: - string - 'null' - repository: *709 + repository: *710 sender: *4 required: - action @@ -118166,7 +118181,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *425 + dismissed_comment: *426 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118313,12 +118328,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *720 - enterprise: *706 - installation: *707 - organization: *708 - ref: *721 - repository: *709 + commit_oid: *721 + enterprise: *707 + installation: *708 + organization: *709 + ref: *722 + repository: *710 sender: *4 required: - action @@ -118580,10 +118595,10 @@ webhooks: - updated_at - author_association - body - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -118664,18 +118679,18 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *708 - pusher_type: &722 + organization: *709 + pusher_type: &723 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &723 + ref: &724 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -118685,7 +118700,7 @@ webhooks: enum: - tag - branch - repository: *709 + repository: *710 sender: *4 required: - ref @@ -118768,9 +118783,9 @@ webhooks: enum: - created definition: *104 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -118855,9 +118870,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -118935,9 +118950,9 @@ webhooks: enum: - updated definition: *104 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -119014,19 +119029,19 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - repository: *709 - organization: *708 + enterprise: *707 + installation: *708 + repository: *710 + organization: *709 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *293 + items: *294 old_property_values: type: array description: The old custom property values for the repository. - items: *293 + items: *294 required: - action - repository @@ -119102,18 +119117,18 @@ webhooks: title: delete event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - pusher_type: *722 - ref: *723 + enterprise: *707 + installation: *708 + organization: *709 + pusher_type: *723 + ref: *724 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *709 + repository: *710 sender: *4 required: - ref @@ -119197,11 +119212,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119285,11 +119300,11 @@ webhooks: type: string enum: - auto_reopened - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119373,11 +119388,11 @@ webhooks: type: string enum: - created - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119459,11 +119474,11 @@ webhooks: type: string enum: - dismissed - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119545,11 +119560,11 @@ webhooks: type: string enum: - fixed - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119632,11 +119647,11 @@ webhooks: type: string enum: - reintroduced - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119718,11 +119733,11 @@ webhooks: type: string enum: - reopened - alert: *477 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + alert: *478 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -119799,9 +119814,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - key: &724 + enterprise: *707 + installation: *708 + key: &725 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -119839,8 +119854,8 @@ webhooks: - verified - created_at - read_only - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -119917,11 +119932,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - key: *724 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + key: *725 + organization: *709 + repository: *710 sender: *4 required: - action @@ -120493,12 +120508,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: &728 + workflow: &729 title: Workflow type: - object @@ -121236,13 +121251,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *483 + deployment: *484 pull_requests: type: array - items: *565 - repository: *709 - organization: *708 - installation: *707 + items: *566 + repository: *710 + organization: *709 + installation: *708 sender: *4 responses: '200': @@ -121313,7 +121328,7 @@ webhooks: type: string enum: - approved - approver: &725 + approver: &726 type: object properties: avatar_url: @@ -121356,11 +121371,11 @@ webhooks: type: string comment: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - reviewers: &726 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + reviewers: &727 type: array items: type: object @@ -121441,7 +121456,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &727 + workflow_job_run: &728 type: object properties: conclusion: @@ -122187,18 +122202,18 @@ webhooks: type: string enum: - rejected - approver: *725 + approver: *726 comment: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - reviewers: *726 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + reviewers: *727 sender: *4 since: type: string - workflow_job_run: *727 + workflow_job_run: *728 workflow_job_runs: type: array items: @@ -122915,13 +122930,13 @@ webhooks: type: string enum: - requested - enterprise: *706 + enterprise: *707 environment: type: string - installation: *707 - organization: *708 - repository: *709 - requestor: &733 + installation: *708 + organization: *709 + repository: *710 + requestor: &734 title: User type: - object @@ -124864,12 +124879,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *728 + workflow: *729 workflow_run: title: Deployment Workflow Run type: @@ -125560,7 +125575,7 @@ webhooks: type: string enum: - answered - answer: &731 + answer: &732 type: object properties: author_association: @@ -125720,7 +125735,7 @@ webhooks: - created_at - updated_at - body - discussion: &729 + discussion: &730 title: Discussion description: A Discussion in a repository. type: object @@ -126016,7 +126031,7 @@ webhooks: - id labels: type: array - items: *528 + items: *529 required: - repository_url - category @@ -126038,10 +126053,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126168,11 +126183,11 @@ webhooks: - from required: - category - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126255,11 +126270,11 @@ webhooks: type: string enum: - closed - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126341,7 +126356,7 @@ webhooks: type: string enum: - created - comment: &730 + comment: &731 type: object properties: author_association: @@ -126501,11 +126516,11 @@ webhooks: - updated_at - body - reactions - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126588,12 +126603,12 @@ webhooks: type: string enum: - deleted - comment: *730 - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + comment: *731 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126688,12 +126703,12 @@ webhooks: - from required: - body - comment: *730 - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + comment: *731 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126777,11 +126792,11 @@ webhooks: type: string enum: - created - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126863,11 +126878,11 @@ webhooks: type: string enum: - deleted - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -126967,11 +126982,11 @@ webhooks: type: string required: - from - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127053,10 +127068,10 @@ webhooks: type: string enum: - labeled - discussion: *729 - enterprise: *706 - installation: *707 - label: &732 + discussion: *730 + enterprise: *707 + installation: *708 + label: &733 title: Label type: object properties: @@ -127089,8 +127104,8 @@ webhooks: - color - default - description - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127173,11 +127188,11 @@ webhooks: type: string enum: - locked - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127259,11 +127274,11 @@ webhooks: type: string enum: - pinned - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127345,11 +127360,11 @@ webhooks: type: string enum: - reopened - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127434,16 +127449,16 @@ webhooks: changes: type: object properties: - new_discussion: *729 - new_repository: *709 + new_discussion: *730 + new_repository: *710 required: - new_discussion - new_repository - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127526,10 +127541,10 @@ webhooks: type: string enum: - unanswered - discussion: *729 - old_answer: *731 - organization: *708 - repository: *709 + discussion: *730 + old_answer: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127611,12 +127626,12 @@ webhooks: type: string enum: - unlabeled - discussion: *729 - enterprise: *706 - installation: *707 - label: *732 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127699,11 +127714,11 @@ webhooks: type: string enum: - unlocked - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127785,11 +127800,11 @@ webhooks: type: string enum: - unpinned - discussion: *729 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *730 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -127862,7 +127877,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *706 + enterprise: *707 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -128540,9 +128555,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - forkee @@ -128688,9 +128703,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pages: description: The pages that were updated. type: array @@ -128728,7 +128743,7 @@ webhooks: - action - sha - html_url - repository: *709 + repository: *710 sender: *4 required: - pages @@ -128804,10 +128819,10 @@ webhooks: type: string enum: - created - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: &734 + organization: *709 + repositories: &735 description: An array of repository objects that the installation can access. type: array @@ -128833,8 +128848,8 @@ webhooks: - name - full_name - private - repository: *709 - requester: *733 + repository: *710 + requester: *734 sender: *4 required: - action @@ -128909,11 +128924,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *734 - repository: *709 + organization: *709 + repositories: *735 + repository: *710 requester: type: - 'null' @@ -128990,11 +129005,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *734 - repository: *709 + organization: *709 + repositories: *735 + repository: *710 requester: type: - 'null' @@ -129071,10 +129086,10 @@ webhooks: type: string enum: - added - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories_added: &735 + organization: *709 + repositories_added: &736 description: An array of repository objects, which were added to the installation. type: array @@ -129120,15 +129135,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *709 - repository_selection: &736 + repository: *710 + repository_selection: &737 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *733 + requester: *734 sender: *4 required: - action @@ -129207,10 +129222,10 @@ webhooks: type: string enum: - removed - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories_added: *735 + organization: *709 + repositories_added: *736 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129237,9 +129252,9 @@ webhooks: - name - full_name - private - repository: *709 - repository_selection: *736 - requester: *733 + repository: *710 + repository_selection: *737 + requester: *734 sender: *4 required: - action @@ -129318,11 +129333,11 @@ webhooks: type: string enum: - suspend - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *734 - repository: *709 + organization: *709 + repositories: *735 + repository: *710 requester: type: - 'null' @@ -129505,10 +129520,10 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 target_type: type: string @@ -129587,11 +129602,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *734 - repository: *709 + organization: *709 + repositories: *735 + repository: *710 requester: type: - 'null' @@ -129839,8 +129854,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131030,8 +131045,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131111,7 +131126,7 @@ webhooks: type: string enum: - deleted - comment: &737 + comment: &738 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -131278,8 +131293,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -132467,8 +132482,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -132548,7 +132563,7 @@ webhooks: type: string enum: - edited - changes: &762 + changes: &763 description: The changes to the comment. type: object properties: @@ -132560,9 +132575,9 @@ webhooks: type: string required: - from - comment: *737 - enterprise: *706 - installation: *707 + comment: *738 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133751,8 +133766,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -133834,10 +133849,10 @@ webhooks: type: string enum: - assigned - assignee: *733 - enterprise: *706 - installation: *707 - issue: &740 + assignee: *734 + enterprise: *707 + installation: *708 + issue: &741 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -134781,8 +134796,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -134862,8 +134877,8 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135955,8 +135970,8 @@ webhooks: required: - state - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -136035,8 +136050,8 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136973,8 +136988,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -137053,8 +137068,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137995,7 +138010,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &738 + milestone: &739 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138138,8 +138153,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -138238,8 +138253,8 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139183,9 +139198,9 @@ webhooks: - active_lock_reason - body - reactions - label: *732 - organization: *708 - repository: *709 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139265,8 +139280,8 @@ webhooks: type: string enum: - labeled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140209,9 +140224,9 @@ webhooks: - active_lock_reason - body - reactions - label: *732 - organization: *708 - repository: *709 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -140291,8 +140306,8 @@ webhooks: type: string enum: - locked - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141237,8 +141252,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -141317,8 +141332,8 @@ webhooks: type: string enum: - milestoned - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142257,9 +142272,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *738 - organization: *708 - repository: *709 + milestone: *739 + organization: *709 + repository: *710 sender: *4 required: - action @@ -143759,8 +143774,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144703,8 +144718,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -144784,9 +144799,9 @@ webhooks: type: string enum: - pinned - enterprise: *706 - installation: *707 - issue: &739 + enterprise: *707 + installation: *708 + issue: &740 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -145723,8 +145738,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -145803,8 +145818,8 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146748,8 +146763,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -148249,11 +148264,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *706 - installation: *707 - issue: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -148334,7 +148349,7 @@ webhooks: type: string enum: - unassigned - assignee: &765 + assignee: &766 title: User type: - object @@ -148406,11 +148421,11 @@ webhooks: required: - login - id - enterprise: *706 - installation: *707 - issue: *740 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *741 + organization: *709 + repository: *710 sender: *4 required: - action @@ -148489,12 +148504,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *706 - installation: *707 - issue: *740 - label: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *741 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -148574,8 +148589,8 @@ webhooks: type: string enum: - unlocked - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149518,8 +149533,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149599,11 +149614,11 @@ webhooks: type: string enum: - unpinned - enterprise: *706 - installation: *707 - issue: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149682,11 +149697,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - label: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149764,11 +149779,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - label: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149878,11 +149893,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - label: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149964,9 +149979,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: &741 + enterprise: *707 + installation: *708 + marketplace_purchase: &742 title: Marketplace Purchase type: object required: @@ -150054,8 +150069,8 @@ webhooks: type: integer unit_count: type: integer - organization: *708 - previous_marketplace_purchase: &742 + organization: *709 + previous_marketplace_purchase: &743 title: Marketplace Purchase type: object properties: @@ -150139,7 +150154,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -150219,10 +150234,10 @@ webhooks: - changed effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *741 - organization: *708 + enterprise: *707 + installation: *708 + marketplace_purchase: *742 + organization: *709 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150310,7 +150325,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -150392,10 +150407,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *741 - organization: *708 + enterprise: *707 + installation: *708 + marketplace_purchase: *742 + organization: *709 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150481,7 +150496,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -150562,8 +150577,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 marketplace_purchase: title: Marketplace Purchase type: object @@ -150649,9 +150664,9 @@ webhooks: type: integer unit_count: type: integer - organization: *708 - previous_marketplace_purchase: *742 - repository: *709 + organization: *709 + previous_marketplace_purchase: *743 + repository: *710 sender: *4 required: - action @@ -150731,12 +150746,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *741 - organization: *708 - previous_marketplace_purchase: *742 - repository: *709 + enterprise: *707 + installation: *708 + marketplace_purchase: *742 + organization: *709 + previous_marketplace_purchase: *743 + repository: *710 sender: *4 required: - action @@ -150838,11 +150853,11 @@ webhooks: type: string required: - to - enterprise: *706 - installation: *707 - member: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *734 + organization: *709 + repository: *710 sender: *4 required: - action @@ -150944,11 +150959,11 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 - member: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *734 + organization: *709 + repository: *710 sender: *4 required: - action @@ -151027,11 +151042,11 @@ webhooks: type: string enum: - removed - enterprise: *706 - installation: *707 - member: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *734 + organization: *709 + repository: *710 sender: *4 required: - action @@ -151109,11 +151124,11 @@ webhooks: type: string enum: - added - enterprise: *706 - installation: *707 - member: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *734 + organization: *709 + repository: *710 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151191,7 +151206,7 @@ webhooks: required: - login - id - team: &743 + team: &744 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -151384,11 +151399,11 @@ webhooks: type: string enum: - removed - enterprise: *706 - installation: *707 - member: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *734 + organization: *709 + repository: *710 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151467,7 +151482,7 @@ webhooks: required: - login - id - team: *743 + team: *744 required: - action - scope @@ -151549,8 +151564,8 @@ webhooks: type: string enum: - checks_requested - installation: *707 - merge_group: &744 + installation: *708 + merge_group: &745 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -151569,15 +151584,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *417 + head_commit: *418 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -151663,10 +151678,10 @@ webhooks: - merged - invalidated - dequeued - installation: *707 - merge_group: *744 - organization: *708 - repository: *709 + installation: *708 + merge_group: *745 + organization: *709 + repository: *710 sender: *4 required: - action @@ -151739,7 +151754,7 @@ webhooks: type: string enum: - deleted - enterprise: *706 + enterprise: *707 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -151847,12 +151862,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *707 - organization: *708 + installation: *708 + organization: *709 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -151932,11 +151947,11 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - milestone: *738 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *739 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152015,9 +152030,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - milestone: &745 + enterprise: *707 + installation: *708 + milestone: &746 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152159,8 +152174,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152239,11 +152254,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - milestone: *738 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *739 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152353,11 +152368,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - milestone: *738 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *739 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152437,11 +152452,11 @@ webhooks: type: string enum: - opened - enterprise: *706 - installation: *707 - milestone: *745 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *746 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152520,11 +152535,11 @@ webhooks: type: string enum: - blocked - blocked_user: *733 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + blocked_user: *734 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152603,11 +152618,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *733 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + blocked_user: *734 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152686,9 +152701,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - membership: &746 + enterprise: *707 + installation: *708 + membership: &747 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -152782,8 +152797,8 @@ webhooks: - role - organization_url - user - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152861,11 +152876,11 @@ webhooks: type: string enum: - member_added - enterprise: *706 - installation: *707 - membership: *746 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *747 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152944,8 +152959,8 @@ webhooks: type: string enum: - member_invited - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -153067,10 +153082,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 - user: *733 + user: *734 required: - action - invitation @@ -153148,11 +153163,11 @@ webhooks: type: string enum: - member_removed - enterprise: *706 - installation: *707 - membership: *746 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *747 + organization: *709 + repository: *710 sender: *4 required: - action @@ -153239,11 +153254,11 @@ webhooks: properties: from: type: string - enterprise: *706 - installation: *707 - membership: *746 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *747 + organization: *709 + repository: *710 sender: *4 required: - action @@ -153319,9 +153334,9 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 package: description: Information about the package. type: object @@ -153844,7 +153859,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &747 + items: &748 title: Ruby Gems metadata type: object properties: @@ -153941,7 +153956,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -154017,9 +154032,9 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 package: description: Information about the package. type: object @@ -154381,7 +154396,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *747 + items: *748 source_url: type: string format: uri @@ -154452,7 +154467,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -154633,12 +154648,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *706 + enterprise: *707 id: type: integer - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - id @@ -154718,7 +154733,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &748 + personal_access_token_request: &749 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -154868,10 +154883,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *706 - organization: *708 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -154950,11 +154965,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *748 - enterprise: *706 - organization: *708 + personal_access_token_request: *749 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -155032,11 +155047,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *748 - enterprise: *706 - organization: *708 + personal_access_token_request: *749 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -155113,11 +155128,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *748 - organization: *708 - enterprise: *706 + personal_access_token_request: *749 + organization: *709 + enterprise: *707 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -155221,7 +155236,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *749 + last_response: *750 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -155253,8 +155268,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 zen: description: Random string of GitHub zen. @@ -155499,10 +155514,10 @@ webhooks: - from required: - note - enterprise: *706 - installation: *707 - organization: *708 - project_card: &750 + enterprise: *707 + installation: *708 + organization: *709 + project_card: &751 title: Project Card type: object properties: @@ -155625,7 +155640,7 @@ webhooks: - creator - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -155706,11 +155721,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project_card: *750 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_card: *751 + repository: *710 sender: *4 required: - action @@ -155790,9 +155805,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 project_card: title: Project Card type: object @@ -155922,7 +155937,7 @@ webhooks: repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -156016,11 +156031,11 @@ webhooks: - from required: - note - enterprise: *706 - installation: *707 - organization: *708 - project_card: *750 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_card: *751 + repository: *710 sender: *4 required: - action @@ -156114,9 +156129,9 @@ webhooks: - from required: - column_id - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 project_card: allOf: - title: Project Card @@ -156313,7 +156328,7 @@ webhooks: type: string required: - after_id - repository: *709 + repository: *710 sender: *4 required: - action @@ -156393,10 +156408,10 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - organization: *708 - project: &752 + enterprise: *707 + installation: *708 + organization: *709 + project: &753 title: Project type: object properties: @@ -156523,7 +156538,7 @@ webhooks: - creator - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -156603,10 +156618,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project_column: &751 + enterprise: *707 + installation: *708 + organization: *709 + project_column: &752 title: Project Column type: object properties: @@ -156646,7 +156661,7 @@ webhooks: - name - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -156725,14 +156740,14 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - project_column: *751 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *752 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -156821,11 +156836,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - project_column: *751 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *752 + repository: *710 sender: *4 required: - action @@ -156905,11 +156920,11 @@ webhooks: type: string enum: - moved - enterprise: *706 - installation: *707 - organization: *708 - project_column: *751 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *752 + repository: *710 sender: *4 required: - action @@ -156989,11 +157004,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project: *752 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *753 + repository: *710 sender: *4 required: - action @@ -157073,14 +157088,14 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - project: *752 + enterprise: *707 + installation: *708 + organization: *709 + project: *753 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -157181,11 +157196,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - project: *752 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *753 + repository: *710 sender: *4 required: - action @@ -157264,11 +157279,11 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 - organization: *708 - project: *752 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *753 + repository: *710 sender: *4 required: - action @@ -157349,9 +157364,9 @@ webhooks: type: string enum: - closed - installation: *707 - organization: *708 - projects_v2: &753 + installation: *708 + organization: *709 + projects_v2: &754 title: Projects v2 Project description: A projects v2 project type: object @@ -157499,9 +157514,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2: *753 + installation: *708 + organization: *709 + projects_v2: *754 sender: *4 required: - action @@ -157582,9 +157597,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2: *753 + installation: *708 + organization: *709 + projects_v2: *754 sender: *4 required: - action @@ -157705,9 +157720,9 @@ webhooks: type: string to: type: string - installation: *707 - organization: *708 - projects_v2: *753 + installation: *708 + organization: *709 + projects_v2: *754 sender: *4 required: - action @@ -157790,7 +157805,7 @@ webhooks: type: string enum: - archived - changes: &757 + changes: &758 type: object properties: archived_at: @@ -157806,9 +157821,9 @@ webhooks: - string - 'null' format: date-time - installation: *707 - organization: *708 - projects_v2_item: &754 + installation: *708 + organization: *709 + projects_v2_item: &755 title: Projects v2 Item description: An item belonging to a project type: object @@ -157947,9 +157962,9 @@ webhooks: - 'null' to: type: string - installation: *707 - organization: *708 - projects_v2_item: *754 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158031,9 +158046,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2_item: *754 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158114,9 +158129,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2_item: *754 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158221,7 +158236,7 @@ webhooks: oneOf: - type: string - type: integer - - &755 + - &756 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -158241,7 +158256,7 @@ webhooks: required: - id - name - - &756 + - &757 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -158270,8 +158285,8 @@ webhooks: oneOf: - type: string - type: integer - - *755 - *756 + - *757 type: - 'null' - string @@ -158294,9 +158309,9 @@ webhooks: - 'null' required: - body - installation: *707 - organization: *708 - projects_v2_item: *754 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158393,9 +158408,9 @@ webhooks: type: - string - 'null' - installation: *707 - organization: *708 - projects_v2_item: *754 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158478,10 +158493,10 @@ webhooks: type: string enum: - restored - changes: *757 - installation: *707 - organization: *708 - projects_v2_item: *754 + changes: *758 + installation: *708 + organization: *709 + projects_v2_item: *755 sender: *4 required: - action @@ -158563,9 +158578,9 @@ webhooks: type: string enum: - reopened - installation: *707 - organization: *708 - projects_v2: *753 + installation: *708 + organization: *709 + projects_v2: *754 sender: *4 required: - action @@ -158646,9 +158661,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2_status_update: &758 + installation: *708 + organization: *709 + projects_v2_status_update: &759 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -158783,9 +158798,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2_status_update: *758 + installation: *708 + organization: *709 + projects_v2_status_update: *759 sender: *4 required: - action @@ -158931,9 +158946,9 @@ webhooks: - string - 'null' format: date - installation: *707 - organization: *708 - projects_v2_status_update: *758 + installation: *708 + organization: *709 + projects_v2_status_update: *759 sender: *4 required: - action @@ -159004,10 +159019,10 @@ webhooks: title: public event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - repository @@ -159084,13 +159099,13 @@ webhooks: type: string enum: - assigned - assignee: *733 - enterprise: *706 - installation: *707 - number: &759 + assignee: *734 + enterprise: *707 + installation: *708 + number: &760 description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -161439,7 +161454,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -161521,11 +161536,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -163867,7 +163882,7 @@ webhooks: - draft reason: type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -163949,11 +163964,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -166295,7 +166310,7 @@ webhooks: - draft reason: type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -166377,13 +166392,13 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: &760 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: &761 allOf: - - *565 + - *566 - type: object properties: allow_auto_merge: @@ -166445,7 +166460,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *709 + repository: *710 sender: *4 required: - action @@ -166526,12 +166541,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: *760 - repository: *709 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: *761 + repository: *710 sender: *4 required: - action @@ -166611,11 +166626,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *706 - milestone: *463 - number: *759 - organization: *708 - pull_request: &761 + enterprise: *707 + milestone: *464 + number: *760 + organization: *709 + pull_request: &762 title: Pull Request type: object properties: @@ -168942,7 +168957,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -169021,11 +169036,11 @@ webhooks: type: string enum: - dequeued - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -171371,7 +171386,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *709 + repository: *710 sender: *4 required: - action @@ -171495,12 +171510,12 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: *760 - repository: *709 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: *761 + repository: *710 sender: *4 required: - action @@ -171580,11 +171595,11 @@ webhooks: type: string enum: - enqueued - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -173915,7 +173930,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -173995,11 +174010,11 @@ webhooks: type: string enum: - labeled - enterprise: *706 - installation: *707 - label: *732 - number: *759 - organization: *708 + enterprise: *707 + installation: *708 + label: *733 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -176347,7 +176362,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -176428,10 +176443,10 @@ webhooks: type: string enum: - locked - enterprise: *706 - installation: *707 - number: *759 - organization: *708 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -178777,7 +178792,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -178857,12 +178872,12 @@ webhooks: type: string enum: - milestoned - enterprise: *706 - milestone: *463 - number: *759 - organization: *708 - pull_request: *761 - repository: *709 + enterprise: *707 + milestone: *464 + number: *760 + organization: *709 + pull_request: *762 + repository: *710 sender: *4 required: - action @@ -178941,12 +178956,12 @@ webhooks: type: string enum: - opened - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: *760 - repository: *709 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: *761 + repository: *710 sender: *4 required: - action @@ -179027,12 +179042,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: *760 - repository: *709 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: *761 + repository: *710 sender: *4 required: - action @@ -179112,12 +179127,12 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 - number: *759 - organization: *708 - pull_request: *760 - repository: *709 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 + pull_request: *761 + repository: *710 sender: *4 required: - action @@ -179492,9 +179507,9 @@ webhooks: - start_side - side - reactions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -181724,7 +181739,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -181804,7 +181819,7 @@ webhooks: type: string enum: - deleted - comment: &763 + comment: &764 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. @@ -182097,9 +182112,9 @@ webhooks: - start_side - side - reactions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -184317,7 +184332,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -184397,11 +184412,11 @@ webhooks: type: string enum: - edited - changes: *762 - comment: *763 - enterprise: *706 - installation: *707 - organization: *708 + changes: *763 + comment: *764 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -186622,7 +186637,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -186703,9 +186718,9 @@ webhooks: type: string enum: - dismissed - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -188938,7 +188953,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 review: description: The review that was affected. type: object @@ -189184,9 +189199,9 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -191300,8 +191315,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 - review: &764 + repository: *710 + review: &765 description: The review that was affected. type: object properties: @@ -191534,12 +191549,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -193886,7 +193901,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_reviewer: title: User type: @@ -193972,12 +193987,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -196331,7 +196346,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_team: title: Team description: Groups of organization members that gives permissions @@ -196526,12 +196541,12 @@ webhooks: type: string enum: - review_requested - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -198880,7 +198895,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_reviewer: title: User type: @@ -198967,12 +198982,12 @@ webhooks: type: string enum: - review_requested - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -201312,7 +201327,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_team: title: Team description: Groups of organization members that gives permissions @@ -201496,9 +201511,9 @@ webhooks: type: string enum: - submitted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -203734,8 +203749,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 - review: *764 + repository: *710 + review: *765 sender: *4 required: - action @@ -203815,9 +203830,9 @@ webhooks: type: string enum: - resolved - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -205948,7 +205963,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 sender: *4 thread: type: object @@ -206340,9 +206355,9 @@ webhooks: type: string enum: - unresolved - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -208456,7 +208471,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 sender: *4 thread: type: object @@ -208850,10 +208865,10 @@ webhooks: type: string before: type: string - enterprise: *706 - installation: *707 - number: *759 - organization: *708 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -211188,7 +211203,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -211270,11 +211285,11 @@ webhooks: type: string enum: - unassigned - assignee: *765 - enterprise: *706 - installation: *707 - number: *759 - organization: *708 + assignee: *766 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -213624,7 +213639,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -213703,11 +213718,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *706 - installation: *707 - label: *732 - number: *759 - organization: *708 + enterprise: *707 + installation: *708 + label: *733 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -216046,7 +216061,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -216127,10 +216142,10 @@ webhooks: type: string enum: - unlocked - enterprise: *706 - installation: *707 - number: *759 - organization: *708 + enterprise: *707 + installation: *708 + number: *760 + organization: *709 pull_request: title: Pull Request type: object @@ -218459,7 +218474,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -218662,7 +218677,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *706 + enterprise: *707 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -218757,8 +218772,8 @@ webhooks: - url - author - committer - installation: *707 - organization: *708 + installation: *708 + organization: *709 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -219346,9 +219361,9 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 registry_package: type: object properties: @@ -219825,7 +219840,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *747 + items: *748 summary: type: string tag_name: @@ -219881,7 +219896,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -219959,9 +219974,9 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 registry_package: type: object properties: @@ -220273,7 +220288,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *747 + items: *748 summary: type: string tag_name: @@ -220323,7 +220338,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -220400,10 +220415,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - release: &766 + enterprise: *707 + installation: *708 + organization: *709 + release: &767 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -220719,7 +220734,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *709 + repository: *710 sender: *4 required: - action @@ -220796,11 +220811,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - release: *766 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *767 + repository: *710 sender: *4 required: - action @@ -220908,11 +220923,11 @@ webhooks: type: boolean required: - to - enterprise: *706 - installation: *707 - organization: *708 - release: *766 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *767 + repository: *710 sender: *4 required: - action @@ -220990,9 +221005,9 @@ webhooks: type: string enum: - prereleased - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -221313,7 +221328,7 @@ webhooks: - string - 'null' format: uri - repository: *709 + repository: *710 sender: *4 required: - action @@ -221389,10 +221404,10 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - release: &767 + enterprise: *707 + installation: *708 + organization: *709 + release: &768 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -221710,7 +221725,7 @@ webhooks: - string - 'null' format: uri - repository: *709 + repository: *710 sender: *4 required: - action @@ -221786,11 +221801,11 @@ webhooks: type: string enum: - released - enterprise: *706 - installation: *707 - organization: *708 - release: *766 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *767 + repository: *710 sender: *4 required: - action @@ -221866,11 +221881,11 @@ webhooks: type: string enum: - unpublished - enterprise: *706 - installation: *707 - organization: *708 - release: *767 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *768 + repository: *710 sender: *4 required: - action @@ -221946,11 +221961,11 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - repository_advisory: *618 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + repository_advisory: *619 sender: *4 required: - action @@ -222026,11 +222041,11 @@ webhooks: type: string enum: - reported - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - repository_advisory: *618 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + repository_advisory: *619 sender: *4 required: - action @@ -222106,10 +222121,10 @@ webhooks: type: string enum: - archived - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222186,10 +222201,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222267,10 +222282,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222355,10 +222370,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222473,10 +222488,10 @@ webhooks: - 'null' items: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222548,10 +222563,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 status: type: string @@ -222632,10 +222647,10 @@ webhooks: type: string enum: - privatized - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222712,10 +222727,10 @@ webhooks: type: string enum: - publicized - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222809,10 +222824,10 @@ webhooks: - name required: - repository - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -222892,10 +222907,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *118 sender: *4 required: @@ -222974,10 +222989,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *118 sender: *4 required: @@ -223056,10 +223071,10 @@ webhooks: type: string enum: - edited - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *118 changes: type: object @@ -223367,10 +223382,10 @@ webhooks: - from required: - owner - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -223448,10 +223463,10 @@ webhooks: type: string enum: - unarchived - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -223529,7 +223544,7 @@ webhooks: type: string enum: - create - alert: &768 + alert: &769 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -223653,10 +223668,10 @@ webhooks: type: string enum: - open - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -223866,10 +223881,10 @@ webhooks: type: string enum: - dismissed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -223947,11 +223962,11 @@ webhooks: type: string enum: - reopen - alert: *768 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *769 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224153,10 +224168,10 @@ webhooks: enum: - fixed - open - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224234,7 +224249,7 @@ webhooks: type: string enum: - created - alert: &769 + alert: &770 type: object properties: number: *94 @@ -224344,10 +224359,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224428,11 +224443,11 @@ webhooks: type: string enum: - created - alert: *769 - installation: *707 - location: *770 - organization: *708 - repository: *709 + alert: *770 + installation: *708 + location: *771 + organization: *709 + repository: *710 sender: *4 required: - location @@ -224670,11 +224685,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *769 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *770 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224752,11 +224767,11 @@ webhooks: type: string enum: - reopened - alert: *769 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *770 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224834,11 +224849,11 @@ webhooks: type: string enum: - resolved - alert: *769 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *770 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -224916,11 +224931,11 @@ webhooks: type: string enum: - validated - alert: *769 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *770 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -225050,10 +225065,10 @@ webhooks: - organization - enterprise - - repository: *709 - enterprise: *706 - installation: *707 - organization: *708 + repository: *710 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -225131,11 +225146,11 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - security_advisory: &771 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + security_advisory: &772 description: The details of the security advisory, including summary, description, and severity. type: object @@ -225321,11 +225336,11 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - security_advisory: *771 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + security_advisory: *772 sender: *4 required: - action @@ -225398,10 +225413,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -225587,11 +225602,11 @@ webhooks: from: type: object properties: - security_and_analysis: *294 - enterprise: *706 - installation: *707 - organization: *708 - repository: *351 + security_and_analysis: *295 + enterprise: *707 + installation: *708 + organization: *709 + repository: *352 sender: *4 required: - changes @@ -225669,12 +225684,12 @@ webhooks: type: string enum: - cancelled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: &772 + sponsorship: &773 type: object properties: created_at: @@ -225979,12 +225994,12 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *772 + sponsorship: *773 required: - action - sponsorship @@ -226072,12 +226087,12 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *772 + sponsorship: *773 required: - action - changes @@ -226154,17 +226169,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &773 + effective_date: &774 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: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *772 + sponsorship: *773 required: - action - sponsorship @@ -226238,7 +226253,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &774 + changes: &775 type: object properties: tier: @@ -226282,13 +226297,13 @@ webhooks: - from required: - tier - effective_date: *773 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + effective_date: *774 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *772 + sponsorship: *773 required: - action - changes @@ -226365,13 +226380,13 @@ webhooks: type: string enum: - tier_changed - changes: *774 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + changes: *775 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *772 + sponsorship: *773 required: - action - changes @@ -226445,10 +226460,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -226532,10 +226547,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -226968,15 +226983,15 @@ webhooks: type: - string - 'null' - enterprise: *706 + enterprise: *707 id: description: The unique identifier of the status. type: integer - installation: *707 + installation: *708 name: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 sha: description: The Commit SHA. @@ -227092,9 +227107,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *141 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -227184,9 +227199,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *141 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -227276,9 +227291,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *141 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -227368,9 +227383,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *141 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -227447,12 +227462,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - team: &775 + team: &776 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -227645,9 +227660,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -228117,7 +228132,7 @@ webhooks: - topics - visibility sender: *4 - team: *775 + team: *776 required: - action - team @@ -228193,9 +228208,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -228665,7 +228680,7 @@ webhooks: - topics - visibility sender: *4 - team: *775 + team: *776 required: - action - team @@ -228742,9 +228757,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -229214,7 +229229,7 @@ webhooks: - topics - visibility sender: *4 - team: *775 + team: *776 required: - action - team @@ -229358,9 +229373,9 @@ webhooks: - from required: - permissions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -229830,7 +229845,7 @@ webhooks: - topics - visibility sender: *4 - team: *775 + team: *776 required: - action - changes @@ -229908,9 +229923,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -230380,7 +230395,7 @@ webhooks: - topics - visibility sender: *4 - team: *775 + team: *776 required: - action - team @@ -230456,10 +230471,10 @@ webhooks: type: string enum: - started - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230532,17 +230547,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *706 + enterprise: *707 inputs: type: - object - 'null' additionalProperties: true - installation: *707 - organization: *708 + installation: *708 + organization: *709 ref: type: string - repository: *709 + repository: *710 sender: *4 workflow: type: string @@ -230624,10 +230639,10 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: allOf: @@ -230883,7 +230898,7 @@ webhooks: type: string required: - conclusion - deployment: *483 + deployment: *484 required: - action - repository @@ -230962,10 +230977,10 @@ webhooks: type: string enum: - in_progress - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: allOf: @@ -231247,7 +231262,7 @@ webhooks: required: - status - steps - deployment: *483 + deployment: *484 required: - action - repository @@ -231326,10 +231341,10 @@ webhooks: type: string enum: - queued - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: type: object @@ -231475,7 +231490,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *483 + deployment: *484 required: - action - repository @@ -231554,10 +231569,10 @@ webhooks: type: string enum: - waiting - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: type: object @@ -231704,7 +231719,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *483 + deployment: *484 required: - action - repository @@ -231784,12 +231799,12 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *728 + workflow: *729 workflow_run: title: Workflow Run type: object @@ -232808,12 +232823,12 @@ webhooks: type: string enum: - in_progress - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *728 + workflow: *729 workflow_run: title: Workflow Run type: object @@ -233817,12 +233832,12 @@ webhooks: type: string enum: - requested - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *728 + workflow: *729 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 07bbe77fa..da443a9c8 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -6823,6 +6823,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -19583,6 +19586,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -46901,6 +46907,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -55387,7 +55396,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -55542,7 +55551,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", @@ -320931,6 +320940,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-epss": { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 2f45ea5fb..359bc70c4 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -4891,6 +4891,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -14272,6 +14273,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -34116,6 +34118,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -40262,7 +40265,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -40376,7 +40379,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -239828,6 +239832,18 @@ components: for these packages will be returned. schema: type: string + dependabot-alert-comma-separated-epss: + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string dependabot-alert-scope: name: scope in: query diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 07bbe77fa..da443a9c8 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -6823,6 +6823,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -19583,6 +19586,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -46901,6 +46907,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -55387,7 +55396,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -55542,7 +55551,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", @@ -320931,6 +320940,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-epss": { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 2f45ea5fb..359bc70c4 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -4891,6 +4891,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -14272,6 +14273,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -34116,6 +34118,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -40262,7 +40265,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -40376,7 +40379,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -239828,6 +239832,18 @@ components: for these packages will be returned. schema: type: string + dependabot-alert-comma-separated-epss: + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string dependabot-alert-scope: name: scope in: query diff --git a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json index 6b230a7e0..a8422e8bf 100644 --- a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json @@ -40609,13 +40609,12 @@ { "name": "sort", "in": "query", - "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.\n`epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.", + "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.", "schema": { "type": "string", "enum": [ "created", - "updated", - "epss_percentage" + "updated" ], "default": "created" } @@ -91475,13 +91474,12 @@ { "name": "sort", "in": "query", - "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.\n`epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.", + "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.", "schema": { "type": "string", "enum": [ "created", - "updated", - "epss_percentage" + "updated" ], "default": "created" } @@ -254770,13 +254768,12 @@ { "name": "sort", "in": "query", - "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.\n`epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.", + "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.", "schema": { "type": "string", "enum": [ "created", - "updated", - "epss_percentage" + "updated" ], "default": "created" } @@ -254794,67 +254791,6 @@ ], "default": "desc" } - }, - { - "name": "page", - "description": "**Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.", - "deprecated": true, - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - }, - { - "name": "per_page", - "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "deprecated": true, - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "before", - "descriptio{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}