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 821d25a8b1..8661f139e7 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 @@ -2327,6 +2327,9 @@ ], "default": "disabled" }, + "code_scanning_options": { + "$ref": "#/components/schemas/code-scanning-options" + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -12217,6 +12220,9 @@ ], "default": "disabled" }, + "code_scanning_options": { + "$ref": "#/components/schemas/code-scanning-options" + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -100253,7 +100259,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -100433,6 +100448,22 @@ } } }, + "code-scanning-options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code-scanning-default-setup-options": { "type": [ "object", @@ -281270,6 +281301,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -281312,6 +281346,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -281345,6 +281382,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -285581,6 +285621,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "disabled", "secret_scanning_push_protection": "disabled", 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 a0c7d904ed..fd0871db7c 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 @@ -1638,6 +1638,8 @@ paths: - disabled - not_set default: disabled + code_scanning_options: + "$ref": "#/components/schemas/code-scanning-options" code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -8869,6 +8871,8 @@ paths: - disabled - not_set default: disabled + code_scanning_options: + "$ref": "#/components/schemas/code-scanning-options" code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -72607,6 +72611,12 @@ components: - object - 'null' description: Feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -72741,6 +72751,17 @@ components: updated_at: type: string format: date-time + code-scanning-options: + type: + - object + - 'null' + description: Security Configuration feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code-scanning-default-setup-options: type: - object @@ -207315,6 +207336,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: enabled @@ -207349,6 +207372,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: disabled @@ -207376,6 +207401,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled secret_scanning_push_protection: disabled @@ -211009,6 +211036,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: disabled secret_scanning_push_protection: disabled diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 821d25a8b1..8661f139e7 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -2327,6 +2327,9 @@ ], "default": "disabled" }, + "code_scanning_options": { + "$ref": "#/components/schemas/code-scanning-options" + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -12217,6 +12220,9 @@ ], "default": "disabled" }, + "code_scanning_options": { + "$ref": "#/components/schemas/code-scanning-options" + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -100253,7 +100259,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -100433,6 +100448,22 @@ } } }, + "code-scanning-options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code-scanning-default-setup-options": { "type": [ "object", @@ -281270,6 +281301,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -281312,6 +281346,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -281345,6 +281382,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -285581,6 +285621,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "disabled", "secret_scanning_push_protection": "disabled", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index a0c7d904ed..fd0871db7c 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -1638,6 +1638,8 @@ paths: - disabled - not_set default: disabled + code_scanning_options: + "$ref": "#/components/schemas/code-scanning-options" code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -8869,6 +8871,8 @@ paths: - disabled - not_set default: disabled + code_scanning_options: + "$ref": "#/components/schemas/code-scanning-options" code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -72607,6 +72611,12 @@ components: - object - 'null' description: Feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -72741,6 +72751,17 @@ components: updated_at: type: string format: date-time + code-scanning-options: + type: + - object + - 'null' + description: Security Configuration feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code-scanning-default-setup-options: type: - object @@ -207315,6 +207336,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: enabled @@ -207349,6 +207372,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: disabled @@ -207376,6 +207401,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled secret_scanning_push_protection: disabled @@ -211009,6 +211036,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: disabled secret_scanning_push_protection: disabled 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 0e433ef340..5fbe2b94bd 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 @@ -18319,7 +18319,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -18737,6 +18746,22 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -18983,7 +19008,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19456,7 +19490,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19662,6 +19705,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -19704,6 +19750,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -19854,7 +19903,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -20478,7 +20536,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -21306,7 +21373,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -21511,6 +21587,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -82187,7 +82266,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -82612,6 +82700,22 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -82898,7 +83002,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -83098,6 +83211,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -83255,7 +83371,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -83461,6 +83586,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -83503,6 +83631,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -83924,7 +84055,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -84124,6 +84264,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -84590,7 +84733,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -84790,6 +84942,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "disabled", "secret_scanning_push_protection": "disabled", @@ -85281,7 +85436,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -85486,6 +85650,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -271892,7 +272059,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", 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 0070d559e3..ec4f1ca56a 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 @@ -901,7 +901,7 @@ paths: - subscriptions_url - type - url - type: &246 + type: &247 type: string description: The type of credit the user is receiving. enum: @@ -1067,7 +1067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &578 + - &579 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1652,7 +1652,7 @@ paths: schema: type: integer default: 30 - - &163 + - &164 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 @@ -1668,7 +1668,7 @@ paths: application/json: schema: type: array - items: &164 + items: &165 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1764,7 +1764,7 @@ paths: - installation_id - repository_id examples: - default: &165 + default: &166 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1899,7 +1899,7 @@ paths: description: Response content: application/json: - schema: &166 + schema: &167 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2034,7 +2034,7 @@ paths: - request - response examples: - default: &167 + default: &168 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -7408,6 +7408,12 @@ paths: - object - 'null' description: Feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default @@ -7707,6 +7713,17 @@ paths: - disabled - not_set default: disabled + code_scanning_options: &138 + type: + - object + - 'null' + description: Security Configuration feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -7894,7 +7911,7 @@ paths: description: Response content: application/json: - schema: &139 + schema: &140 type: array description: A list of default code security configurations items: @@ -7910,7 +7927,7 @@ paths: default configuration: *41 examples: - default: &140 + default: &141 value: - default_for_new_repos: public configuration: @@ -7929,6 +7946,8 @@ paths: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: enabled @@ -7963,6 +7982,8 @@ paths: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: disabled @@ -8237,7 +8258,7 @@ paths: - *40 - *43 responses: - '204': &141 + '204': &142 description: A header with no content is returned. '400': *14 '403': *27 @@ -8364,7 +8385,7 @@ paths: default: value: default_for_new_repos: all - configuration: &138 + configuration: &139 value: id: 1325 target_type: organization @@ -8381,6 +8402,8 @@ paths: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled secret_scanning_push_protection: disabled @@ -8447,7 +8470,7 @@ paths: application/json: schema: type: array - items: &142 + items: &143 type: object description: Repositories associated with a code security configuration and attachment status @@ -8792,7 +8815,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &143 + repository: &144 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8886,7 +8909,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *40 - - &147 + - &148 name: state in: query description: |- @@ -8895,7 +8918,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &148 + - &149 name: severity in: query description: |- @@ -8904,7 +8927,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &149 + - &150 name: ecosystem in: query description: |- @@ -8913,14 +8936,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &150 + - &151 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &151 + - &152 name: epss_percentage in: query description: |- @@ -8932,7 +8955,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &152 + - &153 name: has in: query description: |- @@ -8946,7 +8969,7 @@ paths: type: string enum: - patch - - &153 + - &154 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8956,7 +8979,7 @@ paths: enum: - development - runtime - - &154 + - &155 name: sort in: query description: |- @@ -8974,7 +8997,7 @@ paths: - *46 - *38 - *39 - - &155 + - &156 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8987,7 +9010,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &156 + - &157 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -9007,7 +9030,7 @@ paths: application/json: schema: type: array - items: &157 + items: &158 type: object description: A Dependabot alert. properties: @@ -9077,7 +9100,7 @@ paths: - direct - transitive - - security_advisory: &412 + security_advisory: &413 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9345,7 +9368,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &413 + auto_dismissed_at: &414 type: - string - 'null' @@ -9372,7 +9395,7 @@ paths: - repository additionalProperties: false examples: - default: &158 + default: &159 value: - number: 2 state: dismissed @@ -9719,7 +9742,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &236 + - &237 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9730,7 +9753,7 @@ paths: enum: - open - resolved - - &237 + - &238 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9740,7 +9763,7 @@ paths: required: false schema: type: string - - &238 + - &239 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9749,7 +9772,7 @@ paths: required: false schema: type: string - - &239 + - &240 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. @@ -9765,7 +9788,7 @@ paths: - *17 - *38 - *39 - - &240 + - &241 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9774,7 +9797,7 @@ paths: required: false schema: type: string - - &241 + - &242 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9783,7 +9806,7 @@ paths: schema: type: boolean default: false - - &242 + - &243 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9792,7 +9815,7 @@ paths: schema: type: boolean default: false - - &243 + - &244 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -9808,7 +9831,7 @@ paths: application/json: schema: type: array - items: &244 + items: &245 type: object properties: number: *52 @@ -9824,14 +9847,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &556 + state: &557 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: &557 + resolution: &558 type: - string - 'null' @@ -9938,14 +9961,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &558 + - &559 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &560 + - &561 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -10002,7 +10025,7 @@ paths: - blob_url - commit_sha - commit_url - - &561 + - &562 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -10063,7 +10086,7 @@ paths: - page_url - commit_sha - commit_url - - &562 + - &563 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -10078,7 +10101,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &563 + - &564 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -10093,7 +10116,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &564 + - &565 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -10108,7 +10131,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &565 + - &566 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -10123,7 +10146,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &566 + - &567 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -10138,7 +10161,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &567 + - &568 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -10153,7 +10176,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &568 + - &569 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -10168,7 +10191,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &569 + - &570 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -10183,7 +10206,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &570 + - &571 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -10198,7 +10221,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &571 + - &572 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -10213,7 +10236,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &572 + - &573 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -10234,7 +10257,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &245 + default: &246 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10704,7 +10727,7 @@ paths: milestone: anyOf: - type: 'null' - - &400 + - &401 title: Milestone description: A collection of related issues and pull requests. @@ -10876,7 +10899,7 @@ paths: timeline_url: type: string format: uri - type: &185 + type: &186 title: Issue Type description: The type of issue. type: @@ -11021,7 +11044,7 @@ paths: - author_association - created_at - updated_at - comment: &459 + comment: &460 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11596,7 +11619,7 @@ paths: url: type: string format: uri - user: &601 + user: &602 title: Public User description: Public User type: object @@ -13491,7 +13514,7 @@ paths: - closed - all default: open - - &188 + - &189 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -13542,7 +13565,7 @@ paths: type: array items: *74 examples: - default: &189 + default: &190 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14954,14 +14977,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &268 + - &269 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &269 + - &270 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -15032,7 +15055,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &280 + '301': &281 description: Moved permanently content: application/json: @@ -15054,7 +15077,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &488 + - &489 name: all description: If `true`, show notifications marked as read. in: query @@ -15062,7 +15085,7 @@ paths: schema: type: boolean default: false - - &489 + - &490 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -15072,7 +15095,7 @@ paths: type: boolean default: false - *64 - - &490 + - &491 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: @@ -15443,7 +15466,7 @@ paths: type: boolean examples: - false - security_and_analysis: &226 + security_and_analysis: &227 type: - object - 'null' @@ -15608,7 +15631,7 @@ paths: - url - subscription_url examples: - default: &491 + default: &492 value: - id: '1' repository: @@ -16157,7 +16180,7 @@ paths: application/json: schema: type: array - items: &145 + items: &146 title: Organization Simple description: A GitHub organization. type: object @@ -16229,7 +16252,7 @@ paths: - avatar_url - description examples: - default: &618 + default: &619 value: - login: github id: 1 @@ -16541,7 +16564,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *90 - - &644 + - &645 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -16550,7 +16573,7 @@ paths: required: false schema: type: integer - - &645 + - &646 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -16559,7 +16582,7 @@ paths: required: false schema: type: integer - - &646 + - &647 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -16568,7 +16591,7 @@ paths: required: false schema: type: integer - - &647 + - &648 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or @@ -17520,7 +17543,7 @@ paths: type: integer repository_cache_usages: type: array - items: &285 + items: &286 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -18417,7 +18440,7 @@ paths: - all - local_only - selected - selected_actions_url: &291 + selected_actions_url: &292 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` @@ -18507,7 +18530,7 @@ paths: type: array items: *59 examples: - default: &612 + default: &613 value: total_count: 1 repositories: @@ -18835,7 +18858,7 @@ paths: description: Response content: application/json: - schema: &295 + schema: &296 type: object properties: default_workflow_permissions: &109 @@ -18886,7 +18909,7 @@ paths: required: false content: application/json: - schema: &296 + schema: &297 type: object properties: default_workflow_permissions: *109 @@ -19379,7 +19402,7 @@ paths: type: array items: *116 examples: - default: &604 + default: &605 value: total_count: 1 repositories: @@ -20026,7 +20049,7 @@ paths: application/json: schema: type: array - items: &297 + items: &298 title: Runner Application description: Runner Application type: object @@ -20051,7 +20074,7 @@ paths: - download_url - filename examples: - default: &298 + default: &299 value: - os: osx architecture: x64 @@ -20137,7 +20160,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &299 + '201': &300 description: Response content: application/json: @@ -20252,7 +20275,7 @@ paths: - token - expires_at examples: - default: &300 + default: &301 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -20291,7 +20314,7 @@ paths: application/json: schema: *120 examples: - default: &301 + default: &302 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -20325,7 +20348,7 @@ paths: application/json: schema: *118 examples: - default: &302 + default: &303 value: id: 23 name: MBP @@ -20551,7 +20574,7 @@ paths: - *90 - *117 responses: - '200': &303 + '200': &304 description: Response content: application/json: @@ -20608,7 +20631,7 @@ paths: parameters: - *90 - *117 - - &304 + - &305 name: name description: The name of a self-hosted runner's custom label. in: path @@ -20740,7 +20763,7 @@ paths: description: Response content: application/json: - schema: &316 + schema: &317 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20775,7 +20798,7 @@ paths: - key_id - key examples: - default: &317 + default: &318 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -21188,7 +21211,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *90 - - &290 + - &291 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)." @@ -21700,12 +21723,12 @@ paths: required: - subject_digests examples: - default: &633 + default: &634 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &634 + withPredicateType: &635 value: subject_digests: - sha256:abc123 @@ -21764,7 +21787,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &635 + default: &636 value: attestations_subject_digests: - sha256:abc: @@ -22058,7 +22081,7 @@ paths: bundle_url: type: string examples: - default: &330 + default: &331 value: attestations: - bundle: @@ -22177,7 +22200,7 @@ paths: type: array items: *4 examples: - default: &190 + default: &191 value: - login: octocat id: 1 @@ -22359,7 +22382,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &146 + items: &147 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -22418,7 +22441,7 @@ paths: parent: anyOf: - type: 'null' - - &202 + - &203 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -22995,7 +23018,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *90 - - &355 + - &356 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`, @@ -23005,7 +23028,7 @@ paths: schema: &135 type: string description: The name of the tool used to generate the code scanning analysis. - - &356 + - &357 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 @@ -23029,7 +23052,7 @@ paths: be returned. in: query required: false - schema: &358 + schema: &359 type: string description: State of a code scanning alert. enum: @@ -23052,7 +23075,7 @@ paths: be returned. in: query required: false - schema: &359 + schema: &360 type: string description: Severity of a code scanning alert. enum: @@ -23078,7 +23101,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: &360 + instances_url: &361 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -23100,7 +23123,7 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: &361 + dismissed_reason: &362 type: - string - 'null' @@ -23111,14 +23134,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &362 + dismissed_comment: &363 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &363 + rule: &364 type: object properties: id: @@ -23179,7 +23202,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &364 + tool: &365 type: object properties: name: *135 @@ -23190,15 +23213,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *136 - most_recent_instance: &365 + most_recent_instance: &366 type: object properties: - ref: &357 + ref: &358 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &375 + analysis_key: &376 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -23209,7 +23232,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &376 + category: &377 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -23718,6 +23741,7 @@ paths: - disabled - not_set default: disabled + code_scanning_options: *138 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -23860,7 +23884,7 @@ paths: application/json: schema: *41 examples: - default: *138 + default: *139 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23888,9 +23912,9 @@ paths: description: Response content: application/json: - schema: *139 + schema: *140 examples: - default: *140 + default: *141 '304': *35 '403': *27 '404': *6 @@ -23942,7 +23966,7 @@ paths: - 32 - 91 responses: - '204': *141 + '204': *142 '400': *14 '403': *27 '404': *6 @@ -23977,7 +24001,7 @@ paths: application/json: schema: *41 examples: - default: *138 + default: *139 '304': *35 '403': *27 '404': *6 @@ -24218,6 +24242,8 @@ paths: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: disabled secret_scanning_push_protection: disabled @@ -24259,7 +24285,7 @@ paths: - *90 - *43 responses: - '204': *141 + '204': *142 '400': *14 '403': *27 '404': *6 @@ -24397,7 +24423,7 @@ paths: default: value: default_for_new_repos: all - configuration: *138 + configuration: *139 '403': *27 '404': *6 x-github: @@ -24450,13 +24476,13 @@ paths: application/json: schema: type: array - items: *142 + items: *143 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *143 + repository: *144 '403': *27 '404': *6 x-github: @@ -24496,7 +24522,7 @@ paths: type: integer codespaces: type: array - items: &191 + items: &192 type: object title: Codespace description: A codespace. @@ -24531,7 +24557,7 @@ paths: machine: anyOf: - type: 'null' - - &388 + - &389 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -24818,7 +24844,7 @@ paths: - pulls_url - recent_folders examples: - default: &192 + default: &193 value: total_count: 3 codespaces: @@ -25442,7 +25468,7 @@ paths: type: integer secrets: type: array - items: &144 + items: &145 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -25483,7 +25509,7 @@ paths: - updated_at - visibility examples: - default: &389 + default: &390 value: total_count: 2 secrets: @@ -25521,7 +25547,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -25556,7 +25582,7 @@ paths: - key_id - key examples: - default: &391 + default: &392 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25586,9 +25612,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: &393 + default: &394 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -26055,7 +26081,7 @@ paths: currently being billed. seats: type: array - items: &194 + items: &195 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -26068,12 +26094,12 @@ paths: organization: anyOf: - type: 'null' - - *145 + - *146 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *146 + - *147 - title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -26634,7 +26660,7 @@ paths: application/json: schema: type: array - items: &250 + items: &251 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -26949,7 +26975,7 @@ paths: - date additionalProperties: true examples: - default: &251 + default: &252 value: - date: '2024-06-24' total_active_users: 24 @@ -27051,7 +27077,7 @@ paths: '500': *91 '403': *27 '404': *6 - '422': &252 + '422': &253 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -27079,7 +27105,6 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *90 - - *147 - *148 - *149 - *150 @@ -27087,11 +27112,12 @@ paths: - *152 - *153 - *154 + - *155 - *46 - *38 - *39 - - *155 - *156 + - *157 - *17 responses: '200': @@ -27100,9 +27126,9 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: - default: *158 + default: *159 '304': *35 '400': *14 '403': *27 @@ -27146,7 +27172,7 @@ paths: type: integer secrets: type: array - items: &159 + items: &160 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -27225,7 +27251,7 @@ paths: description: Response content: application/json: - schema: &416 + schema: &417 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -27244,7 +27270,7 @@ paths: - key_id - key examples: - default: &417 + default: &418 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27274,7 +27300,7 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: default: value: @@ -27571,7 +27597,7 @@ paths: application/json: schema: type: array - items: &204 + items: &205 title: Package description: A software package type: object @@ -27642,7 +27668,7 @@ paths: - created_at - updated_at examples: - default: &205 + default: &206 value: - id: 197 name: hello_docker @@ -27809,7 +27835,7 @@ paths: application/json: schema: type: array - items: &182 + items: &183 title: Organization Invitation description: Organization Invitation type: object @@ -27863,7 +27889,7 @@ paths: - invitation_teams_url - node_id examples: - default: &183 + default: &184 value: - id: 1 login: monalisa @@ -27930,7 +27956,7 @@ paths: application/json: schema: type: array - items: &160 + items: &161 title: Org Hook description: Org Hook type: object @@ -28115,9 +28141,9 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: - default: &161 + default: &162 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -28165,7 +28191,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *90 - - &162 + - &163 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. @@ -28178,9 +28204,9 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: - default: *161 + default: *162 '404': *6 x-github: githubCloudOnly: false @@ -28208,7 +28234,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *90 - - *162 + - *163 requestBody: required: false content: @@ -28254,7 +28280,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -28296,7 +28322,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *90 - - *162 + - *163 responses: '204': description: Response @@ -28324,7 +28350,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *90 - - *162 + - *163 responses: '200': description: Response @@ -28355,7 +28381,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *90 - - *162 + - *163 requestBody: required: false content: @@ -28406,9 +28432,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *90 - - *162 - - *17 - *163 + - *17 + - *164 responses: '200': description: Response @@ -28416,9 +28442,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '400': *14 '422': *15 x-github: @@ -28444,16 +28470,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *90 - - *162 + - *163 - *16 responses: '200': description: Response content: application/json: - schema: *166 + schema: *167 examples: - default: *167 + default: *168 '400': *14 '422': *15 x-github: @@ -28479,7 +28505,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *90 - - *162 + - *163 - *16 responses: '202': *37 @@ -28509,7 +28535,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *90 - - *162 + - *163 responses: '204': description: Response @@ -28532,7 +28558,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *90 - - &172 + - &173 name: actor_type in: path description: The type of the actor @@ -28545,14 +28571,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &173 + - &174 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &168 + - &169 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`.' @@ -28560,7 +28586,7 @@ paths: required: true schema: type: string - - &169 + - &170 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) @@ -28655,12 +28681,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *90 - - *168 - *169 + - *170 - *19 - *17 - *46 - - &178 + - &179 name: sort description: The property to sort the results by. in: query @@ -28740,14 +28766,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *90 - - *168 - *169 + - *170 responses: '200': description: Response content: application/json: - schema: &170 + schema: &171 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -28763,7 +28789,7 @@ paths: type: integer format: int64 examples: - default: &171 + default: &172 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -28784,23 +28810,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *90 - - &174 + - &175 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *168 - *169 + - *170 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 x-github: enabledForGitHubApps: true category: orgs @@ -28819,18 +28845,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *90 - - *168 - *169 - - *172 + - *170 - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 x-github: enabledForGitHubApps: true category: orgs @@ -28848,9 +28874,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *90 - - *168 - *169 - - &175 + - *170 + - &176 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -28863,7 +28889,7 @@ paths: description: Response content: application/json: - schema: &176 + schema: &177 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -28879,7 +28905,7 @@ paths: type: integer format: int64 examples: - default: &177 + default: &178 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -28916,18 +28942,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *90 - - *174 - - *168 - - *169 - *175 + - *169 + - *170 + - *176 responses: '200': description: Response content: application/json: - schema: *176 + schema: *177 examples: - default: *177 + default: *178 x-github: enabledForGitHubApps: true category: orgs @@ -28945,19 +28971,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *90 - - *172 - *173 - - *168 + - *174 - *169 - - *175 + - *170 + - *176 responses: '200': description: Response content: application/json: - schema: *176 + schema: *177 examples: - default: *177 + default: *178 x-github: enabledForGitHubApps: true category: orgs @@ -28975,13 +29001,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *90 - - *174 - - *168 + - *175 - *169 + - *170 - *19 - *17 - *46 - - *178 + - *179 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -29065,7 +29091,7 @@ paths: application/json: schema: *20 examples: - default: &455 + default: &456 value: id: 1 account: @@ -29231,12 +29257,12 @@ paths: application/json: schema: anyOf: - - &180 + - &181 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &179 + limit: &180 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -29264,7 +29290,7 @@ paths: properties: {} additionalProperties: false examples: - default: &181 + default: &182 value: limit: collaborators_only origin: organization @@ -29293,13 +29319,13 @@ paths: required: true content: application/json: - schema: &456 + schema: &457 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *179 + limit: *180 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -29324,9 +29350,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 '422': *15 x-github: githubCloudOnly: false @@ -29402,9 +29428,9 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: *183 + default: *184 headers: Link: *57 '404': *6 @@ -29481,7 +29507,7 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: default: value: @@ -29536,7 +29562,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *90 - - &184 + - &185 name: invitation_id description: The unique identifier of the invitation. in: path @@ -29567,7 +29593,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *90 - - *184 + - *185 - *17 - *19 responses: @@ -29577,9 +29603,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: &203 + default: &204 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -29622,7 +29648,7 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: default: value: @@ -29710,9 +29736,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: &186 + default: &187 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -29745,7 +29771,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *90 - - &187 + - &188 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -29801,9 +29827,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *186 + default: *187 '404': *6 '422': *7 x-github: @@ -29828,7 +29854,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *90 - - *187 + - *188 responses: '204': description: Response @@ -29891,7 +29917,7 @@ paths: - closed - all default: open - - *188 + - *189 - name: type description: Can be the name of an issue type. in: query @@ -29922,7 +29948,7 @@ paths: type: array items: *74 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -29982,7 +30008,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '422': *15 @@ -30081,9 +30107,9 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 '304': *35 '500': *91 '401': *23 @@ -30110,7 +30136,7 @@ paths: parameters: - *90 - *129 - - &193 + - &194 name: codespace_name in: path required: true @@ -30145,15 +30171,15 @@ paths: parameters: - *90 - *129 - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: &387 + default: &388 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -30333,7 +30359,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -30408,7 +30434,7 @@ paths: description: Response content: application/json: - schema: &195 + schema: &196 title: Org Membership description: Org Membership type: object @@ -30457,7 +30483,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *145 + organization: *146 user: anyOf: - type: 'null' @@ -30477,7 +30503,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &196 + response-if-user-has-an-active-admin-membership-with-organization: &197 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -30574,9 +30600,9 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: - response-if-user-already-had-membership-with-organization: *196 + response-if-user-already-had-membership-with-organization: *197 '422': *15 '403': *27 x-github: @@ -30648,7 +30674,7 @@ paths: application/json: schema: type: array - items: &197 + items: &198 title: Migration description: A migration. type: object @@ -30986,7 +31012,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -31165,7 +31191,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *90 - - &198 + - &199 name: migration_id description: The unique identifier of the migration. in: path @@ -31193,7 +31219,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -31363,7 +31389,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *90 - - *198 + - *199 responses: '302': description: Response @@ -31385,7 +31411,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *90 - - *198 + - *199 responses: '204': description: Response @@ -31409,8 +31435,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *90 - - *198 - - &617 + - *199 + - &618 name: repo_name description: repo_name parameter in: path @@ -31438,7 +31464,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -31450,7 +31476,7 @@ paths: type: array items: *116 examples: - default: &210 + default: &211 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -31603,7 +31629,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &201 + items: &202 title: Organization Role description: Organization roles type: object @@ -31753,7 +31779,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *90 - - &199 + - &200 name: team_slug description: The slug of the team name. in: path @@ -31785,8 +31811,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *90 - - *199 - - &200 + - *200 + - &201 name: role_id description: The unique identifier of the role. in: path @@ -31822,8 +31848,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *90 - - *199 - *200 + - *201 responses: '204': description: Response @@ -31876,7 +31902,7 @@ paths: parameters: - *90 - *129 - - *200 + - *201 responses: '204': description: Response @@ -31908,7 +31934,7 @@ paths: parameters: - *90 - *129 - - *200 + - *201 responses: '204': description: Response @@ -31937,13 +31963,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *90 - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -31994,7 +32020,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *90 - - *200 + - *201 - *17 - *19 responses: @@ -32073,7 +32099,7 @@ paths: parent: anyOf: - type: 'null' - - *202 + - *203 required: - id - node_id @@ -32087,7 +32113,7 @@ paths: - slug - parent examples: - default: *203 + default: *204 headers: Link: *57 '404': @@ -32117,7 +32143,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *90 - - *200 + - *201 - *17 - *19 responses: @@ -32146,7 +32172,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *202 + items: *203 name: type: - string @@ -32263,7 +32289,7 @@ paths: - type - url examples: - default: *190 + default: *191 headers: Link: *57 '404': @@ -32314,7 +32340,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -32456,7 +32482,7 @@ paths: - nuget - container - *90 - - &619 + - &620 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -32492,12 +32518,12 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *205 + default: *206 '403': *27 '401': *23 - '400': &621 + '400': &622 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -32519,7 +32545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &206 + - &207 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 @@ -32537,7 +32563,7 @@ paths: - docker - nuget - container - - &207 + - &208 name: package_name description: The name of the package. in: path @@ -32550,7 +32576,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -32602,8 +32628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *206 - *207 + - *208 - *90 responses: '204': @@ -32636,8 +32662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *206 - *207 + - *208 - *90 - name: token description: package token @@ -32670,8 +32696,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: - - *206 - *207 + - *208 - *90 - *19 - *17 @@ -32692,7 +32718,7 @@ paths: application/json: schema: type: array - items: &208 + items: &209 title: Package Version description: A version of a software package type: object @@ -32827,10 +32853,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *206 - *207 + - *208 - *90 - - &209 + - &210 name: package_version_id description: Unique identifier of the package version. in: path @@ -32842,7 +32868,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -32878,10 +32904,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *206 - *207 + - *208 - *90 - - *209 + - *210 responses: '204': description: Response @@ -32913,10 +32939,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *206 - *207 + - *208 - *90 - - *209 + - *210 responses: '204': description: Response @@ -32946,7 +32972,7 @@ paths: - *90 - *17 - *19 - - &211 + - &212 name: sort description: The property by which to sort the results. in: query @@ -32957,7 +32983,7 @@ paths: - created_at default: created_at - *46 - - &212 + - &213 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -32969,7 +32995,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &213 + - &214 name: repository description: The name of the repository to use to filter the results. in: query @@ -32978,7 +33004,7 @@ paths: type: string examples: - Hello-World - - &214 + - &215 name: permission description: The permission to use to filter the results. in: query @@ -32987,7 +33013,7 @@ paths: type: string examples: - issues_read - - &215 + - &216 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) @@ -32997,7 +33023,7 @@ paths: schema: type: string format: date-time - - &216 + - &217 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) @@ -33007,7 +33033,7 @@ paths: schema: type: string format: date-time - - &217 + - &218 name: token_id description: The ID of the token in: query @@ -33283,7 +33309,7 @@ paths: '422': *15 '404': *6 '403': *27 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33326,7 +33352,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -33352,14 +33378,14 @@ paths: - *90 - *17 - *19 - - *211 - - *46 - *212 + - *46 - *213 - *214 - *215 - *216 - *217 + - *218 responses: '500': *91 '422': *15 @@ -33600,7 +33626,7 @@ paths: responses: '500': *91 '404': *6 - '204': *141 + '204': *142 '403': *27 '422': *15 x-github: @@ -33643,7 +33669,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -33685,7 +33711,7 @@ paths: type: integer configurations: type: array - items: &218 + items: &219 title: Organization private registry description: Private registry configuration for an organization type: object @@ -33929,7 +33955,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &219 + org-private-registry-with-selected-visibility: &220 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -34027,9 +34053,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *218 + schema: *219 examples: - default: *219 + default: *220 '404': *6 x-github: githubCloudOnly: false @@ -34189,7 +34215,7 @@ paths: application/json: schema: type: array - items: &220 + items: &221 title: Project description: Projects are a way to organize columns and cards of work. @@ -34371,7 +34397,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -34409,7 +34435,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &277 + '410': &278 description: Gone content: application/json: @@ -34444,7 +34470,7 @@ paths: application/json: schema: type: array - items: &221 + items: &222 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -34520,7 +34546,7 @@ paths: - property_name - value_type examples: - default: &222 + default: &223 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -34579,7 +34605,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *221 + items: *222 minItems: 1 maxItems: 100 required: @@ -34609,9 +34635,9 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: - default: *222 + default: *223 '403': *27 '404': *6 x-github: @@ -34633,7 +34659,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *90 - - &223 + - &224 name: custom_property_name description: The custom property name in: path @@ -34645,9 +34671,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: &224 + default: &225 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -34682,7 +34708,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *90 - - *223 + - *224 requestBody: required: true content: @@ -34760,9 +34786,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *224 + default: *225 '403': *27 '404': *6 x-github: @@ -34786,9 +34812,9 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *90 - - *223 + - *224 responses: - '204': *141 + '204': *142 '403': *27 '404': *6 x-github: @@ -34850,7 +34876,7 @@ paths: - octocat/Hello-World properties: type: array - items: &225 + items: &226 title: Custom Property Value description: Custom property name and associated value type: object @@ -34940,7 +34966,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *225 + items: *226 required: - repository_names - properties @@ -34993,7 +35019,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -35132,7 +35158,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -35335,7 +35361,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &280 title: Full Repository description: Full Repository type: object @@ -35800,7 +35826,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &406 + code_of_conduct: &407 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -35830,7 +35856,7 @@ paths: - key - name - html_url - security_and_analysis: *226 + security_and_analysis: *227 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -35914,7 +35940,7 @@ paths: - network_count - subscribers_count examples: - default: &281 + default: &282 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -36435,7 +36461,7 @@ paths: - *90 - *17 - *19 - - &541 + - &542 name: targets description: | A comma-separated list of rule targets to filter by. @@ -36454,7 +36480,7 @@ paths: application/json: schema: type: array - items: &233 + items: &234 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -36489,7 +36515,7 @@ paths: source: type: string description: The name of the source - enforcement: &229 + enforcement: &230 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -36502,7 +36528,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &230 + items: &231 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -36568,7 +36594,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &227 + - &228 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -36592,7 +36618,7 @@ paths: match. items: type: string - - &231 + - &232 title: Organization ruleset conditions type: object description: |- @@ -36606,7 +36632,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *227 + - *228 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -36640,7 +36666,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *227 + - *228 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -36662,7 +36688,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *227 + - *228 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -36675,7 +36701,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &228 + items: &229 title: Repository ruleset property targeting definition type: object @@ -36708,7 +36734,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *228 + items: *229 required: - repository_property type: @@ -36716,12 +36742,12 @@ paths: - object rules: type: array - items: &232 + items: &233 title: Repository Rule type: object description: A repository rule. oneOf: - - &519 + - &520 title: creation description: Only allow users with bypass permission to create matching refs. @@ -36733,7 +36759,7 @@ paths: type: string enum: - creation - - &520 + - &521 title: update description: Only allow users with bypass permission to update matching refs. @@ -36754,7 +36780,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &522 + - &523 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -36766,7 +36792,7 @@ paths: type: string enum: - deletion - - &523 + - &524 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -36778,7 +36804,7 @@ paths: type: string enum: - required_linear_history - - &524 + - &525 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -36856,7 +36882,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &525 + - &526 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -36880,7 +36906,7 @@ paths: type: string required: - required_deployment_environments - - &526 + - &527 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -36892,7 +36918,7 @@ paths: type: string enum: - required_signatures - - &527 + - &528 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -36954,7 +36980,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &528 + - &529 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -37002,7 +37028,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &529 + - &530 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -37014,7 +37040,7 @@ paths: type: string enum: - non_fast_forward - - &530 + - &531 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -37050,7 +37076,7 @@ paths: required: - operator - pattern - - &531 + - &532 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -37086,7 +37112,7 @@ paths: required: - operator - pattern - - &532 + - &533 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -37122,7 +37148,7 @@ paths: required: - operator - pattern - - &533 + - &534 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -37158,7 +37184,7 @@ paths: required: - operator - pattern - - &534 + - &535 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -37194,7 +37220,7 @@ paths: required: - operator - pattern - - &535 + - &536 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -37219,7 +37245,7 @@ paths: type: string required: - restricted_file_paths - - &536 + - &537 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -37243,7 +37269,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &537 + - &538 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -37266,7 +37292,7 @@ paths: type: string required: - restricted_file_extensions - - &538 + - &539 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -37291,7 +37317,7 @@ paths: maximum: 100 required: - max_file_size - - &539 + - &540 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -37341,7 +37367,7 @@ paths: - repository_id required: - workflows - - &540 + - &541 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -37475,16 +37501,16 @@ paths: - push - repository default: branch - enforcement: *229 + enforcement: *230 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *230 - conditions: *231 + items: *231 + conditions: *232 rules: type: array description: An array of rules within the ruleset. - items: *232 + items: *233 required: - name - enforcement @@ -37522,9 +37548,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: &234 + default: &235 value: id: 21 name: super cool ruleset @@ -37579,7 +37605,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *90 - - &542 + - &543 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 @@ -37594,7 +37620,7 @@ paths: in: query schema: type: string - - &543 + - &544 name: time_period description: |- The time period to filter by. @@ -37610,14 +37636,14 @@ paths: - week - month default: day - - &544 + - &545 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 - - &545 + - &546 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -37637,7 +37663,7 @@ paths: description: Response content: application/json: - schema: &546 + schema: &547 title: Rule Suites description: Response type: array @@ -37693,7 +37719,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &547 + default: &548 value: - id: 21 actor_id: 12 @@ -37737,7 +37763,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *90 - - &548 + - &549 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -37753,7 +37779,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &550 title: Rule Suite description: Response type: object @@ -37860,7 +37886,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &550 + default: &551 value: id: 21 actor_id: 12 @@ -37933,9 +37959,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *234 + default: *235 '404': *6 '500': *91 put: @@ -37979,16 +38005,16 @@ paths: - tag - push - repository - enforcement: *229 + enforcement: *230 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *230 - conditions: *231 + items: *231 + conditions: *232 rules: description: An array of rules within the ruleset. type: array - items: *232 + items: *233 examples: default: value: @@ -38023,9 +38049,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *234 + default: *235 '404': *6 '500': *91 delete: @@ -38082,7 +38108,7 @@ paths: application/json: schema: type: array - items: &235 + items: &236 title: Ruleset version type: object description: The historical version of a ruleset @@ -38106,7 +38132,7 @@ paths: type: string format: date-time examples: - default: &552 + default: &553 value: - version_id: 3 actor: @@ -38159,9 +38185,9 @@ paths: description: Response content: application/json: - schema: &553 + schema: &554 allOf: - - *235 + - *236 - type: object required: - state @@ -38231,14 +38257,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *90 - - *236 - *237 - *238 - *239 + - *240 - *46 - *19 - *17 - - &554 + - &555 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 @@ -38248,7 +38274,7 @@ paths: required: false schema: type: string - - &555 + - &556 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 @@ -38258,10 +38284,10 @@ paths: required: false schema: type: string - - *240 - *241 - *242 - *243 + - *244 responses: '200': description: Response @@ -38269,9 +38295,9 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: - default: *245 + default: *246 headers: Link: *57 '404': *6 @@ -38341,7 +38367,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 description: A repository security advisory. type: object properties: @@ -38585,7 +38611,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *247 credits_detailed: type: - array @@ -38596,7 +38622,7 @@ paths: type: object properties: user: *4 - type: *246 + type: *247 state: type: string description: The state of the user's acceptance of the @@ -38622,7 +38648,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *146 + items: *147 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -38660,7 +38686,7 @@ paths: - private_fork additionalProperties: false examples: - default: &577 + default: &578 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -39047,9 +39073,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 + default: *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39073,7 +39099,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *90 - - *199 + - *200 responses: '204': description: Response @@ -39099,7 +39125,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *90 - - *199 + - *200 responses: '204': description: Response @@ -39134,7 +39160,7 @@ paths: description: Response content: application/json: - schema: &638 + schema: &639 type: object properties: total_minutes_used: @@ -39204,7 +39230,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &639 + default: &640 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -39240,7 +39266,7 @@ paths: description: Response content: application/json: - schema: &640 + schema: &641 type: object properties: total_gigabytes_bandwidth_used: @@ -39258,7 +39284,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &641 + default: &642 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -39290,7 +39316,7 @@ paths: description: Response content: application/json: - schema: &642 + schema: &643 type: object properties: days_left_in_billing_cycle: @@ -39308,7 +39334,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &643 + default: &644 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -39350,7 +39376,7 @@ paths: type: integer network_configurations: type: array - items: &247 + items: &248 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -39475,9 +39501,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: &248 + default: &249 value: id: 123456789ABCDEF name: My network configuration @@ -39506,7 +39532,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - &249 + - &250 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -39518,9 +39544,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 + default: *249 headers: Link: *57 x-github: @@ -39542,7 +39568,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - *249 + - *250 requestBody: required: true content: @@ -39581,9 +39607,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 + default: *249 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39603,7 +39629,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *90 - - *249 + - *250 responses: '204': description: Response @@ -39716,7 +39742,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *90 - - *199 + - *200 - 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`). @@ -39748,13 +39774,13 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: - default: *251 + default: *252 '500': *91 '403': *27 '404': *6 - '422': *252 + '422': *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39782,9 +39808,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 headers: Link: *57 '403': *27 @@ -39878,7 +39904,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &254 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -39952,7 +39978,7 @@ paths: parent: anyOf: - type: 'null' - - *202 + - *203 members_count: type: integer examples: @@ -40258,7 +40284,7 @@ paths: - repos_count - organization examples: - default: &254 + default: &255 value: id: 1 node_id: MDQ6VGVhbTE= @@ -40329,15 +40355,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *90 - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 x-github: githubCloudOnly: false @@ -40359,7 +40385,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *90 - - *199 + - *200 requestBody: required: false content: @@ -40422,16 +40448,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '201': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 '422': *15 '403': *27 @@ -40457,7 +40483,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *90 - - *199 + - *200 responses: '204': description: Response @@ -40484,7 +40510,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *90 - - *199 + - *200 - *46 - *17 - *19 @@ -40501,7 +40527,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -40612,7 +40638,7 @@ paths: - updated_at - url examples: - default: &591 + default: &592 value: - author: login: octocat @@ -40687,7 +40713,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *90 - - *199 + - *200 requestBody: required: true content: @@ -40721,9 +40747,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: &256 + default: &257 value: author: login: octocat @@ -40796,8 +40822,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *90 - - *199 - - &257 + - *200 + - &258 name: discussion_number description: The number that identifies the discussion. in: path @@ -40809,9 +40835,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40834,8 +40860,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *90 - - *199 - - *257 + - *200 + - *258 requestBody: required: false content: @@ -40858,9 +40884,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: &592 + default: &593 value: author: login: octocat @@ -40931,8 +40957,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *90 - - *199 - - *257 + - *200 + - *258 responses: '204': description: Response @@ -40959,8 +40985,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *90 - - *199 - - *257 + - *200 + - *258 - *46 - *17 - *19 @@ -40971,7 +40997,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -41051,7 +41077,7 @@ paths: - updated_at - url examples: - default: &593 + default: &594 value: - author: login: octocat @@ -41120,8 +41146,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *90 - - *199 - - *257 + - *200 + - *258 requestBody: required: true content: @@ -41143,9 +41169,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &259 + default: &260 value: author: login: octocat @@ -41212,9 +41238,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *90 - - *199 - - *257 - - &260 + - *200 + - *258 + - &261 name: comment_number description: The number that identifies the comment. in: path @@ -41226,9 +41252,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41251,9 +41277,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *90 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 requestBody: required: true content: @@ -41275,9 +41301,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &594 + default: &595 value: author: login: octocat @@ -41342,9 +41368,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *90 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 responses: '204': description: Response @@ -41371,9 +41397,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *90 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 - 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. @@ -41399,7 +41425,7 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -41443,7 +41469,7 @@ paths: - content - created_at examples: - default: &263 + default: &264 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -41494,9 +41520,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *90 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 requestBody: required: true content: @@ -41529,9 +41555,9 @@ paths: team discussion comment content: application/json: - schema: *261 + schema: *262 examples: - default: &262 + default: &263 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -41560,9 +41586,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41586,10 +41612,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *90 - - *199 - - *257 - - *260 - - &264 + - *200 + - *258 + - *261 + - &265 name: reaction_id description: The unique identifier of the reaction. in: path @@ -41622,8 +41648,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *90 - - *199 - - *257 + - *200 + - *258 - 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. @@ -41649,9 +41675,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 x-github: @@ -41678,8 +41704,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *90 - - *199 - - *257 + - *200 + - *258 requestBody: required: true content: @@ -41711,16 +41737,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -41744,9 +41770,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *90 - - *199 - - *257 - - *264 + - *200 + - *258 + - *265 responses: '204': description: Response @@ -41771,7 +41797,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -41781,9 +41807,9 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: *183 + default: *184 headers: Link: *57 x-github: @@ -41806,7 +41832,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *90 - - *199 + - *200 - name: role description: Filters members returned by their role in the team. in: query @@ -41829,7 +41855,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -41860,14 +41886,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *90 - - *199 + - *200 - *129 responses: '200': description: Response content: application/json: - schema: &265 + schema: &266 title: Team Membership description: Team Membership type: object @@ -41895,7 +41921,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &595 + response-if-user-is-a-team-maintainer: &596 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -41932,7 +41958,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *90 - - *199 + - *200 - *129 requestBody: required: false @@ -41958,9 +41984,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - response-if-users-membership-with-team-is-now-pending: &596 + response-if-users-membership-with-team-is-now-pending: &597 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -41996,7 +42022,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *90 - - *199 + - *200 - *129 responses: '204': @@ -42023,7 +42049,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -42033,7 +42059,7 @@ paths: application/json: schema: type: array - items: &266 + items: &267 title: Team Project description: A team's access to a project. type: object @@ -42102,7 +42128,7 @@ paths: - updated_at - permissions examples: - default: &597 + default: &598 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -42166,8 +42192,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *90 - - *199 - - &267 + - *200 + - &268 name: project_id description: The unique identifier of the project. in: path @@ -42179,9 +42205,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: &598 + default: &599 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -42244,8 +42270,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *90 - - *199 - - *267 + - *200 + - *268 requestBody: required: false content: @@ -42313,8 +42339,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *90 - - *199 - - *267 + - *200 + - *268 responses: '204': description: Response @@ -42342,7 +42368,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -42354,7 +42380,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -42384,15 +42410,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *90 - - *199 - - *268 + - *200 - *269 + - *270 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &599 + schema: &600 title: Team Repository description: A team's access to a repository. type: object @@ -43034,9 +43060,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *90 - - *199 - - *268 + - *200 - *269 + - *270 requestBody: required: false content: @@ -43082,9 +43108,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *90 - - *199 - - *268 + - *200 - *269 + - *270 responses: '204': description: Response @@ -43109,7 +43135,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -43119,9 +43145,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - response-if-child-teams-exist: &600 + response-if-child-teams-exist: &601 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -43248,7 +43274,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &270 + - &271 name: card_id description: The unique identifier of the card. in: path @@ -43260,7 +43286,7 @@ paths: description: Response content: application/json: - schema: &271 + schema: &272 title: Project Card description: Project cards represent a scope of work. type: object @@ -43335,7 +43361,7 @@ paths: - created_at - updated_at examples: - default: &272 + default: &273 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -43391,7 +43417,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *270 + - *271 requestBody: required: false content: @@ -43421,9 +43447,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 '304': *35 '403': *27 '401': *23 @@ -43450,7 +43476,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *270 + - *271 responses: '204': description: Response @@ -43494,7 +43520,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *270 + - *271 requestBody: required: true content: @@ -43607,7 +43633,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &273 + - &274 name: column_id description: The unique identifier of the column. in: path @@ -43619,7 +43645,7 @@ paths: description: Response content: application/json: - schema: &274 + schema: &275 title: Project Column description: Project columns contain cards of work. type: object @@ -43673,7 +43699,7 @@ paths: - created_at - updated_at examples: - default: &275 + default: &276 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -43708,7 +43734,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *273 + - *274 requestBody: required: true content: @@ -43733,9 +43759,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *275 + default: *276 '304': *35 '403': *27 '401': *23 @@ -43760,7 +43786,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *273 + - *274 responses: '204': description: Response @@ -43789,7 +43815,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *273 + - *274 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -43810,7 +43836,7 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: default: value: @@ -43869,7 +43895,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *273 + - *274 requestBody: required: true content: @@ -43913,9 +43939,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 '304': *35 '403': *27 '401': *23 @@ -43971,7 +43997,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *273 + - *274 requestBody: required: true content: @@ -44032,15 +44058,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: &276 + default: &277 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -44097,7 +44123,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *267 + - *268 requestBody: required: false content: @@ -44146,9 +44172,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *276 + default: *277 '404': description: Not Found if the authenticated user does not have access to the project @@ -44169,7 +44195,7 @@ paths: items: type: string '401': *23 - '410': *277 + '410': *278 '422': *7 x-github: githubCloudOnly: false @@ -44192,7 +44218,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *267 + - *268 responses: '204': description: Delete Success @@ -44213,7 +44239,7 @@ paths: items: type: string '401': *23 - '410': *277 + '410': *278 '404': *6 x-github: githubCloudOnly: false @@ -44237,7 +44263,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *267 + - *268 - 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 @@ -44264,7 +44290,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '404': *6 @@ -44294,7 +44320,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *267 + - *268 - *129 requestBody: required: false @@ -44349,7 +44375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *267 + - *268 - *129 responses: '204': @@ -44381,7 +44407,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *267 + - *268 - *129 responses: '200': @@ -44452,7 +44478,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *267 + - *268 - *17 - *19 responses: @@ -44462,7 +44488,7 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: default: value: @@ -44500,7 +44526,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *267 + - *268 requestBody: required: true content: @@ -44524,7 +44550,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -44589,7 +44615,7 @@ paths: resources: type: object properties: - core: &278 + core: &279 title: Rate Limit type: object properties: @@ -44606,21 +44632,21 @@ paths: - remaining - reset - used - graphql: *278 - search: *278 - code_search: *278 - source_import: *278 - integration_manifest: *278 - code_scanning_upload: *278 - actions_runner_registration: *278 - scim: *278 - dependency_snapshots: *278 - dependency_sbom: *278 - code_scanning_autofix: *278 + graphql: *279 + search: *279 + code_search: *279 + source_import: *279 + integration_manifest: *279 + code_scanning_upload: *279 + actions_runner_registration: *279 + scim: *279 + dependency_snapshots: *279 + dependency_sbom: *279 + code_scanning_autofix: *279 required: - core - search - rate: *278 + rate: *279 required: - rate - resources @@ -44724,14 +44750,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: default-response: summary: Default response @@ -45232,7 +45258,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *280 + '301': *281 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45250,8 +45276,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -45499,10 +45525,10 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 - '307': &282 + default: *282 + '307': &283 description: Temporary Redirect content: application/json: @@ -45531,8 +45557,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -45554,7 +45580,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *282 + '307': *283 '404': *6 '409': *45 x-github: @@ -45578,11 +45604,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 - - &308 + - &309 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -45605,7 +45631,7 @@ paths: type: integer artifacts: type: array - items: &283 + items: &284 title: Artifact description: An artifact type: object @@ -45700,7 +45726,7 @@ paths: - expires_at - updated_at examples: - default: &309 + default: &310 value: total_count: 2 artifacts: @@ -45761,9 +45787,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *268 - *269 - - &284 + - *270 + - &285 name: artifact_id description: The unique identifier of the artifact. in: path @@ -45775,7 +45801,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -45813,9 +45839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *268 - *269 - - *284 + - *270 + - *285 responses: '204': description: Response @@ -45839,9 +45865,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *268 - *269 - - *284 + - *270 + - *285 - name: archive_format in: path required: true @@ -45855,7 +45881,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': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45878,14 +45904,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -45911,11 +45937,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 - - &286 + - &287 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 @@ -45949,7 +45975,7 @@ paths: description: Response content: application/json: - schema: &287 + schema: &288 title: Repository actions caches description: Repository actions caches type: object @@ -45999,7 +46025,7 @@ paths: - total_count - actions_caches examples: - default: &288 + default: &289 value: total_count: 1 actions_caches: @@ -46031,23 +46057,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: - - *268 - *269 + - *270 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *286 + - *287 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46067,8 +46093,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: - - *268 - *269 + - *270 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -46099,9 +46125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *268 - *269 - - &289 + - *270 + - &290 name: job_id description: The unique identifier of the job. in: path @@ -46113,7 +46139,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &313 title: Job description: Information of a job execution in a workflow run type: object @@ -46460,9 +46486,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *268 - *269 - - *289 + - *270 + - *290 responses: '302': description: Response @@ -46490,9 +46516,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *268 - *269 - - *289 + - *270 + - *290 requestBody: required: false content: @@ -46538,8 +46564,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: - - *268 - *269 + - *270 responses: '200': description: Status response @@ -46589,8 +46615,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: - - *268 - *269 + - *270 requestBody: required: true content: @@ -46653,8 +46679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -46672,7 +46698,7 @@ paths: type: integer secrets: type: array - items: &314 + items: &315 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -46693,7 +46719,7 @@ paths: - created_at - updated_at examples: - default: &315 + default: &316 value: total_count: 2 secrets: @@ -46726,9 +46752,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *268 - *269 - - *290 + - *270 + - *291 - *19 responses: '200': @@ -46745,7 +46771,7 @@ paths: type: integer variables: type: array - items: &318 + items: &319 title: Actions Variable type: object properties: @@ -46779,7 +46805,7 @@ paths: - created_at - updated_at examples: - default: &319 + default: &320 value: total_count: 2 variables: @@ -46812,8 +46838,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -46822,11 +46848,11 @@ paths: schema: type: object properties: - enabled: &292 + enabled: &293 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *105 - selected_actions_url: *291 + selected_actions_url: *292 required: - enabled examples: @@ -46853,8 +46879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -46865,7 +46891,7 @@ paths: schema: type: object properties: - enabled: *292 + enabled: *293 allowed_actions: *105 required: - enabled @@ -46895,14 +46921,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: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: &293 + schema: &294 type: object properties: access_level: @@ -46919,7 +46945,7 @@ paths: required: - access_level examples: - default: &294 + default: &295 value: access_level: organization x-github: @@ -46943,15 +46969,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: - - *268 - *269 + - *270 requestBody: required: true content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 responses: '204': description: Response @@ -46975,8 +47001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -47003,8 +47029,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -47036,14 +47062,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *295 + schema: *296 examples: default: *111 x-github: @@ -47066,8 +47092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Success response @@ -47078,7 +47104,7 @@ paths: required: true content: application/json: - schema: *296 + schema: *297 examples: default: *111 x-github: @@ -47107,8 +47133,8 @@ paths: in: query schema: type: string - - *268 - *269 + - *270 - *17 - *19 responses: @@ -47152,8 +47178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -47161,9 +47187,9 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: - default: *298 + default: *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47185,8 +47211,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: - - *268 - *269 + - *270 requestBody: required: true content: @@ -47229,7 +47255,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *299 + '201': *300 '404': *6 '422': *7 '409': *45 @@ -47260,8 +47286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *268 - *269 + - *270 responses: '201': description: Response @@ -47269,7 +47295,7 @@ paths: application/json: schema: *120 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47297,8 +47323,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *268 - *269 + - *270 responses: '201': description: Response @@ -47306,7 +47332,7 @@ paths: application/json: schema: *120 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47328,8 +47354,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: - - *268 - *269 + - *270 - *117 responses: '200': @@ -47338,7 +47364,7 @@ paths: application/json: schema: *118 examples: - default: *302 + default: *303 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47359,8 +47385,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: - - *268 - *269 + - *270 - *117 responses: '204': @@ -47387,8 +47413,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: - - *268 - *269 + - *270 - *117 responses: '200': *122 @@ -47413,8 +47439,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: - - *268 - *269 + - *270 - *117 requestBody: required: true @@ -47463,8 +47489,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: - - *268 - *269 + - *270 - *117 requestBody: required: true @@ -47514,11 +47540,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: - - *268 - *269 + - *270 - *117 responses: - '200': *303 + '200': *304 '404': *6 x-github: githubCloudOnly: false @@ -47545,10 +47571,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: - - *268 - *269 + - *270 - *117 - - *304 + - *305 responses: '200': *122 '404': *6 @@ -47576,9 +47602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *268 - *269 - - &322 + - *270 + - &323 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. @@ -47586,7 +47612,7 @@ paths: required: false schema: type: string - - &323 + - &324 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -47594,7 +47620,7 @@ paths: required: false schema: type: string - - &324 + - &325 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -47603,7 +47629,7 @@ paths: required: false schema: type: string - - &325 + - &326 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 @@ -47630,7 +47656,7 @@ paths: - pending - *17 - *19 - - &326 + - &327 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)." @@ -47639,7 +47665,7 @@ paths: schema: type: string format: date-time - - &305 + - &306 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -47648,13 +47674,13 @@ paths: schema: type: boolean default: false - - &327 + - &328 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &328 + - &329 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -47677,7 +47703,7 @@ paths: type: integer workflow_runs: type: array - items: &306 + items: &307 title: Workflow Run description: An invocation of a workflow type: object @@ -47794,7 +47820,7 @@ paths: type: - array - 'null' - items: &347 + items: &348 title: Pull Request Minimal type: object properties: @@ -47921,7 +47947,7 @@ paths: head_commit: anyOf: - type: 'null' - - &351 + - &352 title: Simple Commit description: A commit. type: object @@ -48036,7 +48062,7 @@ paths: - workflow_url - pull_requests examples: - default: &329 + default: &330 value: total_count: 1 workflow_runs: @@ -48272,24 +48298,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *268 - *269 - - &307 + - *270 + - &308 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: &310 + default: &311 value: id: 30433642 name: Build @@ -48530,9 +48556,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '204': description: Response @@ -48555,9 +48581,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '200': description: Response @@ -48685,9 +48711,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: - - *268 - *269 - - *307 + - *270 + - *308 responses: '201': description: Response @@ -48720,12 +48746,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *268 - *269 - - *307 + - *270 + - *308 - *17 - *19 - - *308 + - *309 responses: '200': description: Response @@ -48741,9 +48767,9 @@ paths: type: integer artifacts: type: array - items: *283 + items: *284 examples: - default: *309 + default: *310 headers: Link: *57 x-github: @@ -48767,25 +48793,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *268 - *269 - - *307 - - &311 + - *270 + - *308 + - &312 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *310 + default: *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48808,10 +48834,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *268 - *269 - - *307 - - *311 + - *270 + - *308 + - *312 - *17 - *19 responses: @@ -48829,9 +48855,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *313 examples: - default: &313 + default: &314 value: total_count: 1 jobs: @@ -48944,10 +48970,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *268 - *269 - - *307 - - *311 + - *270 + - *308 + - *312 responses: '302': description: Response @@ -48975,9 +49001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '202': description: Response @@ -49010,9 +49036,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: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: true content: @@ -49079,9 +49105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '202': description: Response @@ -49114,9 +49140,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 - 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 @@ -49146,9 +49172,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *57 x-github: @@ -49173,9 +49199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '302': description: Response @@ -49202,9 +49228,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '204': description: Response @@ -49231,9 +49257,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '200': description: Response @@ -49302,7 +49328,7 @@ paths: items: type: object properties: - type: &425 + type: &426 type: string description: The type of reviewer. enum: @@ -49313,7 +49339,7 @@ paths: reviewer: anyOf: - *4 - - *146 + - *147 required: - environment - wait_timer @@ -49388,9 +49414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: true content: @@ -49440,7 +49466,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -49552,7 +49578,7 @@ paths: - created_at - updated_at examples: - default: &421 + default: &422 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -49608,9 +49634,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: false content: @@ -49655,9 +49681,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: false content: @@ -49711,9 +49737,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '200': description: Response @@ -49850,8 +49876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -49869,9 +49895,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *315 examples: - default: *315 + default: *316 headers: Link: *57 x-github: @@ -49896,16 +49922,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49927,17 +49953,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *268 - *269 + - *270 - *124 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: &438 + default: &439 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -49963,8 +49989,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *268 - *269 + - *270 - *124 requestBody: required: true @@ -50022,8 +50048,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *268 - *269 + - *270 - *124 responses: '204': @@ -50049,9 +50075,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *268 - *269 - - *290 + - *270 + - *291 - *19 responses: '200': @@ -50068,9 +50094,9 @@ paths: type: integer variables: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *57 x-github: @@ -50093,8 +50119,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -50146,17 +50172,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *268 - *269 + - *270 - *127 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: &439 + default: &440 value: name: USERNAME value: octocat @@ -50182,8 +50208,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *268 - *269 + - *270 - *127 requestBody: required: true @@ -50226,8 +50252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *268 - *269 + - *270 - *127 responses: '204': @@ -50253,8 +50279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -50272,7 +50298,7 @@ paths: type: integer workflows: type: array - items: &320 + items: &321 title: Workflow description: A GitHub Actions workflow type: object @@ -50390,9 +50416,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *268 - *269 - - &321 + - *270 + - &322 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -50407,7 +50433,7 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: default: value: @@ -50440,9 +50466,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '204': description: Response @@ -50467,9 +50493,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '204': description: Response @@ -50520,9 +50546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '204': description: Response @@ -50549,19 +50575,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *268 - *269 - - *321 + - *270 - *322 - *323 - *324 - *325 + - *326 - *17 - *19 - - *326 - - *305 - *327 + - *306 - *328 + - *329 responses: '200': description: Response @@ -50577,9 +50603,9 @@ paths: type: integer workflow_runs: type: array - items: *306 + items: *307 examples: - default: *329 + default: *330 headers: Link: *57 x-github: @@ -50611,9 +50637,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '200': description: Response @@ -50674,8 +50700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *268 - *269 + - *270 - *46 - *17 - *38 @@ -50843,8 +50869,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -50856,7 +50882,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '404': *6 @@ -50881,8 +50907,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *268 - *269 + - *270 - name: assignee in: path required: true @@ -50918,8 +50944,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -51031,8 +51057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *268 - *269 + - *270 - *17 - *38 - *39 @@ -51086,7 +51112,7 @@ paths: bundle_url: type: string examples: - default: *330 + default: *331 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51106,8 +51132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -51115,7 +51141,7 @@ paths: application/json: schema: type: array - items: &331 + items: &332 title: Autolink reference description: An autolink reference. type: object @@ -51169,8 +51195,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -51209,9 +51235,9 @@ paths: description: response content: application/json: - schema: *331 + schema: *332 examples: - default: &332 + default: &333 value: id: 1 key_prefix: TICKET- @@ -51242,9 +51268,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *268 - *269 - - &333 + - *270 + - &334 name: autolink_id description: The unique identifier of the autolink. in: path @@ -51256,9 +51282,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 '404': *6 x-github: githubCloudOnly: false @@ -51278,9 +51304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *268 - *269 - - *333 + - *270 + - *334 responses: '204': description: Response @@ -51304,8 +51330,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: - - *268 - *269 + - *270 responses: '200': description: Response if Dependabot is enabled @@ -51355,8 +51381,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -51377,8 +51403,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -51398,8 +51424,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *268 - *269 + - *270 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -51437,7 +51463,7 @@ paths: - url protected: type: boolean - protection: &335 + protection: &336 title: Branch Protection description: Branch Protection type: object @@ -51480,7 +51506,7 @@ paths: required: - contexts - checks - enforce_admins: &338 + enforce_admins: &339 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -51497,7 +51523,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &340 + required_pull_request_reviews: &341 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -51519,7 +51545,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *146 + items: *147 apps: description: The list of apps with review dismissal access. @@ -51551,7 +51577,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *146 + items: *147 apps: description: The list of apps allowed to bypass pull request requirements. @@ -51581,7 +51607,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &337 + restrictions: &338 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -51906,9 +51932,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *268 - *269 - - &336 + - *270 + - &337 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). @@ -51922,14 +51948,14 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &396 + commit: &397 title: Commit description: Commit type: object @@ -51968,7 +51994,7 @@ paths: author: anyOf: - type: 'null' - - &334 + - &335 title: Git User description: Metaproperties for Git author/committer information. @@ -51989,7 +52015,7 @@ paths: committer: anyOf: - type: 'null' - - *334 + - *335 message: type: string examples: @@ -52013,7 +52039,7 @@ paths: required: - sha - url - verification: &445 + verification: &446 title: Verification type: object properties: @@ -52093,7 +52119,7 @@ paths: type: integer files: type: array - items: &408 + items: &409 title: Diff Entry description: Diff Entry type: object @@ -52187,7 +52213,7 @@ paths: - self protected: type: boolean - protection: *335 + protection: *336 protection_url: type: string format: uri @@ -52296,7 +52322,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *280 + '301': *281 '404': *6 x-github: githubCloudOnly: false @@ -52318,15 +52344,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -52520,9 +52546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -52782,7 +52808,7 @@ paths: url: type: string format: uri - required_status_checks: &343 + required_status_checks: &344 title: Status Check Policy description: Status Check Policy type: object @@ -52863,7 +52889,7 @@ paths: items: *4 teams: type: array - items: *146 + items: *147 apps: type: array items: *5 @@ -52881,7 +52907,7 @@ paths: items: *4 teams: type: array - items: *146 + items: *147 apps: type: array items: *5 @@ -52941,7 +52967,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *337 + restrictions: *338 required_conversation_resolution: type: object properties: @@ -53053,9 +53079,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -53080,17 +53106,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: &339 + default: &340 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -53112,17 +53138,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53141,9 +53167,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -53168,17 +53194,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: &341 + default: &342 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -53274,9 +53300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -53374,9 +53400,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -53397,9 +53423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -53426,17 +53452,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: &342 + default: &343 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -53459,17 +53485,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *342 + default: *343 '404': *6 x-github: githubCloudOnly: false @@ -53489,9 +53515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -53516,17 +53542,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: &344 + default: &345 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -53552,9 +53578,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -53606,9 +53632,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '404': *6 '422': *15 x-github: @@ -53630,9 +53656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -53656,9 +53682,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -53692,9 +53718,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -53761,9 +53787,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -53827,9 +53853,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: content: application/json: @@ -53895,15 +53921,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -53994,9 +54020,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -54019,9 +54045,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -54031,7 +54057,7 @@ paths: type: array items: *5 examples: - default: &345 + default: &346 value: - id: 1 slug: octoapp @@ -54088,9 +54114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -54124,7 +54150,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *346 '422': *15 x-github: githubCloudOnly: false @@ -54145,9 +54171,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -54181,7 +54207,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *346 '422': *15 x-github: githubCloudOnly: false @@ -54202,9 +54228,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -54238,7 +54264,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *346 '422': *15 x-github: githubCloudOnly: false @@ -54260,9 +54286,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -54270,9 +54296,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 '404': *6 x-github: githubCloudOnly: false @@ -54292,9 +54318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -54330,9 +54356,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 '422': *15 x-github: githubCloudOnly: false @@ -54353,9 +54379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -54391,9 +54417,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 '422': *15 x-github: githubCloudOnly: false @@ -54414,9 +54440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: content: application/json: @@ -54451,9 +54477,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 '422': *15 x-github: githubCloudOnly: false @@ -54475,9 +54501,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -54487,7 +54513,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '404': *6 x-github: githubCloudOnly: false @@ -54511,9 +54537,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -54546,7 +54572,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -54571,9 +54597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -54606,7 +54632,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -54631,9 +54657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -54666,7 +54692,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -54693,9 +54719,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -54717,7 +54743,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -54833,8 +54859,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -55113,7 +55139,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &349 title: CheckRun description: A check performed on the code of a given code change type: object @@ -55248,8 +55274,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *347 - deployment: &656 + items: *348 + deployment: &657 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -55536,9 +55562,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *268 - *269 - - &349 + - *270 + - &350 name: check_run_id description: The unique identifier of the check run. in: path @@ -55550,9 +55576,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &350 + default: &351 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -55652,9 +55678,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *268 - *269 - - *349 + - *270 + - *350 requestBody: required: true content: @@ -55894,9 +55920,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *350 + default: *351 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55916,9 +55942,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *268 - *269 - - *349 + - *270 + - *350 - *17 - *19 responses: @@ -56028,9 +56054,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *268 - *269 - - *349 + - *270 + - *350 responses: '201': description: Response @@ -56074,8 +56100,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -56097,7 +56123,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &352 + schema: &353 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -56179,7 +56205,7 @@ paths: type: - array - 'null' - items: *347 + items: *348 app: anyOf: - type: 'null' @@ -56195,7 +56221,7 @@ paths: - string - 'null' format: date-time - head_commit: *351 + head_commit: *352 latest_check_runs_count: type: integer check_runs_url: @@ -56223,7 +56249,7 @@ paths: - check_runs_url - pull_requests examples: - default: &353 + default: &354 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -56514,9 +56540,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56535,8 +56561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -56845,9 +56871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *268 - *269 - - &354 + - *270 + - &355 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -56859,9 +56885,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56884,17 +56910,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *268 - *269 - - *354 - - &403 + - *270 + - *355 + - &404 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &404 + - &405 name: status description: Returns check runs with the specified `status`. in: query @@ -56933,9 +56959,9 @@ paths: type: integer check_runs: type: array - items: *348 + items: *349 examples: - default: &405 + default: &406 value: total_count: 1 check_runs: @@ -57037,9 +57063,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *268 - *269 - - *354 + - *270 + - *355 responses: '201': description: Response @@ -57072,21 +57098,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *268 - *269 - - *355 + - *270 - *356 + - *357 - *19 - *17 - - &373 + - &374 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: *357 - - &374 + schema: *358 + - &375 name: pr description: The number of the pull request for the results you want to list. in: query @@ -57111,13 +57137,13 @@ paths: be returned. in: query required: false - schema: *358 + schema: *359 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *359 + schema: *360 responses: '200': description: Response @@ -57133,7 +57159,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *360 + instances_url: *361 state: *137 fixed_at: *133 dismissed_by: @@ -57141,11 +57167,11 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: *361 - dismissed_comment: *362 - rule: *363 - tool: *364 - most_recent_instance: *365 + dismissed_reason: *362 + dismissed_comment: *363 + rule: *364 + tool: *365 + most_recent_instance: *366 dismissal_approved_by: anyOf: - type: 'null' @@ -57265,7 +57291,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &366 + '403': &367 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -57292,9 +57318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *268 - *269 - - &367 + - *270 + - &368 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -57308,7 +57334,7 @@ paths: description: Response content: application/json: - schema: &368 + schema: &369 type: object properties: number: *52 @@ -57316,7 +57342,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *360 + instances_url: *361 state: *137 fixed_at: *133 dismissed_by: @@ -57324,8 +57350,8 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: *361 - dismissed_comment: *362 + dismissed_reason: *362 + dismissed_comment: *363 rule: type: object properties: @@ -57387,8 +57413,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *364 - most_recent_instance: *365 + tool: *365 + most_recent_instance: *366 dismissal_approved_by: anyOf: - type: 'null' @@ -57481,7 +57507,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *366 + '403': *367 '404': *6 '503': *62 x-github: @@ -57501,9 +57527,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *268 - *269 - - *367 + - *270 + - *368 requestBody: required: true content: @@ -57518,8 +57544,8 @@ paths: enum: - open - dismissed - dismissed_reason: *361 - dismissed_comment: *362 + dismissed_reason: *362 + dismissed_comment: *363 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -57538,7 +57564,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: default: value: @@ -57614,7 +57640,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &372 + '403': &373 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -57641,15 +57667,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: - - *268 - *269 - - *367 + - *270 + - *368 responses: '200': description: Response content: application/json: - schema: &369 + schema: &370 type: object properties: status: @@ -57676,13 +57702,13 @@ paths: - description - started_at examples: - default: &370 + default: &371 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &371 + '400': &372 description: Bad Request content: application/json: @@ -57693,7 +57719,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': *366 + '403': *367 '404': *6 '503': *62 x-github: @@ -57718,29 +57744,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: - - *268 - *269 - - *367 + - *270 + - *368 responses: '200': description: OK content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 '202': description: Accepted content: application/json: - schema: *369 + schema: *370 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *371 + '400': *372 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -57772,9 +57798,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: - - *268 - *269 - - *367 + - *270 + - *368 requestBody: required: false content: @@ -57820,8 +57846,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *371 - '403': *372 + '400': *372 + '403': *373 '404': *6 '422': description: Unprocessable Entity @@ -57845,13 +57871,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *268 - *269 - - *367 + - *270 + - *368 - *19 - *17 - - *373 - *374 + - *375 responses: '200': description: Response @@ -57859,7 +57885,7 @@ paths: application/json: schema: type: array - items: *365 + items: *366 examples: default: value: @@ -57898,7 +57924,7 @@ paths: end_column: 50 classifications: - source - '403': *366 + '403': *367 '404': *6 '503': *62 x-github: @@ -57932,25 +57958,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *268 - *269 - - *355 + - *270 - *356 + - *357 - *19 - *17 - - *374 + - *375 - 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: *357 + schema: *358 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &377 + schema: &378 type: string description: An identifier for the upload. examples: @@ -57972,23 +57998,23 @@ paths: application/json: schema: type: array - items: &378 + items: &379 type: object properties: - ref: *357 - commit_sha: &386 + ref: *358 + commit_sha: &387 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: *375 + analysis_key: *376 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *376 + category: *377 error: type: string examples: @@ -58013,8 +58039,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *377 - tool: *364 + sarif_id: *378 + tool: *365 deletable: type: boolean warning: @@ -58076,7 +58102,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *366 + '403': *367 '404': *6 '503': *62 x-github: @@ -58112,8 +58138,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: - - *268 - *269 + - *270 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -58126,7 +58152,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: response: summary: application/json response @@ -58180,7 +58206,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *366 + '403': *367 '404': *6 '422': description: Response if analysis could not be processed @@ -58267,8 +58293,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: - - *268 - *269 + - *270 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -58324,7 +58350,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': *372 + '403': *373 '404': *6 '503': *62 x-github: @@ -58346,8 +58372,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -58355,7 +58381,7 @@ paths: application/json: schema: type: array - items: &379 + items: &380 title: CodeQL Database description: A CodeQL database. type: object @@ -58467,7 +58493,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': *366 + '403': *367 '404': *6 '503': *62 x-github: @@ -58496,8 +58522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *268 - *269 + - *270 - name: language in: path description: The language of the CodeQL database. @@ -58509,7 +58535,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -58541,9 +58567,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': &410 + '302': &411 description: Found - '403': *366 + '403': *367 '404': *6 '503': *62 x-github: @@ -58565,8 +58591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *268 - *269 + - *270 - name: language in: path description: The language of the CodeQL database. @@ -58576,7 +58602,7 @@ paths: responses: '204': description: Response - '403': *372 + '403': *373 '404': *6 '503': *62 x-github: @@ -58604,8 +58630,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -58614,7 +58640,7 @@ paths: type: object additionalProperties: false properties: - language: &380 + language: &381 type: string description: The language targeted by the CodeQL query enum: @@ -58693,7 +58719,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &384 + schema: &385 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -58703,7 +58729,7 @@ paths: description: The ID of the variant analysis. controller_repo: *51 actor: *4 - query_language: *380 + query_language: *381 query_pack_url: type: string description: The download url for the query pack. @@ -58751,7 +58777,7 @@ paths: items: type: object properties: - repository: &381 + repository: &382 title: Repository Identifier description: Repository Identifier type: object @@ -58793,7 +58819,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &385 + analysis_status: &386 type: string description: The new status of the CodeQL variant analysis repository task. @@ -58825,7 +58851,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &382 + access_mismatch_repos: &383 type: object properties: repository_count: @@ -58840,7 +58866,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: *381 + items: *382 required: - repository_count - repositories @@ -58863,8 +58889,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *382 - over_limit_repos: *382 + no_codeql_db_repos: *383 + over_limit_repos: *383 required: - access_mismatch_repos - not_found_repos @@ -58880,7 +58906,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &383 + value: &384 summary: Default response value: id: 1 @@ -59032,10 +59058,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *383 + value: *384 repository_lists: summary: Response for a successful variant analysis submission - value: *383 + value: *384 '404': *6 '422': description: Unable to process variant analysis submission @@ -59063,8 +59089,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: - - *268 - *269 + - *270 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -59076,9 +59102,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *383 + default: *384 '404': *6 '503': *62 x-github: @@ -59101,7 +59127,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: - - *268 + - *269 - name: repo in: path description: The name of the controller repository. @@ -59136,7 +59162,7 @@ paths: type: object properties: repository: *51 - analysis_status: *385 + analysis_status: *386 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -59261,8 +59287,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -59355,7 +59381,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *366 + '403': *367 '404': *6 '503': *62 x-github: @@ -59376,8 +59402,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -59471,7 +59497,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *372 + '403': *373 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -59542,8 +59568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -59551,7 +59577,7 @@ paths: schema: type: object properties: - commit_sha: *386 + commit_sha: *387 ref: type: string description: |- @@ -59611,7 +59637,7 @@ paths: schema: type: object properties: - id: *377 + id: *378 url: type: string description: The REST API URL for checking the status of the upload. @@ -59625,7 +59651,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': *372 + '403': *373 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -59648,8 +59674,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *268 - *269 + - *270 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -59697,7 +59723,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': *366 + '403': *367 '404': description: Not Found if the sarif id does not match any upload '503': *62 @@ -59722,8 +59748,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: - - *268 - *269 + - *270 responses: '200': description: Response @@ -59779,7 +59805,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *141 + '204': *142 '304': *35 '403': *27 '404': *6 @@ -59804,8 +59830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *268 - *269 + - *270 - 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 @@ -59933,8 +59959,8 @@ paths: parameters: - *17 - *19 - - *268 - *269 + - *270 responses: '200': description: Response @@ -59950,7 +59976,7 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: default: value: @@ -60248,8 +60274,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -60313,17 +60339,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *388 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *388 '400': *14 '401': *23 '403': *27 @@ -60352,8 +60378,8 @@ paths: parameters: - *17 - *19 - - *268 - *269 + - *270 responses: '200': description: Response @@ -60417,8 +60443,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *268 - *269 + - *270 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -60455,9 +60481,9 @@ paths: type: integer machines: type: array - items: *388 + items: *389 examples: - default: &607 + default: &608 value: total_count: 2 machines: @@ -60497,8 +60523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *268 - *269 + - *270 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -60585,8 +60611,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: - - *268 - *269 + - *270 - 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 @@ -60655,8 +60681,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -60674,7 +60700,7 @@ paths: type: integer secrets: type: array - items: &392 + items: &393 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -60695,7 +60721,7 @@ paths: - created_at - updated_at examples: - default: *389 + default: *390 headers: Link: *57 x-github: @@ -60718,16 +60744,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -60747,17 +60773,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *268 - *269 + - *270 - *124 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60777,8 +60803,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *268 - *269 + - *270 - *124 requestBody: required: true @@ -60831,8 +60857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *268 - *269 + - *270 - *124 responses: '204': @@ -60861,8 +60887,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *268 - *269 + - *270 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -60900,7 +60926,7 @@ paths: application/json: schema: type: array - items: &394 + items: &395 title: Collaborator description: Collaborator type: object @@ -61093,8 +61119,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *268 - *269 + - *270 - *129 responses: '204': @@ -61141,8 +61167,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *268 - *269 + - *270 - *129 requestBody: required: false @@ -61169,7 +61195,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &458 + schema: &459 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -61397,8 +61423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *268 - *269 + - *270 - *129 responses: '204': @@ -61430,8 +61456,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *268 - *269 + - *270 - *129 responses: '200': @@ -61452,7 +61478,7 @@ paths: user: anyOf: - type: 'null' - - *394 + - *395 required: - permission - role_name @@ -61506,8 +61532,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -61517,7 +61543,7 @@ paths: application/json: schema: type: array - items: &395 + items: &396 title: Commit Comment description: Commit Comment type: object @@ -61575,7 +61601,7 @@ paths: - created_at - updated_at examples: - default: &398 + default: &399 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61634,17 +61660,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *268 - *269 + - *270 - *73 responses: '200': description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: &399 + default: &400 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61701,8 +61727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *268 - *269 + - *270 - *73 requestBody: required: true @@ -61725,7 +61751,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -61776,8 +61802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *268 - *269 + - *270 - *73 responses: '204': @@ -61799,8 +61825,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *268 - *269 + - *270 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -61827,9 +61853,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -61850,8 +61876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *268 - *269 + - *270 - *73 requestBody: required: true @@ -61884,16 +61910,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -61915,10 +61941,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *268 - *269 + - *270 - *73 - - *264 + - *265 responses: '204': description: Response @@ -61967,8 +61993,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *268 - *269 + - *270 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -62024,9 +62050,9 @@ paths: application/json: schema: type: array - items: *396 + items: *397 examples: - default: &506 + default: &507 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -62120,9 +62146,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *268 - *269 - - &397 + - *270 + - &398 name: commit_sha description: The SHA of the commit. in: path @@ -62194,9 +62220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *268 - *269 - - *397 + - *270 + - *398 - *17 - *19 responses: @@ -62206,9 +62232,9 @@ paths: application/json: schema: type: array - items: *395 + items: *396 examples: - default: *398 + default: *399 headers: Link: *57 x-github: @@ -62236,9 +62262,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *268 - *269 - - *397 + - *270 + - *398 requestBody: required: true content: @@ -62273,9 +62299,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: *399 + default: *400 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -62303,9 +62329,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *268 - *269 - - *397 + - *270 + - *398 - *17 - *19 responses: @@ -62315,7 +62341,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Pull Request Simple description: Pull Request Simple type: object @@ -62435,7 +62461,7 @@ paths: milestone: anyOf: - type: 'null' - - *400 + - *401 active_lock_reason: type: - string @@ -62490,7 +62516,7 @@ paths: type: - array - 'null' - items: *146 + items: *147 head: type: object properties: @@ -62534,7 +62560,7 @@ paths: _links: type: object properties: - comments: &401 + comments: &402 title: Link description: Hypermedia Link type: object @@ -62543,13 +62569,13 @@ paths: type: string required: - href - commits: *401 - statuses: *401 - html: *401 - issue: *401 - review_comments: *401 - review_comment: *401 - self: *401 + commits: *402 + statuses: *402 + html: *402 + issue: *402 + review_comments: *402 + review_comment: *402 + self: *402 required: - comments - commits @@ -62560,7 +62586,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: &499 + auto_merge: &500 title: Auto merge description: The status of auto merging a pull request. type: @@ -62625,7 +62651,7 @@ paths: - author_association - auto_merge examples: - default: &498 + default: &499 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -63162,11 +63188,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *268 - *269 + - *270 - *19 - *17 - - &402 + - &403 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)" @@ -63181,9 +63207,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: &485 + default: &486 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -63296,11 +63322,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *268 - *269 - - *402 + - *270 - *403 - *404 + - *405 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -63334,9 +63360,9 @@ paths: type: integer check_runs: type: array - items: *348 + items: *349 examples: - default: *405 + default: *406 headers: Link: *57 x-github: @@ -63361,9 +63387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *268 - *269 - - *402 + - *270 + - *403 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -63371,7 +63397,7 @@ paths: schema: type: integer example: 1 - - *403 + - *404 - *17 - *19 responses: @@ -63389,7 +63415,7 @@ paths: type: integer check_suites: type: array - items: *352 + items: *353 examples: default: value: @@ -63589,9 +63615,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *268 - *269 - - *402 + - *270 + - *403 - *17 - *19 responses: @@ -63793,9 +63819,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *268 - *269 - - *402 + - *270 + - *403 - *17 - *19 responses: @@ -63805,7 +63831,7 @@ paths: application/json: schema: type: array - items: &581 + items: &582 title: Status description: The status of a commit. type: object @@ -63886,7 +63912,7 @@ paths: site_admin: false headers: Link: *57 - '301': *280 + '301': *281 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63914,8 +63940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -63948,11 +63974,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *406 + - *407 code_of_conduct_file: anyOf: - type: 'null' - - &407 + - &408 title: Community Health File type: object properties: @@ -63972,19 +63998,19 @@ paths: contributing: anyOf: - type: 'null' - - *407 + - *408 readme: anyOf: - type: 'null' - - *407 + - *408 issue_template: anyOf: - type: 'null' - - *407 + - *408 pull_request_template: anyOf: - type: 'null' - - *407 + - *408 required: - code_of_conduct - code_of_conduct_file @@ -64113,8 +64139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *268 - *269 + - *270 - *19 - *17 - name: basehead @@ -64162,8 +64188,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *396 - merge_base_commit: *396 + base_commit: *397 + merge_base_commit: *397 status: type: string enum: @@ -64187,10 +64213,10 @@ paths: - 6 commits: type: array - items: *396 + items: *397 files: type: array - items: *408 + items: *409 required: - url - html_url @@ -64476,8 +64502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *268 - *269 + - *270 - name: path description: path parameter in: path @@ -64630,7 +64656,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &409 + response-if-content-is-a-file: &410 summary: Response if content is a file value: type: file @@ -64767,7 +64793,7 @@ paths: - size - type - url - - &511 + - &512 title: Content File description: Content File type: object @@ -64985,7 +65011,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *409 + response-if-content-is-a-file: *410 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -65054,7 +65080,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *410 + '302': *411 '304': *35 x-github: githubCloudOnly: false @@ -65077,8 +65103,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *268 - *269 + - *270 - name: path description: path parameter in: path @@ -65173,7 +65199,7 @@ paths: description: Response content: application/json: - schema: &411 + schema: &412 title: File Commit description: File Commit type: object @@ -65329,7 +65355,7 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: example-for-creating-a-file: value: @@ -65383,7 +65409,7 @@ paths: schema: oneOf: - *3 - - &440 + - &441 description: Repository rule violation was detected type: object properties: @@ -65404,7 +65430,7 @@ paths: items: type: object properties: - placeholder_id: &573 + placeholder_id: &574 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -65436,8 +65462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *268 - *269 + - *270 - name: path description: path parameter in: path @@ -65498,7 +65524,7 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: default: value: @@ -65553,8 +65579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *268 - *269 + - *270 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -65678,22 +65704,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *268 - *269 - - *147 + - *270 - *148 - *149 - *150 + - *151 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *151 - *152 - *153 - *154 + - *155 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -65713,8 +65739,8 @@ paths: default: 30 - *38 - *39 - - *155 - *156 + - *157 responses: '200': description: Response @@ -65722,7 +65748,7 @@ paths: application/json: schema: type: array - items: &414 + items: &415 type: object description: A Dependabot alert. properties: @@ -65772,7 +65798,7 @@ paths: - direct - transitive - - security_advisory: *412 + security_advisory: *413 security_vulnerability: *50 url: *55 html_url: *56 @@ -65803,7 +65829,7 @@ paths: dismissal. maxLength: 280 fixed_at: *133 - auto_dismissed_at: *413 + auto_dismissed_at: *414 required: - number - state @@ -66033,9 +66059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *268 - *269 - - &415 + - *270 + - &416 name: alert_number in: path description: |- @@ -66050,7 +66076,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -66163,9 +66189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *268 - *269 - - *415 + - *270 + - *416 requestBody: required: true content: @@ -66210,7 +66236,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -66339,8 +66365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -66358,7 +66384,7 @@ paths: type: integer secrets: type: array - items: &418 + items: &419 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -66412,16 +66438,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66441,15 +66467,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *268 - *269 + - *270 - *124 responses: '200': description: Response content: application/json: - schema: *418 + schema: *419 examples: default: value: @@ -66475,8 +66501,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *268 - *269 + - *270 - *124 requestBody: required: true @@ -66529,8 +66555,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *268 - *269 + - *270 - *124 responses: '204': @@ -66553,8 +66579,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: - - *268 - *269 + - *270 - 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 @@ -66728,8 +66754,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: - - *268 - *269 + - *270 responses: '200': description: Response @@ -66989,8 +67015,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: - - *268 - *269 + - *270 requestBody: required: true content: @@ -67073,7 +67099,7 @@ paths: - version - url additionalProperties: false - metadata: &419 + metadata: &420 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -67112,7 +67138,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *419 + metadata: *420 resolved: type: object description: A collection of resolved package dependencies. @@ -67126,7 +67152,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *419 + metadata: *420 relationship: type: string description: A notation of whether a dependency is requested @@ -67259,8 +67285,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *268 - *269 + - *270 - name: sha description: The SHA recorded at creation time. in: query @@ -67301,9 +67327,9 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *421 + default: *422 headers: Link: *57 x-github: @@ -67369,8 +67395,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -67452,7 +67478,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: simple-example: summary: Simple example @@ -67525,9 +67551,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *268 - *269 - - &422 + - *270 + - &423 name: deployment_id description: deployment_id parameter in: path @@ -67539,7 +67565,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -67604,9 +67630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *268 - *269 - - *422 + - *270 + - *423 responses: '204': description: Response @@ -67628,9 +67654,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *268 - *269 - - *422 + - *270 + - *423 - *17 - *19 responses: @@ -67640,7 +67666,7 @@ paths: application/json: schema: type: array - items: &423 + items: &424 title: Deployment Status description: The status of a deployment. type: object @@ -67804,9 +67830,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *268 - *269 - - *422 + - *270 + - *423 requestBody: required: true content: @@ -67881,9 +67907,9 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: &424 + default: &425 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -67939,9 +67965,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *268 - *269 - - *422 + - *270 + - *423 - name: status_id in: path required: true @@ -67952,9 +67978,9 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: *424 + default: *425 '404': *6 x-github: githubCloudOnly: false @@ -67979,8 +68005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -68037,8 +68063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -68056,7 +68082,7 @@ paths: - 5 environments: type: array - items: &426 + items: &427 title: Environment description: Details of a deployment environment type: object @@ -68118,7 +68144,7 @@ paths: type: string examples: - wait_timer - wait_timer: &428 + wait_timer: &429 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -68160,11 +68186,11 @@ paths: items: type: object properties: - type: *425 + type: *426 reviewer: anyOf: - *4 - - *146 + - *147 required: - id - node_id @@ -68187,7 +68213,7 @@ paths: - id - node_id - type - deployment_branch_policy: &429 + deployment_branch_policy: &430 type: - object - 'null' @@ -68304,9 +68330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *268 - *269 - - &427 + - *270 + - &428 name: environment_name in: path required: true @@ -68319,9 +68345,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &430 + default: &431 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -68405,9 +68431,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *268 - *269 - - *427 + - *270 + - *428 requestBody: required: false content: @@ -68417,7 +68443,7 @@ paths: - object - 'null' properties: - wait_timer: *428 + wait_timer: *429 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -68436,14 +68462,14 @@ paths: items: type: object properties: - type: *425 + type: *426 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *429 + deployment_branch_policy: *430 additionalProperties: false examples: default: @@ -68463,9 +68489,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *430 + default: *431 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -68489,9 +68515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *268 - *269 - - *427 + - *270 + - *428 responses: '204': description: Default response @@ -68516,9 +68542,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *268 - *269 - - *427 + - *270 + - *428 - *17 - *19 responses: @@ -68537,7 +68563,7 @@ paths: - 2 branch_policies: type: array - items: &431 + items: &432 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -68598,9 +68624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *268 - *269 - - *427 + - *270 + - *428 requestBody: required: true content: @@ -68648,9 +68674,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - example-wildcard: &432 + example-wildcard: &433 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -68692,10 +68718,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *268 - *269 - - *427 - - &433 + - *270 + - *428 + - &434 name: branch_policy_id in: path required: true @@ -68707,9 +68733,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68728,10 +68754,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *268 - *269 - - *427 - - *433 + - *270 + - *428 + - *434 requestBody: required: true content: @@ -68760,9 +68786,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68781,10 +68807,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *268 - *269 - - *427 - - *433 + - *270 + - *428 + - *434 responses: '204': description: Response @@ -68809,9 +68835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *427 + - *428 + - *270 - *269 - - *268 responses: '200': description: List of deployment protection rules @@ -68828,7 +68854,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &434 + items: &435 title: Deployment protection rule description: Deployment protection rule type: object @@ -68850,7 +68876,7 @@ paths: for the environment. examples: - true - app: &435 + app: &436 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -68953,9 +68979,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: - - *427 + - *428 + - *270 - *269 - - *268 requestBody: content: application/json: @@ -68976,9 +69002,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *434 + schema: *435 examples: - default: &436 + default: &437 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -69013,9 +69039,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: - - *427 + - *428 + - *270 - *269 - - *268 - *19 - *17 responses: @@ -69035,7 +69061,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *435 + items: *436 examples: default: value: @@ -69070,10 +69096,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *268 - *269 - - *427 - - &437 + - *270 + - *428 + - &438 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -69085,9 +69111,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69108,10 +69134,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *427 + - *428 + - *270 - *269 - - *268 - - *437 + - *438 responses: '204': description: Response @@ -69137,9 +69163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *268 - *269 - - *427 + - *270 + - *428 - *17 - *19 responses: @@ -69157,9 +69183,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *315 examples: - default: *315 + default: *316 headers: Link: *57 x-github: @@ -69184,17 +69210,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *268 - *269 - - *427 + - *270 + - *428 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69216,18 +69242,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *268 - *269 - - *427 + - *270 + - *428 - *124 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69249,9 +69275,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *268 - *269 - - *427 + - *270 + - *428 - *124 requestBody: required: true @@ -69309,9 +69335,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *268 - *269 - - *427 + - *270 + - *428 - *124 responses: '204': @@ -69337,10 +69363,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *268 - *269 - - *427 - - *290 + - *270 + - *428 + - *291 - *19 responses: '200': @@ -69357,9 +69383,9 @@ paths: type: integer variables: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *57 x-github: @@ -69382,9 +69408,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *268 - *269 - - *427 + - *270 + - *428 requestBody: required: true content: @@ -69436,18 +69462,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *268 - *269 - - *427 + - *270 + - *428 - *127 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69468,10 +69494,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *268 - *269 + - *270 - *127 - - *427 + - *428 requestBody: required: true content: @@ -69513,10 +69539,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *268 - *269 + - *270 - *127 - - *427 + - *428 responses: '204': description: Response @@ -69538,8 +69564,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -69616,8 +69642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *268 - *269 + - *270 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -69776,8 +69802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -69810,9 +69836,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 '400': *14 '422': *15 '403': *27 @@ -69833,8 +69859,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -69894,7 +69920,7 @@ paths: schema: oneOf: - *94 - - *440 + - *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69919,8 +69945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *268 - *269 + - *270 - name: file_sha in: path required: true @@ -70020,8 +70046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -70130,7 +70156,7 @@ paths: description: Response content: application/json: - schema: &441 + schema: &442 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -70357,15 +70383,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *268 - *269 - - *397 + - *270 + - *398 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: default: value: @@ -70421,9 +70447,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *268 - *269 - - &442 + - *270 + - &443 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. @@ -70440,7 +70466,7 @@ paths: application/json: schema: type: array - items: &443 + items: &444 title: Git Reference description: Git references within a repository type: object @@ -70516,17 +70542,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *268 - *269 - - *442 + - *270 + - *443 responses: '200': description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: &444 + default: &445 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -70555,8 +70581,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -70585,9 +70611,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -70613,9 +70639,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *268 - *269 - - *442 + - *270 + - *443 requestBody: required: true content: @@ -70644,9 +70670,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 '422': *15 '409': *45 x-github: @@ -70664,9 +70690,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *268 - *269 - - *442 + - *270 + - *443 responses: '204': description: Response @@ -70721,8 +70747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -70789,7 +70815,7 @@ paths: description: Response content: application/json: - schema: &446 + schema: &447 title: Git Tag description: Metadata for a Git tag type: object @@ -70845,7 +70871,7 @@ paths: - sha - type - url - verification: *445 + verification: *446 required: - sha - url @@ -70855,7 +70881,7 @@ paths: - tag - message examples: - default: &447 + default: &448 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -70928,8 +70954,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *268 - *269 + - *270 - name: tag_sha in: path required: true @@ -70940,9 +70966,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 '409': *45 x-github: @@ -70966,8 +70992,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -71041,7 +71067,7 @@ paths: description: Response content: application/json: - schema: &448 + schema: &449 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -71143,8 +71169,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *268 - *269 + - *270 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -71167,7 +71193,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: default-response: summary: Default response @@ -71226,8 +71252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -71237,7 +71263,7 @@ paths: application/json: schema: type: array - items: &449 + items: &450 title: Webhook description: Webhooks for repositories. type: object @@ -71300,7 +71326,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &687 + last_response: &688 title: Hook Response type: object properties: @@ -71377,8 +71403,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -71431,9 +71457,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: &450 + default: &451 value: type: Repository id: 12345678 @@ -71481,17 +71507,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *268 - *269 - - *162 + - *270 + - *163 responses: '200': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '404': *6 x-github: githubCloudOnly: false @@ -71511,9 +71537,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *268 - *269 - - *162 + - *270 + - *163 requestBody: required: true content: @@ -71558,9 +71584,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '422': *15 '404': *6 x-github: @@ -71581,9 +71607,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *268 - *269 - - *162 + - *270 + - *163 responses: '204': description: Response @@ -71607,9 +71633,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *268 - *269 - - *162 + - *270 + - *163 responses: '200': description: Response @@ -71636,9 +71662,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *268 - *269 - - *162 + - *270 + - *163 requestBody: required: false content: @@ -71682,11 +71708,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *268 - *269 - - *162 - - *17 + - *270 - *163 + - *17 + - *164 responses: '200': description: Response @@ -71694,9 +71720,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '400': *14 '422': *15 x-github: @@ -71715,18 +71741,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *268 - *269 - - *162 + - *270 + - *163 - *16 responses: '200': description: Response content: application/json: - schema: *166 + schema: *167 examples: - default: *167 + default: *168 '400': *14 '422': *15 x-github: @@ -71745,9 +71771,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *268 - *269 - - *162 + - *270 + - *163 - *16 responses: '202': *37 @@ -71770,9 +71796,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *268 - *269 - - *162 + - *270 + - *163 responses: '204': description: Response @@ -71797,9 +71823,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *268 - *269 - - *162 + - *270 + - *163 responses: '204': description: Response @@ -71857,14 +71883,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: &451 + schema: &452 title: Import description: A repository import from an external source. type: object @@ -71971,7 +71997,7 @@ paths: - html_url - authors_url examples: - default: &454 + default: &455 value: vcs: subversion use_lfs: true @@ -71987,7 +72013,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': &452 + '503': &453 description: Unavailable due to service under maintenance. content: application/json: @@ -72016,8 +72042,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -72065,7 +72091,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: default: value: @@ -72090,7 +72116,7 @@ paths: type: string '422': *15 '404': *6 - '503': *452 + '503': *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72118,8 +72144,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -72171,7 +72197,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: example-1: summary: Example 1 @@ -72219,7 +72245,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': *452 + '503': *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72242,12 +72268,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *268 - *269 + - *270 responses: '204': description: Response - '503': *452 + '503': *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72273,9 +72299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *268 - *269 - - &630 + - *270 + - &631 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -72289,7 +72315,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Porter Author description: Porter Author type: object @@ -72343,7 +72369,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': *452 + '503': *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72368,8 +72394,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *268 - *269 + - *270 - name: author_id in: path required: true @@ -72399,7 +72425,7 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: default: value: @@ -72412,7 +72438,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *452 + '503': *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72436,8 +72462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -72478,7 +72504,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *452 + '503': *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72506,8 +72532,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -72534,11 +72560,11 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *454 + default: *455 '422': *15 - '503': *452 + '503': *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72561,8 +72587,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -72570,8 +72596,8 @@ paths: application/json: schema: *20 examples: - default: *455 - '301': *280 + default: *456 + '301': *281 '404': *6 x-github: githubCloudOnly: false @@ -72591,8 +72617,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -72600,12 +72626,12 @@ paths: application/json: schema: anyOf: - - *180 + - *181 - type: object properties: {} additionalProperties: false examples: - default: &457 + default: &458 value: limit: collaborators_only origin: repository @@ -72630,13 +72656,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: application/json: - schema: *456 + schema: *457 examples: default: summary: Example request body @@ -72648,9 +72674,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *457 + default: *458 '409': description: Response x-github: @@ -72672,8 +72698,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -72696,8 +72722,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -72707,9 +72733,9 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: &623 + default: &624 value: - id: 1 repository: @@ -72840,9 +72866,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *268 - *269 - - *184 + - *270 + - *185 requestBody: required: false content: @@ -72871,7 +72897,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -73002,9 +73028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *268 - *269 - - *184 + - *270 + - *185 responses: '204': description: Response @@ -73035,8 +73061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *268 - *269 + - *270 - 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 @@ -73084,7 +73110,7 @@ paths: required: false schema: type: string - - *188 + - *189 - name: sort description: What to sort results by. in: query @@ -73109,7 +73135,7 @@ paths: type: array items: *74 examples: - default: &467 + default: &468 value: - id: 1 node_id: MDU6SXNzdWUx @@ -73257,7 +73283,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *280 + '301': *281 '422': *15 '404': *6 x-github: @@ -73286,8 +73312,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -73379,7 +73405,7 @@ paths: application/json: schema: *74 examples: - default: &462 + default: &463 value: id: 1 node_id: MDU6SXNzdWUx @@ -73535,7 +73561,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *277 + '410': *278 x-github: triggersNotification: true githubCloudOnly: false @@ -73563,8 +73589,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *268 - *269 + - *270 - *83 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -73585,9 +73611,9 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: &464 + default: &465 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -73645,17 +73671,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *268 - *269 + - *270 - *73 responses: '200': description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: &460 + default: &461 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -73709,8 +73735,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *268 - *269 + - *270 - *73 requestBody: required: true @@ -73733,9 +73759,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 '422': *15 x-github: githubCloudOnly: false @@ -73753,8 +73779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *268 - *269 + - *270 - *73 responses: '204': @@ -73775,8 +73801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *268 - *269 + - *270 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -73803,9 +73829,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -73826,8 +73852,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *268 - *269 + - *270 - *73 requestBody: required: true @@ -73860,16 +73886,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -73891,10 +73917,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *268 - *269 + - *270 - *73 - - *264 + - *265 responses: '204': description: Response @@ -73914,8 +73940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -73925,7 +73951,7 @@ paths: application/json: schema: type: array - items: &461 + items: &462 title: Issue Event description: Issue Event type: object @@ -74005,7 +74031,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *146 + requested_team: *147 dismissed_review: title: Issue Event Dismissed Review type: object @@ -74264,8 +74290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *268 - *269 + - *270 - name: event_id in: path required: true @@ -74276,7 +74302,7 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: default: value: @@ -74469,7 +74495,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *277 + '410': *278 '403': *27 x-github: githubCloudOnly: false @@ -74503,9 +74529,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *268 - *269 - - &463 + - *270 + - &464 name: issue_number description: The number that identifies the issue. in: path @@ -74519,10 +74545,10 @@ paths: application/json: schema: *74 examples: - default: *462 - '301': *280 + default: *463 + '301': *281 '404': *6 - '410': *277 + '410': *278 '304': *35 x-github: githubCloudOnly: false @@ -74547,9 +74573,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 requestBody: required: false content: @@ -74670,13 +74696,13 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *463 '422': *15 '503': *62 '403': *27 - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74694,9 +74720,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 requestBody: required: false content: @@ -74724,7 +74750,7 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74740,9 +74766,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 requestBody: content: application/json: @@ -74769,7 +74795,7 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74791,9 +74817,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: - - *268 - *269 - - *463 + - *270 + - *464 - name: assignee in: path required: true @@ -74833,9 +74859,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *268 - *269 - - *463 + - *270 + - *464 - *64 - *17 - *19 @@ -74846,13 +74872,13 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: *464 + default: *465 headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74881,9 +74907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *268 - *269 - - *463 + - *270 + - *464 requestBody: required: true content: @@ -74905,16 +74931,16 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *277 + '410': *278 '422': *15 '404': *6 x-github: @@ -74934,9 +74960,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *268 - *269 - - *463 + - *270 + - *464 - *17 - *19 responses: @@ -74950,7 +74976,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &468 + - &469 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -74999,7 +75025,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &470 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -75127,7 +75153,7 @@ paths: - performed_via_github_app - assignee - assigner - - &470 + - &471 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -75173,7 +75199,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -75219,7 +75245,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &472 + - &473 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -75268,7 +75294,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &473 + - &474 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -75297,7 +75323,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *146 + requested_team: *147 requested_reviewer: *4 required: - review_requester @@ -75310,7 +75336,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &475 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -75339,7 +75365,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *146 + requested_team: *147 requested_reviewer: *4 required: - review_requester @@ -75352,7 +75378,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &476 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -75408,7 +75434,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &476 + - &477 title: Locked Issue Event description: Locked Issue Event type: object @@ -75453,7 +75479,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &478 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -75514,7 +75540,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &478 + - &479 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -75575,7 +75601,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &479 + - &480 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -75636,7 +75662,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &480 + - &481 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -75729,7 +75755,7 @@ paths: color: red headers: Link: *57 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75746,9 +75772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 - *17 - *19 responses: @@ -75758,7 +75784,7 @@ paths: application/json: schema: type: array - items: &465 + items: &466 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -75813,7 +75839,7 @@ paths: - color - default examples: - default: &466 + default: &467 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -75831,9 +75857,9 @@ paths: default: false headers: Link: *57 - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75850,9 +75876,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 requestBody: required: false content: @@ -75911,12 +75937,12 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: - default: *466 - '301': *280 + default: *467 + '301': *281 '404': *6 - '410': *277 + '410': *278 '422': *15 x-github: githubCloudOnly: false @@ -75933,9 +75959,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 requestBody: required: false content: @@ -75995,12 +76021,12 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: - default: *466 - '301': *280 + default: *467 + '301': *281 '404': *6 - '410': *277 + '410': *278 '422': *15 x-github: githubCloudOnly: false @@ -76017,15 +76043,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 responses: '204': description: Response - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76044,9 +76070,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 - name: name in: path required: true @@ -76059,7 +76085,7 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: default: value: @@ -76070,9 +76096,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76092,9 +76118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 requestBody: required: false content: @@ -76123,7 +76149,7 @@ paths: '204': description: Response '403': *27 - '410': *277 + '410': *278 '404': *6 '422': *15 x-github: @@ -76141,9 +76167,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 responses: '204': description: Response @@ -76165,9 +76191,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 - 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. @@ -76193,13 +76219,13 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76217,9 +76243,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 requestBody: required: true content: @@ -76251,16 +76277,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -76282,10 +76308,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *268 - *269 - - *463 - - *264 + - *270 + - *464 + - *265 responses: '204': description: Response @@ -76314,9 +76340,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 requestBody: required: true content: @@ -76340,7 +76366,7 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *463 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -76373,9 +76399,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *268 - *269 - - *463 + - *270 + - *464 - *17 - *19 responses: @@ -76387,11 +76413,11 @@ paths: type: array items: *74 examples: - default: *467 + default: *468 headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76419,9 +76445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 requestBody: required: true content: @@ -76450,14 +76476,14 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *463 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *277 + '410': *278 '422': *15 '404': *6 x-github: @@ -76477,9 +76503,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 requestBody: required: true content: @@ -76512,7 +76538,7 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *463 '403': *27 '404': *6 '422': *7 @@ -76534,9 +76560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *268 - *269 - - *463 + - *270 + - *464 - *17 - *19 responses: @@ -76551,7 +76577,6 @@ paths: description: Timeline Event type: object anyOf: - - *468 - *469 - *470 - *471 @@ -76564,6 +76589,7 @@ paths: - *478 - *479 - *480 + - *481 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -76887,7 +76913,7 @@ paths: type: string comments: type: array - items: &500 + items: &501 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -77125,7 +77151,7 @@ paths: type: string comments: type: array - items: *395 + items: *396 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -77400,7 +77426,7 @@ paths: headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77417,8 +77443,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -77428,7 +77454,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -77495,8 +77521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -77532,9 +77558,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: &482 + default: &483 value: id: 1 key: ssh-rsa AAA... @@ -77568,9 +77594,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *268 - *269 - - &483 + - *270 + - &484 name: key_id description: The unique identifier of the key. in: path @@ -77582,9 +77608,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: *482 + default: *483 '404': *6 x-github: githubCloudOnly: false @@ -77602,9 +77628,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *268 - *269 - - *483 + - *270 + - *484 responses: '204': description: Response @@ -77624,8 +77650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -77635,9 +77661,9 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: - default: *466 + default: *467 headers: Link: *57 '404': *6 @@ -77658,8 +77684,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -77695,9 +77721,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: &484 + default: &485 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -77729,8 +77755,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *268 - *269 + - *270 - name: name in: path required: true @@ -77741,9 +77767,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -77760,8 +77786,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *268 - *269 + - *270 - name: name in: path required: true @@ -77800,7 +77826,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default: value: @@ -77826,8 +77852,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *268 - *269 + - *270 - name: name in: path required: true @@ -77853,8 +77879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -77893,9 +77919,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *268 - *269 - - *373 + - *270 + - *374 responses: '200': description: Response @@ -78042,8 +78068,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -78108,8 +78134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -78143,9 +78169,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *396 + schema: *397 examples: - default: *485 + default: *486 '204': description: Response when already merged '404': @@ -78170,8 +78196,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *268 - *269 + - *270 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -78212,7 +78238,7 @@ paths: application/json: schema: type: array - items: *400 + items: *401 examples: default: value: @@ -78268,8 +78294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -78309,9 +78335,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: &486 + default: &487 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -78370,9 +78396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *268 - *269 - - &487 + - *270 + - &488 name: milestone_number description: The number that identifies the milestone. in: path @@ -78384,9 +78410,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *486 + default: *487 '404': *6 x-github: githubCloudOnly: false @@ -78403,9 +78429,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *268 - *269 - - *487 + - *270 + - *488 requestBody: required: false content: @@ -78443,9 +78469,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *486 + default: *487 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78461,9 +78487,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *268 - *269 - - *487 + - *270 + - *488 responses: '204': description: Response @@ -78484,9 +78510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *268 - *269 - - *487 + - *270 + - *488 - *17 - *19 responses: @@ -78496,9 +78522,9 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: - default: *466 + default: *467 headers: Link: *57 x-github: @@ -78517,12 +78543,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *268 - *269 - - *488 + - *270 - *489 - - *64 - *490 + - *64 + - *491 - *17 - *19 responses: @@ -78534,7 +78560,7 @@ paths: type: array items: *86 examples: - default: *491 + default: *492 headers: Link: *57 x-github: @@ -78558,8 +78584,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -78617,14 +78643,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: &492 + schema: &493 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -78768,7 +78794,7 @@ paths: - custom_404 - public examples: - default: &493 + default: &494 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -78809,8 +78835,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -78865,9 +78891,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *493 + default: *494 '422': *15 '409': *45 x-github: @@ -78890,8 +78916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -78991,8 +79017,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -79018,8 +79044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -79029,7 +79055,7 @@ paths: application/json: schema: type: array - items: &494 + items: &495 title: Page Build description: Page Build type: object @@ -79121,8 +79147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *268 - *269 + - *270 responses: '201': description: Response @@ -79169,16 +79195,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &495 + default: &496 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -79226,8 +79252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *268 - *269 + - *270 - name: build_id in: path required: true @@ -79238,9 +79264,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79260,8 +79286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -79369,9 +79395,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *268 - *269 - - &496 + - *270 + - &497 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -79429,11 +79455,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *268 - *269 - - *496 + - *270 + - *497 responses: - '204': *141 + '204': *142 '404': *6 x-github: githubCloudOnly: false @@ -79458,8 +79484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -79754,8 +79780,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: - - *268 - *269 + - *270 responses: '200': description: Private vulnerability reporting status @@ -79792,10 +79818,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *268 - *269 + - *270 responses: - '204': *141 + '204': *142 '422': *14 x-github: githubCloudOnly: false @@ -79814,10 +79840,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *268 - *269 + - *270 responses: - '204': *141 + '204': *142 '422': *14 x-github: githubCloudOnly: false @@ -79838,8 +79864,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *268 - *269 + - *270 - name: state description: Indicates the state of the projects to return. in: query @@ -79860,7 +79886,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -79900,7 +79926,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *277 + '410': *278 '422': *7 x-github: githubCloudOnly: false @@ -79923,8 +79949,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -79950,13 +79976,13 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *276 + default: *277 '401': *23 '403': *27 '404': *6 - '410': *277 + '410': *278 '422': *7 x-github: githubCloudOnly: false @@ -79979,8 +80005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -79988,7 +80014,7 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: default: value: @@ -80019,8 +80045,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: - - *268 - *269 + - *270 requestBody: required: true content: @@ -80032,7 +80058,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *225 + items: *226 required: - properties examples: @@ -80082,8 +80108,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *268 - *269 + - *270 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -80143,9 +80169,9 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *498 + default: *499 headers: Link: *57 '304': *35 @@ -80177,8 +80203,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -80245,7 +80271,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &503 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -80374,7 +80400,7 @@ paths: milestone: anyOf: - type: 'null' - - *400 + - *401 active_lock_reason: type: - string @@ -80429,7 +80455,7 @@ paths: type: - array - 'null' - items: *202 + items: *203 head: type: object properties: @@ -80467,14 +80493,14 @@ paths: _links: type: object properties: - comments: *401 - commits: *401 - statuses: *401 - html: *401 - issue: *401 - review_comments: *401 - review_comment: *401 - self: *401 + comments: *402 + commits: *402 + statuses: *402 + html: *402 + issue: *402 + review_comments: *402 + review_comment: *402 + self: *402 required: - comments - commits @@ -80485,7 +80511,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: *499 + auto_merge: *500 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -80587,7 +80613,7 @@ paths: - merged_by - review_comments examples: - default: &503 + default: &504 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -81114,8 +81140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *268 - *269 + - *270 - name: sort in: query required: false @@ -81144,9 +81170,9 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: - default: &505 + default: &506 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -81223,17 +81249,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *268 - *269 + - *270 - *73 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: &501 + default: &502 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -81308,8 +81334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *268 - *269 + - *270 - *73 requestBody: required: true @@ -81332,9 +81358,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81350,8 +81376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *268 - *269 + - *270 - *73 responses: '204': @@ -81373,8 +81399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *268 - *269 + - *270 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -81401,9 +81427,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -81424,8 +81450,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *268 - *269 + - *270 - *73 requestBody: required: true @@ -81458,16 +81484,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -81489,10 +81515,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *268 - *269 + - *270 - *73 - - *264 + - *265 responses: '204': description: Response @@ -81535,9 +81561,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *268 - *269 - - &504 + - *270 + - &505 name: pull_number description: The number that identifies the pull request. in: path @@ -81550,9 +81576,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '304': *35 '404': *6 '406': @@ -81587,9 +81613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *268 - *269 - - *504 + - *270 + - *505 requestBody: required: false content: @@ -81631,9 +81657,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '422': *15 '403': *27 x-github: @@ -81655,9 +81681,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *268 - *269 - - *504 + - *270 + - *505 requestBody: required: true content: @@ -81718,17 +81744,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *388 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *388 '401': *23 '403': *27 '404': *6 @@ -81758,9 +81784,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *268 - *269 - - *504 + - *270 + - *505 - *83 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -81781,9 +81807,9 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: - default: *505 + default: *506 headers: Link: *57 x-github: @@ -81816,9 +81842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *268 - *269 - - *504 + - *270 + - *505 requestBody: required: true content: @@ -81924,7 +81950,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: example-for-a-multi-line-comment: value: @@ -82012,9 +82038,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *268 - *269 - - *504 + - *270 + - *505 - *73 requestBody: required: true @@ -82037,7 +82063,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -82123,9 +82149,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *268 - *269 - - *504 + - *270 + - *505 - *17 - *19 responses: @@ -82135,9 +82161,9 @@ paths: application/json: schema: type: array - items: *396 + items: *397 examples: - default: *506 + default: *507 headers: Link: *57 x-github: @@ -82167,9 +82193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *268 - *269 - - *504 + - *270 + - *505 - *17 - *19 responses: @@ -82179,7 +82205,7 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: default: value: @@ -82217,9 +82243,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *268 - *269 - - *504 + - *270 + - *505 responses: '204': description: Response if pull request has been merged @@ -82242,9 +82268,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *268 - *269 - - *504 + - *270 + - *505 requestBody: required: false content: @@ -82356,9 +82382,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *268 - *269 - - *504 + - *270 + - *505 responses: '200': description: Response @@ -82374,7 +82400,7 @@ paths: items: *4 teams: type: array - items: *146 + items: *147 required: - users - teams @@ -82433,9 +82459,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *268 - *269 - - *504 + - *270 + - *505 requestBody: required: false content: @@ -82472,7 +82498,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -83008,9 +83034,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *268 - *269 - - *504 + - *270 + - *505 requestBody: required: true content: @@ -83044,7 +83070,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -83549,9 +83575,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *268 - *269 - - *504 + - *270 + - *505 - *17 - *19 responses: @@ -83561,7 +83587,7 @@ paths: application/json: schema: type: array - items: &507 + items: &508 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -83717,9 +83743,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *268 - *269 - - *504 + - *270 + - *505 requestBody: required: false content: @@ -83809,9 +83835,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: &509 + default: &510 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -83874,10 +83900,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *268 - *269 - - *504 - - &508 + - *270 + - *505 + - &509 name: review_id description: The unique identifier of the review. in: path @@ -83889,9 +83915,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: &510 + default: &511 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -83950,10 +83976,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *268 - *269 - - *504 - - *508 + - *270 + - *505 + - *509 requestBody: required: true content: @@ -83976,7 +84002,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: default: value: @@ -84038,18 +84064,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *268 - *269 - - *504 - - *508 + - *270 + - *505 + - *509 responses: '200': description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: *509 + default: *510 '422': *7 '404': *6 x-github: @@ -84076,10 +84102,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *268 - *269 - - *504 - - *508 + - *270 + - *505 + - *509 - *17 - *19 responses: @@ -84177,9 +84203,9 @@ paths: _links: type: object properties: - self: *401 - html: *401 - pull_request: *401 + self: *402 + html: *402 + pull_request: *402 required: - self - html @@ -84337,10 +84363,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *268 - *269 - - *504 - - *508 + - *270 + - *505 + - *509 requestBody: required: true content: @@ -84369,7 +84395,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: default: value: @@ -84432,10 +84458,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *268 - *269 - - *504 - - *508 + - *270 + - *505 + - *509 requestBody: required: true content: @@ -84470,9 +84496,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: *510 + default: *511 '404': *6 '422': *7 '403': *27 @@ -84494,9 +84520,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *268 - *269 - - *504 + - *270 + - *505 requestBody: required: false content: @@ -84560,8 +84586,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *268 - *269 + - *270 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -84574,9 +84600,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &512 + default: &513 value: type: file encoding: base64 @@ -84618,8 +84644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *268 - *269 + - *270 - name: dir description: The alternate path to look for a README file in: path @@ -84639,9 +84665,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '404': *6 '422': *15 x-github: @@ -84663,8 +84689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -84674,7 +84700,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 title: Release description: A release. type: object @@ -84751,7 +84777,7 @@ paths: author: *4 assets: type: array - items: &514 + items: &515 title: Release Asset description: Data related to a release. type: object @@ -84938,8 +84964,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -85015,9 +85041,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: &517 + default: &518 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -85122,9 +85148,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *268 - *269 - - &515 + - *270 + - &516 name: asset_id description: The unique identifier of the asset. in: path @@ -85136,9 +85162,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &516 + default: &517 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 @@ -85173,7 +85199,7 @@ paths: type: User site_admin: false '404': *6 - '302': *410 + '302': *411 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85189,9 +85215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *268 - *269 - - *515 + - *270 + - *516 requestBody: required: false content: @@ -85220,9 +85246,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85238,9 +85264,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *268 - *269 - - *515 + - *270 + - *516 responses: '204': description: Response @@ -85264,8 +85290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -85351,16 +85377,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *517 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85377,8 +85403,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *268 - *269 + - *270 - name: tag description: tag parameter in: path @@ -85391,9 +85417,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *517 + default: *518 '404': *6 x-github: githubCloudOnly: false @@ -85415,9 +85441,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *268 - *269 - - &518 + - *270 + - &519 name: release_id description: The unique identifier of the release. in: path @@ -85431,9 +85457,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: *513 + schema: *514 examples: - default: *517 + default: *518 '401': description: Unauthorized x-github: @@ -85451,9 +85477,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *268 - *269 - - *518 + - *270 + - *519 requestBody: required: false content: @@ -85517,9 +85543,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *517 + default: *518 '404': description: Not Found if the discussion category name is invalid content: @@ -85540,9 +85566,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *268 - *269 - - *518 + - *270 + - *519 responses: '204': description: Response @@ -85562,9 +85588,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *268 - *269 - - *518 + - *270 + - *519 - *17 - *19 responses: @@ -85574,7 +85600,7 @@ paths: application/json: schema: type: array - items: *514 + items: *515 examples: default: value: @@ -85655,9 +85681,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: - - *268 - *269 - - *518 + - *270 + - *519 - name: name in: query required: true @@ -85683,7 +85709,7 @@ paths: description: Response for successful upload content: application/json: - schema: *514 + schema: *515 examples: response-for-successful-upload: value: @@ -85738,9 +85764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *268 - *269 - - *518 + - *270 + - *519 - 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. @@ -85764,9 +85790,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -85787,9 +85813,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *268 - *269 - - *518 + - *270 + - *519 requestBody: required: true content: @@ -85819,16 +85845,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -85850,10 +85876,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *268 - *269 - - *518 - - *264 + - *270 + - *519 + - *265 responses: '204': description: Response @@ -85877,9 +85903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 - *17 - *19 responses: @@ -85895,8 +85921,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *519 - - &521 + - *520 + - &522 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -85916,65 +85942,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *520 - *521 - - allOf: - *522 - - *521 - allOf: - *523 - - *521 + - *522 - allOf: - *524 - - *521 + - *522 - allOf: - *525 - - *521 + - *522 - allOf: - *526 - - *521 + - *522 - allOf: - *527 - - *521 + - *522 - allOf: - *528 - - *521 + - *522 - allOf: - *529 - - *521 + - *522 - allOf: - *530 - - *521 + - *522 - allOf: - *531 - - *521 + - *522 - allOf: - *532 - - *521 + - *522 - allOf: - *533 - - *521 + - *522 - allOf: - *534 - - *521 + - *522 - allOf: - *535 - - *521 + - *522 - allOf: - *536 - - *521 + - *522 - allOf: - *537 - - *521 + - *522 - allOf: - *538 - - *521 + - *522 - allOf: - *539 - - *521 + - *522 - allOf: - *540 - - *521 + - *522 + - allOf: + - *541 + - *522 examples: default: value: @@ -86013,8 +86039,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - *17 - *19 - name: includes_parents @@ -86025,7 +86051,7 @@ paths: schema: type: boolean default: true - - *541 + - *542 responses: '200': description: Response @@ -86033,7 +86059,7 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: default: value: @@ -86080,8 +86106,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 requestBody: description: Request body required: true @@ -86101,16 +86127,16 @@ paths: - tag - push default: branch - enforcement: *229 + enforcement: *230 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *230 - conditions: *227 + items: *231 + conditions: *228 rules: type: array description: An array of rules within the ruleset. - items: *232 + items: *233 required: - name - enforcement @@ -86141,9 +86167,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: &551 + default: &552 value: id: 42 name: super cool ruleset @@ -86190,12 +86216,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *268 - *269 - - *542 + - *270 - *543 - *544 - *545 + - *546 - *17 - *19 responses: @@ -86203,9 +86229,9 @@ paths: description: Response content: application/json: - schema: *546 + schema: *547 examples: - default: *547 + default: *548 '404': *6 '500': *91 x-github: @@ -86226,17 +86252,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *268 - *269 - - *548 + - *270 + - *549 responses: '200': description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '404': *6 '500': *91 x-github: @@ -86264,8 +86290,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - name: ruleset_id description: The ID of the ruleset. in: path @@ -86285,9 +86311,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *551 + default: *552 '404': *6 '500': *91 put: @@ -86305,8 +86331,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - name: ruleset_id description: The ID of the ruleset. in: path @@ -86331,16 +86357,16 @@ paths: - branch - tag - push - enforcement: *229 + enforcement: *230 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *230 - conditions: *227 + items: *231 + conditions: *228 rules: description: An array of rules within the ruleset. type: array - items: *232 + items: *233 examples: default: value: @@ -86368,9 +86394,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *551 + default: *552 '404': *6 '500': *91 delete: @@ -86388,8 +86414,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - name: ruleset_id description: The ID of the ruleset. in: path @@ -86412,8 +86438,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *268 - *269 + - *270 - *17 - *19 - name: ruleset_id @@ -86429,9 +86455,9 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *552 + default: *553 '404': *6 '500': *91 x-github: @@ -86450,8 +86476,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *268 - *269 + - *270 - name: ruleset_id description: The ID of the ruleset. in: path @@ -86469,7 +86495,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: default: value: @@ -86524,21 +86550,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *268 - *269 - - *236 + - *270 - *237 - *238 - *239 + - *240 - *46 - *19 - *17 - - *554 - *555 - - *240 + - *556 - *241 - *242 - *243 + - *244 responses: '200': description: Response @@ -86546,7 +86572,7 @@ paths: application/json: schema: type: array - items: &559 + items: &560 type: object properties: number: *52 @@ -86562,8 +86588,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *556 - resolution: *557 + state: *557 + resolution: *558 resolved_at: type: - string @@ -86657,7 +86683,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *558 + - *559 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -86806,16 +86832,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *268 - *269 - - *367 - - *243 + - *270 + - *368 + - *244 responses: '200': description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -86867,9 +86893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *268 - *269 - - *367 + - *270 + - *368 requestBody: required: true content: @@ -86877,8 +86903,8 @@ paths: schema: type: object properties: - state: *556 - resolution: *557 + state: *557 + resolution: *558 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -86897,7 +86923,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -86972,9 +86998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *268 - *269 - - *367 + - *270 + - *368 - *19 - *17 responses: @@ -86985,7 +87011,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &708 + items: &709 type: object properties: type: @@ -87012,7 +87038,6 @@ paths: - commit details: oneOf: - - *560 - *561 - *562 - *563 @@ -87025,6 +87050,7 @@ paths: - *570 - *571 - *572 + - *573 examples: default: value: @@ -87110,8 +87136,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -87119,14 +87145,14 @@ paths: schema: type: object properties: - reason: &574 + reason: &575 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *573 + placeholder_id: *574 required: - reason - placeholder_id @@ -87143,7 +87169,7 @@ paths: schema: type: object properties: - reason: *574 + reason: *575 expire_at: type: - string @@ -87187,8 +87213,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: - - *268 - *269 + - *270 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -87203,7 +87229,7 @@ paths: properties: incremental_scans: type: array - items: &575 + items: &576 description: Information on a single scan performed by secret scanning on the repository type: object @@ -87231,15 +87257,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *575 + items: *576 backfill_scans: type: array - items: *575 + items: *576 custom_pattern_backfill_scans: type: array items: allOf: - - *575 + - *576 - type: object properties: pattern_name: @@ -87309,8 +87335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *268 - *269 + - *270 - *46 - name: sort description: The property to sort the results by. @@ -87354,9 +87380,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *577 + default: *578 '400': *14 '404': *6 x-github: @@ -87379,8 +87405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -87460,7 +87486,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *247 required: - login - type @@ -87550,9 +87576,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &579 + default: &580 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -87785,8 +87811,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -87899,7 +87925,7 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: default: value: @@ -88046,17 +88072,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *268 - *269 - - *578 + - *270 + - *579 responses: '200': description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *579 + default: *580 '403': *27 '404': *6 x-github: @@ -88080,9 +88106,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *268 - *269 - - *578 + - *270 + - *579 requestBody: required: true content: @@ -88162,7 +88188,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *247 required: - login - type @@ -88253,10 +88279,10 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *579 - add_credit: *579 + default: *580 + add_credit: *580 '403': *27 '404': *6 '422': @@ -88294,9 +88320,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: - - *268 - *269 - - *578 + - *270 + - *579 responses: '202': *37 '400': *14 @@ -88323,17 +88349,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *268 - *269 - - *578 + - *270 + - *579 responses: '202': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 '400': *14 '422': *15 '403': *27 @@ -88359,8 +88385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -88456,8 +88482,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *268 - *269 + - *270 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -88466,7 +88492,7 @@ paths: application/json: schema: type: array - items: &580 + items: &581 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -88479,7 +88505,7 @@ paths: - 1124 - -435 '202': *37 - '204': *141 + '204': *142 '422': description: Repository contains more than 10,000 commits x-github: @@ -88499,8 +88525,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -88551,7 +88577,7 @@ paths: total: 89 week: 1336280400 '202': *37 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88578,8 +88604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -88651,7 +88677,7 @@ paths: d: 77 c: 10 '202': *37 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88673,8 +88699,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *268 - *269 + - *270 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -88828,8 +88854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *268 - *269 + - *270 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -88839,7 +88865,7 @@ paths: application/json: schema: type: array - items: *580 + items: *581 examples: default: value: @@ -88852,7 +88878,7 @@ paths: - - 0 - 2 - 21 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88872,8 +88898,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *268 - *269 + - *270 - name: sha in: path required: true @@ -88929,7 +88955,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: default: value: @@ -88983,8 +89009,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -88996,7 +89022,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -89016,14 +89042,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *268 - *269 + - *270 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &582 + schema: &583 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -89096,8 +89122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -89123,7 +89149,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -89150,8 +89176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -89171,8 +89197,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -89254,8 +89280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -89263,7 +89289,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 title: Tag protection description: Tag protection type: object @@ -89320,8 +89346,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: - - *268 - *269 + - *270 requestBody: required: true content: @@ -89344,7 +89370,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: default: value: @@ -89375,8 +89401,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: - - *268 - *269 + - *270 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -89413,8 +89439,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *268 - *269 + - *270 - name: ref in: path required: true @@ -89450,8 +89476,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -89461,9 +89487,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 headers: Link: *57 '404': *6 @@ -89483,8 +89509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *268 - *269 + - *270 - *19 - *17 responses: @@ -89492,7 +89518,7 @@ paths: description: Response content: application/json: - schema: &584 + schema: &585 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -89504,7 +89530,7 @@ paths: required: - names examples: - default: &585 + default: &586 value: names: - octocat @@ -89527,8 +89553,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -89559,9 +89585,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 '404': *6 '422': *7 x-github: @@ -89582,9 +89608,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *268 - *269 - - &586 + - *270 + - &587 name: per description: The time frame to display results for. in: query @@ -89615,7 +89641,7 @@ paths: - 128 clones: type: array - items: &587 + items: &588 title: Traffic type: object properties: @@ -89702,8 +89728,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -89797,8 +89823,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -89861,9 +89887,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *268 - *269 - - *586 + - *270 + - *587 responses: '200': description: Response @@ -89884,7 +89910,7 @@ paths: - 3782 views: type: array - items: *587 + items: *588 required: - uniques - count @@ -89961,8 +89987,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -90236,8 +90262,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -90260,8 +90286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -90283,8 +90309,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -90310,8 +90336,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *268 - *269 + - *270 - name: ref in: path required: true @@ -90403,9 +90429,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -90654,7 +90680,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &588 + text_matches: &589 title: Search Result Text Matches type: array items: @@ -90817,7 +90843,7 @@ paths: enum: - author-date - committer-date - - &589 + - &590 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 @@ -90886,7 +90912,7 @@ paths: committer: anyOf: - type: 'null' - - *334 + - *335 comment_count: type: integer message: @@ -90905,7 +90931,7 @@ paths: url: type: string format: uri - verification: *445 + verification: *446 required: - author - committer @@ -90920,7 +90946,7 @@ paths: committer: anyOf: - type: 'null' - - *334 + - *335 parents: type: array items: @@ -90937,7 +90963,7 @@ paths: type: number node_id: type: string - text_matches: *588 + text_matches: *589 required: - sha - node_id @@ -91119,7 +91145,7 @@ paths: - interactions - created - updated - - *589 + - *590 - *17 - *19 - name: advanced_search @@ -91243,7 +91269,7 @@ paths: milestone: anyOf: - type: 'null' - - *400 + - *401 comments: type: integer created_at: @@ -91257,7 +91283,7 @@ paths: - string - 'null' format: date-time - text_matches: *588 + text_matches: *589 pull_request: type: object properties: @@ -91306,7 +91332,7 @@ paths: timeline_url: type: string format: uri - type: *185 + type: *186 performed_via_github_app: anyOf: - type: 'null' @@ -91483,7 +91509,7 @@ paths: enum: - created - updated - - *589 + - *590 - *17 - *19 responses: @@ -91528,7 +91554,7 @@ paths: - 'null' score: type: number - text_matches: *588 + text_matches: *589 required: - id - node_id @@ -91613,7 +91639,7 @@ paths: - forks - help-wanted-issues - updated - - *589 + - *590 - *17 - *19 responses: @@ -91850,7 +91876,7 @@ paths: - admin - pull - push - text_matches: *588 + text_matches: *589 temp_clone_token: type: string allow_merge_commit: @@ -92158,7 +92184,7 @@ paths: - string - 'null' format: uri - text_matches: *588 + text_matches: *589 related: type: - array @@ -92351,7 +92377,7 @@ paths: - followers - repositories - joined - - *589 + - *590 - *17 - *19 responses: @@ -92461,7 +92487,7 @@ paths: type: - boolean - 'null' - text_matches: *588 + text_matches: *589 blog: type: - string @@ -92543,7 +92569,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &590 + - &591 name: team_id description: The unique identifier of the team. in: path @@ -92555,9 +92581,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 x-github: githubCloudOnly: false @@ -92584,7 +92610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *590 + - *591 requestBody: required: true content: @@ -92648,16 +92674,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '201': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 '422': *15 '403': *27 @@ -92685,7 +92711,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *590 + - *591 responses: '204': description: Response @@ -92716,7 +92742,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *590 + - *591 - *46 - *17 - *19 @@ -92727,9 +92753,9 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *591 + default: *592 headers: Link: *57 x-github: @@ -92758,7 +92784,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *590 + - *591 requestBody: required: true content: @@ -92792,9 +92818,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: triggersNotification: true githubCloudOnly: false @@ -92821,16 +92847,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *590 - - *257 + - *591 + - *258 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92855,8 +92881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *590 - - *257 + - *591 + - *258 requestBody: required: false content: @@ -92879,9 +92905,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *592 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92906,8 +92932,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *590 - - *257 + - *591 + - *258 responses: '204': description: Response @@ -92936,8 +92962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *590 - - *257 + - *591 + - *258 - *46 - *17 - *19 @@ -92948,9 +92974,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *593 + default: *594 headers: Link: *57 x-github: @@ -92979,8 +93005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *590 - - *257 + - *591 + - *258 requestBody: required: true content: @@ -93002,9 +93028,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: triggersNotification: true githubCloudOnly: false @@ -93031,17 +93057,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *590 - - *257 - - *260 + - *591 + - *258 + - *261 responses: '200': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93066,9 +93092,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *590 - - *257 - - *260 + - *591 + - *258 + - *261 requestBody: required: true content: @@ -93090,9 +93116,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *594 + default: *595 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93117,9 +93143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *590 - - *257 - - *260 + - *591 + - *258 + - *261 responses: '204': description: Response @@ -93148,9 +93174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *590 - - *257 - - *260 + - *591 + - *258 + - *261 - 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. @@ -93176,9 +93202,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 x-github: @@ -93207,9 +93233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *590 - - *257 - - *260 + - *591 + - *258 + - *261 requestBody: required: true content: @@ -93241,9 +93267,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93269,8 +93295,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *590 - - *257 + - *591 + - *258 - 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. @@ -93296,9 +93322,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 x-github: @@ -93327,8 +93353,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *590 - - *257 + - *591 + - *258 requestBody: required: true content: @@ -93360,9 +93386,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93386,7 +93412,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *590 + - *591 - *17 - *19 responses: @@ -93396,9 +93422,9 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: *183 + default: *184 headers: Link: *57 x-github: @@ -93424,7 +93450,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *590 + - *591 - name: role description: Filters members returned by their role in the team. in: query @@ -93447,7 +93473,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '404': *6 @@ -93475,7 +93501,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *590 + - *591 - *129 responses: '204': @@ -93512,7 +93538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *590 + - *591 - *129 responses: '204': @@ -93552,7 +93578,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *590 + - *591 - *129 responses: '204': @@ -93589,16 +93615,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *590 + - *591 - *129 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - response-if-user-is-a-team-maintainer: *595 + response-if-user-is-a-team-maintainer: *596 '404': *6 x-github: githubCloudOnly: false @@ -93631,7 +93657,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *590 + - *591 - *129 requestBody: required: false @@ -93657,9 +93683,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - response-if-users-membership-with-team-is-now-pending: *596 + response-if-users-membership-with-team-is-now-pending: *597 '403': description: Forbidden if team synchronization is set up '422': @@ -93693,7 +93719,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *590 + - *591 - *129 responses: '204': @@ -93722,7 +93748,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *590 + - *591 - *17 - *19 responses: @@ -93732,9 +93758,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *597 + default: *598 headers: Link: *57 '404': *6 @@ -93760,16 +93786,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *590 - - *267 + - *591 + - *268 responses: '200': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *598 + default: *599 '404': description: Not Found if project is not managed by this team x-github: @@ -93793,8 +93819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *590 - - *267 + - *591 + - *268 requestBody: required: false content: @@ -93861,8 +93887,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *590 - - *267 + - *591 + - *268 responses: '204': description: Response @@ -93889,7 +93915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *590 + - *591 - *17 - *19 responses: @@ -93901,7 +93927,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 '404': *6 @@ -93931,15 +93957,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *590 - - *268 + - *591 - *269 + - *270 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *599 + schema: *600 examples: alternative-response-with-extra-repository-information: value: @@ -94090,9 +94116,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *590 - - *268 + - *591 - *269 + - *270 requestBody: required: false content: @@ -94142,9 +94168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *590 - - *268 + - *591 - *269 + - *270 responses: '204': description: Response @@ -94169,7 +94195,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *590 + - *591 - *17 - *19 responses: @@ -94179,9 +94205,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - response-if-child-teams-exist: *600 + response-if-child-teams-exist: *601 headers: Link: *57 '404': *6 @@ -94214,7 +94240,7 @@ paths: application/json: schema: oneOf: - - &602 + - &603 title: Private User description: Private User type: object @@ -94464,7 +94490,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *601 + - *602 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -94624,7 +94650,7 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: default: value: @@ -94703,7 +94729,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '304': *35 '404': *6 '403': *27 @@ -94827,9 +94853,9 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 '304': *35 '500': *91 '401': *23 @@ -94968,17 +94994,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *388 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *388 '401': *23 '403': *27 '404': *6 @@ -95022,7 +95048,7 @@ paths: type: integer secrets: type: array - items: &603 + items: &604 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -95064,7 +95090,7 @@ paths: - visibility - selected_repositories_url examples: - default: *389 + default: *390 headers: Link: *57 x-github: @@ -95142,7 +95168,7 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: default: value: @@ -95288,7 +95314,7 @@ paths: type: array items: *116 examples: - default: *604 + default: *605 '401': *23 '403': *27 '404': *6 @@ -95432,15 +95458,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *388 '304': *35 '500': *91 '401': *23 @@ -95466,7 +95492,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 requestBody: required: false content: @@ -95496,9 +95522,9 @@ paths: description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *388 '401': *23 '403': *27 '404': *6 @@ -95520,7 +95546,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '202': *37 '304': *35 @@ -95549,13 +95575,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '202': description: Response content: application/json: - schema: &605 + schema: &606 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -95608,7 +95634,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &606 + default: &607 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -95640,7 +95666,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *193 + - *194 - name: export_id in: path required: true @@ -95653,9 +95679,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -95676,7 +95702,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *193 + - *194 responses: '200': description: Response @@ -95692,9 +95718,9 @@ paths: type: integer machines: type: array - items: *388 + items: *389 examples: - default: *607 + default: *608 '304': *35 '500': *91 '401': *23 @@ -95723,7 +95749,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *193 + - *194 requestBody: required: true content: @@ -95779,11 +95805,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *279 + repository: *280 machine: anyOf: - type: 'null' - - *388 + - *389 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -96580,15 +96606,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *388 '304': *35 '500': *91 '400': *14 @@ -96620,15 +96646,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *388 '500': *91 '401': *23 '403': *27 @@ -96658,9 +96684,9 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: &620 + default: &621 value: - id: 197 name: hello_docker @@ -96761,7 +96787,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Email description: Email type: object @@ -96831,9 +96857,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: &622 + default: &623 value: - email: octocat@github.com verified: true @@ -96910,7 +96936,7 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: default: value: @@ -97022,7 +97048,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '304': *35 @@ -97055,7 +97081,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '304': *35 @@ -97168,7 +97194,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: GPG Key description: A unique encryption key type: object @@ -97313,7 +97339,7 @@ paths: - subkeys - revoked examples: - default: &636 + default: &637 value: - id: 3 name: Octocat's GPG Key @@ -97398,9 +97424,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &610 + default: &611 value: id: 3 name: Octocat's GPG Key @@ -97457,7 +97483,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &611 + - &612 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -97469,9 +97495,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *610 + default: *611 '404': *6 '304': *35 '403': *27 @@ -97494,7 +97520,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *611 + - *612 responses: '204': description: Response @@ -97685,7 +97711,7 @@ paths: type: array items: *59 examples: - default: *612 + default: *613 headers: Link: *57 '404': *6 @@ -97770,12 +97796,12 @@ paths: application/json: schema: anyOf: - - *180 + - *181 - type: object properties: {} additionalProperties: false examples: - default: *181 + default: *182 '204': description: Response when there are no restrictions x-github: @@ -97799,7 +97825,7 @@ paths: required: true content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -97810,7 +97836,7 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: default: value: @@ -97891,7 +97917,7 @@ paths: - closed - all default: open - - *188 + - *189 - name: sort description: What to sort results by. in: query @@ -97916,7 +97942,7 @@ paths: type: array items: *74 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -97949,7 +97975,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 title: Key description: Key type: object @@ -98047,9 +98073,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: &614 + default: &615 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98082,15 +98108,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *483 + - *484 responses: '200': description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 '404': *6 '304': *35 '403': *27 @@ -98113,7 +98139,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *483 + - *484 responses: '204': description: Response @@ -98146,7 +98172,7 @@ paths: application/json: schema: type: array - items: &615 + items: &616 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -98225,7 +98251,7 @@ paths: - account - plan examples: - default: &616 + default: &617 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -98287,9 +98313,9 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: - default: *616 + default: *617 headers: Link: *57 '304': *35 @@ -98329,7 +98355,7 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: default: value: @@ -98437,7 +98463,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -98520,7 +98546,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -98588,7 +98614,7 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: default: value: @@ -98850,7 +98876,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -99030,7 +99056,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *198 + - *199 - name: exclude in: query required: false @@ -99043,7 +99069,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -99237,7 +99263,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *198 + - *199 responses: '302': description: Response @@ -99263,7 +99289,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *198 + - *199 responses: '204': description: Response @@ -99292,8 +99318,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *198 - - *617 + - *199 + - *618 responses: '204': description: Response @@ -99317,7 +99343,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *198 + - *199 - *17 - *19 responses: @@ -99329,7 +99355,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 '404': *6 @@ -99364,9 +99390,9 @@ paths: application/json: schema: type: array - items: *145 + items: *146 examples: - default: *618 + default: *619 headers: Link: *57 '304': *35 @@ -99408,7 +99434,7 @@ paths: - docker - nuget - container - - *619 + - *620 - *19 - *17 responses: @@ -99418,10 +99444,10 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *620 - '400': *621 + default: *621 + '400': *622 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99441,16 +99467,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *206 - *207 + - *208 responses: '200': description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: &637 + default: &638 value: id: 40201 name: octo-name @@ -99563,8 +99589,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *206 - *207 + - *208 responses: '204': description: Response @@ -99594,8 +99620,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *206 - *207 + - *208 - name: token description: package token schema: @@ -99627,8 +99653,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: - - *206 - *207 + - *208 - *19 - *17 - name: state @@ -99648,7 +99674,7 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: default: value: @@ -99697,15 +99723,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *206 - *207 - - *209 + - *208 + - *210 responses: '200': description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -99741,9 +99767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *206 - *207 - - *209 + - *208 + - *210 responses: '204': description: Response @@ -99773,9 +99799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *206 - *207 - - *209 + - *208 + - *210 responses: '204': description: Response @@ -99833,7 +99859,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -99905,9 +99931,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *622 + default: *623 headers: Link: *57 '304': *35 @@ -100020,7 +100046,7 @@ paths: type: array items: *59 examples: - default: &629 + default: &630 summary: Default response value: - id: 1296269 @@ -100338,9 +100364,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -100378,9 +100404,9 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: *623 + default: *624 headers: Link: *57 '304': *35 @@ -100403,7 +100429,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *184 + - *185 responses: '204': description: Response @@ -100426,7 +100452,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *184 + - *185 responses: '204': description: Response @@ -100459,7 +100485,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: Social account description: Social media account type: object @@ -100476,7 +100502,7 @@ paths: - provider - url examples: - default: &625 + default: &626 value: - provider: twitter url: https://twitter.com/github @@ -100539,9 +100565,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *625 + default: *626 '422': *15 '304': *35 '404': *6 @@ -100629,7 +100655,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -100649,7 +100675,7 @@ paths: - title - created_at examples: - default: &648 + default: &649 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -100716,9 +100742,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &627 + default: &628 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -100749,7 +100775,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: - - &628 + - &629 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -100761,9 +100787,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 '404': *6 '304': *35 '403': *27 @@ -100786,7 +100812,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: - - *628 + - *629 responses: '204': description: Response @@ -100815,7 +100841,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &649 + - &650 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -100840,11 +100866,11 @@ paths: type: array items: *59 examples: - default-response: *629 + default-response: *630 application/vnd.github.v3.star+json: schema: type: array - items: &650 + items: &651 title: Starred Repository description: Starred Repository type: object @@ -101000,8 +101026,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: - - *268 - *269 + - *270 responses: '204': description: Response if this repository is starred by you @@ -101029,8 +101055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -101054,8 +101080,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -101090,7 +101116,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 '304': *35 @@ -101127,7 +101153,7 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: default: value: @@ -101213,10 +101239,10 @@ paths: application/json: schema: oneOf: + - *603 - *602 - - *601 examples: - default-response: &631 + default-response: &632 summary: Default response value: login: octocat @@ -101251,7 +101277,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &632 + response-with-git-hub-plan-information: &633 summary: Response with GitHub plan information value: login: octocat @@ -101311,7 +101337,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *630 + - *631 - *17 responses: '200': @@ -101322,7 +101348,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: example: ; rel="next" @@ -101360,11 +101386,11 @@ paths: application/json: schema: oneOf: + - *603 - *602 - - *601 examples: - default-response: *631 - response-with-git-hub-plan-information: *632 + default-response: *632 + response-with-git-hub-plan-information: *633 '404': *6 x-github: githubCloudOnly: false @@ -101413,8 +101439,8 @@ paths: required: - subject_digests examples: - default: *633 - withPredicateType: *634 + default: *634 + withPredicateType: *635 responses: '200': description: Response @@ -101468,7 +101494,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *635 + default: *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101670,7 +101696,7 @@ paths: bundle_url: type: string examples: - default: *330 + default: *331 '201': description: Response content: @@ -101709,9 +101735,9 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *620 + default: *621 '403': *27 '401': *23 x-github: @@ -101994,7 +102020,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -102025,7 +102051,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -102115,9 +102141,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *636 + default: *637 headers: Link: *57 x-github: @@ -102221,7 +102247,7 @@ paths: application/json: schema: *20 examples: - default: *455 + default: *456 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102300,9 +102326,9 @@ paths: application/json: schema: type: array - items: *145 + items: *146 examples: - default: *618 + default: *619 headers: Link: *57 x-github: @@ -102341,7 +102367,7 @@ paths: - docker - nuget - container - - *619 + - *620 - *129 - *19 - *17 @@ -102352,12 +102378,12 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *620 + default: *621 '403': *27 '401': *23 - '400': *621 + '400': *622 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102377,17 +102403,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *206 - *207 + - *208 - *129 responses: '200': description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *637 + default: *638 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102408,8 +102434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *206 - *207 + - *208 - *129 responses: '204': @@ -102442,8 +102468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *206 - *207 + - *208 - *129 - name: token description: package token @@ -102476,8 +102502,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: - - *206 - *207 + - *208 - *129 responses: '200': @@ -102486,7 +102512,7 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: default: value: @@ -102544,16 +102570,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *206 - *207 - - *209 + - *208 + - *210 - *129 responses: '200': description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -102588,10 +102614,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *206 - *207 + - *208 - *129 - - *209 + - *210 responses: '204': description: Response @@ -102623,10 +102649,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *206 - *207 + - *208 - *129 - - *209 + - *210 responses: '204': description: Response @@ -102673,7 +102699,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -102956,7 +102982,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -102986,9 +103012,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103016,9 +103042,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *641 + default: *642 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103046,9 +103072,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *643 + default: *644 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103069,10 +103095,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *129 - - *644 - *645 - *646 - *647 + - *648 responses: '200': description: Response when getting a billing usage report @@ -103171,9 +103197,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *625 + default: *626 headers: Link: *57 x-github: @@ -103203,9 +103229,9 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: - default: *648 + default: *649 headers: Link: *57 x-github: @@ -103230,7 +103256,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *129 - - *649 + - *650 - *46 - *17 - *19 @@ -103242,11 +103268,11 @@ paths: schema: anyOf: - type: array - items: *650 + items: *651 - type: array items: *59 examples: - default-response: *629 + default-response: *630 headers: Link: *57 x-github: @@ -103277,7 +103303,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -103406,7 +103432,7 @@ webhooks: type: string enum: - disabled - enterprise: &651 + enterprise: &652 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -103475,7 +103501,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &652 + installation: &653 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -103496,7 +103522,7 @@ webhooks: required: - id - node_id - organization: &653 + organization: &654 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -103569,7 +103595,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &654 + repository: &655 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -104482,10 +104508,10 @@ webhooks: type: string enum: - enabled - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -104561,11 +104587,11 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: &655 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + rule: &656 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -104788,11 +104814,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: *655 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + rule: *656 sender: *4 required: - action @@ -104980,11 +105006,11 @@ webhooks: - everyone required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: *655 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + rule: *656 sender: *4 required: - action @@ -105068,7 +105094,7 @@ webhooks: type: string enum: - completed - check_run: &657 + check_run: &658 title: CheckRun description: A check performed on the code of a given code change type: object @@ -105133,7 +105159,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *347 + items: *348 repository: *116 status: type: string @@ -105178,7 +105204,7 @@ webhooks: - examples: - neutral - deployment: *656 + deployment: *657 details_url: type: string examples: @@ -105238,7 +105264,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *347 + items: *348 started_at: type: string format: date-time @@ -105276,9 +105302,9 @@ webhooks: - output - app - pull_requests - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - check_run @@ -105671,10 +105697,10 @@ webhooks: type: string enum: - created - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *658 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - check_run @@ -106070,10 +106096,10 @@ webhooks: type: string enum: - requested_action - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *658 + installation: *653 + organization: *654 + repository: *655 requested_action: description: The action requested by the user. type: object @@ -106478,10 +106504,10 @@ webhooks: type: string enum: - rerequested - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *658 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - check_run @@ -107473,10 +107499,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -108161,10 +108187,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -108843,10 +108869,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -109012,7 +109038,7 @@ webhooks: required: - login - id - dismissed_comment: *362 + dismissed_comment: *363 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -109164,20 +109190,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &658 + commit_oid: &659 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *651 - installation: *652 - organization: *653 - ref: &659 + enterprise: *652 + installation: *653 + organization: *654 + ref: &660 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *654 + repository: *655 sender: *4 required: - action @@ -109341,7 +109367,7 @@ webhooks: required: - login - id - dismissed_comment: *362 + dismissed_comment: *363 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -109582,12 +109608,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -109685,7 +109711,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *362 + dismissed_comment: *363 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109867,12 +109893,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -110038,7 +110064,7 @@ webhooks: required: - login - id - dismissed_comment: *362 + dismissed_comment: *363 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -110215,12 +110241,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -110320,7 +110346,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *362 + dismissed_comment: *363 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -110500,9 +110526,9 @@ webhooks: type: - string - 'null' - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -110510,7 +110536,7 @@ webhooks: type: - string - 'null' - repository: *654 + repository: *655 sender: *4 required: - action @@ -110606,7 +110632,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *362 + dismissed_comment: *363 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -110753,12 +110779,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -111020,10 +111046,10 @@ webhooks: - updated_at - author_association - body - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -111104,18 +111130,18 @@ webhooks: type: - string - 'null' - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *653 - pusher_type: &660 + organization: *654 + pusher_type: &661 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &661 + ref: &662 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -111125,7 +111151,7 @@ webhooks: enum: - tag - branch - repository: *654 + repository: *655 sender: *4 required: - ref @@ -111207,10 +111233,10 @@ webhooks: type: string enum: - created - definition: *221 - enterprise: *651 - installation: *652 - organization: *653 + definition: *222 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -111295,9 +111321,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -111374,10 +111400,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *221 - enterprise: *651 - installation: *652 - organization: *653 + definition: *222 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -111454,10 +111480,10 @@ webhooks: type: string enum: - updated - definition: *221 - enterprise: *651 - installation: *652 - organization: *653 + definition: *222 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -111534,19 +111560,19 @@ webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - repository: *654 - organization: *653 + enterprise: *652 + installation: *653 + repository: *655 + organization: *654 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *225 + items: *226 old_property_values: type: array description: The old custom property values for the repository. - items: *225 + items: *226 required: - action - repository @@ -111622,18 +111648,18 @@ webhooks: title: delete event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - pusher_type: *660 - ref: *661 + enterprise: *652 + installation: *653 + organization: *654 + pusher_type: *661 + ref: *662 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *654 + repository: *655 sender: *4 required: - ref @@ -111717,11 +111743,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *415 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -111805,11 +111831,11 @@ webhooks: type: string enum: - auto_reopened - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *415 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -111893,11 +111919,11 @@ webhooks: type: string enum: - created - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *415 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -111979,11 +112005,11 @@ webhooks: type: string enum: - dismissed - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *415 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -112065,11 +112091,11 @@ webhooks: type: string enum: - fixed - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *415 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -112152,11 +112178,11 @@ webhooks: type: string enum: - reintroduced - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *415 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -112238,11 +112264,11 @@ webhooks: type: string enum: - reopened - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *415 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -112319,9 +112345,9 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - key: &662 + enterprise: *652 + installation: *653 + key: &663 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -112359,8 +112385,8 @@ webhooks: - verified - created_at - read_only - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -112437,11 +112463,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - key: *662 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + key: *663 + organization: *654 + repository: *655 sender: *4 required: - action @@ -113013,12 +113039,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: &666 + workflow: &667 title: Workflow type: - object @@ -113756,13 +113782,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *420 + deployment: *421 pull_requests: type: array - items: *502 - repository: *654 - organization: *653 - installation: *652 + items: *503 + repository: *655 + organization: *654 + installation: *653 sender: *4 responses: '200': @@ -113833,7 +113859,7 @@ webhooks: type: string enum: - approved - approver: &663 + approver: &664 type: object properties: avatar_url: @@ -113876,11 +113902,11 @@ webhooks: type: string comment: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - reviewers: &664 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + reviewers: &665 type: array items: type: object @@ -113961,7 +113987,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &665 + workflow_job_run: &666 type: object properties: conclusion: @@ -114707,18 +114733,18 @@ webhooks: type: string enum: - rejected - approver: *663 + approver: *664 comment: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - reviewers: *664 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + reviewers: *665 sender: *4 since: type: string - workflow_job_run: *665 + workflow_job_run: *666 workflow_job_runs: type: array items: @@ -115435,13 +115461,13 @@ webhooks: type: string enum: - requested - enterprise: *651 + enterprise: *652 environment: type: string - installation: *652 - organization: *653 - repository: *654 - requestor: &671 + installation: *653 + organization: *654 + repository: *655 + requestor: &672 title: User type: - object @@ -117384,12 +117410,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Deployment Workflow Run type: @@ -118080,7 +118106,7 @@ webhooks: type: string enum: - answered - answer: &669 + answer: &670 type: object properties: author_association: @@ -118240,7 +118266,7 @@ webhooks: - created_at - updated_at - body - discussion: &667 + discussion: &668 title: Discussion description: A Discussion in a repository. type: object @@ -118536,7 +118562,7 @@ webhooks: - id labels: type: array - items: *465 + items: *466 required: - repository_url - category @@ -118558,10 +118584,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -118688,11 +118714,11 @@ webhooks: - from required: - category - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -118775,11 +118801,11 @@ webhooks: type: string enum: - closed - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -118861,7 +118887,7 @@ webhooks: type: string enum: - created - comment: &668 + comment: &669 type: object properties: author_association: @@ -119021,11 +119047,11 @@ webhooks: - updated_at - body - reactions - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119108,12 +119134,12 @@ webhooks: type: string enum: - deleted - comment: *668 - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + comment: *669 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119208,12 +119234,12 @@ webhooks: - from required: - body - comment: *668 - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + comment: *669 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119297,11 +119323,11 @@ webhooks: type: string enum: - created - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119383,11 +119409,11 @@ webhooks: type: string enum: - deleted - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119487,11 +119513,11 @@ webhooks: type: string required: - from - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119573,10 +119599,10 @@ webhooks: type: string enum: - labeled - discussion: *667 - enterprise: *651 - installation: *652 - label: &670 + discussion: *668 + enterprise: *652 + installation: *653 + label: &671 title: Label type: object properties: @@ -119609,8 +119635,8 @@ webhooks: - color - default - description - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119693,11 +119719,11 @@ webhooks: type: string enum: - locked - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119779,11 +119805,11 @@ webhooks: type: string enum: - pinned - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119865,11 +119891,11 @@ webhooks: type: string enum: - reopened - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119954,16 +119980,16 @@ webhooks: changes: type: object properties: - new_discussion: *667 - new_repository: *654 + new_discussion: *668 + new_repository: *655 required: - new_discussion - new_repository - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -120046,10 +120072,10 @@ webhooks: type: string enum: - unanswered - discussion: *667 - old_answer: *669 - organization: *653 - repository: *654 + discussion: *668 + old_answer: *670 + organization: *654 + repository: *655 sender: *4 required: - action @@ -120131,12 +120157,12 @@ webhooks: type: string enum: - unlabeled - discussion: *667 - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -120219,11 +120245,11 @@ webhooks: type: string enum: - unlocked - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -120305,11 +120331,11 @@ webhooks: type: string enum: - unpinned - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -120382,7 +120408,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *651 + enterprise: *652 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -121060,9 +121086,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - forkee @@ -121208,9 +121234,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pages: description: The pages that were updated. type: array @@ -121248,7 +121274,7 @@ webhooks: - action - sha - html_url - repository: *654 + repository: *655 sender: *4 required: - pages @@ -121324,10 +121350,10 @@ webhooks: type: string enum: - created - enterprise: *651 + enterprise: *652 installation: *20 - organization: *653 - repositories: &672 + organization: *654 + repositories: &673 description: An array of repository objects that the installation can access. type: array @@ -121353,8 +121379,8 @@ webhooks: - name - full_name - private - repository: *654 - requester: *671 + repository: *655 + requester: *672 sender: *4 required: - action @@ -121429,11 +121455,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 + enterprise: *652 installation: *20 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: type: - 'null' @@ -121510,11 +121536,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *651 + enterprise: *652 installation: *20 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: type: - 'null' @@ -121591,10 +121617,10 @@ webhooks: type: string enum: - added - enterprise: *651 + enterprise: *652 installation: *20 - organization: *653 - repositories_added: &673 + organization: *654 + repositories_added: &674 description: An array of repository objects, which were added to the installation. type: array @@ -121640,15 +121666,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *654 - repository_selection: &674 + repository: *655 + repository_selection: &675 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *671 + requester: *672 sender: *4 required: - action @@ -121727,10 +121753,10 @@ webhooks: type: string enum: - removed - enterprise: *651 + enterprise: *652 installation: *20 - organization: *653 - repositories_added: *673 + organization: *654 + repositories_added: *674 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -121757,9 +121783,9 @@ webhooks: - name - full_name - private - repository: *654 - repository_selection: *674 - requester: *671 + repository: *655 + repository_selection: *675 + requester: *672 sender: *4 required: - action @@ -121838,11 +121864,11 @@ webhooks: type: string enum: - suspend - enterprise: *651 + enterprise: *652 installation: *20 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: type: - 'null' @@ -122024,10 +122050,10 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 target_type: type: string @@ -122106,11 +122132,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *651 + enterprise: *652 installation: *20 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: type: - 'null' @@ -122358,8 +122384,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123206,7 +123232,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -123550,8 +123576,8 @@ webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -123631,7 +123657,7 @@ webhooks: type: string enum: - deleted - comment: &675 + comment: &676 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -123798,8 +123824,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124642,7 +124668,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -124988,8 +125014,8 @@ webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -125069,7 +125095,7 @@ webhooks: type: string enum: - edited - changes: &700 + changes: &701 description: The changes to the comment. type: object properties: @@ -125081,9 +125107,9 @@ webhooks: type: string required: - from - comment: *675 - enterprise: *651 - installation: *652 + comment: *676 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -125929,7 +125955,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -126273,8 +126299,8 @@ webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -126356,10 +126382,10 @@ webhooks: type: string enum: - assigned - assignee: *671 - enterprise: *651 - installation: *652 - issue: &678 + assignee: *672 + enterprise: *652 + installation: *653 + issue: &679 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -127201,7 +127227,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -127304,8 +127330,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -127385,8 +127411,8 @@ webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -128233,7 +128259,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -128479,8 +128505,8 @@ webhooks: required: - state - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -128559,8 +128585,8 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129398,7 +129424,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -129500,8 +129526,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -129580,8 +129606,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130442,7 +130468,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -130523,7 +130549,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &676 + milestone: &677 title: Milestone description: A collection of related issues and pull requests. type: object @@ -130666,8 +130692,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -130766,8 +130792,8 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131606,7 +131632,7 @@ webhooks: timeline_url: type: string format: uri - type: *185 + type: *186 title: description: Title of the issue type: string @@ -131712,9 +131738,9 @@ webhooks: - active_lock_reason - body - reactions - label: *670 - organization: *653 - repository: *654 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -131794,8 +131820,8 @@ webhooks: type: string enum: - labeled - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132633,7 +132659,7 @@ webhooks: timeline_url: type: string format: uri - type: *185 + type: *186 title: description: Title of the issue type: string @@ -132739,9 +132765,9 @@ webhooks: - active_lock_reason - body - reactions - label: *670 - organization: *653 - repository: *654 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -132821,8 +132847,8 @@ webhooks: type: string enum: - locked - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133685,7 +133711,7 @@ webhooks: timeline_url: type: string format: uri - type: *185 + type: *186 title: description: Title of the issue type: string @@ -133768,8 +133794,8 @@ webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -133848,8 +133874,8 @@ webhooks: type: string enum: - milestoned - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134709,7 +134735,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -134789,9 +134815,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *676 - organization: *653 - repository: *654 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -135792,7 +135818,7 @@ webhooks: required: - login - id - type: *185 + type: *186 required: - id - number @@ -136273,8 +136299,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137116,7 +137142,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -137218,8 +137244,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -137299,9 +137325,9 @@ webhooks: type: string enum: - pinned - enterprise: *651 - installation: *652 - issue: &677 + enterprise: *652 + installation: *653 + issue: &678 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138137,7 +138163,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -138239,8 +138265,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -138319,8 +138345,8 @@ webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139264,9 +139290,9 @@ webhooks: format: uri user_view_type: type: string - type: *185 - organization: *653 - repository: *654 + type: *186 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140185,7 +140211,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -140767,11 +140793,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *651 - installation: *652 - issue: *677 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *678 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140851,12 +140877,12 @@ webhooks: type: string enum: - typed - enterprise: *651 - installation: *652 - issue: *678 - type: *185 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + type: *186 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140937,7 +140963,7 @@ webhooks: type: string enum: - unassigned - assignee: &703 + assignee: &704 title: User type: - object @@ -141009,11 +141035,11 @@ webhooks: required: - login - id - enterprise: *651 - installation: *652 - issue: *678 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141092,12 +141118,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *651 - installation: *652 - issue: *678 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141177,8 +141203,8 @@ webhooks: type: string enum: - unlocked - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142042,7 +142068,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -142122,8 +142148,8 @@ webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -142203,11 +142229,11 @@ webhooks: type: string enum: - unpinned - enterprise: *651 - installation: *652 - issue: *677 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *678 + organization: *654 + repository: *655 sender: *4 required: - action @@ -142286,12 +142312,12 @@ webhooks: type: string enum: - untyped - enterprise: *651 - installation: *652 - issue: *678 - type: *185 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + type: *186 + organization: *654 + repository: *655 sender: *4 required: - action @@ -142371,11 +142397,11 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -142453,11 +142479,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -142567,11 +142593,11 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -142653,9 +142679,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: &679 + enterprise: *652 + installation: *653 + marketplace_purchase: &680 title: Marketplace Purchase type: object required: @@ -142743,8 +142769,8 @@ webhooks: type: integer unit_count: type: integer - organization: *653 - previous_marketplace_purchase: &680 + organization: *654 + previous_marketplace_purchase: &681 title: Marketplace Purchase type: object properties: @@ -142828,7 +142854,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -142908,10 +142934,10 @@ webhooks: - changed effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 + enterprise: *652 + installation: *653 + marketplace_purchase: *680 + organization: *654 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -142999,7 +143025,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -143081,10 +143107,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 + enterprise: *652 + installation: *653 + marketplace_purchase: *680 + organization: *654 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -143170,7 +143196,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -143251,8 +143277,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 marketplace_purchase: title: Marketplace Purchase type: object @@ -143338,9 +143364,9 @@ webhooks: type: integer unit_count: type: integer - organization: *653 - previous_marketplace_purchase: *680 - repository: *654 + organization: *654 + previous_marketplace_purchase: *681 + repository: *655 sender: *4 required: - action @@ -143420,12 +143446,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 - previous_marketplace_purchase: *680 - repository: *654 + enterprise: *652 + installation: *653 + marketplace_purchase: *680 + organization: *654 + previous_marketplace_purchase: *681 + repository: *655 sender: *4 required: - action @@ -143527,11 +143553,11 @@ webhooks: type: string required: - to - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 sender: *4 required: - action @@ -143633,11 +143659,11 @@ webhooks: type: - string - 'null' - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 sender: *4 required: - action @@ -143716,11 +143742,11 @@ webhooks: type: string enum: - removed - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 sender: *4 required: - action @@ -143798,11 +143824,11 @@ webhooks: type: string enum: - added - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 scope: description: The scope of the membership. Currently, can only be `team`. @@ -143880,7 +143906,7 @@ webhooks: required: - login - id - team: &681 + team: &682 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -144073,11 +144099,11 @@ webhooks: type: string enum: - removed - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 scope: description: The scope of the membership. Currently, can only be `team`. @@ -144156,7 +144182,7 @@ webhooks: required: - login - id - team: *681 + team: *682 required: - action - scope @@ -144238,8 +144264,8 @@ webhooks: type: string enum: - checks_requested - installation: *652 - merge_group: &682 + installation: *653 + merge_group: &683 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -144258,15 +144284,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *351 + head_commit: *352 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -144352,10 +144378,10 @@ webhooks: - merged - invalidated - dequeued - installation: *652 - merge_group: *682 - organization: *653 - repository: *654 + installation: *653 + merge_group: *683 + organization: *654 + repository: *655 sender: *4 required: - action @@ -144428,7 +144454,7 @@ webhooks: type: string enum: - deleted - enterprise: *651 + enterprise: *652 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -144537,12 +144563,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *652 - organization: *653 + installation: *653 + organization: *654 repository: anyOf: - type: 'null' - - *654 + - *655 sender: *4 required: - action @@ -144622,11 +144648,11 @@ webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -144705,9 +144731,9 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - milestone: &683 + enterprise: *652 + installation: *653 + milestone: &684 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144849,8 +144875,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -144929,11 +144955,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -145043,11 +145069,11 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -145127,11 +145153,11 @@ webhooks: type: string enum: - opened - enterprise: *651 - installation: *652 - milestone: *683 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *684 + organization: *654 + repository: *655 sender: *4 required: - action @@ -145210,11 +145236,11 @@ webhooks: type: string enum: - blocked - blocked_user: *671 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + blocked_user: *672 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -145293,11 +145319,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *671 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + blocked_user: *672 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -145376,9 +145402,9 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - membership: &684 + enterprise: *652 + installation: *653 + membership: &685 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -145488,8 +145514,8 @@ webhooks: - role - organization_url - user - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -145567,11 +145593,11 @@ webhooks: type: string enum: - member_added - enterprise: *651 - installation: *652 - membership: *684 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + membership: *685 + organization: *654 + repository: *655 sender: *4 required: - action @@ -145650,8 +145676,8 @@ webhooks: type: string enum: - member_invited - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -145773,10 +145799,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 - user: *671 + user: *672 required: - action - invitation @@ -145854,11 +145880,11 @@ webhooks: type: string enum: - member_removed - enterprise: *651 - installation: *652 - membership: *684 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + membership: *685 + organization: *654 + repository: *655 sender: *4 required: - action @@ -145945,11 +145971,11 @@ webhooks: properties: from: type: string - enterprise: *651 - installation: *652 - membership: *684 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + membership: *685 + organization: *654 + repository: *655 sender: *4 required: - action @@ -146025,9 +146051,9 @@ webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 package: description: Information about the package. type: object @@ -146550,7 +146576,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &685 + items: &686 title: Ruby Gems metadata type: object properties: @@ -146647,7 +146673,7 @@ webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -146723,9 +146749,9 @@ webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 package: description: Information about the package. type: object @@ -147087,7 +147113,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *685 + items: *686 source_url: type: string format: uri @@ -147158,7 +147184,7 @@ webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -147339,12 +147365,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *651 + enterprise: *652 id: type: integer - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - id @@ -147421,7 +147447,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &686 + personal_access_token_request: &687 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -147571,10 +147597,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *651 - organization: *653 + enterprise: *652 + organization: *654 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -147651,11 +147677,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *686 - enterprise: *651 - organization: *653 + personal_access_token_request: *687 + enterprise: *652 + organization: *654 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -147731,11 +147757,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *686 - enterprise: *651 - organization: *653 + personal_access_token_request: *687 + enterprise: *652 + organization: *654 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -147810,11 +147836,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *686 - organization: *653 - enterprise: *651 + personal_access_token_request: *687 + organization: *654 + enterprise: *652 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -147919,7 +147945,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *687 + last_response: *688 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -147951,8 +147977,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 zen: description: Random string of GitHub zen. @@ -148197,10 +148223,10 @@ webhooks: - from required: - note - enterprise: *651 - installation: *652 - organization: *653 - project_card: &688 + enterprise: *652 + installation: *653 + organization: *654 + project_card: &689 title: Project Card type: object properties: @@ -148323,7 +148349,7 @@ webhooks: - creator - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -148404,11 +148430,11 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project_card: *688 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_card: *689 + repository: *655 sender: *4 required: - action @@ -148488,9 +148514,9 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 project_card: title: Project Card type: object @@ -148620,7 +148646,7 @@ webhooks: repository: anyOf: - type: 'null' - - *654 + - *655 sender: *4 required: - action @@ -148714,11 +148740,11 @@ webhooks: - from required: - note - enterprise: *651 - installation: *652 - organization: *653 - project_card: *688 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_card: *689 + repository: *655 sender: *4 required: - action @@ -148812,9 +148838,9 @@ webhooks: - from required: - column_id - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 project_card: allOf: - title: Project Card @@ -149011,7 +149037,7 @@ webhooks: type: string required: - after_id - repository: *654 + repository: *655 sender: *4 required: - action @@ -149091,10 +149117,10 @@ webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - organization: *653 - project: &690 + enterprise: *652 + installation: *653 + organization: *654 + project: &691 title: Project type: object properties: @@ -149221,7 +149247,7 @@ webhooks: - creator - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -149301,10 +149327,10 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project_column: &689 + enterprise: *652 + installation: *653 + organization: *654 + project_column: &690 title: Project Column type: object properties: @@ -149344,7 +149370,7 @@ webhooks: - name - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -149423,14 +149449,14 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - project_column: *689 + enterprise: *652 + installation: *653 + organization: *654 + project_column: *690 repository: anyOf: - type: 'null' - - *654 + - *655 sender: *4 required: - action @@ -149519,11 +149545,11 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - project_column: *689 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_column: *690 + repository: *655 sender: *4 required: - action @@ -149603,11 +149629,11 @@ webhooks: type: string enum: - moved - enterprise: *651 - installation: *652 - organization: *653 - project_column: *689 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_column: *690 + repository: *655 sender: *4 required: - action @@ -149687,11 +149713,11 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project: *690 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project: *691 + repository: *655 sender: *4 required: - action @@ -149771,14 +149797,14 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - project: *690 + enterprise: *652 + installation: *653 + organization: *654 + project: *691 repository: anyOf: - type: 'null' - - *654 + - *655 sender: *4 required: - action @@ -149879,11 +149905,11 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - project: *690 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project: *691 + repository: *655 sender: *4 required: - action @@ -149962,11 +149988,11 @@ webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 - organization: *653 - project: *690 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project: *691 + repository: *655 sender: *4 required: - action @@ -150047,9 +150073,9 @@ webhooks: type: string enum: - closed - installation: *652 - organization: *653 - projects_v2: &691 + installation: *653 + organization: *654 + projects_v2: &692 title: Projects v2 Project description: A projects v2 project type: object @@ -150197,9 +150223,9 @@ webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2: *691 + installation: *653 + organization: *654 + projects_v2: *692 sender: *4 required: - action @@ -150280,9 +150306,9 @@ webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2: *691 + installation: *653 + organization: *654 + projects_v2: *692 sender: *4 required: - action @@ -150403,9 +150429,9 @@ webhooks: type: string to: type: string - installation: *652 - organization: *653 - projects_v2: *691 + installation: *653 + organization: *654 + projects_v2: *692 sender: *4 required: - action @@ -150488,7 +150514,7 @@ webhooks: type: string enum: - archived - changes: &695 + changes: &696 type: object properties: archived_at: @@ -150504,9 +150530,9 @@ webhooks: - string - 'null' format: date-time - installation: *652 - organization: *653 - projects_v2_item: &692 + installation: *653 + organization: *654 + projects_v2_item: &693 title: Projects v2 Item description: An item belonging to a project type: object @@ -150645,9 +150671,9 @@ webhooks: - 'null' to: type: string - installation: *652 - organization: *653 - projects_v2_item: *692 + installation: *653 + organization: *654 + projects_v2_item: *693 sender: *4 required: - action @@ -150729,9 +150755,9 @@ webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2_item: *692 + installation: *653 + organization: *654 + projects_v2_item: *693 sender: *4 required: - action @@ -150812,9 +150838,9 @@ webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2_item: *692 + installation: *653 + organization: *654 + projects_v2_item: *693 sender: *4 required: - action @@ -150919,7 +150945,7 @@ webhooks: oneOf: - type: string - type: integer - - &693 + - &694 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -150939,7 +150965,7 @@ webhooks: required: - id - name - - &694 + - &695 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -150968,8 +150994,8 @@ webhooks: oneOf: - type: string - type: integer - - *693 - *694 + - *695 type: - 'null' - string @@ -150992,9 +151018,9 @@ webhooks: - 'null' required: - body - installation: *652 - organization: *653 - projects_v2_item: *692 + installation: *653 + organization: *654 + projects_v2_item: *693 sender: *4 required: - action @@ -151091,9 +151117,9 @@ webhooks: type: - string - 'null' - installation: *652 - organization: *653 - projects_v2_item: *692 + installation: *653 + organization: *654 + projects_v2_item: *693 sender: *4 required: - action @@ -151176,10 +151202,10 @@ webhooks: type: string enum: - restored - changes: *695 - installation: *652 - organization: *653 - projects_v2_item: *692 + changes: *696 + installation: *653 + organization: *654 + projects_v2_item: *693 sender: *4 required: - action @@ -151261,9 +151287,9 @@ webhooks: type: string enum: - reopened - installation: *652 - organization: *653 - projects_v2: *691 + installation: *653 + organization: *654 + projects_v2: *692 sender: *4 required: - action @@ -151344,9 +151370,9 @@ webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2_status_update: &696 + installation: *653 + organization: *654 + projects_v2_status_update: &697 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -151481,9 +151507,9 @@ webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2_status_update: *696 + installation: *653 + organization: *654 + projects_v2_status_update: *697 sender: *4 required: - action @@ -151629,9 +151655,9 @@ webhooks: - string - 'null' format: date - installation: *652 - organization: *653 - projects_v2_status_update: *696 + installation: *653 + organization: *654 + projects_v2_status_update: *697 sender: *4 required: - action @@ -151702,10 +151728,10 @@ webhooks: title: public event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - repository @@ -151782,13 +151808,13 @@ webhooks: type: string enum: - assigned - assignee: *671 - enterprise: *651 - installation: *652 - number: &697 + assignee: *672 + enterprise: *652 + installation: *653 + number: &698 description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -154137,7 +154163,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -154219,11 +154245,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -156565,7 +156591,7 @@ webhooks: - draft reason: type: string - repository: *654 + repository: *655 sender: *4 required: - action @@ -156647,11 +156673,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -158993,7 +159019,7 @@ webhooks: - draft reason: type: string - repository: *654 + repository: *655 sender: *4 required: - action @@ -159075,13 +159101,13 @@ webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: &698 + enterprise: *652 + installation: *653 + number: *698 + organization: *654 + pull_request: &699 allOf: - - *502 + - *503 - type: object properties: allow_auto_merge: @@ -159143,7 +159169,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *654 + repository: *655 sender: *4 required: - action @@ -159224,12 +159250,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: *698 - repository: *654 + enterprise: *652 + installation: *653 + number: *698 + organization: *654 + pull_request: *699 + repository: *655 sender: *4 required: - action @@ -159309,11 +159335,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *651 - milestone: *400 - number: *697 - organization: *653 - pull_request: &699 + enterprise: *652 + milestone: *401 + number: *698 + organization: *654 + pull_request: &700 title: Pull Request type: object properties: @@ -161640,7 +161666,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -161719,11 +161745,11 @@ webhooks: type: string enum: - dequeued - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -164069,7 +164095,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *654 + repository: *655 sender: *4 required: - action @@ -164193,12 +164219,12 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: *698 - repository: *654 + enterprise: *652 + installation: *653 + number: *698 + organization: *654 + pull_request: *699 + repository: *655 sender: *4 required: - action @@ -164278,11 +164304,11 @@ webhooks: type: string enum: - enqueued - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -166613,7 +166639,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -166693,11 +166719,11 @@ webhooks: type: string enum: - labeled - enterprise: *651 - installation: *652 - label: *670 - number: *697 - organization: *653 + enterprise: *652 + installation: *653 + label: *671 + number: *698 + organization: *654 pull_request: title: Pull Request type: object @@ -169045,7 +169071,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -169126,10 +169152,10 @@ webhooks: type: string enum: - locked - enterprise: *651 - installation: *652 - number: *697 - organization: *653 + enterprise: *652 + installation: *653 + number: *698 + organization: *654 pull_request: title: Pull Request type: object @@ -171475,7 +171501,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -171555,12 +171581,12 @@ webhooks: type: string enum: - milestoned - enterprise: *651 - milestone: *400 - number: *697 - organization: *653 - pull_request: *699 - repository: *654 + enterprise: *652 + milestone: *401 + number: *698 + organization: *654 + pull_request: *700 + repository: *655 sender: *4 required: - action @@ -171639,12 +171665,12 @@ webhooks: type: string enum: - opened - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: *698 - repository: *654 + enterprise: *652 + installation: *653 + number: *698 + organization: *654 + pull_request: *699 + repository: *655 sender: *4 required: - action @@ -171725,12 +171751,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: *698 - repository: *654 + enterprise: *652 + installation: *653 + number: *698 + organization: *654 + pull_request: *699 + repository: *655 sender: *4 required: - action @@ -171810,12 +171836,12 @@ webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: *698 - repository: *654 + enterprise: *652 + installation: *653 + number: *698 + organization: *654 + pull_request: *699 + repository: *655 sender: *4 required: - action @@ -172190,9 +172216,9 @@ webhooks: - start_side - side - reactions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: type: object properties: @@ -174422,7 +174448,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -174502,7 +174528,7 @@ webhooks: type: string enum: - deleted - comment: &701 + comment: &702 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -174795,9 +174821,9 @@ webhooks: - start_side - side - reactions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: type: object properties: @@ -177015,7 +177041,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -177095,11 +177121,11 @@ webhooks: type: string enum: - edited - changes: *700 - comment: *701 - enterprise: *651 - installation: *652 - organization: *653 + changes: *701 + comment: *702 + enterprise: *652 + installation: *653 + organization: *654 pull_request: type: object properties: @@ -179320,7 +179346,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -179401,9 +179427,9 @@ webhooks: type: string enum: - dismissed - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -181636,7 +181662,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 review: description: The review that was affected. type: object @@ -181882,9 +181908,9 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -183998,8 +184024,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 - review: &702 + repository: *655 + review: &703 description: The review that was affected. type: object properties: @@ -184232,12 +184258,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -186584,7 +186610,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_reviewer: title: User type: @@ -186670,12 +186696,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -189029,7 +189055,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_team: title: Team description: Groups of organization members that gives permissions @@ -189224,12 +189250,12 @@ webhooks: type: string enum: - review_requested - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -191578,7 +191604,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_reviewer: title: User type: @@ -191665,12 +191691,12 @@ webhooks: type: string enum: - review_requested - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -194010,7 +194036,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194194,9 +194220,9 @@ webhooks: type: string enum: - submitted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -196432,8 +196458,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 - review: *702 + repository: *655 + review: *703 sender: *4 required: - action @@ -196513,9 +196539,9 @@ webhooks: type: string enum: - resolved - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -198646,7 +198672,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 sender: *4 thread: type: object @@ -199038,9 +199064,9 @@ webhooks: type: string enum: - unresolved - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -201154,7 +201180,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 sender: *4 thread: type: object @@ -201548,10 +201574,10 @@ webhooks: type: string before: type: string - enterprise: *651 - installation: *652 - number: *697 - organization: *653 + enterprise: *652 + installation: *653 + number: *698 + organization: *654 pull_request: title: Pull Request type: object @@ -203886,7 +203912,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -203968,11 +203994,11 @@ webhooks: type: string enum: - unassigned - assignee: *703 - enterprise: *651 - installation: *652 - number: *697 - organization: *653 + assignee: *704 + enterprise: *652 + installation: *653 + number: *698 + organization: *654 pull_request: title: Pull Request type: object @@ -206322,7 +206348,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -206401,11 +206427,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *651 - installation: *652 - label: *670 - number: *697 - organization: *653 + enterprise: *652 + installation: *653 + label: *671 + number: *698 + organization: *654 pull_request: title: Pull Request type: object @@ -208744,7 +208770,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -208825,10 +208851,10 @@ webhooks: type: string enum: - unlocked - enterprise: *651 - installation: *652 - number: *697 - organization: *653 + enterprise: *652 + installation: *653 + number: *698 + organization: *654 pull_request: title: Pull Request type: object @@ -211157,7 +211183,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -211360,7 +211386,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *651 + enterprise: *652 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -211455,8 +211481,8 @@ webhooks: - url - author - committer - installation: *652 - organization: *653 + installation: *653 + organization: *654 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -212044,9 +212070,9 @@ webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 registry_package: type: object properties: @@ -212523,7 +212549,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *685 + items: *686 summary: type: string tag_name: @@ -212579,7 +212605,7 @@ webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -212657,9 +212683,9 @@ webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 registry_package: type: object properties: @@ -212971,7 +212997,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *685 + items: *686 summary: type: string tag_name: @@ -213021,7 +213047,7 @@ webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -213098,10 +213124,10 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - release: &704 + enterprise: *652 + installation: *653 + organization: *654 + release: &705 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -213426,7 +213452,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *654 + repository: *655 sender: *4 required: - action @@ -213503,11 +213529,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - release: *704 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *705 + repository: *655 sender: *4 required: - action @@ -213624,11 +213650,11 @@ webhooks: type: boolean required: - to - enterprise: *651 - installation: *652 - organization: *653 - release: *704 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *705 + repository: *655 sender: *4 required: - action @@ -213706,9 +213732,9 @@ webhooks: type: string enum: - prereleased - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -214038,7 +214064,7 @@ webhooks: - string - 'null' format: uri - repository: *654 + repository: *655 sender: *4 required: - action @@ -214114,10 +214140,10 @@ webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - release: &705 + enterprise: *652 + installation: *653 + organization: *654 + release: &706 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -214444,7 +214470,7 @@ webhooks: - string - 'null' format: uri - repository: *654 + repository: *655 sender: *4 required: - action @@ -214520,11 +214546,11 @@ webhooks: type: string enum: - released - enterprise: *651 - installation: *652 - organization: *653 - release: *704 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *705 + repository: *655 sender: *4 required: - action @@ -214600,11 +214626,11 @@ webhooks: type: string enum: - unpublished - enterprise: *651 - installation: *652 - organization: *653 - release: *705 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *706 + repository: *655 sender: *4 required: - action @@ -214680,11 +214706,11 @@ webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_advisory: *576 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_advisory: *577 sender: *4 required: - action @@ -214760,11 +214786,11 @@ webhooks: type: string enum: - reported - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_advisory: *576 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_advisory: *577 sender: *4 required: - action @@ -214840,10 +214866,10 @@ webhooks: type: string enum: - archived - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -214920,10 +214946,10 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -215001,10 +215027,10 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -215089,10 +215115,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -215207,10 +215233,10 @@ webhooks: - 'null' items: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -215282,10 +215308,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 status: type: string @@ -215366,10 +215392,10 @@ webhooks: type: string enum: - privatized - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -215446,10 +215472,10 @@ webhooks: type: string enum: - publicized - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -215543,10 +215569,10 @@ webhooks: - name required: - repository - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -215626,11 +215652,11 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *233 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_ruleset: *234 sender: *4 required: - action @@ -215708,11 +215734,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *233 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_ruleset: *234 sender: *4 required: - action @@ -215790,11 +215816,11 @@ webhooks: type: string enum: - edited - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *233 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_ruleset: *234 changes: type: object properties: @@ -215813,16 +215839,16 @@ webhooks: properties: added: type: array - items: *227 + items: *228 deleted: type: array - items: *227 + items: *228 updated: type: array items: type: object properties: - condition: *227 + condition: *228 changes: type: object properties: @@ -215855,16 +215881,16 @@ webhooks: properties: added: type: array - items: *232 + items: *233 deleted: type: array - items: *232 + items: *233 updated: type: array items: type: object properties: - rule: *232 + rule: *233 changes: type: object properties: @@ -216101,10 +216127,10 @@ webhooks: - from required: - owner - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -216182,10 +216208,10 @@ webhooks: type: string enum: - unarchived - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -216263,7 +216289,7 @@ webhooks: type: string enum: - create - alert: &706 + alert: &707 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -216387,10 +216413,10 @@ webhooks: type: string enum: - open - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -216600,10 +216626,10 @@ webhooks: type: string enum: - dismissed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -216681,11 +216707,11 @@ webhooks: type: string enum: - reopen - alert: *706 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *707 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -216887,10 +216913,10 @@ webhooks: enum: - fixed - open - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -216968,7 +216994,7 @@ webhooks: type: string enum: - created - alert: &707 + alert: &708 type: object properties: number: *52 @@ -217078,10 +217104,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -217162,11 +217188,11 @@ webhooks: type: string enum: - created - alert: *707 - installation: *652 - location: *708 - organization: *653 - repository: *654 + alert: *708 + installation: *653 + location: *709 + organization: *654 + repository: *655 sender: *4 required: - location @@ -217404,11 +217430,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *707 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *708 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -217486,11 +217512,11 @@ webhooks: type: string enum: - reopened - alert: *707 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *708 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -217568,11 +217594,11 @@ webhooks: type: string enum: - resolved - alert: *707 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *708 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -217650,11 +217676,11 @@ webhooks: type: string enum: - validated - alert: *707 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *708 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -217784,10 +217810,10 @@ webhooks: - organization - enterprise - - repository: *654 - enterprise: *651 - installation: *652 - organization: *653 + repository: *655 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -217865,11 +217891,11 @@ webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - security_advisory: &709 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + security_advisory: &710 description: The details of the security advisory, including summary, description, and severity. type: object @@ -218055,11 +218081,11 @@ webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - security_advisory: *709 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + security_advisory: *710 sender: *4 required: - action @@ -218132,10 +218158,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -218321,11 +218347,11 @@ webhooks: from: type: object properties: - security_and_analysis: *226 - enterprise: *651 - installation: *652 - organization: *653 - repository: *279 + security_and_analysis: *227 + enterprise: *652 + installation: *653 + organization: *654 + repository: *280 sender: *4 required: - changes @@ -218403,12 +218429,12 @@ webhooks: type: string enum: - cancelled - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: &710 + sponsorship: &711 type: object properties: created_at: @@ -218713,12 +218739,12 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *710 + sponsorship: *711 required: - action - sponsorship @@ -218806,12 +218832,12 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *710 + sponsorship: *711 required: - action - changes @@ -218888,17 +218914,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &711 + effective_date: &712 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *710 + sponsorship: *711 required: - action - sponsorship @@ -218972,7 +218998,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &712 + changes: &713 type: object properties: tier: @@ -219016,13 +219042,13 @@ webhooks: - from required: - tier - effective_date: *711 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + effective_date: *712 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *710 + sponsorship: *711 required: - action - changes @@ -219099,13 +219125,13 @@ webhooks: type: string enum: - tier_changed - changes: *712 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + changes: *713 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *710 + sponsorship: *711 required: - action - changes @@ -219179,10 +219205,10 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -219266,10 +219292,10 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -219703,15 +219729,15 @@ webhooks: type: - string - 'null' - enterprise: *651 + enterprise: *652 id: description: The unique identifier of the status. type: integer - installation: *652 + installation: *653 name: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 sha: description: The Commit SHA. @@ -219827,9 +219853,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -219919,9 +219945,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -220011,9 +220037,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -220103,9 +220129,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -220182,12 +220208,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - team: &713 + team: &714 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -220380,9 +220406,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -220852,7 +220878,7 @@ webhooks: - topics - visibility sender: *4 - team: *713 + team: *714 required: - action - team @@ -220928,9 +220954,9 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -221400,7 +221426,7 @@ webhooks: - topics - visibility sender: *4 - team: *713 + team: *714 required: - action - team @@ -221477,9 +221503,9 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -221949,7 +221975,7 @@ webhooks: - topics - visibility sender: *4 - team: *713 + team: *714 required: - action - team @@ -222093,9 +222119,9 @@ webhooks: - from required: - permissions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -222565,7 +222591,7 @@ webhooks: - topics - visibility sender: *4 - team: *713 + team: *714 required: - action - changes @@ -222643,9 +222669,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -223115,7 +223141,7 @@ webhooks: - topics - visibility sender: *4 - team: *713 + team: *714 required: - action - team @@ -223191,10 +223217,10 @@ webhooks: type: string enum: - started - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -223267,17 +223293,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *651 + enterprise: *652 inputs: type: - object - 'null' additionalProperties: true - installation: *652 - organization: *653 + installation: *653 + organization: *654 ref: type: string - repository: *654 + repository: *655 sender: *4 workflow: type: string @@ -223359,10 +223385,10 @@ webhooks: type: string enum: - completed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: allOf: @@ -223618,7 +223644,7 @@ webhooks: type: string required: - conclusion - deployment: *420 + deployment: *421 required: - action - repository @@ -223697,10 +223723,10 @@ webhooks: type: string enum: - in_progress - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: allOf: @@ -223982,7 +224008,7 @@ webhooks: required: - status - steps - deployment: *420 + deployment: *421 required: - action - repository @@ -224061,10 +224087,10 @@ webhooks: type: string enum: - queued - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: type: object @@ -224210,7 +224236,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *420 + deployment: *421 required: - action - repository @@ -224289,10 +224315,10 @@ webhooks: type: string enum: - waiting - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: type: object @@ -224439,7 +224465,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *420 + deployment: *421 required: - action - repository @@ -224519,12 +224545,12 @@ webhooks: type: string enum: - completed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Workflow Run type: object @@ -225543,12 +225569,12 @@ webhooks: type: string enum: - in_progress - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Workflow Run type: object @@ -226552,12 +226578,12 @@ webhooks: type: string enum: - requested - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 0e433ef340..5fbe2b94bd 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 @@ -18319,7 +18319,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -18737,6 +18746,22 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -18983,7 +19008,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19456,7 +19490,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19662,6 +19705,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -19704,6 +19750,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -19854,7 +19903,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -20478,7 +20536,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -21306,7 +21373,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -21511,6 +21587,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -82187,7 +82266,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -82612,6 +82700,22 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -82898,7 +83002,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -83098,6 +83211,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -83255,7 +83371,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -83461,6 +83586,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -83503,6 +83631,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -83924,7 +84055,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -84124,6 +84264,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -84590,7 +84733,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -84790,6 +84942,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disa{"code":"deadline_exceeded","msg":"operation timed out"}